/third_party/python/PC/ |
H A D | launcher2.c | 1864 // renew our code-signing certificate, so the newer ID has a higher 2434 ctrl_c_handler(DWORD code) in ctrl_c_handler() argument 2523 winerror(0, L"Failed to get exit code of process"); in launchEnvironment() 2526 debug(L"child process exit code: %d\n", rc); in launchEnvironment()
|
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 2 // Use of this source code is governed by a BSD-style license that can be 118 #include "src/snapshot/code-serializer.h" 1966 // construct code, so we ensure that there is a constructor in SetInternalFieldCount() 2823 "Expected SharedFunctionInfo with wrapped source code."); in CreateCodeCacheForFunction() 5559 // many code units can be safely written without exceeding the buffer capacity in Unaligned() 5560 // and without leaving at a lone surrogate. The estimated number of code units in Unaligned() 5563 // all code units have been written out. The second phase writes out code in Unaligned() 5565 // unit, or all code units have been written out. in Unaligned() 6403 CHECK(isolate->builtins()->code( in NewContext() [all...] |
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 272 ($s:ident, $code:expr, $name:ident, $str:expr, $iters:expr) => { 279 black_box($code); 287 ($name:ident, $s:ident, $code:expr) => { 288 make_test!($name, $s, $code, 1); 290 ($name:ident, $s:ident, $code:expr, $iters:expr) => { 296 make_test_inner!($s, $code, short_ascii, 298 make_test_inner!($s, $code, short_mixed, 300 make_test_inner!($s, $code, short_pile_of_poo, 302 make_test_inner!($s, $code, long_lorem_ipsum,"\ 2049 // sum == 11806, to stop dead code eliminatio in iterator() [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | builtin_functions.cpp | 58 * Unfortunately, some versions of MinGW produce bad code if this file 62 * this code is basically just executed once. 1060 * If \p glsl is \c true, use the GLSL built-in names and emit code 1458 * GLSL utility code that could be linked against any stage, so just in create_shader() 7106 ir_variable *code = in_var(glsl_type::int_type, "code"); in _is_sparse_texels_resident() local 7107 MAKE_SIG(glsl_type::bool_type, sparse_enabled, 1, code); in _is_sparse_texels_resident() 7121 ir_variable *code = in_var(glsl_type::int_type, "code"); in _is_sparse_texels_resident_intrinsic() local 7123 sparse_enabled, 1, code); in _is_sparse_texels_resident_intrinsic() [all...] |
/device/soc/rockchip/common/vendor/drivers/devfreq/ |
H A D | rockchip_dmc.c | 444 * and this may lead to a deadlock when the code path takes read sem in rockchip_dmcfreq_target() 2789 static void rockchip_dmcfreq_input_event(struct input_handle *handle, unsigned int type, unsigned int code, int value) in rockchip_dmcfreq_input_event() argument
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wl_iw.c | 3507 uint32 inStatus; /* input: event status code to match */ in wl_iw_conn_status_str() 3508 uint32 inReason; /* input: event reason code to match */ in wl_iw_conn_status_str() 3811 wstats->discard.code = dtoh32(cnt->rxundec); in wl_iw_get_wireless_stats_cbfn()
|
H A D | dhd_linux.c | 4 * Basically selected code segments from usb-cdc.c and usb-rndis.c 377 static int dhd_reboot_callback(struct notifier_block *this, unsigned long code, void *unused); 5966 * Failure: Returns -1 or errono code 6028 * Failure: Returns -1 or errono code 6397 DHD_ERROR(("%s: failed with code %d\n", __FUNCTION__, ret)); in dhd_ioctl_process() 7110 DHD_ERROR(("%s: failed with code %d\n", __FUNCTION__, ret)); in dhd_open() 7214 DHD_ERROR(("%s: failed to dbus_up with code %d\n", __FUNCTION__, ret)); in dhd_open() 7220 DHD_ERROR(("%s: failed with code %d\n", __FUNCTION__, ret)); in dhd_open() 7239 DHD_ERROR(("%s: failed with code %d\n", __FUNCTION__, ret)); in dhd_open() 10452 /* set AP flag for specific country code o in dhd_preinit_ioctls() 12913 dhd_reboot_callback(struct notifier_block *this, unsigned long code, void *unused) dhd_reboot_callback() argument [all...] |
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | 802.11.h | 266 uint16 status; /* status code */ 288 uint16 status; /* status code */ 1953 uint16 status; /* status code field */ 2328 /* TFS Response status code. Identical to FMS Element status, without N/A */ 2714 uint16 status; /* status code */ 3491 uint8 code; member 4329 /* Map the mcs code to mcs bit map */ 4338 /* Map the mcs bit map to mcs code */
|
H A D | wlioctl.h | 138 uint16 reject_reason; /**< reason code for rejecting association */ 1365 char country_abbrev[WLC_CNTRY_BUF_SZ]; /**< nul-terminated country code used in 1372 char ccode[WLC_CNTRY_BUF_SZ]; /**< nul-terminated built-in country code. 2069 uint32 code; member 4263 uint32 pktengrxducast; /**< unicast frames rxed by the pkteng code */ 4264 uint32 pktengrxdmcast; /**< multicast frames rxed by the pkteng code */ 4349 uint32 pktengrxducast; /**< unicast frames rxed by the pkteng code */ 4350 uint32 pktengrxdmcast; /**< multicast frames rxed by the pkteng code */ 4435 uint32 pktengrxducast; /**< unicast frames rxed by the pkteng code */ 4436 uint32 pktengrxdmcast; /**< multicast frames rxed by the pkteng code */ 8883 uint16 code; /**< SC or RC code */ global() member 13740 uint8 code; global() member [all...] |
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/ |
H A D | rockchip_dmc.c | 444 * and this may lead to a deadlock when the code path takes read sem in rockchip_dmcfreq_target() 2951 unsigned int code, in rockchip_dmcfreq_input_event() 2949 rockchip_dmcfreq_input_event(struct input_handle *handle, unsigned int type, unsigned int code, int value) rockchip_dmcfreq_input_event() argument
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | h264_intrapred.asm | 1318 ; the code here is initialized with INIT_MMX
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/sha/ |
H A D | sha1-armv4-large.S | 7 .code 32
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/sha/ |
H A D | sha1-armv4-large.S | 7 .code 32
|
/third_party/node/deps/v8/src/wasm/baseline/arm64/ |
H A D | liftoff-assembler-arm64.h | 2 // Use of this source code is governed by a BSD-style license that can be 228 assm->Uminv(temp, VRegister::Create(src.fp().code(), format)); in EmitAllTrue() 336 // replace the {__ sub(sp, sp, framesize)} with a jump to OOL code that does in PatchPrepareStackFrame() 339 // The OOL code can simply be generated here with the normal assembler, in PatchPrepareStackFrame() 340 // because all other code generation, including OOL code, has already finished in PatchPrepareStackFrame() 342 // to the current {pc_offset()} to execute the OOL code for allocating the in PatchPrepareStackFrame() 351 // check in the condition code. in PatchPrepareStackFrame() 992 // Special straight-line code for up to 12 slots. Generates one in FillStackSlotsWithZero() 2130 // Algorithm copied from code in emit_i64x2_mul() [all...] |
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 586 pub code: u16, 3206 // as a sentinel to work around an infitnite loop in the unwinding code.
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jidctint.c | 13 * inverse DCT (Discrete Cosine Transform). In the IJG code, this routine 19 * complex and seem not to be any faster when reduced to code. 66 Sorry, this code only copes with 8x8 DCT blocks. /* deliberate syntax err */
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-charset-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
com/
com/ibm/
com/ibm/icu/
... |
/third_party/mesa3d/src/compiler/spirv/ |
H A D | spirv_to_nir.c | 2703 nir_ssa_def *code = vtn_get_nir_ssa(b, w[3]); in vtn_handle_texture() local 2704 vtn_push_nir_ssa(b, w[2], nir_is_sparse_texels_resident(&b->nb, 1, code)); in vtn_handle_texture() 6629 * validator a bit of heartburn. Run dead code to get rid of them. in spirv_to_nir()
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
H A D | scsimain.c | 1 /* Test code for D. Gilbert's extensions to the Linux OS SCSI generic ("sg") 25 M. Ridgeway - Roll code together for SCSI testing with one command line 348 #define err_exit(code,text) do { \ 350 text, __FILE__, __LINE__, strerror(code)); \ 1267 printf(" Parameter code=%d, accumulated power-on hours=%d\n", in show_self_test_page() 1269 printf(" self test code: %s [%d]\n", in show_self_test_page() 1343 printf(" parameter code=0x%x, contents in hex:\n", pc); in show_Temperature_page() 1388 printf(" parameter code=0x%x, contents in hex:\n", pc); in show_IE_page() 1522 printf("Returned log page code=0x%x, page len=0x%x\n", in show_scsi_logs() 1548 ("Returned log page code in show_scsi_logs() [all...] |
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | Descriptor.cs | 6 #region Designer generated code 560 /// This field contains optional information about the original source code. 4829 /// If set true, then the Java code generator will generate a separate .java 4891 /// If set true, then the Java2 code generator will generate code that 4979 /// main code generators in each language (without additional plugins). 4984 /// that generate code specific to your particular RPC system. Therefore, 4985 /// these default to false. Old code which depends on generic services should 5982 /// Generated classes can be optimized for speed or code size. 5986 /// Generate complete code fo [all...] |
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
H A D | WrapperBenchmarkMessages.cs | 6 #region Designer generated code 9350 #endregion Designer generated code
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | TestMessagesProto2.cs | 6 #region Designer generated code 6592 #endregion Designer generated code
|
/third_party/python/Lib/test/ |
H A D | test_descr.py | 634 # Testing code to find most derived baseclass 1979 code = f"def number_attrs(Z):\n return [ {attrs} ]" 1981 exec(code, ns) 3068 Also computes a hash code of the string in canonical form. 3560 # PyArg_ParseTuple 't#' code. 4216 # A badly placed Py_DECREF in type_set_name led to arbitrary code 4232 # This code tests various cases where right-dispatch of a subclass 4235 # Case 1: subclass of int; this tests code in abstract.c::binary_op1() 5754 a code path executed on error (goto bail).
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fPrimitiveBoundingBoxTests.cpp | 124 static std::string specializeShader(Context& context, const char* code) in specializeShader() argument 165 return tcu::StringTemplate(code).specialize(specializationMap); in specializeShader()
|
H A D | es31fTessellationTests.cpp | 1547 static std::string specializeShader(Context& context, const char* code) 1577 return tcu::StringTemplate(code).specialize(specializationMap); 5805 * \brief Generate GLSL code to traverse (possibly aggregate) object 5807 * Generates a string that represents GLSL code that traverses the 5810 * separately. The code for each basic-type subobject is generated with
|