Home
last modified time | relevance | path

Searched refs:code (Results 5351 - 5375 of 8296) sorted by relevance

1...<<211212213214215216217218219220>>...332

/third_party/backends/sanei/
H A Dsanei_DomainOS.c25 account of linking the SANE library code into it.
117 char *subsystem, *module, *code; in DomainErrorCheck() local
123 error_$find_text(status, &subsystem, &subsystem_length, &module, &module_length, &code, &code_length); in DomainErrorCheck()
125 DBG(0, "%.*s (%.*s/%.*s)\n", code_length, code, subsystem_length, subsystem, module_length, module); in DomainErrorCheck()
132 handles asynchronous faults. It always returns to the faulting code, but
172 /* we have a failure, return an error code, and generate debug output */ in DomainSCSIOpen()
197 /* failure, print detail and return code */ in DomainSCSIOpen()
335 DBG(2, "Sense information: Error code=%02x, ASC=%02x, ASCQ=%02x\n", ((u_char *)DomainFdInfo[com->fd].DomainSensePtr)[0], ((char *)DomainFdInfo[com->fd].DomainSensePtr)[0xc], ((char *)DomainFdInfo[com->fd].DomainSensePtr)[0xd]); in DomainSCSIWait()
344 /* Warning - the following code is specific to endianness and int size */ in DomainSCSIWait()
365 /* Handle recognized error conditions by copying the error code ove in DomainSCSIWait()
[all...]
/third_party/icu/tools/multi/proj/icu4cscan/
H A Dtestxml.cpp32 const char *u_errorNameShort(UErrorCode code) { in u_errorNameShort() argument
33 switch(code) { in u_errorNameShort()
36 default: return u_errorName(code); in u_errorNameShort()
/third_party/node/lib/internal/modules/esm/
H A Dhooks.js241 code: preloaded,
714 const { code, port } = preloadScripts[i];
717 code,
/third_party/node/deps/brotli/c/enc/
H A Dhash.h223 size_t code = self->length_and_code & 31; in BackwardMatchLengthCode() local
224 return code ? code : BackwardMatchLength(self); in BackwardMatchLengthCode()
/third_party/mesa3d/src/intel/compiler/
H A Dintel_clc.c229 _mesa_sha1_update(&sha1_ctx, kernel->code, in print_kernel()
234 intel_disassemble(isa, kernel->code, 0, fp); in print_kernel()
237 print_u32_data(fp, prefix, "code", kernel->code, in print_kernel()
247 fprintf(fp, " .code = %s_code,\n", prefix); in print_kernel()
266 " --prefix <prefix> Prefix for variable names in generated C code.\n" in print_usage()
/third_party/node/deps/icu-small/source/i18n/
H A Dhebrwcal.cpp155 * Constructs a default <code>HebrewCalendar</code> using the current time
192 * <code>add(Calendar.DATE, 3)</code>.
285 * <code>roll(Calendar.DATE, 3)</code>. If the
288 * For example, calling <code>roll(Calendar.DATE, 10)</code>
300 * additional fields in their overrides of <code>roll</code>
759 setTemporalMonthCode(const char* code, UErrorCode& status ) setTemporalMonthCode() argument
[all...]
/third_party/node/deps/npm/node_modules/make-fetch-happen/lib/cache/
H A Dentry.js347 if (err.code === 'EINTEGRITY') {
352 if (err.code === 'ENOENT' || err.code === 'EINTEGRITY') {
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_serialize.cpp72 blob_write_bytes(blob, info_out->bin.code, info_out->bin.codeSize); in nv50_ir_prog_info_out_serialize()
173 info_out->bin.code = (uint32_t *)MALLOC(info_out->bin.codeSize); in nv50_ir_prog_info_out_deserialize()
174 blob_copy_bytes(&reader, info_out->bin.code, info_out->bin.codeSize); in nv50_ir_prog_info_out_deserialize()
/third_party/node/deps/npm/test/lib/commands/
H A Dview.js456 { code: 'ENOENT' }
476 { code: 'E404', pkgid: 'red@1.0.1', message: 'Unpublished on 2012-12-20T00:00:00.000Z' }
484 { code: 'E404', pkgid: 'blue@2.0.0', message: 'No match found for version 2.0.0' }
/third_party/libevdev/doc/html/search/
H A Dsearch.js2 @licstart The following is the entire license notice for the JavaScript code in this file.
23 @licend The above is the entire license notice for the JavaScript code in this file
337 var code = searchValue.toLowerCase().charCodeAt(0);
339 if ( 0xD800 <= code && code <= 0xDBFF && searchValue > 1) // surrogate pair
/third_party/node/deps/v8/src/bigint/
H A Dtostring.cc2 // Use of this source code is governed by a BSD-style license that can be
114 #define MAYBE_INTERRUPT(code) ((void)0)
116 #define MAYBE_INTERRUPT(code) code
/third_party/node/deps/v8/src/codegen/
H A Dcode-factory.cc2 // Use of this source code is governed by a BSD-style license that can be
5 #include "src/codegen/code-factory.h"
284 Handle<CodeT> code = CodeFactory::CEntry( in InterpreterCEntry() local
287 return Callable(code, InterpreterCEntry1Descriptor{}); in InterpreterCEntry()
290 return Callable(code, InterpreterCEntry2Descriptor{}); in InterpreterCEntry()
/third_party/node/deps/v8/src/codegen/s390/
H A Dassembler-s390-inl.h8 // - Redistributions of source code must retain the above copyright notice,
33 // The original source code covered by the above license above has been modified
52 // Absolute code pointer inside code object moves with the code object. in apply()
289 // This is for calls and branches within generated code. The serializer
293 Address instruction_payload, Code code, Address target) { in deserialization_set_special_target_at()
295 !code.is_null() ? code.constant_pool() : kNullAddress, in deserialization_set_special_target_at()
313 // This code assume
292 deserialization_set_special_target_at( Address instruction_payload, Code code, Address target) deserialization_set_special_target_at() argument
[all...]
/third_party/node/deps/v8/src/codegen/ppc/
H A Dassembler-ppc-inl.h8 // - Redistributions of source code must retain the above copyright notice,
33 // The original source code covered by the above license above has been modified
52 // absolute code pointer inside code object moves with the code object. in apply()
93 // by the serializer and expects the address to reside within the code in target_address_address()
418 // This is for calls and branches within generated code. The serializer
422 Address instruction_payload, Code code, Address target) { in deserialization_set_special_target_at()
424 !code.is_null() ? code in deserialization_set_special_target_at()
421 deserialization_set_special_target_at( Address instruction_payload, Code code, Address target) deserialization_set_special_target_at() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Djs-regexp.cc2 // Use of this source code is governed by a BSD-style license that can be
9 #include "src/objects/code.h"
160 Object JSRegExp::code(bool is_latin1) const { in code() function in v8::internal::JSRegExp
167 void JSRegExp::set_code(bool is_latin1, Handle<Code> code) { in set_code() argument
168 SetDataAt(code_index(is_latin1), ToCodeT(*code)); in set_code()
261 // and move related code closer to each other.
/third_party/node/deps/v8/src/strings/
H A Dstring-stream.cc2 // Use of this source code is governed by a BSD-style license that can be
238 // printing code. This is a problem on Windows in particular; see in OutputToFile()
409 void StringStream::PrintFunction(JSFunction fun, Object receiver, Code* code) { in PrintFunction() argument
411 *code = FromCodeT(fun.code()); in PrintFunction()
/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c130 * uneven execution speed of the code (due to factors such as cache misses,
143 short int code; in ossl_pool_acquire_entropy() local
169 s$sleep(&duration, &code); in ossl_pool_acquire_entropy()
173 s$sleep2(&duration, &code); in ossl_pool_acquire_entropy()
233 * variable sizes up to 256 byte. The code below would not work properly in sysctl_random()
/third_party/node/deps/openssl/openssl/crypto/modes/asm/
H A Dghash-c64xplus.pl24 # code compiled with TI's cl6x 6.0 with -mv6400+ -o2 flags. We are
42 $code.=<<___;
162 $code.=<<___;
246 print $code;
/third_party/python/Tools/scripts/
H A Dumarshal.py182 code = self.r_byte()
183 flag = code & FLAG_REF
184 type = code & ~FLAG_REF
185 # print(" "*self.level + f"{code} {flag} {type} {chr(type)!r}")
/third_party/pulseaudio/src/modules/rtp/
H A Dmodule-rtp-send.c121 static int source_output_process_msg(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) { in source_output_process_msg() argument
125 switch (code) { in source_output_process_msg()
134 return pa_source_output_process_msg(o, code, data, offset, chunk); in source_output_process_msg()
/third_party/pulseaudio/src/modules/
H A Dmodule-null-sink.c94 int code, in sink_process_msg()
101 switch (code) { in sink_process_msg()
112 return pa_sink_process_msg(o, code, data, offset, chunk); in sink_process_msg()
92 sink_process_msg( pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) sink_process_msg() argument
/third_party/pulseaudio/src/modules/jack/
H A Dmodule-jack-sink.c118 static int sink_process_msg(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *memchunk) { in sink_process_msg() argument
121 switch (code) { in sink_process_msg()
203 return pa_sink_process_msg(o, code, data, offset, memchunk); in sink_process_msg()
H A Dmodule-jack-source.c104 static int source_process_msg(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) { in source_process_msg() argument
107 switch (code) { in source_process_msg()
153 return pa_source_process_msg(o, code, data, offset, chunk); in source_process_msg()
/third_party/openssl/crypto/modes/asm/
H A Dghash-c64xplus.pl24 # code compiled with TI's cl6x 6.0 with -mv6400+ -o2 flags. We are
42 $code.=<<___;
162 $code.=<<___;
246 print $code;
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate.cpp402 return spvValidateBinary(context, binary->code, binary->wordCount, in spvValidate()
443 binary->code, binary->wordCount, in spvValidateWithOptions()
447 hijack_context, binary->code, binary->wordCount, pDiagnostic, &vstate); in spvValidateWithOptions()

Completed in 21 milliseconds

1...<<211212213214215216217218219220>>...332