/third_party/python/Lib/test/ |
H A D | test_pyexpat.py | 102 def ProcessingInstructionHandler(self, target, data): 103 self.out.append('PI: ' + repr(target) + ' ' + repr(data))
|
H A D | test_contextlib_async.py | 346 async with woohoo(self=11, func=22, args=33, kwds=44) as target: 347 self.assertEqual(target, (11, 22, 33, 44))
|
H A D | test_logging.py | 654 remover = threading.Thread(target=remove_loop, args=(fn, del_count)) 738 target=lock_holder_thread_fn, 861 self._thread = t = threading.Thread(target=self.serve_forever, 915 self._thread = t = threading.Thread(target=self.serve_forever, 1121 # The memory handler flushes to its target handler based on specific 1189 thread = threading.Thread(target=self.removeTarget) 1193 target = MockRaceConditionHandler(self.mem_hdlr) 1195 self.mem_hdlr.setTarget(target) 1202 for thread in target.threads: 2893 "target" [all...] |
H A D | test_itertools.py | 963 target = [tuple([arg[i] if i < len(arg) else None for arg in args]) 965 self.assertEqual(list(zip_longest(*args)), target) 966 self.assertEqual(list(zip_longest(*args, **{})), target) 967 target = [tuple((e is None and 'X' or e) for e in t) for t in target] # Replace None fills with 'X' 968 self.assertEqual(list(zip_longest(*args, **dict(fillvalue='X'))), target) 1581 thread = threading.Thread(target=next, args=[a])
|
H A D | test_mailbox.py | 44 def _delete_recursively(self, target): 46 if os.path.isdir(target): 47 os_helper.rmtree(target) 48 elif os.path.exists(target): 49 os_helper.unlink(target) 1712 target = class2(source) 1716 self.assertNotIn(attr, target.__dict__,
|
/third_party/python/Python/ |
H A D | ast_unparse.c | 393 APPEND_EXPR(gen->target, PR_TUPLE); in append_ast_comprehension() 836 APPEND_EXPR(e->v.NamedExpr.target, PR_ATOM); in append_named_expr()
|
/third_party/selinux/libsepol/src/ |
H A D | conditional.c | 62 static int bool_present(unsigned int target, unsigned int bools[], in bool_present() argument 71 while (i < num_bools && target != bools[i]) in bool_present()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fBooleanStateQueryTests.cpp | 505 InitialBooleanTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum target, bool reference) in InitialBooleanTestCase() argument 507 , m_target (target) in InitialBooleanTestCase()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Renderer11.h | 148 gl::TextureTarget target, 219 EGLenum target,
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
H A D | liftoff-assembler-s390.h | 2124 void LiftoffAssembler::emit_jump(Register target) { Jump(target); } in emit_jump() argument 2259 void LiftoffAssembler::emit_smi_check(Register obj, Label* target, in emit_smi_check() argument 2263 b(condition, target); // branch if SMI in emit_smi_check() 3042 Register target) { in CallIndirect() 3043 DCHECK(target != no_reg); in CallIndirect() 3044 Call(target); in CallIndirect() 3047 void LiftoffAssembler::TailCallIndirect(Register target) { in TailCallIndirect() argument 3048 DCHECK(target != no_reg); in TailCallIndirect() 3049 Jump(target); in TailCallIndirect() 3040 CallIndirect(const ValueKindSig* sig, compiler::CallDescriptor* call_descriptor, Register target) CallIndirect() argument [all...] |
/third_party/ntfs-3g/libntfs-3g/ |
H A D | security.c | 2670 /* check whether target securid is known in cache */ in ntfs_alloc_securid() 2810 /* check whether target securid is known in cache */ in ntfs_alloc_securid() 2890 /* check whether target securid is known in cache */ in ntfs_set_owner_mode() 4727 char *target; in mergesecurityattr() local 4738 target = (char*)ntfs_malloc(oldattrsz + newattrsz); in mergesecurityattr() 4739 if (target) { in mergesecurityattr() 4740 targhead = (SECURITY_DESCRIPTOR_RELATIVE*)target; in mergesecurityattr() 4757 memcpy(&target[pos], pdacl, size); in mergesecurityattr() 4789 memcpy(&target[pos], psacl, size); in mergesecurityattr() 4821 memcpy(&target[po in mergesecurityattr() [all...] |
/third_party/node/deps/v8/src/wasm/baseline/mips64/ |
H A D | liftoff-assembler-mips64.h | 1805 void LiftoffAssembler::emit_jump(Register target) { in emit_jump() argument 1806 TurboAssembler::Jump(target); in emit_jump() 2006 void LiftoffAssembler::emit_smi_check(Register obj, Label* target, in emit_smi_check() argument 2012 Branch(target, condition, scratch, Operand(zero_reg)); in emit_smi_check() 3579 Register target) { in CallIndirect() 3580 if (target == no_reg) { in CallIndirect() 3584 Call(target); in CallIndirect() 3588 void LiftoffAssembler::TailCallIndirect(Register target) { in TailCallIndirect() argument 3589 if (target == no_reg) { in TailCallIndirect() 3593 Jump(target); in TailCallIndirect() 3577 CallIndirect(const ValueKindSig* sig, compiler::CallDescriptor* call_descriptor, Register target) CallIndirect() argument [all...] |
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeARM_32.c | 429 diff = ((sljit_sw)jump->u.target - (sljit_sw)(code_ptr + 2) - executable_offset); in detect_jump_type() 454 diff = ((sljit_sw)jump->u.target - (sljit_sw)code_ptr - executable_offset); in detect_jump_type() 870 SLJIT_ASSERT((sljit_sw)(jump->u.target - addr) <= 0x01ffffff && (sljit_sw)(jump->u.target - addr) >= -0x02000000); in sljit_generate_code() 871 *buf_ptr |= ((jump->u.target - addr) >> 2) & 0x00ffffff; in sljit_generate_code() 879 inline_set_jump_addr((sljit_uw)code_ptr, executable_offset, (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target, 0); in sljit_generate_code() 882 inline_set_jump_addr((sljit_uw)buf_ptr, executable_offset, (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target, 0); in sljit_generate_code() 893 *buf_ptr = (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target; in sljit_generate_code() 895 inline_set_jump_addr((sljit_uw)buf_ptr, executable_offset, (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target, 0); in sljit_generate_code() 2989 jump->u.target in sljit_emit_ijump() [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | FramebufferTest.cpp | 1418 // Test texture format fallback while it has staged updates, specially for cubemap target. 1426 for (GLenum target = GL_TEXTURE_CUBE_MAP_POSITIVE_X; target <= GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; in cubeTexImageFollowedByFBORead() 1427 target++) in cubeTexImageFollowedByFBORead() 1429 int j = target - GL_TEXTURE_CUBE_MAP_POSITIVE_X; in cubeTexImageFollowedByFBORead() 1432 glTexImage2D(target, 0, internalFormat, kTexWidth, kTexHeight, 0, GL_RGBA, type, in cubeTexImageFollowedByFBORead() 1441 for (GLenum target = GL_TEXTURE_CUBE_MAP_POSITIVE_X; target <= GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; in cubeTexImageFollowedByFBORead() 1442 target++) in cubeTexImageFollowedByFBORead() 1444 GLint j = target in cubeTexImageFollowedByFBORead() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
H A D | nir_to_tgsi.c | 974 enum tgsi_texture_type target = tgsi_texture_type_from_sampler_dim(glsl_get_sampler_dim(stype), in ntt_setup_uniforms() local 980 target, ret_type, ret_type, ret_type, ret_type); in ntt_setup_uniforms() 2049 enum tgsi_texture_type target = tgsi_texture_type_from_sampler_dim(dim, is_array, false); in ntt_emit_image_load_store() local 2135 insn->tex_target = target; in ntt_emit_image_load_store() 2608 enum tgsi_texture_type target = tgsi_texture_type_from_sampler_dim(instr->sampler_dim, instr->is_array, instr->is_shadow); in ntt_emit_texture() local 2697 if (instr->op == nir_texop_tg4 && target != TGSI_TEXTURE_SHADOWCUBE_ARRAY) { in ntt_emit_texture() 2749 insn->tex_target = target; in ntt_emit_texture()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cDirectStateAccessTests.hpp | 871 void prepare(const glw::GLenum target); 886 * Check that CreateQueries generates INVALID_ENUM error if target is not 990 * Begin query for every target. 1011 * Check that value of parameter QUERY_TARGET is equal to target. 1016 * - is equal to 1 if target is SAMPLES_PASSED; or 1017 * - is equal to 2 if target is PRIMITIVES_GENERATED or 1019 * - is positive if target is TIME_ELAPSED. 2307 * MAX_3D_TEXTURE_SIZE for TEXTURE_2D target 2309 * MAX_CUBE_MAP_TEXTURE_SIZE for TEXTURE_CUBE_MAP target. 2361 * For non multisample target, clea [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | TextureVk.cpp | 636 gl::TextureTarget target = index.getTarget(); in copySubTexture() local 639 *mState.getImageDesc(target, dstLevelGL.get()).format.info; in copySubTexture() 1589 // (!selfOwned) implies that the texture is a target sibling. in setImageHelper() 2490 // render target as entirely transient. in initSingleLayerRenderTargets() 2518 // Create the layered render target. Note that multisampled render to texture is not in getMultiLayerRenderTarget() 3202 gl::TextureTarget target, in getTexImage() 3226 switch (target) in getTexImage() 3233 if (gl::IsCubeMapFaceTarget(target)) in getTexImage() 3235 layer = static_cast<uint32_t>(gl::CubeMapTextureTargetToFaceIndex(target)); in getTexImage() 3247 gl::TextureTarget target, in getCompressedTexImage() 3199 getTexImage(const gl::Context *context, const gl::PixelPackState &packState, gl::Buffer *packBuffer, gl::TextureTarget target, GLint level, GLenum format, GLenum type, void *pixels) getTexImage() argument 3244 getCompressedTexImage(const gl::Context *context, const gl::PixelPackState &packState, gl::Buffer *packBuffer, gl::TextureTarget target, GLint level, void *pixels) getCompressedTexImage() argument [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor.pb.h | 420 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; 573 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; 967 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; 1151 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; 1315 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; 1660 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; 1816 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; 2249 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; 2425 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; 2589 ::PROTOBUF_NAMESPACE_ID::uint8* target, [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | http.c | 436 /* Restart the authentication process with the new target, which in http_open_cnx() 1690 uint64_t target = h->is_streamed ? 0 : s->off; in http_read_stream() local 1710 seek_ret = http_seek_internal(h, target, SEEK_SET, 1); in http_read_stream() 1711 if (seek_ret >= 0 && seek_ret != target) { in http_read_stream() 1712 av_log(h, AV_LOG_ERROR, "Failed to reconnect at %"PRIu64".\n", target); in http_read_stream()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_print.c | 1405 instr->target ? instr->target->index : -1); in print_jump_instr() 1410 instr->target ? instr->target->index : -1); in print_jump_instr()
|
/third_party/mesa3d/src/gallium/drivers/tegra/ |
H A D | tegra_context.c | 679 struct pipe_stream_output_target *target) in tegra_stream_output_target_destroy() 683 context->gpu->stream_output_target_destroy(context->gpu, target); in tegra_stream_output_target_destroy() 938 if (presource->target == PIPE_BUFFER) { in tegra_transfer_map() 974 if (ptransfer->resource->target == PIPE_BUFFER) in tegra_transfer_unmap() 678 tegra_stream_output_target_destroy(struct pipe_context *pcontext, struct pipe_stream_output_target *target) tegra_stream_output_target_destroy() argument
|
/third_party/node/src/crypto/ |
H A D | crypto_context.cc | 332 void SecureContext::Initialize(Environment* env, Local<Object> target) { in Initialize() argument 335 target, in Initialize() 341 context, target, "getRootCertificates", GetRootCertificates); in Initialize() 344 target, in Initialize()
|
/third_party/node/deps/v8/tools/gcmole/ |
H A D | gcmole.cc | 1090 clang::CXXMethodDecl* target = method->getDevirtualizedMethod( in VisitCallExpr() 1092 if (target != NULL) { in VisitCallExpr() 1093 if (IsKnownToCauseGC(ctx_, target)) { in VisitCallExpr() 1096 clang::FullSourceLoc(call->getExprLoc(), sm_), target); in VisitCallExpr()
|
/third_party/lz4/lib/ |
H A D | lz4hc.c | 126 U32 const target = (U32)(ip - prefixPtr) + prefixIdx; in LZ4HC_Insert() local 129 assert(target >= prefixIdx); in LZ4HC_Insert() 131 while (idx < target) { in LZ4HC_Insert() 140 hc4->nextToUpdate = target; in LZ4HC_Insert()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-operator.h | 149 // Defines the arity (parameters plus the target and new target) and the 228 // Defines the arity (parameters plus the target and receiver) and the call 1355 V(Target, target, 0, Object) \ 1463 V(Target, target, 0, Object) \ 1497 V(Target, target, 0, Object) \ 1529 V(Target, target, 0, Object) \
|