| /third_party/typescript/tests/baselines/reference/ |
| H A D | decoratorOnFunctionDeclaration.js | 2 declare function dec<T>(target: T): T;
|
| H A D | decoratorOnFunctionExpression.js | 2 declare function dec<T>(target: T): T;
|
| H A D | decoratorOnVar.js | 2 declare function dec<T>(target: T): T;
|
| /third_party/node/src/crypto/ |
| H A D | crypto_cipher.cc | 275 void CipherBase::Initialize(Environment* env, Local<Object> target) { in Initialize() argument 293 SetConstructorFunction(context, target, "CipherBase", t); in Initialize() 295 SetMethodNoSideEffect(context, target, "getSSLCiphers", GetSSLCiphers); in Initialize() 296 SetMethodNoSideEffect(context, target, "getCiphers", GetCiphers); in Initialize() 299 target, in Initialize() 305 target, in Initialize() 311 target, in Initialize() 317 target, in Initialize() 323 SetMethodNoSideEffect(context, target, "getCipherInfo", GetCipherInfo); in Initialize() 325 NODE_DEFINE_CONSTANT(target, kWebCryptoCipherEncryp in Initialize() [all...] |
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv84_video.c | 132 struct nv84_video_buffer *target = (struct nv84_video_buffer *)video_target; in nv84_decoder_decode_bitstream_h264() local 136 assert(target->base.buffer_format == PIPE_FORMAT_NV12); in nv84_decoder_decode_bitstream_h264() 138 nv84_decoder_bsp(dec, desc, num_buffers, data, num_bytes, target); in nv84_decoder_decode_bitstream_h264() 139 nv84_decoder_vp_h264(dec, desc, target); in nv84_decoder_decode_bitstream_h264() 149 struct pipe_video_buffer *target, in nv84_decoder_begin_frame_h264() 156 struct pipe_video_buffer *target, in nv84_decoder_end_frame_h264() 183 struct pipe_video_buffer *target, in nv84_decoder_begin_frame_mpeg12() 206 struct pipe_video_buffer *target, in nv84_decoder_end_frame_mpeg12() 212 (struct nv84_video_buffer *)target); in nv84_decoder_end_frame_mpeg12() 217 struct pipe_video_buffer *target, in nv84_decoder_decode_macroblock() 148 nv84_decoder_begin_frame_h264(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) nv84_decoder_begin_frame_h264() argument 155 nv84_decoder_end_frame_h264(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) nv84_decoder_end_frame_h264() argument 182 nv84_decoder_begin_frame_mpeg12(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) nv84_decoder_begin_frame_mpeg12() argument 205 nv84_decoder_end_frame_mpeg12(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) nv84_decoder_end_frame_mpeg12() argument 216 nv84_decoder_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) nv84_decoder_decode_macroblock() argument [all...] |
| H A D | nv50_tex.c | 53 if (templ->target == PIPE_TEXTURE_RECT || templ->target == PIPE_BUFFER) in nv50_create_sampler_view() 132 if (templ->target == PIPE_BUFFER) { in nv50_create_texture_view() 159 switch (templ->target) { in nv50_create_texture_view() 194 unreachable("unexpected/invalid texture target"); in nv50_create_texture_view() 227 if (res->base.target != PIPE_BUFFER) in nv50_update_tic() 340 if (!tic || tic->pipe.target == PIPE_BUFFER) { in nv50_validate_tic()
|
| /third_party/node/deps/v8/src/maglev/ |
| H A D | maglev-ir.cc | 317 os << " b" << graph_labeller->BlockId(node->target()); in PrintTargets() 628 if (target().IsAnyRegister()) { in GenerateCode() 629 __ movq(ToRegister(target()), source_reg); in GenerateCode() 631 __ movq(ToMemOperand(target()), source_reg); in GenerateCode() 635 if (target().IsAnyRegister()) { in GenerateCode() 636 __ movq(ToRegister(target()), source_op); in GenerateCode() 639 __ movq(ToMemOperand(target()), kScratchRegister); in GenerateCode() 645 os << "(" << source() << " → " << target() << ")"; in PrintParams() 898 if (target() != state.next_block()) { in GenerateCode() 899 __ jmp(target() in GenerateCode() [all...] |
| /third_party/node/deps/v8/src/json/ |
| H A D | json-parser.cc | 481 Handle<Map> target; in BuildJsonObject() local 492 // Directly read out the target while reading out the key, otherwise it in BuildJsonObject() 494 target = in BuildJsonObject() 501 if (descriptor < feedback_descriptors) target = feedback; in BuildJsonObject() 509 .ToHandle(&target)) { in BuildJsonObject() 517 target->instance_descriptors(isolate_).GetDetails(descriptor_index); in BuildJsonObject() 524 map = ParentOfDescriptorOwner(isolate_, map, target, descriptor); in BuildJsonObject() 529 MapUpdater::GeneralizeField(isolate(), target, descriptor_index, in BuildJsonObject() local 533 !target->instance_descriptors(isolate()) in BuildJsonObject() 538 MapUpdater::GeneralizeField(isolate(), target, descriptor_inde in BuildJsonObject() local [all...] |
| /third_party/node/deps/v8/src/heap/ |
| H A D | mark-compact.cc | 266 Code target = Code::GetCodeFromTargetAddress(rinfo->target_address()); variable 267 VerifyHeapObjectImpl(target); variable 446 Code target = Code::GetCodeFromTargetAddress(rinfo->target_address()); variable 447 VerifyHeapObjectImpl(target); variable 776 // Estimate the target fragmentation based on traced compaction speed in ComputeEvacuationHeuristics() 1209 Code target = Code::GetCodeFromTargetAddress(rinfo->target_address()); variable 1210 MarkObject(host, target); 1279 Code target = Code::GetCodeFromTargetAddress(rinfo->target_address()); variable 1280 RecordRelocSlot(host, rinfo, target); 1284 HeapObject target variable 1299 RecordRelocSlot(Code host, RelocInfo* rinfo, HeapObject target) RecordRelocSlot() argument 1308 ShouldRecordRelocSlot(Code host, RelocInfo* rinfo, HeapObject target) ShouldRecordRelocSlot() argument 1494 Code target = Code::GetCodeFromTargetAddress(rinfo->target_address()); global() variable 1781 HeapObject target; global() variable 2849 Map target = transitions.GetTarget(i); CompactTransitionArray() local 3011 HeapObject target = HeapObject::cast(weak_ref.target()); ClearJSWeakRefs() local 3028 HeapObject target = HeapObject::cast(weak_cell.target()); ClearJSWeakRefs() local 3078 ShouldRecordRelocSlot(Code host, RelocInfo* rinfo, HeapObject target) ShouldRecordRelocSlot() argument 3088 ProcessRelocInfo(Code host, RelocInfo* rinfo, HeapObject target) ProcessRelocInfo() argument 3134 RecordRelocSlot(Code host, RelocInfo* rinfo, HeapObject target) RecordRelocSlot() argument 3219 typename TSlot::TObject target = MakeSlotValue<TSlot, reference_type>( UpdateSlot() local 4913 Code target = Code::GetCodeFromTargetAddress(rinfo->target_address()); global() variable 4914 VerifyHeapObjectImpl(target); global() variable 4992 Code target = Code::GetCodeFromTargetAddress(rinfo->target_address()); global() variable 4993 VerifyHeapObjectImpl(target); global() variable 5078 typename TSlot::TObject target = *slot; VisitPointerImpl() local [all...] |
| /third_party/python/Python/ |
| H A D | compile.c | 135 /* target block (if jump instruction) */ 137 /* target block when exception is raised, should not be set by front-end. */ 936 Some opcodes have different stack effect when jump to the target and 1537 basicblock *target) in add_jump_to_block() 1542 assert(target != NULL); in add_jump_to_block() 1555 i->i_target = target; in add_jump_to_block() 3119 VISIT(c, expr, s->v.For.target); in compiler_for() 3166 VISIT(c, expr, s->v.AsyncFor.target); in compiler_async_for() 5296 VISIT(c, expr, gen->target); in compiler_sync_comprehension_generator() 5391 VISIT(c, expr, gen->target); in compiler_async_comprehension_generator() 1534 add_jump_to_block(struct compiler *c, int opcode, int lineno, int end_lineno, int col_offset, int end_col_offset, basicblock *target) add_jump_to_block() argument 7286 basicblock * target = setup->i_target; push_except_block() local 7484 int target = handler->b_offset; assemble_emit_exception_table_entry() local 8785 jump_thread(struct instr *inst, struct instr *target, int opcode) jump_thread() argument 8812 struct instr *target; optimize_basic_block() local 9197 basicblock *target; mark_reachable() local 9229 basicblock *target = b->b_instr[b->b_iused-1].i_target; eliminate_empty_basic_blocks() local 9276 basicblock *target = b->b_instr[b->b_iused-1].i_target; propagate_line_numbers() local 9408 basicblock *target = b->b_instr[b->b_iused-1].i_target; duplicate_exits_without_lineno() local [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
| H A D | rs_animation_test.cpp | 327 auto target = animation->GetTarget();
in HWTEST_F() local 328 EXPECT_TRUE(target.lock() != nullptr);
in HWTEST_F() 369 auto target = animation->GetTarget();
in HWTEST_F() local 370 EXPECT_TRUE(target.lock() != nullptr);
in HWTEST_F() 408 auto target = animation->GetTarget();
in HWTEST_F() local 409 EXPECT_TRUE(target.lock() != nullptr);
in HWTEST_F()
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/ |
| H A D | CollectionUtilities.java | 75 * @param target 80 public static <T> Map<T,T> asMap(T[][] source, Map<T,T> target, boolean reverse) { in asMap() argument 86 target.put(source[i][from], source[i][to]); in asMap() 88 return target; in asMap() 92 * Add all items in iterator to target collection 96 * @param target 99 public static <T, U extends Collection<T>> U addAll(Iterator<T> source, U target) { in addAll() argument 101 target.add(source.next()); in addAll() 103 return target; // for chaining in addAll()
|
| /third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
| H A D | CollectionUtilities.java | 72 * @param target 77 public static <T> Map<T,T> asMap(T[][] source, Map<T,T> target, boolean reverse) { in asMap() argument 83 target.put(source[i][from], source[i][to]); in asMap() 85 return target; in asMap() 89 * Add all items in iterator to target collection 93 * @param target 96 public static <T, U extends Collection<T>> U addAll(Iterator<T> source, U target) { in addAll() argument 98 target.add(source.next()); in addAll() 100 return target; // for chaining in addAll()
|
| /third_party/libdrm/freedreno/msm/ |
| H A D | msm_ringbuffer.c | 103 * target rb (for example, or same stateobj emit multiple times), and 105 * reference to a given target, we need a hashtable to track this per 253 * target cmdstream buffer: 271 * - target cmd has never been added to submit.cmds in get_cmd() 272 * - target cmd is not a streaming stateobj (which unlike longer in get_cmd() 614 struct fd_ringbuffer *target, uint32_t cmd_idx) in msm_ringbuffer_emit_reloc_ring() 617 struct msm_ringbuffer *msm_target = to_msm_ringbuffer(target); in msm_ringbuffer_emit_reloc_ring() 640 size = offset_bytes(target->cur, target->start); in msm_ringbuffer_emit_reloc_ring() 655 if (added_cmd && (target in msm_ringbuffer_emit_reloc_ring() 613 msm_ringbuffer_emit_reloc_ring(struct fd_ringbuffer *ring, struct fd_ringbuffer *target, uint32_t cmd_idx) msm_ringbuffer_emit_reloc_ring() argument [all...] |
| /third_party/mesa3d/src/egl/drivers/dri2/ |
| H A D | platform_x11_dri3.c | 396 dri3_create_image_khr(_EGLDisplay *disp, _EGLContext *ctx, EGLenum target, in dri3_create_image_khr() argument 403 switch (target) { in dri3_create_image_khr() 412 return dri2_create_image_khr(disp, ctx, target, buffer, attr_list); in dri3_create_image_khr() 463 xcb_pixmap_t target; in dri3_copy_buffers() local 466 target = (uintptr_t) native_pixmap_target; in dri3_copy_buffers() 468 loader_dri3_copy_drawable(&dri3_surf->loader_drawable, target, in dri3_copy_buffers()
|
| /third_party/node/deps/ngtcp2/ngtcp2/lib/ |
| H A D | ngtcp2_cc.c | 311 uint64_t target; in ngtcp2_cc_cubic_cc_on_pkt_acked() local 402 target = cc->origin_point + delta; in ngtcp2_cc_cubic_cc_on_pkt_acked() 404 target = cc->origin_point - delta; in ngtcp2_cc_cubic_cc_on_pkt_acked() 407 if (target > cstat->cwnd) { in ngtcp2_cc_cubic_cc_on_pkt_acked() 408 m = cc->pending_add + cstat->max_udp_payload_size * (target - cstat->cwnd); in ngtcp2_cc_cubic_cc_on_pkt_acked() 435 " target=%" PRIu64 " w_tcp=%" PRIu64, in ngtcp2_cc_cubic_cc_on_pkt_acked() 437 target, cc->w_tcp); in ngtcp2_cc_cubic_cc_on_pkt_acked()
|
| /third_party/libexif/libexif/canon/ |
| H A D | mnote-canon-entry.c | 34 #define CF(format,target,v,maxlen) \ 36 if (format != target) { \ 41 exif_format_get_name (target)); \ 46 #define CC(number,target,v,maxlen) \ 48 if (number != target) { \ 51 "expected %i)."), (int) number, (int) target); \
|
| /third_party/node/deps/v8/src/inspector/ |
| H A D | v8-stack-trace-impl.cc | 356 StackFrameIterator target(stackTrace); in isEqualIgnoringTopFrame() 359 target.next(); in isEqualIgnoringTopFrame() 360 while (!current.done() && !target.done()) { in isEqualIgnoringTopFrame() 361 if (!current.frame()->isEqual(target.frame())) { in isEqualIgnoringTopFrame() 365 target.next(); in isEqualIgnoringTopFrame() 367 return current.done() == target.done(); in isEqualIgnoringTopFrame()
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | swiss-name-dictionary-inl.h | 544 int target = FindFirstEmpty(hash); in AddInternal() local 546 SetCtrl(target, swiss_table::H2(hash)); in AddInternal() 547 SetKey(target, key); in AddInternal() 548 ValueAtPut(target, value); in AddInternal() 549 DetailsAtPut(target, details); in AddInternal() 554 return target; in AddInternal()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| H A D | TextureStorage9.cpp | 163 gl::TextureTarget target, in getSurfaceLevel() 168 ASSERT(target == gl::TextureTarget::_2D); in getSurfaceLevel() 308 gl::TextureTarget target, in getSurfaceLevel() 313 ASSERT(target == gl::TextureTarget::_2D); in getSurfaceLevel() 330 // Since the render target of a EGL image will be updated when orphaning, trying to find a cache in findRenderTarget() 441 gl::TextureTarget target, in getSurfaceLevel() 451 D3DCUBEMAP_FACES face = gl_d3d9::ConvertCubeFace(target); in getSurfaceLevel() 162 getSurfaceLevel(const gl::Context *context, gl::TextureTarget target, int level, bool dirty, IDirect3DSurface9 **outSurface) getSurfaceLevel() argument 307 getSurfaceLevel(const gl::Context *context, gl::TextureTarget target, int level, bool, IDirect3DSurface9 **outSurface) getSurfaceLevel() argument 440 getSurfaceLevel(const gl::Context *context, gl::TextureTarget target, int level, bool dirty, IDirect3DSurface9 **outSurface) getSurfaceLevel() argument
|
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsVertexArrayTests.hpp | 143 static std::string targetToString (Target target); 152 virtual void data (Target target, int size, const char* data, Usage usage) = 0; 153 virtual void subdata (Target target, int offset, int size, const char* data) = 0; 174 virtual void data (Target target, int size, const char* data, Usage usage); 175 virtual void subdata (Target target, int offset, int size, const char* data); 192 static deUint32 targetToGL (Array::Target target);
|
| /third_party/vk-gl-cts/framework/platform/ohos/display/ |
| H A D | tcuOhosNativeDisplay.cpp | 98 eglw::EGLBoolean OhosLibrary::copyBuffers(eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLNativePixmapType target) const in copyBuffers() 100 return OHOS::OhosContextI::GetInstance().OH_copyBuffers(dpy, surface, target); in copyBuffers() 108 eglw::EGLImage OhosLibrary::createImage(eglw::EGLDisplay dpy, eglw::EGLContext ctx, eglw::EGLenum target, eglw::EGLClientBuffer buffer, const eglw::EGLAttrib *attrib_list) const in createImage() argument 110 return OHOS::OhosContextI::GetInstance().OH_createImage(dpy, ctx, target, buffer, reinterpret_cast<const int *>(attrib_list)); in createImage() 113 eglw::EGLImageKHR OhosLibrary::createImageKHR(eglw::EGLDisplay dpy, eglw::EGLContext ctx, eglw::EGLenum target, eglw::EGLClientBuffer buffer, const eglw::EGLint *attrib_list) const in createImageKHR() argument 115 return OHOS::OhosContextI::GetInstance().OH_createImageKHR(dpy, ctx, target, buffer, attrib_list); in createImageKHR()
|
| /test/ostest/wukong/report/src/ |
| H A D | format.cpp | 26 void Format::FormatDetail(std::shared_ptr<Table> tablePtr, std::string &target) in FormatDetail() argument
|
| /third_party/NuttX/drivers/usbdev/gadget/fconfig/include/ |
| H A D | usb_string.h | 46 extern int utf8_to_utf16le(const char *src, uint8_t *target, uint32_t len);
|
| /third_party/musl/porting/linux/user/include/info/ |
| H A D | application_target_sdk_version.h | 29 * @brief Get the target sdk version number of the application. 30 * @return The target sdk version number. 35 * @brief Set the target sdk version number of the application. 36 * @param target The target sdk version number. 38 void set_application_target_sdk_version(int target);
|