| /openbmc/u-boot/lib/ |
| H A D | slre.c | 177 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 D | eventBus.js | 17 $emit: emitter.emit, 22 emit: emitter.emit,
|
| /openbmc/qemu/qobject/ |
| H A D | json-streamer.c | 99 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 D | flattree.c | 250 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 D | json-parser.h | 24 void (*emit)(void *opaque, QObject *json, Error *err); member 35 void (*emit)(void *opaque, QObject *json,
|
| /openbmc/webui-vue/src/components/Global/ |
| H A D | FormFile.vue | 94 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 D | Search.vue | 70 this.$emit('change-search', this.filter); 74 this.$emit('clear-search');
|
| H A D | TableToolbar.vue | 16 @click="$emit('batch-action', action.value)" 23 @click="$emit('clear-selected')"
|
| /openbmc/webui-vue/src/views/Settings/Network/ |
| H A D | ModalDns.vue | 100 this.$emit('ok', [this.form.staticDns]); 111 this.$emit('update:modelValue', false); 112 this.$emit('hidden');
|
| H A D | ModalMacAddress.vue | 113 this.$emit('ok', { MACAddress: this.form.macAddress }); 124 this.$emit('update:modelValue', false); 125 this.$emit('hidden');
|
| H A D | ModalHostname.vue | 114 this.$emit('ok', { HostName: this.form.hostname }); 125 this.$emit('update:modelValue', false); 126 this.$emit('hidden');
|
| H A D | ModalDefaultGateway.vue | 118 this.$emit('ok', { IPv6DefaultGateway: this.form.defaultGateway }); 129 this.$emit('update:modelValue', false); 130 this.$emit('hidden');
|
| H A D | ModalIpv6.vue | 139 this.$emit('ok', { 154 this.$emit('update:modelValue', false); 155 this.$emit('hidden');
|
| H A D | ModalIpv4.vue | 169 this.$emit('ok', { 186 this.$emit('update:modelValue', false); 187 this.$emit('hidden');
|
| /openbmc/webui-vue/src/views/Operations/Firmware/ |
| H A D | FirmwareModalUpdateFirmware.vue | 8 @ok="$emit('ok')" 52 this.$emit('update:modelValue', value);
|
| H A D | FirmwareModalSwitchToRunning.vue | 7 @ok="$emit('ok')"
|
| /openbmc/webui-vue/src/views/Settings/SnmpAlerts/ |
| H A D | ModalAddDestination.vue | 123 this.$emit('update:modelValue', value); 145 this.$emit('ok', { 160 this.$emit('hidden');
|
| /openbmc/u-boot/common/ |
| H A D | log_console.c | 46 .emit = log_console_emit,
|
| /openbmc/webui-vue/src/views/SecurityAndAccess/Ldap/ |
| H A D | ModalAddRoleGroup.vue | 128 this.$emit('update:modelValue', value); 165 this.$emit('ok', { 181 this.$emit('hidden');
|
| /openbmc/qemu/qapi/ |
| H A D | meson.build | 86 'qapi-emit-events.c', 'qapi-emit-events.h',
|
| /openbmc/openbmc/poky/scripts/lib/ |
| H A D | scriptutils.py | 37 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 D | qconf.cc | 419 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 D | meson.build | 13 'test-qapi-emit-events.c', 14 'test-qapi-emit-events.h',
|
| /openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/uefi/sbsa-acs/ |
| H A D | 0002-Enforce-using-good-old-BFD-linker.patch | 38 …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 D | ModalConfigureConnection.vue | 116 this.$emit('update:modelValue', value); 141 this.$emit('ok', connectionData);
|