/third_party/node/deps/v8/src/ast/ |
H A D | ast.h | 294 // 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 D | capture_gles_3_0_autogen.cpp | 97 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 D | StateManagerGL.cpp | 297 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...] |
/third_party/libwebsockets/lib/core/ |
H A D | context.c | 90 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 D | sb_ir.h | 1080 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 D | compute.c | 177 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 D | url.js | 1279 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 D | wasm-serialization.cc | 140 // 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/src/ |
H A D | node_errors.cc | 1023 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/cares/src/lib/ |
H A D | ares_dns_record.c | 152 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 D | macro-assembler-arm.h | 297 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 D | messages.cc | 486 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 D | fd5_emit.c | 731 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 D | tr_screen.c | 254 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 D | nvc0_program.c | 157 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 D | DisplayEGL.cpp | 118 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 D | entry_points_egl_autogen.cpp | 49 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 D | time_zone_info.cc | 808 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 D | glsFboUtil.cpp | 329 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()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_paletteuse.c | 218 const uint8_t *target, in colormap_nearest_node() 225 const int current_to_target = diff(target, current, s); in colormap_nearest_node() 233 dx = target[split] - current[split]; in colormap_nearest_node() 239 colormap_nearest_node(s, map, nearer_kd_id, target, nearest); in colormap_nearest_node() 242 colormap_nearest_node(s, map, further_kd_id, target, nearest); in colormap_nearest_node() 258 static av_always_inline uint8_t colormap_nearest_iterative(const PaletteUseContext *s, const struct color_node *root, const uint8_t *target) in colormap_nearest_iterative() argument 268 const int current_to_target = diff(target, current, s); in colormap_nearest_iterative() 270 /* Compare current color node to the target and update our best node if in colormap_nearest_iterative() 282 const int dx = target[split] - current[split]; in colormap_nearest_iterative() 330 #define COLORMAP_NEAREST(s, search, root, target) \ 215 colormap_nearest_node(const PaletteUseContext *s, const struct color_node *map, const int node_pos, const uint8_t *target, struct nearest_color *nearest) colormap_nearest_node() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_uvd.c | 586 static struct ruvd_h265 get_h265_msg(struct ruvd_decoder *dec, struct pipe_video_buffer *target, in get_h265_msg() argument 690 dec->render_pic_list[i] = target; in get_h265_msg() 696 vl_video_buffer_set_associated_data(target, &dec->base, (void *)(uintptr_t)result.curr_idx, in get_h265_msg() 744 if (target->buffer_format == PIPE_FORMAT_P010 || target->buffer_format == PIPE_FORMAT_P016) { in get_h265_msg() 1003 static void ruvd_begin_frame(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, in ruvd_begin_frame() argument 1012 vl_video_buffer_set_associated_data(target, decoder, (void *)frame, in ruvd_begin_frame() 1024 struct pipe_video_buffer *target, in ruvd_decode_macroblock() 1037 struct pipe_video_buffer *target, in ruvd_decode_bitstream() 1077 static void ruvd_end_frame(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, in ruvd_end_frame() argument 1023 ruvd_decode_macroblock(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture, const struct pipe_macroblock *macroblocks, unsigned num_macroblocks) ruvd_decode_macroblock() argument 1036 ruvd_decode_bitstream(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture, unsigned num_buffers, const void *const *buffers, const unsigned *sizes) ruvd_decode_bitstream() argument [all...] |
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | xcode_emulation.py | 172 # Per-target 'xcode_settings' are pushed down into configs earlier by gyp. 174 # for that config -- the per-target settings as well. Settings that are 175 # the same for all configs are implicitly per-target settings. 257 """Returns the framework version of the current target. Only valid for 281 assert False, "Don't know extension for '{}', target '{}'".format( 298 """Returns the directory name of the bundle represented by this target. 388 """Returns the PRODUCT_TYPE of this target.""" 392 "(target %s)" % self.spec["target_name"] 398 "mac_bundle (target %s)" % self.spec["target_name"] 404 "(target [all...] |
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | xcode_emulation.py | 172 # Per-target 'xcode_settings' are pushed down into configs earlier by gyp. 174 # for that config -- the per-target settings as well. Settings that are 175 # the same for all configs are implicitly per-target settings. 257 """Returns the framework version of the current target. Only valid for 281 assert False, "Don't know extension for '{}', target '{}'".format( 298 """Returns the directory name of the bundle represented by this target. 388 """Returns the PRODUCT_TYPE of this target.""" 392 "(target %s)" % self.spec["target_name"] 398 "mac_bundle (target %s)" % self.spec["target_name"] 404 "(target [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nvfx_fragprog.c | 269 nv40_fp_cal(struct nvfx_fpc *fpc, unsigned target) in nv40_fp_cal() argument 283 reloc.target = target; in nv40_fp_cal() 305 nv40_fp_rep(struct nvfx_fpc *fpc, unsigned count, unsigned target) in nv40_fp_rep() argument 324 reloc.target = target; in nv40_fp_rep() 327 //util_dynarray_append(&fpc->loop_stack, unsigned, target); in nv40_fp_rep() 334 nv40_fp_bra(struct nvfx_fpc *fpc, unsigned target) 350 reloc.target = target; [all...] |
/third_party/python/Lib/ |
H A D | ast.py | 651 NAMED_EXPR = auto() # <target> := <expr1> 852 self.set_precedence(_Precedence.ATOM, node.target, node.value) 853 self.traverse(node.target) 871 for target in node.targets: 872 self.set_precedence(_Precedence.TUPLE, target) 873 self.traverse(target) 881 self.traverse(node.target) 887 with self.delimit_if("(", ")", not node.simple and isinstance(node.target, Name)): 888 self.traverse(node.target) 1060 self.set_precedence(_Precedence.TUPLE, node.target) [all...] |