Home
last modified time | relevance | path

Searched refs:target (Results 3551 - 3575 of 4107) sorted by relevance

1...<<141142143144145146147148149150>>...165

/third_party/python/Lib/test/
H A Dtest_mailbox.py44 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 Ddescriptor.pb.h420 ::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 Dhttp.c436 /* 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 Dnir_print.c1405 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 Dtegra_context.c679 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 Dcrypto_context.cc332 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 Dgcmole.cc1090 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 Dlz4hc.c126 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 Djs-operator.h149 // 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 Dsimplified-operator.cc333 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 Dbuiltins-object-gen.cc435 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 Dassembler-ppc.h252 // 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 Dgdb-jit.cc528 #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 Disolate.h1013 // 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 Dlib.rs287 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 DBuffer11.cpp377 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 Dvalidation_state.cpp499 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 Dentry_points_egl_ext_autogen.cpp842 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 Dvalidation_state.cpp499 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 Dplugin.pb.h202 ::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 Dservices.c371 * 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 Dparser-base.h347 // '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 Dbrw_lower_logical_sends.cpp168 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 Didlharness.js244 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 Duniforms.c58 * 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

Completed in 125 milliseconds

1...<<141142143144145146147148149150>>...165