/third_party/python/Lib/test/ |
H A D | test_types.py | 397 # test locale support for __format__ code 'n' 406 # test locale support for __format__ code 'n' for integers 484 # No format code means use g, but must have a decimal 587 for code in 'xXobns': 588 self.assertRaises(ValueError, format, 0, ',' + code)
|
/third_party/python/Lib/ |
H A D | typing.py | 790 program's code flow. Usually type narrowing is done by analyzing 791 conditional code flow and applying the narrowing to a block of code. The 850 code = compile(arg_to_compile, '<string>', 'eval') 855 self.__forward_code__ = code 2473 """Statically assert that a line of code is unreachable. 2494 raise AssertionError(f"Expected code to be unreachable, but got: {value}")
|
/third_party/python/Modules/ |
H A D | arraymodule.c | 20 [clinic start generated code]*/ 21 /*[clinic end generated code: output=da39a3ee5e6b4b0d input=7d1b8d7f5958fd83]*/ 82 * array type code cannot be interpreted. When this occurs, a list of 532 #define DEFINE_COMPAREITEMS(code, type) \ 534 code##_compareitems(const void *lhs, const void *rhs, Py_ssize_t length) \ 582 [clinic start generated code]*/ 583 /*[clinic end generated code: output=da39a3ee5e6b4b0d input=a5c29edf59f176a3]*/ 849 [clinic start generated code]*/ 853 /*[clinic end generated code: output=dec7c3f925d9619e input=ad1ee5b086965f09]*/ in array_array___copy___impl() 865 [clinic start generated code]*/ [all...] |
/third_party/rust/crates/serde/serde_derive/src/ |
H A D | de.rs | 318 let code = match &cont.data { in deserialize_in_place_body() 331 let stmts = Stmts(code); in deserialize_in_place_body()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTextureGatherTests.cpp | 81 static std::string specializeShader(Context& context, const char* code) in specializeShader() argument 94 return tcu::StringTemplate(code).specialize(specializationMap); in specializeShader()
|
H A D | es31fTextureMultisampleTests.cpp | 126 std::string specializeShader (Context& context, const char* code) in specializeShader() argument 134 return tcu::StringTemplate(code).specialize(specializationMap); in specializeShader() 1851 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got wrong error code"); 1983 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got wrong error code"); 2116 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got wrong error code");
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_nl80211_event.c | 157 * the core code. in mlme_event_auth() 222 * the core code. in mlme_event_assoc() 313 * the core code. in mlme_event_connect() 479 * confuse the core code. in mlme_event_disconnect() 1559 data.connect_failed_reason.code = MAX_CLIENT_REACHED; in nl80211_connect_failed_event() 1565 data.connect_failed_reason.code = BLOCKED_CLIENT; in nl80211_connect_failed_event()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap.c | 256 * some method code paths to end up not setting ignore=FALSE, clear the in SM_STATE() 409 * entering of PIN code or passphrase to retry the in SM_STATE() 1979 switch (hdr->code) { in eap_sm_parseEapReq() 2036 /* Get the error code from method */ in eap_sm_parseEapReq() 2054 "code %d", hdr->code); in eap_sm_parseEapReq()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap.c | 257 * some method code paths to end up not setting ignore=false, clear the in SM_STATE() 417 * entering of PIN code or passphrase to retry the in SM_STATE() 2024 switch (hdr->code) { in eap_sm_parseEapReq() 2081 /* Get the error code from method */ in eap_sm_parseEapReq() 2099 "code %d", hdr->code); in eap_sm_parseEapReq()
|
/third_party/ffmpeg/libavcodec/ |
H A D | jrevdct.c | 15 * (1) If any part of the source code for this software is distributed, then 19 * (2) If only executable code is distributed, then the accompanying 27 * code, not just to the unmodified library. If you use our work, you ought 53 * is cumbersome, it's straightforward and the resulting code is much 91 Sorry, this code only copes with 8x8 DCTs. /* deliberate syntax err */ 98 * much more complex and seem not to be any faster when reduced to code.
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp3dsp.asm | 24 ; MMX-optimized functions cribbed from the original VP3 source code.
|
H A D | h264_idct.asm | 722 ; the code here is initialized with INIT_MMX
|
H A D | h264_qpel_10bit.asm | 2 ;* MMX/SSE2/AVX-optimized 10-bit H.264 qpel code
|
H A D | h264_qpel_8bit.asm | 2 ;* MMX/SSE2/SSSE3-optimized H.264 QPEL code
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | localintermediate.h | 13 // Redistributions of source code must retain the above copyright 538 TIntermSelection* addSelection(TIntermTyped* cond, TIntermNodePair code, const TSourceLoc&); 1249 // source code of shader, useful as part of debug information
|
/third_party/gn/src/gn/ |
H A D | function_toolchain.cc | 2 // Use of this source code is governed by a BSD-style license that can be 43 code. The toolchain() function defines these commands. 49 once for each toolchain it is referenced in so the GN code can vary all 864 imports or exports are different, dependent code needn't be relinked, which
|
/third_party/icu/icu4c/source/data/ |
H A D | makedata.mak | 105 # This is the same place that all of the other ICU DLLs go (the code-containing DLLs)
|
/third_party/libsnd/src/ |
H A D | nms_adpcm.c | 83 ** Offset into code tables for the bitrate. 150 static int16_t nms_adpcm_decode_sample (struct nms_adpcm_state *s, uint8_t code) ;
|
/third_party/libunwind/libunwind/src/ia64/ |
H A D | Gparser.c | 626 #define UNW_DEC_BAD_CODE(code) \ 627 print_error ("libunwind: unknown code encountered\n")
|
/third_party/libbpf/include/uapi/linux/ |
H A D | bpf.h | 73 __u8 code; /* opcode */ member 1131 * All eligible programs are executed regardless of return code from 1169 * saves some back-ends a lot of code-gen. However such optimization is not 1981 * efficient, but it is handled through an action code where the 2096 * Let's imagine that the following code is part of a program 2185 * quirks where error and counter value are used as a return code 2193 * negative error code in case of failure. 2370 * The checksum result, or a negative error code in case of 2464 * * A negative error code, if an error occurred. 2517 * * A negative error code, i [all...] |
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | ProgressDialog2.cpp | 1306 switch (header->code)
in OnNotify()
|
/third_party/node/src/ |
H A D | env.h | 615 void Exit(int code);
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/modes/ |
H A D | ghash-armv4.S | 11 .code 32
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/modes/ |
H A D | ghash-armv4.S | 11 .code 32
|
/third_party/libinput/src/ |
H A D | quirks.c | 836 p->value.tuples.tuples[i].second = events[i].code; in parse_attr()
|