Home
last modified time | relevance | path

Searched defs:code (Results 126 – 150 of 2876) sorted by relevance

12345678910>>...116

/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
Dcodegen.c48 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/
Dtest-fs-rename-type-check.js13 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
Dtest-fs-stat.js115 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
Dtest-process-hrtime.js39 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
Dtest-dns-set-default-order.js33 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
Dtest-fs-link.js29 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
Dtest-fs-util-validateoffsetlength.js17 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
Dtest-whatwg-readablestream.js69 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 …]
Dtest-util-deprecate.js16 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
Dtest-crypto-hash.js130 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
Dtest-vm-measure-memory.js27 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
Dtest-process-umask.js30 }, { code: 'ERR_WORKER_UNSUPPORTED_OPERATION' }); property
56 code: 'ERR_INVALID_ARG_TYPE', property
63 code: 'ERR_INVALID_ARG_VALUE', property
Dtest-whatwg-encoding-custom-textdecoder-api-invalid-label.js20 code: 'ERR_ENCODING_NOT_SUPPORTED', property
28 code: 'ERR_ENCODING_NOT_SUPPORTED', property
36 code: 'ERR_ENCODING_NOT_SUPPORTED', property
Dtest-worker-message-port-constructor.js16 code: 'ERR_CONSTRUCT_CALL_INVALID' property
21 code: 'ERR_CONSTRUCT_CALL_INVALID' property
26 code: 'ERR_CONSTRUCT_CALL_REQUIRED' property
Dtest-stream-consumers.js117 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
Dtest-fs-write.js151 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
Dtest-buffer-copy.js136 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/
Dcheckpoint.js51 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/
Ddsse.js27 code: 'TLOG_BODY_ERROR', property
38 code: 'TLOG_BODY_ERROR', property
46 code: 'TLOG_BODY_ERROR', property
54 code: 'TLOG_BODY_ERROR', property
Dintoto.js27 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/
Dcode.cc41 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/
Dtest-utils-aarch64.h117 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/
Dcode-events.h153 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/
Dindex.js36 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/
Dindex.js44 { code: 'EQUERYATTR' } property
103 { code: 'ESEMVERFUNC' } property
129 { code: 'ESEMVERVALUE' } property
178 { code: 'EQUERYATTR' } property
184 { code: 'EQUERYATTR' } property
194 { code: 'EQUERYATTR' } property

12345678910>>...116