/third_party/python/Lib/test/ |
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/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) \
|
H A D | simplified-operator.cc | 333 lhs.target().address() == rhs.target().address(); in operator ==() 339 transition.target().address()); in hash_value() 346 << " to " << Brief(*transition.target()); in operator <<() 349 << " to " << Brief(*transition.target()); in operator <<()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-object-gen.cc | 435 TNode<Object> target = args.GetOptionalArgumentValue(0); in TF_BUILTIN() local 437 // 1. Let to be ? ToObject(target). in TF_BUILTIN() 438 TNode<JSReceiver> to = ToObject_Inline(context, target); in TF_BUILTIN() 562 auto target = Parameter<Object>(Descriptor::kJSTarget); in TF_BUILTIN() local 577 Return(CallBuiltin(Builtin::kObjectPrototypeHasOwnProperty, context, target, in TF_BUILTIN()
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | assembler-ppc.h | 252 // Return the address in the constant pool of the code target address used by 258 // Read/Modify the code target address in the branch/call instruction at pc. 262 Address pc, Address constant_pool, Address target, 265 // Read/Modify the code target address in the branch/call instruction at pc. 269 Address pc, Address constant_pool, Tagged_t target, 280 Address instruction_payload, Code code, Address target); 282 // Get the size of the special target encoded at 'instruction_payload'. 288 Address pc, Address target, 296 // a target is resolved and written. 634 // Aligns code to something that's optimal for a jump target fo [all...] |
/third_party/node/deps/v8/src/diagnostics/ |
H A D | gdb-jit.cc | 528 #error Unsupported target architecture. 643 #error Unsupported target architecture. 672 #error Unsupported target architecture. 1103 #error Unsupported target architecture.
|
/third_party/node/deps/v8/src/execution/ |
H A D | isolate.h | 1013 // result in the target out parameter. The source location is attached to a 1016 bool ComputeLocation(MessageLocation* target); 1017 bool ComputeLocationFromException(MessageLocation* target, 1019 bool ComputeLocationFromSimpleStackTrace(MessageLocation* target, 1021 bool ComputeLocationFromDetailedStackTrace(MessageLocation* target,
|
/third_party/rust/crates/bindgen/bindgen/ |
H A D | lib.rs | 287 output_vector.push("--rust-target".into()); in command_line_flags() 758 /// Specify the rust target 765 "The {} rust target is deprecated. If you have a good reason to use this target please report it at https://github.com/rust-lang/rust-bindgen/issues", in rust_target() 1354 /// target version has to have support for `#[must_use]`. 2095 /// Version of the Rust compiler to target 2221 /// Update rust target version 2229 /// Get features supported by target Rust version 2456 include_str!(concat!(env!("OUT_DIR"), "/host-target.txt")); 2483 /// Returns the effective target, an [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Buffer11.cpp | 377 gl::BufferBinding target, in setData() 383 return setSubData(context, target, data, size, 0); in setData() 406 gl::BufferBinding target, in setSubData() 418 if (target == gl::BufferBinding::Uniform) in setSubData() 376 setData(const gl::Context *context, gl::BufferBinding target, const void *data, size_t size, gl::BufferUsage usage) setData() argument 405 setSubData(const gl::Context *context, gl::BufferBinding target, const void *data, size_t size, size_t offset) setSubData() argument
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validation_state.cpp | 499 const auto target = inst->GetOperandAs<uint32_t>(0); in RegisterDebugInstruction() local 502 AssignNameToId(target, str); in RegisterDebugInstruction() 506 const auto target = inst->GetOperandAs<uint32_t>(0); in RegisterDebugInstruction() local 509 AssignNameToId(target, str); in RegisterDebugInstruction()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_egl_ext_autogen.cpp | 842 EGLenum target, in EGL_CreateImageKHR() 849 ", target = 0x%X, buffer = 0x%016" PRIxPTR ", attrib_list = 0x%016" PRIxPTR "", in EGL_CreateImageKHR() 850 (uintptr_t)dpy, (uintptr_t)ctx, target, (uintptr_t)buffer, (uintptr_t)attrib_list); in EGL_CreateImageKHR() 859 ctxPacked, target, buffer, attrib_listPacked); in EGL_CreateImageKHR() 861 return CreateImageKHR(thread, dpyPacked, ctxPacked, target, buffer, attrib_listPacked); in EGL_CreateImageKHR() 840 EGL_CreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list) EGL_CreateImageKHR() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validation_state.cpp | 499 const auto target = inst->GetOperandAs<uint32_t>(0); in RegisterDebugInstruction() local 502 AssignNameToId(target, str); in RegisterDebugInstruction() 506 const auto target = inst->GetOperandAs<uint32_t>(0); in RegisterDebugInstruction() local 509 AssignNameToId(target, str); in RegisterDebugInstruction()
|
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | plugin.pb.h | 202 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; 403 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; 625 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; 825 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
|
/third_party/selinux/libsepol/src/ |
H A D | services.c | 371 * when it is applied to the specified source and target 403 * Set 1 = source, 2 = target, 3 = xcontext for validatetrans in constraint_expr_eval_reason() 860 type_datum_t *target; in type_attribute_bounds_av() local 867 target = policydb->type_val_to_struct[tcontext->type - 1]; in type_attribute_bounds_av() 874 if (target->bounds) { in type_attribute_bounds_av() 876 lo_tcontext.type = target->bounds; in type_attribute_bounds_av() 1107 ERR(NULL, "unrecognized target SID %d", tsid); in sepol_compute_av_reason() 1143 ERR(NULL, "unrecognized target SID %d", tsid); in sepol_compute_av_reason_buffer()
|
/third_party/node/deps/v8/src/parsing/ |
H A D | parser-base.h | 347 // 'continue' statement targets). Upon construction, a new target is 350 // |labels| is a list of all labels that can be used as a target for break. 3572 // 'new' '.' 'target' in ParseMemberWithPresentNewPrefixesExpression() 3797 ExpectContextualKeyword(ast_value_factory()->target_string(), "new.target", in ParseNewTargetExpression() 5281 Target target(this, result, labels, nullptr, in ParseStatement() 5338 Target target(this, body, labels, nullptr, Target::TARGET_FOR_NAMED_ONLY); in ParseBlock() 5570 IterationStatementT target = LookupContinueTarget(label); in ParseContinueStatement() local 5571 if (impl()->IsNull(target)) { in ParseContinueStatement() 5584 StatementT stmt = factory()->NewContinueStatement(target, pos); in ParseContinueStatement() 5604 // Parse labeled break statements that target themselve in ParseBreakStatement() 5611 BreakableStatementT target = LookupBreakTarget(label); ParseBreakStatement() local [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_lower_logical_sends.cpp | 168 assert(inst->target != 0 || src0_alpha.file == BAD_FILE); in lower_fb_write_logical_send() 189 * since render target writes are the last thing in the shader, we write in lower_fb_write_logical_send() 240 /* Set computes stencil to render target */ in lower_fb_write_logical_send() 252 /* Set the render target index for choosing BLEND_STATE. */ in lower_fb_write_logical_send() 253 if (inst->target > 0) { in lower_fb_write_logical_send() 254 ubld.group(1, 0).MOV(component(header, 2), brw_imm_ud(inst->target)); in lower_fb_write_logical_send() 361 brw_fb_write_desc(devinfo, inst->target, msg_ctl, inst->last_rt, in lower_fb_write_logical_send() 369 ex_desc = inst->target << 12 | (src0_alpha.file != BAD_FILE) << 15; in lower_fb_write_logical_send() 434 * target message header format was updated accordingly -- However in lower_fb_read_logical_send()
|
/third_party/node/test/fixtures/wpt/resources/ |
H A D | idlharness.js | 244 all_deps.add(i.target); 305 deps.push(parsed.target); 334 const inheritor = parsed.name || parsed.target; 422 if (should_skip(parsed_idl.target)) 871 const lhs = parsed_idl.target;
|
/third_party/mesa3d/src/mesa/main/ |
H A D | uniforms.c | 58 * particular texture unit. We know the sampler's texture target 71 GLuint unit, GLuint target) in update_single_shader_texture_used() 77 assert(target < NUM_TEXTURE_TARGETS); in update_single_shader_texture_used() 95 if (glprog->TexturesUsed[unit] & ~(1 << target)) in update_single_shader_texture_used() 99 prog->TexturesUsed[unit] |= (1 << target); in update_single_shader_texture_used() 133 sampler->target); in _mesa_update_shader_textures_used() 69 update_single_shader_texture_used(struct gl_shader_program *shProg, struct gl_program *prog, GLuint unit, GLuint target) update_single_shader_texture_used() argument
|