Home
last modified time | relevance | path

Searched refs:code (Results 2451 - 2475 of 3577) sorted by relevance

1...<<919293949596979899100>>...144

/third_party/python/Modules/_sre/clinic/
H A Dsre.c.h3 [clinic start generated code]*/
766 "compile($module, /, pattern, flags, code, groups, groupindex,\n"
776 PyObject *code, Py_ssize_t groups, PyObject *groupindex,
783 static const char * const _keywords[] = {"pattern", "flags", "code", "groups", "groupindex", "indexgroup", NULL}; in _sre_compile()
788 PyObject *code; in _sre_compile() local
803 _PyArg_BadArgument("compile", "argument 'code'", "list", args[2]); in _sre_compile()
806 code = args[2]; in _sre_compile()
829 return_value = _sre_compile_impl(module, pattern, flags, code, groups, groupindex, indexgroup); in _sre_compile()
1119 /*[clinic end generated code: output=fd2f45c941620e6e input=a9049054013a1b77]*/
/third_party/python/Modules/clinic/
H A Doverlapped.c.h3 [clinic start generated code]*/
329 "Return error message for an error code.");
335 _overlapped_FormatMessage_impl(PyObject *module, DWORD code);
341 DWORD code; in _overlapped_FormatMessage() local
343 if (!PyArg_Parse(arg, "k:FormatMessage", &code)) { in _overlapped_FormatMessage()
346 return_value = _overlapped_FormatMessage_impl(module, code); in _overlapped_FormatMessage()
971 /*[clinic end generated code: output=5023f7748f0e073e input=a9049054013a1b77]*/
/third_party/python/Lib/test/
H A Dtest_site.py110 """Contain common code for testing results of reading a .pth file"""
483 code = data.getcode()
485 code = e.code
486 self.assertEqual(code, 200, msg="Can't find " + url)
H A Dtest_subprocess.py161 # check_call() function with zero return code
166 # check_call() function with non-zero return code
173 # check_output() function with zero return code
187 # check_call() function with non-zero return code
326 code = ('import sys; from subprocess import Popen, PIPE;'
330 p = subprocess.Popen([sys.executable, "-c", code],
672 code = ('import sys, subprocess; '
677 p = subprocess.Popen([sys.executable, "-c", code],
767 # code using pipesize=-1 should not crash.
1083 # code pat
[all...]
H A Dtest_posix.py239 code = """if 1:
274 assert_python_ok('-c', code)
718 """Common code for chown, fchown and lchown tests."""
1676 code = textwrap.dedent("""\
1682 [sys.executable, '-c', code],
1709 code = textwrap.dedent(f"""
1718 [sys.executable, "-c", code],
1738 code = textwrap.dedent("""\
1744 [sys.executable, '-c', code],
1773 code
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_tls_common.c20 u8 code, u8 identifier) in eap_tls_msg_alloc()
25 code, identifier); in eap_tls_msg_alloc()
29 code, identifier); in eap_tls_msg_alloc()
30 return eap_msg_alloc(EAP_VENDOR_IETF, type, payload_len, code, in eap_tls_msg_alloc()
889 * TLS reassembly code is initialized to receive the indicated number of bytes.
19 eap_tls_msg_alloc(EapType type, size_t payload_len, u8 code, u8 identifier) eap_tls_msg_alloc() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_upnp_web.c8 * See wps_upnp.c for more details on licensing and code history.
242 static void http_put_reply_code(struct wpabuf *buf, enum http_reply_code code) in http_put_reply_code() argument
245 switch (code) { in http_put_reply_code()
274 static void http_put_empty(struct wpabuf *buf, enum http_reply_code code) in http_put_empty() argument
276 http_put_reply_code(buf, code); in http_put_empty()
382 * HTTP code is supposed to be tolerant of extra whitespace. in web_connection_parse_get()
806 * HTTP code is supposed to be tolerant of extra whitespace. in web_connection_send_reply()
1180 * HTTP 500-series error code. in web_connection_parse_subscribe()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_tls_common.c20 u8 code, u8 identifier) in eap_tls_msg_alloc()
25 code, identifier); in eap_tls_msg_alloc()
29 code, identifier); in eap_tls_msg_alloc()
30 return eap_msg_alloc(EAP_VENDOR_IETF, type, payload_len, code, in eap_tls_msg_alloc()
898 * TLS reassembly code is initialized to receive the indicated number of bytes.
19 eap_tls_msg_alloc(enum eap_type type, size_t payload_len, u8 code, u8 identifier) eap_tls_msg_alloc() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_upnp_web.c8 * See wps_upnp.c for more details on licensing and code history.
242 static void http_put_reply_code(struct wpabuf *buf, enum http_reply_code code) in http_put_reply_code() argument
245 switch (code) { in http_put_reply_code()
274 static void http_put_empty(struct wpabuf *buf, enum http_reply_code code) in http_put_empty() argument
276 http_put_reply_code(buf, code); in http_put_empty()
382 * HTTP code is supposed to be tolerant of extra whitespace. in web_connection_parse_get()
806 * HTTP code is supposed to be tolerant of extra whitespace. in web_connection_send_reply()
1180 * HTTP 500-series error code. in web_connection_parse_subscribe()
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.h8 // - Redistributions of source code must retain the above copyright notice,
31 // The original source code covered by the above license above has been
221 Register reg = Register::from_code(xmm_reg.code()); in Operand()
265 bool is_reg(Register reg) const { return is_reg(reg.code()); } in is_reg()
266 bool is_reg(XMMRegister reg) const { return is_reg(reg.code()); } in is_reg()
283 buf_[0] = mod << 6 | rm.code(); in set_modrm()
316 // may be used together with a Label in order to refer to a yet unknown code
388 // GetCode emits any pending (non-emitted) code and fills the descriptor desc.
395 // Convenience wrapper for code without safepoint or handler tables.
405 // Read/Modify the code targe
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DUtilsVk.cpp3 // Use of this source code is governed by a BSD-style license that can be
928 angle::spirv::Blob code; in MakeFragShader() local
931 code.reserve(169); in MakeFragShader()
934 spirv::WriteSpirvHeader(&code, kIdCount); in MakeFragShader()
937 InsertPreamble(colorAttachmentCount, unresolveDepth, unresolveStencil, &code); in MakeFragShader()
942 InsertColorDecorations(colorIndex, &code); in MakeFragShader()
948 unresolveStencil, &code); in MakeFragShader()
951 InsertCommonTypes(&code); in MakeFragShader()
956 InsertColorVariableDecl(colorIndex, colorAttachmentTypes[colorIndex], &code); in MakeFragShader()
958 InsertDepthStencilVariableDecl(unresolveDepth, unresolveStencil, &code); in MakeFragShader()
[all...]
/third_party/node/deps/v8/src/compiler/
H A Deffect-control-linearizer.cc2 // Use of this source code is governed by a BSD-style license that can be
9 #include "src/codegen/code-factory.h"
911 // Mark the following code for deletion by connecting to the {Dead} node. in ProcessNode()
2085 Node* value = __ Call(call_descriptor, __ HeapConstant(callable.code()), lhs, in LowerStringConcat()
3039 return __ Call(call_descriptor, __ HeapConstant(callable.code()), argument, in LowerNumberToString()
3535 return __ Call(call_descriptor, __ HeapConstant(callable.code()), obj, in LowerTypeOf()
3548 return __ Call(call_descriptor, __ HeapConstant(callable.code()), obj); in LowerToBoolean()
3699 return __ Call(call_descriptor, __ HeapConstant(callable.code()), frame, in LowerNewArgumentsElements()
3761 return __ Call(call_descriptor, __ HeapConstant(callable.code()), lhs, rhs, in LowerSameValue()
3776 return __ Call(call_descriptor, __ HeapConstant(callable.code()), lh in LowerSameValueNumbersOnly()
4036 Node* code = __ Word32And(value, __ Uint32Constant(0xFFFF)); LowerStringFromSingleCharCode() local
4154 Node* code = value; LowerStringFromSingleCodePoint() local
[all...]
H A Dlinkage.cc2 // Use of this source code is governed by a BSD-style license that can be
25 return LinkageLocation::ForRegister(reg.code(), type); in regloc()
29 return LinkageLocation::ForRegister(reg.code(), type); in regloc()
183 // keyed on code/frame type, not on CallDescriptor kind. Think about a
363 // The target for runtime calls is a code object. in GetCEntryStubCallDescriptor()
416 // When entering into an OSR function from unoptimized code the JSFunction in GetJSCallDescriptor()
434 // TODO(turbofan): cache call descriptors for code stub calls.
484 // register code 0. in GetStubCallDescriptor()
574 // The target for interpreter dispatches is a code entry address. in GetBytecodeDispatchCallDescriptor()
618 return loc.IsRegister() && loc.AsRegister() == reg.code() in IsTaggedReg()
[all...]
H A Dwasm-inlining.cc2 // Use of this source code is governed by a BSD-style license that can be
117 base::Vector<const byte> function_bytes = wire_bytes_->GetCode(inlinee->code); in ReduceCall()
170 wire_bytes_->GetCode(inlinee->code); in Finalize()
200 const wasm::FunctionBody inlinee_body(sig, inlinee->code.offset(), in Finalize()
/third_party/ffmpeg/libavcodec/
H A Dmagicyuvenc.c47 uint32_t code; member
261 he[i].code = codes_count[he[i].len]; in calculate_codes()
397 put_bits(&pb, he[idx].len, he[idx].code); in encode_slice()
H A Dvaapi_encode_mpeg2.c179 int code, ext_n, ext_d; in vaapi_encode_mpeg2_init_sequence_params() local
258 &code, &ext_n, &ext_d, 0); in vaapi_encode_mpeg2_init_sequence_params()
259 sh->frame_rate_code = code; in vaapi_encode_mpeg2_init_sequence_params()
/third_party/ffmpeg/libavformat/
H A Dspdifenc.c41 * Pd - length code (number of bits or bytes of encapsuled frame - according to data_type)
61 int length_code; ///< length code in bits or bytes, depending on data type
409 #define MAT_CODE(position, data) { .pos = position, .code = data, .len = sizeof(data) }
413 const uint8_t *code; member
493 /* time to insert MAT code */ in spdif_header_truehd()
497 mat_codes[next_code_idx].code, code_len); in spdif_header_truehd()
504 /* this was the last code, move to the next MAT frame */ in spdif_header_truehd()
516 /* consider the MAT code as padding */ in spdif_header_truehd()
522 /* count the remainder of the code as part of frame size */ in spdif_header_truehd()
536 continue; /* time to insert MAT code */ in spdif_header_truehd()
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_statistics.cpp572 collect_postasm_stats(Program* program, const std::vector<uint32_t>& code) in collect_postasm_stats() argument
574 program->statistics[aco::statistic_hash] = util_hash_crc32(code.data(), code.size() * 4); in collect_postasm_stats()
/third_party/node/deps/npm/node_modules/read-package-json/lib/
H A Dread-json.js85 if (er && er.code === 'ENOENT') {
90 er.code = 'ENOTDIR'
586 e.code = 'EJSONPARSE'
/third_party/node/deps/v8/src/heap/
H A Dheap-inl.h2 // Use of this source code is governed by a BSD-style license that can be
21 #include "src/heap/code-object-registry.h"
88 // bytecode or flush code along with stress flush code. stress_flush_code in GetCodeFlushMode()
649 CodePageMemoryModificationScope::CodePageMemoryModificationScope(Code code) in CodePageMemoryModificationScope() argument
652 CodePageMemoryModificationScope::CodePageMemoryModificationScope(Code code) in CodePageMemoryModificationScope() argument
653 : CodePageMemoryModificationScope(BasicMemoryChunk::FromHeapObject(code)) {} in CodePageMemoryModificationScope()
/third_party/node/deps/v8/src/diagnostics/ppc/
H A Ddisasm-ppc.cc2 // Use of this source code is governed by a BSD-style license that can be
5 // A Disassembler object is used to disassemble a block of code instruction by
9 // The example below will disassemble a block of code and print it to stdout.
22 // of code into a FILE*, meaning that the above functionality could also be
345 int code = instr->Bits(20, 18); in FormatOption() local
346 if (code != 7) { in FormatOption()
348 base::SNPrintF(out_buffer_ + out_buffer_pos_, " cr%d", code); in FormatOption()
444 // The disassembler may end up decoding data inlined in the code. We do not want
1923 // The default name converter is called for unknown code. So we will not try in NameInCode()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-macro-assembler.cc2 // Use of this source code is governed by a BSD-style license that can be
42 // A GC might move the calling generated code and invalidate the in CaseInsensitiveCompareNonUnicode()
70 // A GC might move the calling generated code and invalidate the in CaseInsensitiveCompareUnicode()
354 // code cannot be used, and we need to restart regexp matching from in CheckStackGuardState()
355 // scratch (including, potentially, compiling a new version of the code). in CheckStackGuardState()
425 // TODO(pthier): The JSRegExp object is passed to native irregexp code to match
435 Code code = FromCodeT(CodeT::cast(regexp.code(is_one_byte))); in Execute() local
444 auto fn = GeneratedCode<RegexpMatcherSig>::FromCode(code); in Execute()
450 // We detected a stack overflow (on the backtrack stack) in RegExp code, in Execute()
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-esound-sink.c150 static int sink_process_msg(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) { in sink_process_msg() argument
153 switch (code) { in sink_process_msg()
183 return pa_sink_process_msg(o, code, data, offset, chunk); in sink_process_msg()
H A Dmodule-pipe-sink.c109 static int sink_process_msg(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) { in sink_process_msg() argument
112 switch (code) { in sink_process_msg()
135 return pa_sink_process_msg(o, code, data, offset, chunk); in sink_process_msg()
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpsft.c10 * object code form as indicated by the copyright notice(s) included
513 * problem since we come to this place in the code only if in FT_LOCAL_DEF()
657 /* convert AdobeStandardEncoding code to CF2_Buffer; */
661 CF2_Int code, in FT_LOCAL_DEF()
677 /* They use the character code, not the glyph index, in this case. */ in FT_LOCAL_DEF()
679 gid = code; in FT_LOCAL_DEF()
683 gid = cff_lookup_glyph_by_stdcharcode( decoder->cff, code ); in FT_LOCAL_DEF()

Completed in 43 milliseconds

1...<<919293949596979899100>>...144