Home
last modified time | relevance | path

Searched refs:emit (Results 1 – 25 of 139) sorted by relevance

123456

/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/
H A DeventBus.js17 $emit: emitter.emit,
22 emit: emitter.emit,
/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/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/src/components/Global/
H A DFormFile.vue94 this.$emit('update:modelValue', value);
128 this.$emit('update:modelValue', value);
129 this.$emit('input', value);
136 this.$emit('update:modelValue', file);
137 this.$emit('input', file);
H A DSearch.vue70 this.$emit('change-search', this.filter);
74 this.$emit('clear-search');
H A DTableToolbar.vue16 @click="$emit('batch-action', action.value)"
23 @click="$emit('clear-selected')"
/openbmc/webui-vue/src/views/Settings/Network/
H A DModalDns.vue100 this.$emit('ok', [this.form.staticDns]);
111 this.$emit('update:modelValue', false);
112 this.$emit('hidden');
H A DModalMacAddress.vue113 this.$emit('ok', { MACAddress: this.form.macAddress });
124 this.$emit('update:modelValue', false);
125 this.$emit('hidden');
H A DModalHostname.vue114 this.$emit('ok', { HostName: this.form.hostname });
125 this.$emit('update:modelValue', false);
126 this.$emit('hidden');
H A DModalDefaultGateway.vue118 this.$emit('ok', { IPv6DefaultGateway: this.form.defaultGateway });
129 this.$emit('update:modelValue', false);
130 this.$emit('hidden');
H A DModalIpv6.vue139 this.$emit('ok', {
154 this.$emit('update:modelValue', false);
155 this.$emit('hidden');
H A DModalIpv4.vue169 this.$emit('ok', {
186 this.$emit('update:modelValue', false);
187 this.$emit('hidden');
/openbmc/webui-vue/src/views/Operations/Firmware/
H A DFirmwareModalUpdateFirmware.vue8 @ok="$emit('ok')"
52 this.$emit('update:modelValue', value);
H A DFirmwareModalSwitchToRunning.vue7 @ok="$emit('ok')"
/openbmc/webui-vue/src/views/Settings/SnmpAlerts/
H A DModalAddDestination.vue123 this.$emit('update:modelValue', value);
145 this.$emit('ok', {
160 this.$emit('hidden');
/openbmc/u-boot/common/
H A Dlog_console.c46 .emit = log_console_emit,
/openbmc/webui-vue/src/views/SecurityAndAccess/Ldap/
H A DModalAddRoleGroup.vue128 this.$emit('update:modelValue', value);
165 this.$emit('ok', {
181 this.$emit('hidden');
/openbmc/qemu/qapi/
H A Dmeson.build86 'qapi-emit-events.c', 'qapi-emit-events.h',
/openbmc/openbmc/poky/scripts/lib/
H A Dscriptutils.py37 self.emit(logging.LogRecord("keepalive", logging.INFO,
52 def emit(self, record): member in KeepAliveStreamHandler
53 super().emit(record)
/openbmc/u-boot/scripts/kconfig/
H A Dqconf.cc419 emit menuChanged(menu); in updateSelection()
424 emit menuSelected(menu); in updateSelection()
724 emit parentSelected(); in keyPressEvent()
739 emit parentSelected(); in keyPressEvent()
748 emit menuSelected(menu); in keyPressEvent()
799 emit parentSelected(); in mouseReleaseEvent()
806 emit menuSelected(menu); in mouseReleaseEvent()
848 emit parentSelected(); in mouseDoubleClickEvent()
856 emit menuSelected(menu); in mouseDoubleClickEvent()
876 emit gotFocus(menu); in focusInEvent()
[all …]
/openbmc/qemu/tests/
H A Dmeson.build13 'test-qapi-emit-events.c',
14 'test-qapi-emit-events.h',
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/uefi/sbsa-acs/
H A D0002-Enforce-using-good-old-BFD-linker.patch38 …DEFINE GCC_ARM_AARCH64_DLINK_COMMON= -Wl,--emit-relocs -nostdlib -Wl,--gc-sections -u $(IMAGE_ENTR…
39 …DEFINE GCC_LOONGARCH64_DLINK_COMMON= -Wl,--emit-relocs -nostdlib -Wl,--gc-sections -u $(IMAGE_ENTR…
/openbmc/webui-vue/src/views/Operations/VirtualMedia/
H A DModalConfigureConnection.vue116 this.$emit('update:modelValue', value);
141 this.$emit('ok', connectionData);

123456