/third_party/skia/experimental/xps_to_png/ |
H A D | compile_xps_to_png.bat | 3 @rem Use of this source code is governed by a BSD-style license that can be
|
/third_party/node/deps/v8/src/profiler/ |
H A D | heap-snapshot-generator.cc | 2 // Use of this source code is governed by a BSD-style license that can be 373 case kCode: return "/code/"; in TypeAsString() 952 // determined above to represent code content. in GetSystemEntryType() 1045 // into code is fine. in VisitHeapObjectImpl() 1197 SetInternalReference(entry, "code", js_fun.code(), JSFunction::kCodeOffset); in ExtractJSObjectReferences() 1284 // These static arrays are used to prevent excessive code-size in 1413 TagObject(map.dependent_code(), "(dependent code)"); in ExtractMapReferences() 1423 names_->GetFormatted("(code for %s)", name.get())); in ExtractSharedFunctionInfoReferences() 1426 names_->GetFormatted("(%s code)", in ExtractSharedFunctionInfoReferences() 1499 TagBuiltinCodeObject(CodeT code, const char* name) TagBuiltinCodeObject() argument 1503 ExtractCodeReferences(HeapEntry* entry, Code code) ExtractCodeReferences() argument 1690 MaybeObject code = feedback_vector.maybe_optimized_code(); ExtractFeedbackVectorReferences() local 1933 Code code = Code::cast(*p); global() variable [all...] |
H A D | cpu-profiler.cc | 2 // Use of this source code is governed by a BSD-style license that can be 280 // processed, proceed to the next code event. in Run() 415 Code code = FromCodeT(builtins->code(builtin)); in LogBuiltins() local 416 rec->instruction_start = code.InstructionStart(); in LogBuiltins() 417 rec->instruction_size = code.InstructionSize(); in LogBuiltins() 531 // maintained with zero profiles after the code map is cleared. in ~CpuProfiler()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_emit_gm107.cpp | 56 inline void emitField(int b, int s, uint32_t v) { emitField(code, b, s, v); } in emitField() 253 code[0] = 0x00000000; in emitInsn() 254 code[1] = hi; in emitInsn() 368 CodeEmitterGM107::emitCond3(int pos, CondCode code) in emitCond3() argument 372 switch (code) { in emitCond3() 396 CodeEmitterGM107::emitCond4(int pos, CondCode code) in emitCond4() argument 400 switch (code) { in emitCond4() 953 gm107_selpFlip(const FixupEntry *entry, uint32_t *code, const FixupData& data) in gm107_selpFlip() argument 966 code[loc + 1] |= 1 << 10; in gm107_selpFlip() 968 code[lo in gm107_selpFlip() 2569 gm107_interpApply(const FixupEntry *entry, uint32_t *code, const FixupData& data) gm107_interpApply() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/asahi/ |
H A D | agx_state.c | 1147 cfg.code = cs->bo->ptr.gpu; in agx_build_pipeline() 1163 cfg.code = cs->bo->ptr.gpu; in agx_build_pipeline() 1180 agx_build_clear_pipeline(struct agx_context *ctx, uint32_t code, uint64_t clear_buf) in agx_build_clear_pipeline() argument 1199 cfg.code = code; in agx_build_clear_pipeline() 1219 agx_build_reload_pipeline(struct agx_context *ctx, uint32_t code, struct pipe_surface *surf) in agx_build_reload_pipeline() argument 1292 cfg.code = code; in agx_build_reload_pipeline() 1313 agx_build_store_pipeline(struct agx_context *ctx, uint32_t code, in agx_build_store_pipeline() argument 1344 cfg.code in agx_build_store_pipeline() [all...] |
/third_party/python/Lib/test/ |
H A D | test_sys_settrace.py | 209 # part of the code. The code generate for the true 1631 # There is a separate code path when the number of lines > (1 << 15). 1804 self.code = function.__code__ 1808 self.firstLine = None if decorated else self.code.co_firstlineno 1818 if (self.firstLine is None and frame.f_code == self.code and 1824 while f is not None and f.f_code != self.code: 1899 from one place to another in the following code. 1911 from one place to another in the following asynchronous code. 2608 code [all...] |
/third_party/python/Python/ |
H A D | specialize.c | 260 _PyCode_Quicken(PyCodeObject *code) in _PyCode_Quicken() argument 264 _Py_CODEUNIT *instructions = _PyCode_CODE(code); in _PyCode_Quicken() 265 for (int i = 0; i < Py_SIZE(code); i++) { in _PyCode_Quicken() 1175 function_kind(PyCodeObject *code) { in function_kind() argument 1176 int flags = code->co_flags; in function_kind() 1177 if ((flags & (CO_VARKEYWORDS | CO_VARARGS)) || code->co_kwonlyargcount) { in function_kind() 1344 PyCodeObject *code = (PyCodeObject *)func->func_code; in _Py_Specialize_StoreSubscr() local 1345 int kind = function_kind(code); in _Py_Specialize_StoreSubscr() 1486 PyCodeObject *code = (PyCodeObject *)func->func_code; in specialize_py_call() local 1487 int kind = function_kind(code); in specialize_py_call() [all...] |
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
H A D | pngfix.c | 6 * This code is released under the libpng license. 482 /* Copied from unreleased 1.7 code. 708 int status_code; /* Accumulated status code */ 758 * option. This code needs to recognize all known ancillary chunks in order in skip_chunk_type() 879 * reset by the chunk handling code. They record the total number of bytes 932 strcode(int code) in strcode() argument 934 switch (code) in strcode() 948 emit_error(struct file *file, int code, const char *what) in emit_error() argument 949 /* Generic error message routine, takes a 'stop' code but can be used in emit_error() 956 switch (code) in emit_error() 1087 log_error(struct file *file, int code, const char *what) log_error() argument 1129 stop(struct file *file, int code, const char *what) stop() argument 1611 current_type(struct file *file, int code) current_type() argument [all...] |
/third_party/pulseaudio/src/modules/echo-cancel/ |
H A D | module-echo-cancel.c | 400 static int source_process_msg_cb(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) { in source_process_msg_cb() argument 403 switch (code) { in source_process_msg_cb() 435 return pa_source_process_msg(o, code, data, offset, chunk); in source_process_msg_cb() 439 static int sink_process_msg_cb(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) { in sink_process_msg_cb() argument 442 switch (code) { in sink_process_msg_cb() 469 return pa_sink_process_msg(o, code, data, offset, chunk); in sink_process_msg_cb() 1077 static int source_output_process_msg_cb(pa_msgobject *obj, int code, void *data, int64_t offset, pa_memchunk *chunk) { in source_output_process_msg_cb() argument 1080 switch (code) { in source_output_process_msg_cb() 1123 return pa_source_output_process_msg(obj, code, data, offset, chunk); in source_output_process_msg_cb() 1127 static int sink_input_process_msg_cb(pa_msgobject *obj, int code, voi argument 1572 canceller_process_msg_cb(pa_msgobject *o, int code, void *userdata, int64_t offset, pa_memchunk *chunk) canceller_process_msg_cb() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dpp_crypto.c | 1437 const char *code, const char *identifier, in dpp_pkex_derive_Qi() 1450 /* Qi = H([MAC-Initiator |] [identifier |] code) * Pi */ in dpp_pkex_derive_Qi() 1460 wpa_printf(MSG_DEBUG, "DPP: code identifier: %s", in dpp_pkex_derive_Qi() 1466 wpa_hexdump_ascii_key(MSG_DEBUG, "DPP: code", code, os_strlen(code)); in dpp_pkex_derive_Qi() 1467 addr[num_elem] = (const u8 *) code; in dpp_pkex_derive_Qi() 1468 len[num_elem] = os_strlen(code); in dpp_pkex_derive_Qi() 1473 "DPP: H([MAC-Initiator |] [identifier |] code)", in dpp_pkex_derive_Qi() 1512 const char *code, cons in dpp_pkex_derive_Qr() 1436 dpp_pkex_derive_Qi(const struct dpp_curve_params *curve, const u8 *mac_init, const char *code, const char *identifier, struct crypto_ec **ret_ec) dpp_pkex_derive_Qi() argument 1511 dpp_pkex_derive_Qr(const struct dpp_curve_params *curve, const u8 *mac_resp, const char *code, const char *identifier, struct crypto_ec **ret_ec) dpp_pkex_derive_Qr() argument 1586 dpp_pkex_derive_z(const u8 *mac_init, const u8 *mac_resp, u8 ver_init, u8 ver_resp, const u8 *Mx, size_t Mx_len, const u8 *Nx, size_t Nx_len, const char *code, const u8 *Kx, size_t Kx_len, u8 *z, unsigned int hash_len) dpp_pkex_derive_z() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | dvdec.c | 10 * Initial code by Daniel Maas <dmaas@maasdigital.com> (funded by BBC R&D) 11 * Final code by Roman Shaposhnik 174 int code = dv_vlc.table[i].sym; in dv_init_static() local 180 level = code; in dv_init_static() 182 run = new_dv_vlc_run[code] + 1; in dv_init_static() 183 level = new_dv_vlc_level[code]; in dv_init_static()
|
H A D | gifdec.c | 243 /* Expect at least 2 bytes: 1 for lzw code size and 1 for block size. */ in gif_read_image() 429 int code = bytestream2_get_byte(&s->gb); in gif_parse_next_image() local 432 av_log(s->avctx, AV_LOG_DEBUG, "code=%02x '%c'\n", code, code); in gif_parse_next_image() 434 switch (code) { in gif_parse_next_image()
|
/third_party/mesa3d/src/asahi/lib/ |
H A D | decode.c | 321 agx_disassemble(agxdecode_fetch_gpu_mem(cmd.code, 2048), in agxdecode_pipeline() 328 fwrite(agxdecode_fetch_gpu_mem(cmd.code, 2048), 1, 2048, fp); in agxdecode_pipeline() 347 agx_disassemble(agxdecode_fetch_gpu_mem(cmd.code, 2048), in agxdecode_pipeline() 352 fwrite(agxdecode_fetch_gpu_mem(cmd.code, 2048), 1, 2048, fp); in agxdecode_pipeline()
|
/third_party/node/lib/internal/repl/ |
H A D | utils.js | 66 function isRecoverableError(e, code) { 71 if (RegExpPrototypeExec(/^\s*\{/, code) !== null && 72 isRecoverableError(e, `(${code}`)) 91 // failure, indicating that this code needs to be updated. 129 // Try to parse the code with acorn. If the parse fails, ignore the acorn 132 RecoverableParser.parse(code, { ecmaVersion: 'latest' }); 297 // This returns a code preview for arbitrary input code.
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-module.h | 2 // Use of this source code is governed by a BSD-style license that can be 66 WireBytesRef code; // code of this function. member 435 // Position and size of the code section (payload only, i.e. without section 437 WireBytesRef code = {0, 0}; member 621 return module_bytes_.SubVector(function->code.offset(), in GetFunctionBytes() 622 function->code.end_offset()); in GetFunctionBytes()
|
/third_party/node/deps/v8/tools/unittests/ |
H A D | run_tests_test.py | 3 # Use of this source code is governed by a BSD-style license that can be 106 code = standard_runner.StandardTestRunner(basedir=basedir).execute(sys_args) 107 return Result(stdout.getvalue(), stderr.getvalue(), code) 651 code = num_fuzzer.NumFuzzer(basedir=basedir).execute(sys_args) 652 result = Result(stdout.getvalue(), stderr.getvalue(), code)
|
/third_party/libinput/src/ |
H A D | libinput.h | 933 * to them. The key code thus carries a semantic meaning, a button 964 * sequentially ordered). The key code thus carries a semantic 2994 * passed-in code (see linux/input.h). 2997 * @param code button code to check for 2999 * @return 1 if the tool supports this button code, 0 if it does not 3005 uint32_t code); 3247 * not a semantic button code as defined in linux/input.h. 3282 * Return the key code that triggered this event, e.g. KEY_CONTROLPANEL. The 3293 * @return the key code triggerin [all...] |
/third_party/libinput/export_include/ |
H A D | libinput.h | 933 * to them. The key code thus carries a semantic meaning, a button 964 * sequentially ordered). The key code thus carries a semantic 2994 * passed-in code (see linux/input.h). 2997 * @param code button code to check for 2999 * @return 1 if the tool supports this button code, 0 if it does not 3005 uint32_t code); 3247 * not a semantic button code as defined in linux/input.h. 3282 * Return the key code that triggered this event, e.g. KEY_CONTROLPANEL. The 3293 * @return the key code triggerin [all...] |
/third_party/lwip/src/include/lwip/ |
H A D | sockets.h | 13 * 1. Redistributions of source code must retain the above copyright notice, 59 to prevent this code from redefining it. */ 64 to prevent this code from redefining it. */ 109 to prevent this code from redefining it. */ 471 #define FDSETSAFESET(n, code) do { \ 473 code; }} while(0) 474 #define FDSETSAFEGET(n, code) (((n) - LWIP_SOCKET_OFFSET < MEMP_NUM_NETCONN) && (((int)(n) - LWIP_SOCKET_OFFSET) >= 0) ?\ 475 (code) : 0) 533 /* This helps code parsers/code completio [all...] |
/third_party/node/deps/v8/src/ic/ |
H A D | handler-configuration.cc | 2 // Use of this source code is governed by a BSD-style license that can be 7 #include "src/codegen/code-factory.h" 208 Handle<Object> code = in StoreElementTransition() local 216 handler->set_smi_handler(*code); in StoreElementTransition() 554 Code code = Code::cast(store_handler.smi_handler()); in PrintHandler() local 556 code.ShortPrint(os); in PrintHandler()
|
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
H A D | poly1305-c64xplus.pl | 22 # processed byte. Comparison to compiler-generated code is problematic, 37 $code.=<<___; 268 $code.=<<___; 324 $code.=<<___; 330 print $code;
|
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | vis3-mont.pl | 33 $code.=<<___; 58 $code.=<<___; 96 $code.=<<___; 383 foreach (split("\n",$code)) {
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_run.py | 12 idlelib.testing = True # Use {} for executing test user code. 49 for code, exc, msg in self.data: 50 with self.subTest(code=code): 52 eval(compile(code, '', 'eval'))
|
/third_party/openssl/crypto/poly1305/asm/ |
H A D | poly1305-c64xplus.pl | 22 # processed byte. Comparison to compiler-generated code is problematic, 37 $code.=<<___; 268 $code.=<<___; 324 $code.=<<___; 330 print $code;
|
/third_party/openssl/crypto/bn/asm/ |
H A D | vis3-mont.pl | 33 $code.=<<___; 58 $code.=<<___; 96 $code.=<<___; 383 foreach (split("\n",$code)) {
|