/third_party/python/Lib/test/test_importlib/ |
H A D | test_api.py | 180 def find_spec(name, path=None, target=None):
|
/third_party/python/Lib/concurrent/futures/ |
H A D | process.py | 758 target=_process_worker,
|
/third_party/typescript/tests/baselines/reference/ |
H A D | bluebirdStaticThis.js | 40 static promisifyAll(dit: typeof Promise, target: Object): Object;
|
/third_party/python/Lib/test/ |
H A D | test_poplib.py | 494 self.thread = threading.Thread(target=self.server, args=(self.evt, self.sock))
|
H A D | test_pkgutil.py | 336 def find_spec(self, fullname, path=None, target=None):
|
H A D | test_functools.py | 1664 threads = [threading.Thread(target=full, args=[k]) 1680 threads = [threading.Thread(target=clear)] 1681 threads += [threading.Thread(target=full, args=[k]) 1706 threads = [threading.Thread(target=test) for k in range(n)] 1726 threads = [threading.Thread(target=test, args=(i, v)) 2974 threading.Thread(target=lambda: item.cost)
|
/third_party/skia/platform_tools/android/apps/gradle/wrapper/ |
H A D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/gradle/wrapper/
org/gradle/wrapper/Download ... |
/third_party/musl/porting/linux/user/ldso/ |
H A D | dynlink.c | 118 struct dso *target; member 648 static int find_dso_parent(struct dso *p, struct dso *target) in find_dso_parent() argument 652 if (p->parents[i] == target) { in find_dso_parent() 3269 static bool in_permitted_list(char *caller, char *target) in in_permitted_list() argument 3277 if (strcmp(PERMITIED_TARGET, target) == 0) { in in_permitted_list() 3284 static bool is_permitted(const void *caller_addr, char *target) in is_permitted() argument 3295 if (in_permitted_list(ns->ns_name, target) == false) { in is_permitted() 3296 LD_LOGE("caller ns: %{public}s have no permission, target is %{public}s", ns->ns_name, target); in is_permitted() 3444 reserved_params.target in dlopen_impl() [all...] |
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 2461 void LiftoffAssembler::emit_jump(Register target) { jmp(target); } in emit_jump() argument 2644 void LiftoffAssembler::emit_smi_check(Register obj, Label* target, in emit_smi_check() argument 2648 j(condition, target); in emit_smi_check() 4591 Register target) { 4593 // {LiftoffCompiler} should always be able to place {target} in a register. 4594 DCHECK(target.is_valid()); 4595 call(target); 4598 void LiftoffAssembler::TailCallIndirect(Register target) { 4600 // {LiftoffCompiler} should always be able to place {target} i [all...] |
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
H A D | liftoff-assembler-arm.h | 2207 void LiftoffAssembler::emit_jump(Register target) { bx(target); } in emit_jump() argument 2338 void LiftoffAssembler::emit_smi_check(Register obj, Label* target, in emit_smi_check() argument 2342 b(condition, target); in emit_smi_check() 4240 Register target) { 4241 DCHECK(target != no_reg); 4242 Call(target); 4245 void LiftoffAssembler::TailCallIndirect(Register target) { 4246 DCHECK(target != no_reg); 4247 Jump(target); [all...] |
/third_party/node/deps/v8/src/wasm/baseline/riscv64/ |
H A D | liftoff-assembler-riscv64.h | 1454 // real conversion, if src is out-of-bound of target integer types, in emit_type_conversion() 1607 void LiftoffAssembler::emit_jump(Register target) { in emit_jump() argument 1608 TurboAssembler::Jump(target); in emit_jump() 1703 void LiftoffAssembler::emit_smi_check(Register obj, Label* target, in emit_smi_check() argument 1709 Branch(target, condition, scratch, Operand(zero_reg)); in emit_smi_check() 3764 Register target) { in CallIndirect() 3765 if (target == no_reg) { in CallIndirect() 3769 Call(target); in CallIndirect() 3773 void LiftoffAssembler::TailCallIndirect(Register target) { in TailCallIndirect() argument 3774 if (target in TailCallIndirect() 3762 CallIndirect(const ValueKindSig* sig, compiler::CallDescriptor* call_descriptor, Register target) CallIndirect() argument [all...] |
/third_party/musl/ldso/linux/ |
H A D | dynlink.c | 146 struct dso *target; member 682 static int find_dso_parent(struct dso *p, struct dso *target) in find_dso_parent() argument 686 if (p->parents[i] == target) { in find_dso_parent() 3513 static bool in_permitted_list(char *caller, char *target) in in_permitted_list() argument 3521 if (strcmp(PERMITIED_TARGET, target) == 0) { in in_permitted_list() 3528 static bool is_permitted(const void *caller_addr, char *target) in is_permitted() argument 3539 if (in_permitted_list(ns->ns_name, target) == false) { in is_permitted() 3540 LD_LOGE("caller ns: %{public}s have no permission, target is %{public}s", ns->ns_name, target); in is_permitted() 3709 reserved_params.target in dlopen_impl() [all...] |
/third_party/googletest/googletest/src/ |
H A D | gtest.cc | 5626 const std::string& target = GTEST_FLAG_GET(stream_result_to); 5627 if (!target.empty()) { 5628 const size_t pos = target.find(':'); 5631 new StreamingListener(target.substr(0, pos), target.substr(pos + 1))); 5633 GTEST_LOG_(WARNING) << "unrecognized streaming target \"" << target
|
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest.cc | 5089 const std::string& target = GTEST_FLAG(stream_result_to); in ConfigureStreamingOutput() local 5090 if (!target.empty()) { in ConfigureStreamingOutput() 5091 const size_t pos = target.find(':'); in ConfigureStreamingOutput() 5093 listeners()->Append(new StreamingListener(target.substr(0, pos), in ConfigureStreamingOutput() 5094 target.substr(pos+1))); in ConfigureStreamingOutput() 5096 GTEST_LOG_(WARNING) << "unrecognized streaming target \"" << target in ConfigureStreamingOutput()
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | acls.c | 1081 * The mode argument should provide the 3 upper bits of target mode 3037 BOOL groupowns, int start, int count, int target) in norm_std_permissions_posix() 3092 k = target; in norm_std_permissions_posix() 3182 return (k - target); in norm_std_permissions_posix() 3362 int start, int count, int target) in norm_ownadmin_permissions_posix() 3397 k = target; in norm_ownadmin_permissions_posix() 3459 return (k - target); in norm_ownadmin_permissions_posix() 3036 norm_std_permissions_posix(struct POSIX_SECURITY *posix_desc, BOOL groupowns, int start, int count, int target) norm_std_permissions_posix() argument 3361 norm_ownadmin_permissions_posix(struct POSIX_SECURITY *posix_desc, int start, int count, int target) norm_ownadmin_permissions_posix() argument
|
/third_party/node/deps/googletest/src/ |
H A D | gtest.cc | 5654 const std::string& target = GTEST_FLAG_GET(stream_result_to); 5655 if (!target.empty()) { 5656 const size_t pos = target.find(':'); 5659 new StreamingListener(target.substr(0, pos), target.substr(pos + 1))); 5661 GTEST_LOG_(WARNING) << "unrecognized streaming target \"" << target
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-native-context-specialization.cc | 482 Node* target = jsgraph()->Constant(*constant); in ReduceJSInstanceOf() local 487 node->ReplaceInput(JSCallNode::TargetIndex(), target); in ReduceJSInstanceOf() local 831 // its map is the (target) global proxy's map. This guarantees that in fact in ReduceGlobalAccess() 1091 // Check if we have an access o.x or o.x=v where o is the target native in ReduceNamedAccess() 1620 // impossible maps when a target is kept only because more than one of its in TryRefineElementAccessFeedback() 2159 Node* target = jsgraph()->Constant(constant); in InlinePropertyGetterCall() local 2168 target, receiver, feedback, context, frame_state, *effect, *control); in InlinePropertyGetterCall() 2198 Node* target = jsgraph()->Constant(constant); in InlinePropertySetterCall() local 2206 target, receiver, value, feedback, context, frame_state, *effect, in InlinePropertySetterCall()
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeARM_T2_32.c | 264 if (!(jump->u.target & 0x1)) in detect_jump_type() 266 diff = ((sljit_sw)jump->u.target - (sljit_sw)(code_ptr + 2) - executable_offset) >> 1; in detect_jump_type() 318 modify_imm32_const((sljit_u16*)jump->addr, (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target); in set_jump_instruction() 323 SLJIT_ASSERT(jump->u.target & 0x1); in set_jump_instruction() 324 diff = ((sljit_sw)jump->u.target - (sljit_sw)(jump->addr + sizeof(sljit_u32)) - executable_offset) >> 1; in set_jump_instruction() 2564 jump->u.target = (sljit_uw)srcw; in sljit_emit_ijump()
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_tasks.py | 1000 await task # search target 1009 self.assert_text_contains(tb, "await task # search target") 1028 task.exception() # search target 1038 "task.exception() # search target") 3202 def target(self, fail=False, cancel=False, timeout=None, member in RunCoroutineThreadsafeTests 3210 # 'target' is interacting with threads. 3221 future = self.loop.run_in_executor(None, self.target) 3228 future = self.loop.run_in_executor(None, self.target, True) 3236 callback = lambda: self.target(timeout=0) 3248 callback = lambda: self.target(cance [all...] |
/third_party/skia/third_party/externals/angle2/src/common/spirv/ |
H A D | spirv_instruction_builder_autogen.cpp | 118 void WriteName(Blob *blob, IdRef target, LiteralString name) in WriteName() argument 122 blob->push_back(target); in WriteName() 614 IdRef target, in WriteCopyMemory() 620 blob->push_back(target); in WriteCopyMemory() 677 IdRef target, in WriteDecorate() 683 blob->push_back(target); in WriteDecorate() 613 WriteCopyMemory(Blob *blob, IdRef target, IdRef source, const spv::MemoryAccessMask *memoryAccess) WriteCopyMemory() argument 676 WriteDecorate(Blob *blob, IdRef target, spv::Decoration decoration, const LiteralIntegerList &valuesList) WriteDecorate() argument
|
H A D | spirv_instruction_parser_autogen.cpp | 84 void ParseName(const uint32_t *_instruction, IdRef *target, LiteralString *name) in ParseName() argument 91 *target = IdRef(_instruction[_o++]); in ParseName() 690 IdRef *target, in ParseCopyMemory() 699 *target = IdRef(_instruction[_o++]); in ParseCopyMemory() 767 IdRef *target, in ParseDecorate() 776 *target = IdRef(_instruction[_o++]); in ParseDecorate() 689 ParseCopyMemory(const uint32_t *_instruction, IdRef *target, IdRef *source, spv::MemoryAccessMask *memoryAccess) ParseCopyMemory() argument 766 ParseDecorate(const uint32_t *_instruction, IdRef *target, spv::Decoration *decoration, LiteralIntegerList *valuesList) ParseDecorate() argument
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl3cTransformFeedbackTests.cpp | 496 BindBufferBase when <target> is TRANSFORM_FEEDBACK_BUFFER and transform in testExtension1() 517 "when <target> was TRANSFORM_FEEDBACK_BUFFER and transform " in testExtension1() 534 "when <target> was TRANSFORM_FEEDBACK_BUFFER and transform " in testExtension1() 550 "BindBufferBase when <target> was TRANSFORM_FEEDBACK_BUFFER and transform " in testExtension1() 1193 GetQueryIndexediv when <target> is TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN and in testExtension3() 1197 GetQueryIndexediv when <target> is PRIMITIVES_GENERATED and <index> exceeds in testExtension3() 1214 static const glw::GLenum target[] = { GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, GL_PRIMITIVES_GENERATED }; in testExtension3() local 1217 static const glw::GLuint target_count = sizeof(target) / sizeof(target[0]); in testExtension3() 1221 gl.beginQueryIndexed(target[ in testExtension3() [all...] |
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
H A D | builder.cc | 2211 auto* target = call->Target(); in GenerateCallExpression() local 2213 if (auto* func = target->As<sem::Function>()) { in GenerateCallExpression() 2216 if (auto* intrinsic = target->As<sem::Intrinsic>()) { in GenerateCallExpression() 2219 if (target->IsAnyOf<sem::TypeConversion, sem::TypeConstructor>()) { in GenerateCallExpression() 2223 << "unhandled call target: " << target->TypeInfo().name; in GenerateCallExpression() 2230 auto* ident = expr->target.name; in GenerateFunctionCall()
|
/third_party/python/Modules/ |
H A D | _ssl.c | 5303 #define CONVERT(info, target) { \ in _ssl_get_default_verify_paths_impl() 5305 target = NULL; \ in _ssl_get_default_verify_paths_impl() 5306 if (!tmp) { Py_INCREF(Py_None); target = Py_None; } \ in _ssl_get_default_verify_paths_impl() 5307 else if ((target = PyUnicode_DecodeFSDefault(tmp)) == NULL) { \ in _ssl_get_default_verify_paths_impl() 5308 target = PyBytes_FromString(tmp); } \ in _ssl_get_default_verify_paths_impl() 5309 if (!target) goto error; \ in _ssl_get_default_verify_paths_impl()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_nir.cpp | 3276 * Fetch the current render target layer index. 3282 /* The render target array index is provided in the thread payload as 3290 /* The render target array index is provided in the thread payload as 3311 unsigned target) 3337 emit_mcs_fetch(coords, 3, brw_imm_ud(target), fs_reg()) : fs_reg(); 3368 srcs[TEX_LOGICAL_SRC_SURFACE] = brw_imm_ud(target); 3380 * Actual coherent framebuffer read implemented using the native render target 3384 emit_coherent_fb_read(const fs_builder &bld, const fs_reg &dst, unsigned target) 3388 inst->target = target; [all...] |