/third_party/skia/third_party/externals/tint/kokoro/linux/ |
H A D | docker.sh | 116 cmake --build . --target tint-docs
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | external_texture_transform.cc | 81 auto* exp = ctx.Clone(call_expr->target.name); in Run()
|
/third_party/skia/tools/skqp/ |
H A D | find_commit_with_best_gold_results.py | 82 threads = [threading.Thread(target=process, args=(url,)) for url in all_urls]
|
/third_party/typescript/tests/baselines/reference/ |
H A D | importHelpersInIsolatedModules.js | 30 export declare function __decorate(decorators: Function[], target: any, key?: string | symbol, desc?: any): any;
|
/third_party/python/Lib/test/test_importlib/import_/ |
H A D | test_api.py | 15 def find_spec(cls, fullname, path=None, target=None):
|
/third_party/skia/include/sksl/ |
H A D | DSLLayout.h | 82 DSLLayout& intValue(int* target, int value, SkSL::Layout::Flag flag, const char* name,
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsFboCompletenessTests.hpp | 108 void attachTargetToNew (GLenum target, GLenum bufType,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/build/ |
H A D | Makefile | 14 ARCH_CFLAGS ?= --target=arm-liteos-ohos -march=armv7-a -mfloat-abi=softfp
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fBufferTestUtil.hpp | 52 const char* getBufferTargetName (deUint32 target);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/build/ |
H A D | Makefile | 14 ARCH_CFLAGS ?= --target=arm-liteos-ohos -march=armv7-a -mfloat-abi=softfp
|
/vendor/hisilicon/hispark_pegasus/demo/oledplayer_demo/ |
H A D | bin2stream.py | 102 waiterThread = Thread(target=server.serve_forever, args=())
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | assembler-mips64.h | 245 // Puts a labels target address at the given position. 249 // Read/Modify the code target address in the branch/call instruction at pc. 253 Address pc, Address target, in set_target_address_at() 255 set_target_value_at(pc, target, icache_flush_mode); in set_target_address_at() 263 Address pc, Address constant_pool, Address target, in set_target_address_at() 265 set_target_address_at(pc, target, icache_flush_mode); in set_target_address_at() 269 Address pc, uint64_t target, 278 Address instruction_payload, Code code, Address target); 280 // Get the size of the special target encoded at 'instruction_payload'. 286 Address pc, Address target, 252 set_target_address_at( Address pc, Address target, ICacheFlushMode icache_flush_mode = FLUSH_ICACHE_IF_NEEDED) set_target_address_at() argument 262 set_target_address_at( Address pc, Address constant_pool, Address target, ICacheFlushMode icache_flush_mode = FLUSH_ICACHE_IF_NEEDED) set_target_address_at() argument [all...] |
/third_party/node/deps/v8/src/profiler/ |
H A D | heap-snapshot-generator.cc | 61 // Checks that `host` retains `target`, according to the marking visitor. This 64 void CheckStrongReference(HeapObject host, HeapObject target) { in CheckStrongReference() argument 68 checked_objects_.insert(target); in CheckStrongReference() 70 // Check whether there is a direct strong reference from host to target. in CheckStrongReference() 71 if (reference_summary_.strong_references().find(target) != in CheckStrongReference() 76 // There is no direct reference from host to target, but sometimes heap in CheckStrongReference() 84 if (indirect.find(target) != indirect.end()) { in CheckStrongReference() 92 // Checks that `host` has a weak reference to `target`, according to the 94 void CheckWeakReference(HeapObject host, HeapObject target) { in CheckWeakReference() argument 98 checked_objects_.insert(target); in CheckWeakReference() 107 MarkReferenceCheckedWithoutChecking(HeapObject host, HeapObject target) MarkReferenceCheckedWithoutChecking() argument 1010 Code target = Code::GetCodeFromTargetAddress(rinfo->target_address()); global() variable [all...] |
/third_party/jinja2/ |
H A D | environment.py | 817 target: t.Union[str, os.PathLike], 825 and stores them in `target`. If `zip` is `None`, instead of in a 831 Each template returned will be compiled to the target folder or 857 with open(os.path.join(target, filename), "wb") as f: 864 target, "w", dict(deflated=ZIP_DEFLATED, stored=ZIP_STORED)[zip] 866 log_function(f"Compiling into Zip archive {target!r}") 868 if not os.path.isdir(target): 869 os.makedirs(target) 870 log_function(f"Compiling into folder {target!r}")
|
H A D | filters.py | 724 target: t.Optional[str] = None, 744 :param target: Add the ``target`` attribute to links. 763 The ``target`` parameter was added. 774 if target is None: 775 target = policies["urlize.target"] 788 target=target,
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_state_constants.c | 55 if (images[shader][i].desc.resource->target == PIPE_BUFFER) { in svga_get_image_size_constant() 62 if (images[shader][i].desc.resource->target == PIPE_TEXTURE_1D_ARRAY) in svga_get_image_size_constant() 67 if (images[shader][i].desc.resource->target == PIPE_TEXTURE_2D_ARRAY) in svga_get_image_size_constant() 69 else if (images[shader][i].desc.resource->target == PIPE_TEXTURE_CUBE_ARRAY) in svga_get_image_size_constant() 133 if (tex->target == PIPE_BUFFER) { in svga_get_extra_constants_common()
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_job_context.c | 451 enum pvr_ctx_sr_program_target target, in pvr_ctx_sr_programs_setup() 499 if (target == PVR_CTX_SR_COMPUTE_TARGET && PVR_HAS_QUIRK(dev_info, 62269)) { in pvr_ctx_sr_programs_setup() 529 switch (target) { in pvr_ctx_sr_programs_setup() 579 unreachable("Invalid target."); in pvr_ctx_sr_programs_setup() 1011 state.target = true; in pvr_compute_ctx_ws_static_state_init() 1046 state.target = !PVR_HAS_FEATURE(dev_info, compute_morton_capable); in pvr_compute_ctx_ws_static_state_init() 450 pvr_ctx_sr_programs_setup(struct pvr_device *device, enum pvr_ctx_sr_program_target target, struct rogue_sr_programs *sr_programs) pvr_ctx_sr_programs_setup() argument
|
/third_party/node/lib/internal/debugger/ |
H A D | inspect_repl.js | 351 function copyOwnProperties(target, source) { 356 ObjectDefineProperty(target, prop, desc); 360 function aliasProperties(target, mapping) { 362 const desc = ReflectGetOwnPropertyDescriptor(target, key); 363 ObjectDefineProperty(target, mapping[key], desc);
|
/third_party/node/src/ |
H A D | module_wrap.cc | 753 void ModuleWrap::Initialize(Local<Object> target, in Initialize() argument 779 SetConstructorFunction(context, target, "ModuleWrap", tpl); in Initialize() 782 target, in Initialize() 786 target, in Initialize() 791 target->Set(context, \ in Initialize()
|
H A D | node_http_parser.cc | 1194 void InitializeHttpParser(Local<Object> target, in InitializeHttpParser() argument 1202 realm->AddBindingData<BindingData>(context, target); in InitializeHttpParser() 1244 target->Set(env->context(), in InitializeHttpParser() 1263 SetConstructorFunction(context, target, "HTTPParser", t); in InitializeHttpParser() 1273 SetConstructorFunction(context, target, "ConnectionsList", c); in InitializeHttpParser()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_screen.cpp | 127 * render-target. From the D3D11 functional spec (which also defines in d3d12_get_param() 536 enum pipe_texture_target target, in d3d12_is_format_supported() 546 if (target == PIPE_BUFFER) { in d3d12_is_format_supported() 586 switch (target) { in d3d12_is_format_supported() 607 unreachable("Unknown target"); in d3d12_is_format_supported() 619 if (target == PIPE_BUFFER) { in d3d12_is_format_supported() 649 fmt_info_sv.Format = d3d12_get_resource_srv_format(format, target); in d3d12_is_format_supported() 534 d3d12_is_format_supported(struct pipe_screen *pscreen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned bind) d3d12_is_format_supported() argument
|
/third_party/pulseaudio/src/daemon/ |
H A D | ohos_pa_main.c | 677 pa_log_target target = { .type = PA_LOG_STDERR, .file = NULL }; in real_main() local 678 pa_log_set_target(&target); in real_main() 1002 pa_log_target target = { .type = PA_LOG_JOURNAL, .file = NULL }; in real_main() local 1004 pa_log_target target = { .type = PA_LOG_SYSLOG, .file = NULL }; in real_main() 1006 pa_log_set_target(&target); in real_main()
|
/third_party/python/Lib/test/test_capi/ |
H A D | test_misc.py | 965 threads = [threading.Thread(target=self.pendingcalls_thread, 1086 def target(): function 1099 target() 1100 t = threading.Thread(target=target)
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLIOSurfaceClientBufferTest.cpp | 139 EGLint target = 0; in getTextureTarget() local 140 eglGetConfigAttrib(mDisplay, mConfig, EGL_BIND_TO_TEXTURE_TARGET_ANGLE, &target); in getTextureTarget() 141 return target; in getTextureTarget() 1049 // EGL_TEXTURE_FORMAT must be equal to the config's texture target in TEST_P() 1051 EGLint target = getTextureTarget(); in TEST_P() local 1053 switch (target) in TEST_P()
|
/third_party/python/Python/ |
H A D | ast_opt.c | 837 CALL(astfold_expr, expr_ty, node_->target); in astfold_comprehension() 909 CALL(astfold_expr, expr_ty, node_->v.AugAssign.target); in astfold_stmt() 913 CALL(astfold_expr, expr_ty, node_->v.AnnAssign.target); in astfold_stmt() 920 CALL(astfold_expr, expr_ty, node_->v.For.target); in astfold_stmt() 928 CALL(astfold_expr, expr_ty, node_->v.AsyncFor.target); in astfold_stmt()
|