| /third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
| D | codegen.c | 48 static void ppir_codegen_encode_varying(ppir_node *node, void *code) in ppir_codegen_encode_varying() 145 static void ppir_codegen_encode_texld(ppir_node *node, void *code) in ppir_codegen_encode_texld() 175 static void ppir_codegen_encode_uniform(ppir_node *node, void *code) in ppir_codegen_encode_uniform() 223 static void ppir_codegen_encode_vec_mul(ppir_node *node, void *code) in ppir_codegen_encode_vec_mul() 296 static void ppir_codegen_encode_scl_mul(ppir_node *node, void *code) in ppir_codegen_encode_scl_mul() 365 static void ppir_codegen_encode_vec_add(ppir_node *node, void *code) in ppir_codegen_encode_vec_add() 454 static void ppir_codegen_encode_scl_add(ppir_node *node, void *code) in ppir_codegen_encode_scl_add() 530 static void ppir_codegen_encode_combine(ppir_node *node, void *code) in ppir_codegen_encode_combine() 590 static void ppir_codegen_encode_store_temp(ppir_node *node, void *code) in ppir_codegen_encode_store_temp() 608 static void ppir_codegen_encode_const(ppir_const *constant, uint16_t *code) in ppir_codegen_encode_const() [all …]
|
| /third_party/node/test/parallel/ |
| D | test-fs-rename-type-check.js | 13 code: 'ERR_INVALID_ARG_TYPE', property 21 code: 'ERR_INVALID_ARG_TYPE', property 29 code: 'ERR_INVALID_ARG_TYPE', property 37 code: 'ERR_INVALID_ARG_TYPE', property
|
| D | test-fs-stat.js | 115 code: 'ERR_INVALID_ARG_TYPE', property 126 code: 'ERR_INVALID_ARG_TYPE', property 133 code: 'ERR_INVALID_ARG_TYPE', property 140 code: 'ERR_INVALID_ARG_TYPE', property 147 code: 'ERR_INVALID_ARG_TYPE', property
|
| D | test-process-hrtime.js | 39 code: 'ERR_INVALID_ARG_TYPE', property 47 code: 'ERR_OUT_OF_RANGE', property 54 code: 'ERR_OUT_OF_RANGE', property 61 code: 'ERR_OUT_OF_RANGE', property
|
| D | test-dns-set-default-order.js | 33 code: 'ERR_INVALID_ARG_VALUE', property 36 code: 'ERR_INVALID_ARG_VALUE', property 39 code: 'ERR_INVALID_ARG_VALUE', property 42 code: 'ERR_INVALID_ARG_VALUE', property
|
| D | test-fs-link.js | 29 code: 'ERR_INVALID_ARG_TYPE', property 36 code: 'ERR_INVALID_ARG_TYPE', property 43 code: 'ERR_INVALID_ARG_TYPE', property 50 code: 'ERR_INVALID_ARG_TYPE', property
|
| D | test-fs-util-validateoffsetlength.js | 17 code: 'ERR_OUT_OF_RANGE', property 30 code: 'ERR_OUT_OF_RANGE', property 45 code: 'ERR_OUT_OF_RANGE', property 65 code: 'ERR_OUT_OF_RANGE', property 81 code: 'ERR_OUT_OF_RANGE', property
|
| D | test-whatwg-readablestream.js | 69 code: 'ERR_INVALID_ARG_VALUE', property 75 code: 'ERR_INVALID_ARG_TYPE', property 199 code: 'ERR_INVALID_ARG_TYPE', property 207 code: 'ERR_INVALID_ARG_VALUE', property 213 code: 'ERR_INVALID_ARG_VALUE', property 221 code: 'ERR_INVALID_ARG_VALUE', property 227 code: 'ERR_INVALID_ARG_VALUE', property 318 code: 'ERR_INVALID_STATE', property 357 code: 'ERR_INVALID_STATE', property 361 code: 'ERR_INVALID_STATE', property [all …]
|
| D | test-util-deprecate.js | 16 expectedWarnings.set(msg, { code: undefined, count: 1 }); property 26 expectedWarnings.set(msg, { code: undefined, count: 2 }); property 35 const code = 'deprecatesque'; constant 38 expectedWarnings.set(msg, { code, count: 1 }); property
|
| D | test-crypto-hash.js | 130 code: 'ERR_INVALID_ARG_TYPE', property 151 code: 'ERR_CRYPTO_HASH_FINALIZED', property 158 code: 'ERR_CRYPTO_HASH_FINALIZED', property 169 code: 'ERR_INVALID_ARG_TYPE', property 250 code: 'ERR_OSSL_EVP_NOT_XOF_OR_INVALID_LENGTH' property 255 { code: 'ERR_INVALID_ARG_TYPE' }); property 260 { code: 'ERR_OUT_OF_RANGE' }); property 267 assert.throws(() => h.copy(), { code: 'ERR_CRYPTO_HASH_FINALIZED' }); property 268 assert.throws(() => h.digest(), { code: 'ERR_CRYPTO_HASH_FINALIZED' }); property
|
| D | test-vm-measure-memory.js | 27 code: 'ERR_INVALID_ARG_TYPE' property 30 code: 'ERR_INVALID_ARG_TYPE' property 33 code: 'ERR_INVALID_ARG_VALUE' property 36 code: 'ERR_INVALID_ARG_VALUE' property
|
| D | test-process-umask.js | 30 }, { code: 'ERR_WORKER_UNSUPPORTED_OPERATION' }); property 56 code: 'ERR_INVALID_ARG_TYPE', property 63 code: 'ERR_INVALID_ARG_VALUE', property
|
| D | test-whatwg-encoding-custom-textdecoder-api-invalid-label.js | 20 code: 'ERR_ENCODING_NOT_SUPPORTED', property 28 code: 'ERR_ENCODING_NOT_SUPPORTED', property 36 code: 'ERR_ENCODING_NOT_SUPPORTED', property
|
| D | test-worker-message-port-constructor.js | 16 code: 'ERR_CONSTRUCT_CALL_INVALID' property 21 code: 'ERR_CONSTRUCT_CALL_INVALID' property 26 code: 'ERR_CONSTRUCT_CALL_REQUIRED' property
|
| D | test-stream-consumers.js | 117 assert.rejects(blob(readable), { code: 'ERR_INVALID_STATE' }); property 135 assert.rejects(arrayBuffer(readable), { code: 'ERR_INVALID_STATE' }); property 153 assert.rejects(text(readable), { code: 'ERR_INVALID_STATE' }); property 171 assert.rejects(json(readable), { code: 'ERR_INVALID_STATE' }); property 229 code: 'ERR_INVALID_ARG_TYPE', property 243 code: 'ERR_INVALID_ARG_TYPE', property
|
| D | test-fs-write.js | 151 code: 'ERR_INVALID_ARG_TYPE', property 158 code: 'ERR_INVALID_ARG_TYPE', property 172 code: 'ERR_INVALID_ARG_TYPE', property 179 code: 'ERR_INVALID_ARG_TYPE', property 192 code: 'ERR_INVALID_ARG_VALUE', property 200 code: 'ERR_INVALID_ARG_VALUE', property
|
| D | test-buffer-copy.js | 136 code: 'ERR_INVALID_ARG_TYPE', property 145 code: 'ERR_OUT_OF_RANGE', property 156 code: 'ERR_OUT_OF_RANGE', property 165 code: 'ERR_OUT_OF_RANGE', property 184 code: 'ERR_OUT_OF_RANGE', property
|
| /third_party/node/deps/npm/node_modules/@sigstore/verify/dist/timestamp/ |
| D | checkpoint.js | 51 code: 'TLOG_INCLUSION_PROOF_ERROR', property 59 code: 'TLOG_INCLUSION_PROOF_ERROR', property 92 code: 'TLOG_INCLUSION_PROOF_ERROR', property 110 code: 'TLOG_INCLUSION_PROOF_ERROR', property 122 code: 'TLOG_INCLUSION_PROOF_ERROR', property 148 code: 'TLOG_INCLUSION_PROOF_ERROR', property
|
| /third_party/node/deps/npm/node_modules/@sigstore/verify/dist/tlog/ |
| D | dsse.js | 27 code: 'TLOG_BODY_ERROR', property 38 code: 'TLOG_BODY_ERROR', property 46 code: 'TLOG_BODY_ERROR', property 54 code: 'TLOG_BODY_ERROR', property
|
| D | intoto.js | 27 code: 'TLOG_BODY_ERROR', property 38 code: 'TLOG_BODY_ERROR', property 47 code: 'TLOG_BODY_ERROR', property 55 code: 'TLOG_BODY_ERROR', property
|
| /third_party/node/deps/v8/src/objects/ |
| D | code.cc | 41 HeapObject code) { in EmbeddedDataWithMaybeRemappedEmbeddedBuiltins() 65 Address OffHeapInstructionStart(HeapObject code, Builtin builtin) { in OffHeapInstructionStart() 72 Address OffHeapInstructionEnd(HeapObject code, Builtin builtin) { in OffHeapInstructionEnd() 78 int OffHeapInstructionSize(HeapObject code, Builtin builtin) { in OffHeapInstructionSize() 83 Address OffHeapMetadataStart(HeapObject code, Builtin builtin) { in OffHeapMetadataStart() 88 Address OffHeapMetadataEnd(HeapObject code, Builtin builtin) { in OffHeapMetadataEnd() 93 int OffHeapMetadataSize(HeapObject code, Builtin builtin) { in OffHeapMetadataSize() 98 Address OffHeapSafepointTableAddress(HeapObject code, Builtin builtin) { in OffHeapSafepointTableAddress() 103 int OffHeapSafepointTableSize(HeapObject code, Builtin builtin) { in OffHeapSafepointTableSize() 108 Address OffHeapHandlerTableAddress(HeapObject code, Builtin builtin) { in OffHeapHandlerTableAddress() [all …]
|
| /third_party/vixl/test/aarch64/ |
| D | test-utils-aarch64.h | 117 inline int32_t wreg(unsigned code) const { in wreg() 125 inline int64_t xreg(unsigned code) const { in xreg() 134 inline uint16_t hreg_bits(unsigned code) const { in hreg_bits() 139 inline uint32_t sreg_bits(unsigned code) const { in sreg_bits() 144 inline Float16 hreg(unsigned code) const { in hreg() 148 inline float sreg(unsigned code) const { in sreg() 152 inline uint64_t dreg_bits(unsigned code) const { in dreg_bits() 157 inline double dreg(unsigned code) const { in dreg() 161 inline QRegisterValue qreg(unsigned code) const { return dump_.q_[code]; } in qreg() 164 inline T zreg_lane(unsigned code, int lane) const { in zreg_lane() [all …]
|
| /third_party/node/deps/v8/src/logging/ |
| D | code-events.h | 153 void CodeCreateEvent(LogEventsAndTags tag, Handle<AbstractCode> code, in CodeCreateEvent() 159 void CodeCreateEvent(LogEventsAndTags tag, Handle<AbstractCode> code, in CodeCreateEvent() 165 void CodeCreateEvent(LogEventsAndTags tag, Handle<AbstractCode> code, in CodeCreateEvent() 172 void CodeCreateEvent(LogEventsAndTags tag, Handle<AbstractCode> code, in CodeCreateEvent() 180 void CodeCreateEvent(LogEventsAndTags tag, const wasm::WasmCode* code, in CodeCreateEvent() 204 void RegExpCodeCreateEvent(Handle<AbstractCode> code, in RegExpCodeCreateEvent() 229 void CodeDisableOptEvent(Handle<AbstractCode> code, in CodeDisableOptEvent() 235 void CodeDeoptEvent(Handle<Code> code, DeoptimizeKind kind, Address pc, in CodeDeoptEvent() 241 void CodeDependencyChangeEvent(Handle<Code> code, in CodeDependencyChangeEvent()
|
| /third_party/node/deps/npm/node_modules/@npmcli/map-workspaces/lib/ |
| D | index.js | 36 code: 'EWORKSPACESCONFIG', property 63 function getError ({ Type = TypeError, message, code }) { field 64 return Object.assign(new Type(message), { code }) field 75 code: 'EMAPWORKSPACESPKG', property 149 code: 'EDUPLICATEWORKSPACE', property 172 code: 'EMAPWORKSPACESLOCKFILE', property
|
| /third_party/node/deps/npm/node_modules/@npmcli/query/lib/ |
| D | index.js | 44 { code: 'EQUERYATTR' } property 103 { code: 'ESEMVERFUNC' } property 129 { code: 'ESEMVERVALUE' } property 178 { code: 'EQUERYATTR' } property 184 { code: 'EQUERYATTR' } property 194 { code: 'EQUERYATTR' } property
|