Home
last modified time | relevance | path

Searched refs:target (Results 2826 - 2850 of 4886) sorted by relevance

1...<<111112113114115116117118119120>>...196

/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DFillStroke.cpp106 auto* target = i < interval_count in DashAdapter() local
109 this->bind(abuilder, (*jint)["v"], target); in DashAdapter()
/third_party/rust/crates/syn/codegen/src/
H A Dvisit.rs86 let target = defs.types.iter().find(|ty| ty.ident == *t).unwrap(); in visit()
87 if requires_full(&target.features) && !requires_full(features) { in visit()
/third_party/icu/icu4c/source/test/cintltst/
H A Dnucnvtst.c1521 static const char target[] = { in TestAmbiguous() local
1561 /* convert target from SJIS to Unicode */ in TestAmbiguous()
1562 sjisLength = ucnv_toUChars(sjis_cnv, sjisResult, UPRV_LENGTHOF(sjisResult), target, (int32_t)strlen(target), &status); in TestAmbiguous()
1570 /* convert target from Latin-1 to Unicode */ in TestAmbiguous()
1571 /*asciiLength =*/ ucnv_toUChars(ascii_cnv, asciiResult, UPRV_LENGTHOF(asciiResult), target, (int32_t)strlen(target), &status); in TestAmbiguous()
2687 UChar *target = targetBuf; in TestICCRunout()
2688 UChar *targetLim = target+256; in TestICCRunout()
2689 ucnv_toUnicode(cnv, &target, targetLi in TestICCRunout()
3007 char*target = out; TestJitterbug930() local
4189 UChar* target = tgt; TestJitterbug2411() local
5383 char *target = target_x; TestEBCDICUS4XML() local
5471 char target[256]; TestJitterbug1293() local
5517 UChar* target = dest; TestJB5275_1() local
5570 UChar* target = dest; TestJB5275() local
[all...]
/third_party/node/src/
H A Dnode_http2.cc805 // quite expensive. This is a potential performance optimization target later.
1730 // This is a potential performance optimization target later.
3180 void Initialize(Local<Object> target, in Initialize() argument
3189 Http2State* const state = realm->AddBindingData<Http2State>(context, target); in Initialize()
3193 target->Set(context, \ in Initialize()
3213 NODE_DEFINE_CONSTANT(target, kBitfield); in Initialize()
3214 NODE_DEFINE_CONSTANT(target, kSessionPriorityListenerCount); in Initialize()
3215 NODE_DEFINE_CONSTANT(target, kSessionFrameErrorListenerCount); in Initialize()
3216 NODE_DEFINE_CONSTANT(target, kSessionMaxInvalidFrames); in Initialize()
3217 NODE_DEFINE_CONSTANT(target, kSessionMaxRejectedStream in Initialize()
[all...]
H A Dnode_errors.cc1023 void Initialize(Local<Object> target, in Initialize() argument
1028 target, in Initialize()
1032 target, in Initialize()
1035 SetMethod(context, target, "setSourceMapsEnabled", SetSourceMapsEnabled); in Initialize()
1037 target, in Initialize()
1041 target, in Initialize()
1045 context, target, "noSideEffectsToString", NoSideEffectsToString); in Initialize()
1047 context, target, "triggerUncaughtException", TriggerUncaughtException); in Initialize()
/third_party/node/deps/v8/src/ast/
H A Dast.h294 // BreakableStatement is a statement that can be the target of a break
594 IterationStatement* target() const { return target_; } in target() function in v8::internal::final
600 ContinueStatement(IterationStatement* target, int pos) in ContinueStatement() argument
601 : JumpStatement(pos, kContinueStatement), target_(target) {} in ContinueStatement()
609 BreakableStatement* target() const { return target_; } in target() function in v8::internal::final
615 BreakStatement(BreakableStatement* target, int pos) in BreakStatement() argument
616 : JumpStatement(pos, kBreakStatement), target_(target) {} in BreakStatement()
2031 Expression* target() const { return target_; } in target() function in v8::internal::Assignment
2047 Assignment(NodeType type, Token::Value op, Expression* target,
2069 CompoundAssignment(Token::Value op, Expression* target, Expressio argument
2882 NewContinueStatement(IterationStatement* target, int pos) NewContinueStatement() argument
2886 NewBreakStatement(BreakableStatement* target, int pos) NewBreakStatement() argument
3180 NewAssignment(Token::Value op, Expression* target, Expression* value, int pos) NewAssignment() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_3_0_autogen.cpp97 GLenum target, in CaptureBindTransformFeedback()
102 paramBuffer.addEnumParam("target", GLenumGroup::BindTransformFeedbackTarget, ParamType::TGLenum, in CaptureBindTransformFeedback()
103 target); in CaptureBindTransformFeedback()
700 GLenum target, in CaptureFramebufferTextureLayer()
708 paramBuffer.addEnumParam("target", GLenumGroup::FramebufferTarget, ParamType::TGLenum, target); in CaptureFramebufferTextureLayer()
1053 GLenum target, in CaptureGetInteger64i_v()
1059 paramBuffer.addEnumParam("target", GLenumGroup::TypeEnum, ParamType::TGLenum, target); in CaptureGetInteger64i_v()
1066 CaptureGetInteger64i_v_data(glState, isCallValid, target, inde in CaptureGetInteger64i_v()
95 CaptureBindTransformFeedback(const State &glState, bool isCallValid, GLenum target, TransformFeedbackID idPacked) CaptureBindTransformFeedback() argument
698 CaptureFramebufferTextureLayer(const State &glState, bool isCallValid, GLenum target, GLenum attachment, TextureID texturePacked, GLint level, GLint layer) CaptureFramebufferTextureLayer() argument
1051 CaptureGetInteger64i_v(const State &glState, bool isCallValid, GLenum target, GLuint index, GLint64 *data) CaptureGetInteger64i_v() argument
1107 CaptureGetIntegeri_v(const State &glState, bool isCallValid, GLenum target, GLuint index, GLint *data) CaptureGetIntegeri_v() argument
1135 CaptureGetInternalformativ(const State &glState, bool isCallValid, GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint *params) CaptureGetInternalformativ() argument
1666 CaptureInvalidateFramebuffer(const State &glState, bool isCallValid, GLenum target, GLsizei numAttachments, const GLenum *attachments) CaptureInvalidateFramebuffer() argument
1696 CaptureInvalidateSubFramebuffer(const State &glState, bool isCallValid, GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height) CaptureInvalidateSubFramebuffer() argument
1905 CaptureRenderbufferStorageMultisample(const State &glState, bool isCallValid, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) CaptureRenderbufferStorageMultisample() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DStateManagerGL.cpp297 for (auto target : angle::AllEnums<gl::BufferBinding>()) in deleteBuffer()
299 if (mBuffers[target] == buffer) in deleteBuffer()
301 bindBuffer(target, 0); in deleteBuffer()
304 auto &indexedTarget = mIndexedBuffers[target]; in deleteBuffer()
309 bindBufferBase(target, bindIndex, 0); in deleteBuffer()
426 void StateManagerGL::bindBuffer(gl::BufferBinding target, GLuint buffer) in bindBuffer() argument
431 ASSERT(target != gl::BufferBinding::TransformFeedback); in bindBuffer()
432 if (mBuffers[target] != buffer) in bindBuffer()
434 mBuffers[target] = buffer; in bindBuffer()
435 mFunctions->bindBuffer(gl::ToGLenum(target), buffe in bindBuffer()
439 bindBufferBase(gl::BufferBinding target, size_t index, GLuint buffer) bindBufferBase() argument
457 bindBufferRange(gl::BufferBinding target, size_t index, GLuint buffer, size_t offset, size_t size) bindBufferRange() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.cpp739 EventTarget target; in KeyBoardShortCutClick() local
740 target.id = host->GetId(); in KeyBoardShortCutClick()
741 target.type = host->GetTag(); in KeyBoardShortCutClick()
746 target.area.SetOffset(DimensionOffset(offset)); in KeyBoardShortCutClick()
747 target.area.SetHeight(Dimension(size.Height())); in KeyBoardShortCutClick()
748 target.area.SetWidth(Dimension(size.Width())); in KeyBoardShortCutClick()
749 target.origin = DimensionOffset(host->GetOffsetRelativeToWindow() - offset); in KeyBoardShortCutClick()
750 info.SetTarget(target); in KeyBoardShortCutClick()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H A Ddevice_kvstore_test.cpp723 Status target = options_.baseDir.empty() ? Status::SUCCESS : Status::INVALID_ARGUMENT; in HWTEST_F() local
724 EXPECT_EQ(target, status) << "PutBatch data return wrong status"; in HWTEST_F()
751 Status target = options_.baseDir.empty() ? Status::SUCCESS : Status::INVALID_ARGUMENT; in HWTEST_F() local
752 EXPECT_EQ(target, status) << "PutBatch data return wrong status"; in HWTEST_F()
952 Status target = options_.baseDir.empty() ? Status::SUCCESS : Status::INVALID_ARGUMENT; in HWTEST_F() local
954 EXPECT_EQ(target, status2) << "DeleteBatch data return wrong status"; in HWTEST_F()
998 Status target = options_.baseDir.empty() ? Status::SUCCESS : Status::INVALID_ARGUMENT; in HWTEST_F() local
1000 EXPECT_EQ(target, status2) << "DeleteBatch data return wrong status"; in HWTEST_F()
/third_party/libwebsockets/lib/core/
H A Dcontext.c90 int target) in lws_state_notify_protocol_init()
109 if (target == LWS_SYSTATE_DHCP) { in lws_state_notify_protocol_init()
121 if (target == LWS_SYSTATE_TIME_VALID && in lws_state_notify_protocol_init()
138 if (target == LWS_SYSTATE_IFACE_COLDPLUG && in lws_state_notify_protocol_init()
158 if (target == LWS_SYSTATE_AUTH1 && in lws_state_notify_protocol_init()
178 if (target == LWS_SYSTATE_CPD_PRE_TIME) { in lws_state_notify_protocol_init()
195 if (target == LWS_SYSTATE_POLICY_VALID && in lws_state_notify_protocol_init()
222 if (target != LWS_SYSTATE_POLICY_VALID) in lws_state_notify_protocol_init()
88 lws_state_notify_protocol_init(struct lws_state_manager *mgr, struct lws_state_notify_link *link, int current, int target) lws_state_notify_protocol_init() argument
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_ir.h1080 repeat_node(region_node *target, unsigned id) in repeat_node() argument
1081 : container_node(NT_REPEAT, NST_LIST), target(target), rep_id(id) {} in repeat_node()
1083 region_node *target; member in r600_sb::repeat_node
1093 depart_node(region_node *target, unsigned id) in depart_node() argument
1094 : container_node(NT_DEPART, NST_LIST), target(target), dep_id(id) {} in depart_node()
1096 region_node *target; member in r600_sb::depart_node
/third_party/mesa3d/src/gallium/tests/trivial/
H A Dcompute.c177 enum pipe_texture_target target, bool rw, in init_tex()
184 .target = target, in init_tex()
196 int nx = (target == PIPE_BUFFER ? (w / dx) : in init_tex()
198 int ny = (target == PIPE_BUFFER ? 1 : in init_tex()
237 int nx = (tex->target == PIPE_BUFFER ? (tex->width0 / dx) : in check_tex()
239 int ny = (tex->target == PIPE_BUFFER ? 1 : in check_tex()
347 if (ctx->tex[*slots]->target == PIPE_BUFFER) in init_compute_resources()
1399 "#define target RES[0]\n" in test_atom_ops()
1401 "#define target RLOCA in test_atom_ops()
176 init_tex(struct context *ctx, int slot, enum pipe_texture_target target, bool rw, enum pipe_format format, int w, int h, void (*init)(void *, int, int, int)) init_tex() argument
[all...]
/third_party/node/lib/internal/
H A Durl.js1279 function createSearchParamsIterator(target, kind) {
1282 target,
1300 target,
1304 const values = target[searchParams];
1332 if (this == null || this[context] == null || this[context].target == null)
1343 target,
1348 ArrayPrototypeSlice(target[searchParams], index),
1356 ArrayPrototypePush(prev, [target[searchParams][index + i - 1], cur]);
/third_party/node/deps/v8/src/wasm/
H A Dwasm-serialization.cc140 // Other platforms simply require accessing the target address.
423 Address target = orig_iter.rinfo()->wasm_stub_call_address(); in WriteCode() local
424 uint32_t tag = native_module_->GetRuntimeStubId(target); in WriteCode()
785 Address target = in CopyAndRelocate() local
787 iter.rinfo()->set_wasm_call_address(target, SKIP_ICACHE_FLUSH); in CopyAndRelocate()
793 Address target = native_module_->GetNearRuntimeStubEntry( in CopyAndRelocate() local
795 iter.rinfo()->set_wasm_stub_call_address(target, SKIP_ICACHE_FLUSH); in CopyAndRelocate()
807 Address target = unit.code->instruction_start() + offset; in CopyAndRelocate() local
809 iter.rinfo()->pc(), target, mode); in CopyAndRelocate()
/third_party/node/deps/cares/src/lib/
H A Dares_dns_record.c152 ares_free(rr->r.srv.target); in ares__dns_rr_free()
171 ares_free(rr->r.svcb.target); in ares__dns_rr_free()
176 ares_free(rr->r.https.target); in ares__dns_rr_free()
181 ares_free(rr->r.uri.target); in ares__dns_rr_free()
614 return &dns_rr->r.srv.target; in ares_dns_rr_data_ptr()
666 return &dns_rr->r.svcb.target; in ares_dns_rr_data_ptr()
675 return &dns_rr->r.https.target; in ares_dns_rr_data_ptr()
687 return &dns_rr->r.uri.target; in ares_dns_rr_data_ptr()
/third_party/node/deps/v8/src/codegen/arm/
H A Dmacro-assembler-arm.h297 void Call(Register target, Condition cond = al);
298 void Call(Address target, RelocInfo::Mode rmode, Condition cond = al,
305 void Call(Label* target);
323 void StoreReturnAddressAndCall(Register target);
325 void CallForDeoptimization(Builtin target, int deopt_id, Label* exit,
425 void Jump(Register target, Condition cond = al);
426 void Jump(Address target, RelocInfo::Mode rmode, Condition cond = al);
504 // Get the actual activation frame alignment for target environment.
603 void Jump(intptr_t target, RelocInfo::Mode rmode, Condition cond = al);
/third_party/node/deps/v8/src/execution/
H A Dmessages.cc486 Handle<JSFunction> target,
493 // When we're passed a JSFunction as new target, we can skip frames until that
501 return ErrorUtils::Construct(isolate, target, new_target, message, options,
507 Isolate* isolate, Handle<JSFunction> target, Handle<Object> new_target, in Construct()
513 if (target.is_identical_to(isolate->range_error_function())) { in Construct()
526 : Handle<JSReceiver>::cast(target); in Construct()
533 JSObject::New(target, new_target_recv, Handle<AllocationSite>::null()), in Construct()
717 bool ComputeLocation(Isolate* isolate, MessageLocation* target) { in ComputeLocation() argument
733 *target = MessageLocation(casted_script, pos, pos + 1, shared); in ComputeLocation()
506 Construct( Isolate* isolate, Handle<JSFunction> target, Handle<Object> new_target, Handle<Object> message, Handle<Object> options, FrameSkipMode mode, Handle<Object> caller, StackTraceCollection stack_trace_collection) Construct() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_emit.c731 struct fd_stream_output_target *target = in fd5_emit_state() local
734 if (!target) in fd5_emit_state()
739 OUT_RELOC(ring, fd_resource(target->base.buffer)->bo, 0, 0, 0); in fd5_emit_state()
740 OUT_RING(ring, target->base.buffer_size + target->base.buffer_offset); in fd5_emit_state()
742 struct fd_bo *offset_bo = fd_resource(target->offset_buf)->bo; in fd5_emit_state()
749 OUT_RING(ring, target->base.buffer_offset); in fd5_emit_state()
752 OUT_RING(ring, target->base.buffer_offset); in fd5_emit_state()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_screen.c254 enum pipe_texture_target target, in trace_screen_is_format_supported()
267 trace_dump_arg_enum(target, tr_util_pipe_texture_target_name(target)); in trace_screen_is_format_supported()
272 result = screen->is_format_supported(screen, format, target, sample_count, in trace_screen_is_format_supported()
1251 enum pipe_texture_target target, in trace_screen_get_sparse_texture_virtual_page_size()
1263 trace_dump_arg_enum(target, tr_util_pipe_texture_target_name(target)); in trace_screen_get_sparse_texture_virtual_page_size()
1268 int ret = screen->get_sparse_texture_virtual_page_size(screen, target, multi_sample, in trace_screen_get_sparse_texture_virtual_page_size()
252 trace_screen_is_format_supported(struct pipe_screen *_screen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned tex_usage) trace_screen_is_format_supported() argument
1250 trace_screen_get_sparse_texture_virtual_page_size(struct pipe_screen *_screen, enum pipe_texture_target target, bool multi_sample, enum pipe_format format, unsigned offset, unsigned size, int *x, int *y, int *z) trace_screen_get_sparse_texture_virtual_page_size() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_program.c157 if (info->target >= 0xe0) in nvc0_fp_assign_output_slots()
361 if (info->target >= NVISA_GM107_CHIPSET) { in nvc0_tcp_gen_header()
485 if (info->prop.fp.readsSampleLocations && info->target >= NVISA_GM200_CHIPSET) in nvc0_fp_gen_header()
591 info->target = chipset; in nvc0_program_translate()
608 info->target = debug_get_num_option("NV50_PROG_CHIPSET", chipset); in nvc0_program_translate()
625 if (info->target >= NVISA_GK104_CHIPSET) { in nvc0_program_translate()
632 if (info->target >= NVISA_GK104_CHIPSET) { in nvc0_program_translate()
688 if (info_out.target >= NVISA_GV100_CHIPSET) in nvc0_program_translate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DDisplayEGL.cpp118 EGLenum target, in createImage()
121 return new ImageEGL(state, context, target, attribs, mEGL); in createImage()
1004 EGLenum target, in validateImageClientBuffer()
1008 switch (target) in validateImageClientBuffer()
1014 return DisplayGL::validateImageClientBuffer(context, target, clientBuffer, attribs); in validateImageClientBuffer()
1019 EGLenum target, in createExternalImageSibling()
1023 switch (target) in createExternalImageSibling()
1031 return DisplayGL::createExternalImageSibling(context, target, buffer, attribs); in createExternalImageSibling()
116 createImage(const egl::ImageState &state, const gl::Context *context, EGLenum target, const egl::AttributeMap &attribs) createImage() argument
1003 validateImageClientBuffer(const gl::Context *context, EGLenum target, EGLClientBuffer clientBuffer, const egl::AttributeMap &attribs) const validateImageClientBuffer() argument
1018 createExternalImageSibling(const gl::Context *context, EGLenum target, EGLClientBuffer buffer, const egl::AttributeMap &attribs) createExternalImageSibling() argument
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_egl_autogen.cpp49 EGLNativePixmapType target) in EGL_CopyBuffers()
53 "dpy = 0x%016" PRIxPTR ", surface = 0x%016" PRIxPTR ", target = 0x%016" PRIxPTR "", in EGL_CopyBuffers()
54 (uintptr_t)dpy, (uintptr_t)surface, (uintptr_t)target); in EGL_CopyBuffers()
62 surfacePacked, target); in EGL_CopyBuffers()
64 return CopyBuffers(thread, dpyPacked, surfacePacked, target); in EGL_CopyBuffers()
632 EGLenum target, in EGL_CreateImage()
639 ", target = 0x%X, buffer = 0x%016" PRIxPTR ", attrib_list = 0x%016" PRIxPTR "", in EGL_CreateImage()
640 (uintptr_t)dpy, (uintptr_t)ctx, target, (uintptr_t)buffer, (uintptr_t)attrib_list); in EGL_CreateImage()
649 ctxPacked, target, buffer, attrib_listPacked); in EGL_CreateImage()
651 return CreateImage(thread, dpyPacked, ctxPacked, target, buffe in EGL_CreateImage()
47 EGL_CopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) EGL_CopyBuffers() argument
630 EGL_CreateImage(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list) EGL_CreateImage() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_info.cc808 const Transition target = {unix_time, 0, civil_second(), civil_second()}; in BreakTime() local
810 const Transition* tr = std::upper_bound(begin, begin + timecnt, target, in BreakTime()
821 // Find the first transition after our target civil time. in MakeTime()
839 const Transition target = {0, 0, cs, civil_second()}; in MakeTime() local
840 tr = std::upper_bound(begin, end, target, Transition::ByCivilTime()); in MakeTime()
909 const Transition target = {unix_time, 0, civil_second(), civil_second()}; in NextTransition() local
911 std::upper_bound(begin, end, target, Transition::ByUnixTime()); in NextTransition()
944 const Transition target = {unix_time, 0, civil_second(), civil_second()}; in PrevTransition() local
946 std::lower_bound(begin, end, target, Transition::ByUnixTime()); in PrevTransition()
/third_party/vk-gl-cts/modules/glshared/
H A DglsFboUtil.cpp329 static void glInitFlat (const TextureFlat& cfg, GLenum target, const glw::Functions& gl) in glInitFlat() argument
336 gl.texImage2D(target, level, cfg.internalFormat.format, w, h, 0, in glInitFlat()
433 gl.framebufferRenderbuffer(rAtt->target, attPoint, in attachAttachment()
437 gl.framebufferTexture2D(fAtt->target, attPoint, in attachAttachment()
441 gl.framebufferTextureLayer(lAtt->target, attPoint, in attachAttachment()
710 logField(log, "Target", getFramebufferTargetName(att.target)); in logAttachment()
930 FboBuilder::FboBuilder (GLuint fbo, GLenum target, const glw::Functions& gl) in FboBuilder() argument
932 , m_target (target) in FboBuilder()

Completed in 56 milliseconds

1...<<111112113114115116117118119120>>...196