Home
last modified time | relevance | path

Searched full:emit (Results 1 – 25 of 324) sorted by relevance

12345678910>>...13

/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Led/
H A DPhysical.interface.yaml21 Color that the LED can emit.
46 Possible colors that the LED can emit.
53 LED can emit Red color.
56 LED can emit Green color.
59 LED can emit Blue color.
62 LED can emit Yellow color.
/openbmc/u-boot/lib/
H A Dslre.c177 emit(struct slre *r, int code) in emit() function
202 emit(r, EXACT); in exact()
203 emit(r, old_data_size); in exact()
204 emit(r, r->data_size - old_data_size); in exact()
256 emit(r, op); in anyof()
257 emit(r, old_data_size); in anyof()
258 emit(r, r->data_size - old_data_size); in anyof()
282 emit(r, END); in relocate()
292 emit(r, EXACT); in quantifier()
293 emit(r, r->code[prev + 1] + r->code[prev + 2]); in quantifier()
[all …]
/openbmc/webui-vue/src/components/Mixins/
H A DLoadingBarMixin.js6 this.$root.$emit('loader-start');
10 this.$root.$emit('loader-end');
14 this.$root.$emit('loader-hide');
/openbmc/webui-vue/tests/unit/
H A DAppNavigation.spec.js40 it('Nav Overlay click should emit change-is-navigation-open event', async () => {
51 rootWrapper.vm.$emit('toggle-navigation');
53 rootWrapper.vm.$emit('toggle-navigation');
H A DAppHeader.spec.js43 it('refresh button click should emit refresh event', async () => {
49 it('nav-trigger button click should emit toggle-navigation event', async () => {
64 rootWrapper.vm.$emit('change-is-navigation-open', false);
/openbmc/qemu/qobject/
H A Djson-streamer.c99 parser->emit(parser->opaque, json, err); in json_message_process_token()
103 void (*emit)(void *opaque, QObject *json, in json_message_parser_init()
107 parser->emit = emit; in json_message_parser_init()
/openbmc/u-boot/scripts/dtc/
H A Dflattree.c250 static void flatten_tree(struct node *tree, struct emitter *emit, in flatten_tree() argument
261 emit->beginnode(etarget, tree->labels); in flatten_tree()
264 emit->string(etarget, tree->fullpath, 0); in flatten_tree()
266 emit->string(etarget, tree->name, 0); in flatten_tree()
268 emit->align(etarget, sizeof(cell_t)); in flatten_tree()
278 emit->property(etarget, prop->labels); in flatten_tree()
279 emit->cell(etarget, prop->val.len); in flatten_tree()
280 emit->cell(etarget, nameoff); in flatten_tree()
283 emit->align(etarget, 8); in flatten_tree()
285 emit->data(etarget, prop->val); in flatten_tree()
[all …]
/openbmc/phosphor-webui/app/common/components/table/
H A Dtable.html6 emit-action="$ctrl.onEmitBatchAction(action)"
7 emit-close="$ctrl.onToolbarClose()"
28 emit-change="$ctrl.onHeaderSelectChange(checked)">
90 emit-change="$ctrl.onRowSelectChange($index)">
104 emit-action="$ctrl.onEmitRowAction(action, row)">
/openbmc/sdbusplus/tools/sdbusplus/templates/
H A Dmethod.prototype.hpp.mako2 ### Emit 'header'
24 ### Emit 'callback-header'
32 ### Emit 'callback-cpp'
H A Dsignal.prototype.hpp.mako20 ### Emit 'header'
36 ### Emit 'callback-cpp'
H A Dinterface.aserver.hpp.mako66 ${s.render(loader, "signal.aserver.emit.hpp.mako", signal=s, interface=interface)}
69 /** @brief Emit interface added */
75 /** @brief Emit interface removed */
/openbmc/qemu/include/qobject/
H A Djson-parser.h24 void (*emit)(void *opaque, QObject *json, Error *err); member
35 void (*emit)(void *opaque, QObject *json,
/openbmc/webui-vue/tests/unit/Global/
H A DSearch.spec.js13 it('should emit change-search on triggering onChangeInput', () => {
17 it('should emit clear-search on triggering onClearSearch', async () => {
/openbmc/phosphor-webui/app/access-control/controllers/
H A Duser-controller.html31 emit-row-action="onEmitRowAction(value)"
32 emit-batch-action="onEmitBatchAction(value)"
/openbmc/phosphor-buttons/src/
H A DdebugHostSelector_button.cpp56 // emit pressed signal in handleEvent()
63 // emit released signal in handleEvent()
/openbmc/u-boot/arch/arm/include/asm/
H A Dboot0-linux-kernel-header.h24 * Emit a 64-bit absolute little endian symbol reference in a way that
27 * must emit the lo32/hi32 halves individually.
H A Dopcodes.h174 * __inst_arm(x): emit the specified ARM opcode
175 * __inst_thumb16(x): emit the specified 16-bit Thumb opcode
176 * __inst_thumb32(x): emit the specified 32-bit Thumb opcode
178 * __inst_arm_thumb16(arm, thumb): emit either the specified arm or
182 * __inst_arm_thumb32(arm, thumb): emit either the specified arm or
/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dpower_interface.hpp36 * Emit the power good signal
41 * Emit the power lost signal
46 * Emit the property changed signal
/openbmc/u-boot/arch/riscv/
H A DKconfig87 bool "Emit compressed instructions"
90 Adds "C" to the ISA subsets that the toolchain is allowed to emit
/openbmc/phosphor-webui/app/common/services/
H A DapiInterceptor.js42 $rootScope.$emit('timedout-user', {});
52 $rootScope.$emit('timedout-user', {});
/openbmc/phosphor-dbus-monitor/src/
H A Devent_entry.hpp52 // Emit deferred signal. in Entry()
57 * timestamp, caller should make a call to emit added signal.
/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/
H A DCVE-2023-1981.patch4 Subject: [PATCH] Emit error if requested service is not found
7 value and emit error instead of passing NULL pointer to reply.
/openbmc/webui-vue/src/components/Global/
H A DSearch.vue64 this.$emit('change-search', this.filter);
68 this.$emit('clear-search');
/openbmc/openbmc/meta-phosphor/classes/
H A Dfit-image.bbclass80 # Emit the fitImage ITS header
94 # Emit the fitImage section bits
131 # Emit the fitImage ITS kernel section
178 # Emit the fitImage ITS DTB section
225 # Emit the fitImage ITS u-boot script section
262 # Emit the fitImage ITS setup section
289 # Emit the fitImage ITS ramdisk section
359 # Emit the fitImage ITS configuration section
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/
H A DInventoryServiceIndicator.vue70 // Emit initial data fetch complete to parent component
71 this.$root.$emit('hardware-status-service-complete');

12345678910>>...13