Home
last modified time | relevance | path

Searched refs:code (Results 2226 - 2250 of 3577) sorted by relevance

1...<<81828384858687888990>>...144

/third_party/python/Lib/test/
H A Dtest_asyncgen.py73 # The C code is way more low-level than this, as it implements
88 code = '''async def foo():
94 exec(code, {}, {})
97 code = '''async def foo():
102 exec(code, {}, {})
105 code = '''async def foo():
112 exec(code, {}, {})
115 code = '''async def foo():
121 exec(code, {}, {})
124 code
[all...]
/third_party/python/Lib/test/test_warnings/
H A D__init__.py1219 code = "import sys; sys.modules.pop('warnings', None); sys.modules['_warnings'] = None; "
1221 code = ""
1222 code += "import warnings; [print(f) for f in warnings.filters]"
1224 rc, stdout, stderr = assert_python_ok("-c", code, __isolated=True)
1305 code = """
1315 rc, out, err = assert_python_ok("-c", code)
1327 code = "f = open(%a)" % __file__
1328 rc, out, err = assert_python_ok("-Wd", "-c", code)
1332 code = "import warnings; f = open(%a)" % __file__
1333 rc, out, err = assert_python_ok("-Wd", "-c", code)
[all...]
/third_party/python/Python/
H A Dmarshal.c3 This is primarily intended for writing and reading compiled Python code,
5 code objects, are supported.
19 [clinic start generated code]*/
20 /*[clinic end generated code: output=da39a3ee5e6b4b0d input=c982b7930dee17db]*/
808 /* r_long64 deals with the TYPE_INT64 code. */
990 int type, code = r_byte(p); in r_object() local
994 if (code == EOF) { in r_object()
1008 flag = code & FLAG_REF; in r_object()
1009 type = code & ~FLAG_REF; in r_object()
1360 PyObject *code in r_object() local
[all...]
/commonlibrary/ets_utils/js_util_module/util/
H A Djs_textdecoder.cpp304 napi_value code = nullptr; in ThrowError() local
306 napi_create_uint32(env, errCode, &code); in ThrowError()
313 napi_set_named_property(env, utilError, "code", code); in ThrowError()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dselector.rs382 let code = e.raw_os_error().unwrap(); in update_while_idle()
383 if code != ERROR_IO_PENDING as i32 { in update_while_idle()
386 return if code == ERROR_INVALID_HANDLE as i32 { in update_while_idle()
/third_party/curl/scripts/
H A Dchecksrc.pl78 'INDENTATION' => 'wrong start column for code',
421 code => $l
431 code => $l
963 $file, $copyright[0]{code},
/third_party/glslang/glslang/CInterface/
H A Dglslang_c_interface.cpp2 This code is based on the glslang_c_interface implementation by Viktor Latypov
14 1. Redistributions of source code must retain the above copyright notice, this
312 if (!input || !input->code) { in glslang_shader_create()
313 printf("Error creating shader: null input(%p)/input->code\n", input); in glslang_shader_create()
316 printf("input->code = %p\n", input->code); in glslang_shader_create()
324 shader->shader->setStrings(&input->code, 1); in glslang_shader_create()
/third_party/backends/backend/
H A Dkvs40xx_cmd.c38 u16 code; member
97 h->code = cpu2be16 (COMMAND_CODE); in usb_send_command()
148 h->code = cpu2be16 (DATA_CODE); in usb_send_command()
/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()

Completed in 23 milliseconds

1...<<81828384858687888990>>...144