/third_party/node/deps/v8/third_party/jinja2/ |
H A D | compiler.py | 480 for target, (action, param) in iteritems(frame.symbols.loads): 484 self.writeline("%s = %s(%r)" % (target, self.get_resolve_func(), param)) 486 self.writeline("%s = %s" % (target, param)) 488 undefs.append(target) 497 for target, _ in iteritems(frame.symbols.loads): 498 undefs.append(target) 614 "%r: %s" % (name, target) 615 for name, target in sorted(iteritems(frame.symbols.dump_stores())) 643 def mark_parameter_stored(self, target): 648 self._param_def_block[-1].discard(target) [all...] |
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | compiler.py | 477 for target, (action, param) in iteritems(frame.symbols.loads): 482 (target, self.get_resolve_func(), param)) 484 self.writeline('%s = %s' % (target, param)) 486 undefs.append(target) 495 for target, _ in iteritems(frame.symbols.loads): 496 undefs.append(target) 602 '%r: %s' % (name, target) for name, target 627 def mark_parameter_stored(self, target): 632 self._param_def_block[-1].discard(target) [all...] |
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_resource.c | 130 crocus_target_to_isl_surf_dim(enum pipe_texture_target target) in crocus_target_to_isl_surf_dim() argument 132 switch (target) { in crocus_target_to_isl_surf_dim() 206 if (templ->target == PIPE_TEXTURE_CUBE || in crocus_resource_configure_main() 207 templ->target == PIPE_TEXTURE_CUBE_ARRAY) in crocus_resource_configure_main() 232 templ->target == PIPE_TEXTURE_2D && in crocus_resource_configure_main() 240 .dim = crocus_target_to_isl_surf_dim(templ->target), in crocus_resource_configure_main() 343 if (resource->target == PIPE_BUFFER) in crocus_resource_destroy() 370 if (templ->target == PIPE_BUFFER) in crocus_alloc_resource() 654 assert(templ->target == PIPE_BUFFER); in crocus_resource_create_for_buffer() 663 const char *name = templ->target in crocus_resource_create_for_buffer() [all...] |
/third_party/skia/third_party/externals/jinja2/ |
H A D | compiler.py | 480 for target, (action, param) in iteritems(frame.symbols.loads): 484 self.writeline("%s = %s(%r)" % (target, self.get_resolve_func(), param)) 486 self.writeline("%s = %s" % (target, param)) 488 undefs.append(target) 497 for target, _ in iteritems(frame.symbols.loads): 498 undefs.append(target) 614 "%r: %s" % (name, target) 615 for name, target in sorted(iteritems(frame.symbols.dump_stores())) 643 def mark_parameter_stored(self, target): 648 self._param_def_block[-1].discard(target) [all...] |
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_resource.cpp | 52 return pres->target == PIPE_BUFFER && in can_map_directly() 193 switch (templ->target) { in init_texture() 371 if (templ->target == PIPE_BUFFER && !heap) { in d3d12_resource_create_or_place() 385 templ->target == PIPE_BUFFER); in d3d12_resource_create_or_place() 503 res->base.b.target = PIPE_BUFFER; in d3d12_resource_from_handle() 509 res->base.b.target = incoming_res_desc.DepthOrArraySize > 1 ? in d3d12_resource_from_handle() 514 res->base.b.target = incoming_res_desc.DepthOrArraySize > 1 ? in d3d12_resource_from_handle() 519 res->base.b.target = PIPE_TEXTURE_3D; in d3d12_resource_from_handle() 540 if (res->base.b.target == PIPE_TEXTURE_2D_ARRAY && in d3d12_resource_from_handle() 541 (templ->target in d3d12_resource_from_handle() [all...] |
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_texture.c | 87 gl_target_to_pipe(GLenum target) in gl_target_to_pipe() argument 89 switch (target) { in gl_target_to_pipe() 149 !screen->is_format_supported(screen, src_format, src->target, in st_pbo_get_src_format() 169 dst_templ.target = pipe_target; in create_dst_texture() 289 st_pbo_get_dst_format(struct gl_context *ctx, enum pipe_texture_target target, in st_pbo_get_dst_format() argument 355 target, 0, 0, bind)) in st_pbo_get_dst_format() 361 target, 0, 0, bind)) in st_pbo_get_dst_format() 367 target, 0, 0, bind)) in st_pbo_get_dst_format() 373 target, 0, 0, bind)) in st_pbo_get_dst_format() 383 target, in st_pbo_get_dst_format() 643 const unsigned target = PIPE_TEXTURE_2D; default_bindings() local 675 guess_base_level_size(GLenum target, GLuint width, GLuint height, GLuint depth, GLuint level, GLuint *width0, GLuint *height0, GLuint *depth0) guess_base_level_size() argument 1023 const GLenum target = texObj->Target; prep_teximage() local 3113 st_texture_create_from_memory(struct st_context *st, struct gl_memory_object *memObj, GLuint64 offset, enum pipe_texture_target target, enum pipe_format format, GLuint last_level, GLuint width0, GLuint height0, GLuint depth0, GLuint layers, GLuint nr_samples, GLuint bind) st_texture_create_from_memory() argument 3309 st_TestProxyTexImage(struct gl_context *ctx, GLenum target, GLuint numLevels, GLint level, mesa_format format, GLuint numSamples, GLint width, GLint height, GLint depth) st_TestProxyTexImage() argument 3427 const GLenum target = texImage->TexObject->Target; find_mipmap_level() local 3524 st_GetSparseTextureVirtualPageSize(struct gl_context *ctx, GLenum target, mesa_format format, unsigned index, int *x, int *y, int *z) st_GetSparseTextureVirtualPageSize() argument [all...] |
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
H A D | code-patching.c | 203 int patch_branch(struct ppc_inst *addr, unsigned long target, int flags) in patch_branch() argument 207 create_branch(&instr, addr, target, flags); in patch_branch() 262 unsigned long target, int flags) in create_branch() 267 offset = target; in create_branch() 271 /* Check we can represent the target in the instruction format */ in create_branch() 275 /* Mask out the flags and target, so they don't step on each other. */ in create_branch() 282 unsigned long target, int flags) in create_cond_branch() 286 offset = target; in create_cond_branch() 290 /* Check we can represent the target in the instruction format */ in create_cond_branch() 294 /* Mask out the flags and target, s in create_cond_branch() 260 create_branch(struct ppc_inst *instr, const struct ppc_inst *addr, unsigned long target, int flags) create_branch() argument 281 create_cond_branch(struct ppc_inst *instr, const struct ppc_inst *addr, unsigned long target, int flags) create_cond_branch() argument 382 unsigned long target; translate_branch() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/host1x/ |
H A D | job.c | 121 reloc->target.bo = host1x_bo_get(reloc->target.bo); in pin_job() 122 if (!reloc->target.bo) { in pin_job() 144 sgt = host1x_bo_pin(dev, reloc->target.bo, phys); in pin_job() 183 job->unpins[job->num_unpins].bo = reloc->target.bo; in pin_job() 289 reloc->target.offset) >> reloc->shift; in do_relocs() 290 u32 *target; in do_relocs() local 297 target = (u32 *)job->gather_copy_mapped + in do_relocs() 312 target = cmdbuf_addr + reloc->cmdbuf.offset; in do_relocs() 314 *target in do_relocs() [all...] |
/third_party/gn/src/gn/ |
H A D | runtime_deps_unittest.cc | 10 #include "gn/target.h" 18 Target* target, in InitTargetWithType() 20 target->set_output_type(type); in InitTargetWithType() 21 target->visibility().SetPublic(); in InitTargetWithType() 22 target->SetToolchain(setup.toolchain()); in InitTargetWithType() 289 // Explicitly asking for the runtime deps of an action target only includes in TEST_F() 296 // Tests that the search for dependencies terminates at a bundle target, 408 Target target(setup.settings(), Label(SourceDir("//"), "foo")); in TEST_F() 409 InitTargetWithType(setup, &target, Target::EXECUTABLE); in TEST_F() 410 target in TEST_F() 17 InitTargetWithType(TestWithScope& setup, Target* target, Target::OutputType type) InitTargetWithType() argument [all...] |
/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | postproc.c | 222 dst = context->target = surf->buffer; in vlVaPostProcBlit() 370 if (!context->target) in vlVaHandleVAProcPipelineParameterBufferType() 404 context->target = surf->buffer; in vlVaHandleVAProcPipelineParameterBufferType() 426 dst = context->target = surf->buffer; in vlVaHandleVAProcPipelineParameterBufferType() 488 src, context->target, deinterlace, param)) in vlVaHandleVAProcPipelineParameterBufferType() 493 if (context->target->buffer_format != PIPE_FORMAT_NV12 && in vlVaHandleVAProcPipelineParameterBufferType() 494 context->target->buffer_format != PIPE_FORMAT_P010 && in vlVaHandleVAProcPipelineParameterBufferType() 495 context->target->buffer_format != PIPE_FORMAT_P016) in vlVaHandleVAProcPipelineParameterBufferType() 497 src, context->target, deinterlace); in vlVaHandleVAProcPipelineParameterBufferType() 500 src, context->target, deinterlac in vlVaHandleVAProcPipelineParameterBufferType() [all...] |
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_screen.c | 663 enum pipe_texture_target target, in llvmpipe_is_format_supported() 674 assert(target == PIPE_BUFFER || in llvmpipe_is_format_supported() 675 target == PIPE_TEXTURE_1D || in llvmpipe_is_format_supported() 676 target == PIPE_TEXTURE_1D_ARRAY || in llvmpipe_is_format_supported() 677 target == PIPE_TEXTURE_2D || in llvmpipe_is_format_supported() 678 target == PIPE_TEXTURE_2D_ARRAY || in llvmpipe_is_format_supported() 679 target == PIPE_TEXTURE_RECT || in llvmpipe_is_format_supported() 680 target == PIPE_TEXTURE_3D || in llvmpipe_is_format_supported() 681 target == PIPE_TEXTURE_CUBE || in llvmpipe_is_format_supported() 682 target in llvmpipe_is_format_supported() 661 llvmpipe_is_format_supported( struct pipe_screen *_screen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned bind) llvmpipe_is_format_supported() argument [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcLayoutLocationTests.cpp | 52 void setTexParameters(const Functions& gl, GLenum target, bool depthTexture) in setTexParameters() argument 54 gl.texParameteri(target, GL_TEXTURE_MIN_FILTER, GL_NEAREST); in setTexParameters() 55 gl.texParameteri(target, GL_TEXTURE_MAG_FILTER, GL_NEAREST); in setTexParameters() 59 gl.texParameteri(target, GL_TEXTURE_COMPARE_MODE, GL_COMPARE_REF_TO_TEXTURE); in setTexParameters() 60 gl.texParameteri(target, GL_TEXTURE_COMPARE_FUNC, GL_LESS); in setTexParameters() 107 ResultData createTexture2D(const Functions& gl, std::size_t components, GLenum target, GLenum internalFormat, in createTexture2D() argument 114 gl.bindTexture(target, id); in createTexture2D() 115 gl.texStorage2D(target, 1, internalFormat, WIDTH, HEIGHT); in createTexture2D() 116 gl.texSubImage2D(target, 0, 0, 0, WIDTH, HEIGHT, format, type, &data[0]); in createTexture2D() 117 setTexParameters(gl, target, component in createTexture2D() [all...] |
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_events_filter.c | 146 * @target: Index to jump to on a branch (actually one minus the index) 151 int target; member 157 * update_preds - assign a program entry a label target 162 * The program entry at @N has a target that points to the index of a program 163 * entry that can have its target and when_to_branch fields updated. 164 * Update the current program entry denoted by index @N target field to be 172 t = prog[N].target; in update_preds() 173 s = prog[t].target; in update_preds() 175 prog[t].target = N; in update_preds() 176 prog[N].target in update_preds() 622 int target = prog[i].target; predicate_parse() local 2561 int target; is_or() local [all...] |
/third_party/node/lib/ |
H A D | buffer.js | 208 function _copy(source, target, targetStart, sourceStart, sourceEnd) { 211 if (!isUint8Array(target)) 212 throw new ERR_INVALID_ARG_TYPE('target', ['Buffer', 'Uint8Array'], target); 238 if (targetStart >= target.length || sourceStart >= sourceEnd) 241 return _copyActual(source, target, targetStart, sourceStart, sourceEnd); 244 function _copyActual(source, target, targetStart, sourceStart, sourceEnd) { 245 if (sourceEnd - sourceStart > target.length - targetStart) 246 sourceEnd = sourceStart + target.length - targetStart; 256 TypedArrayPrototypeSet(target, sourc [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | externalobjects.c | 331 texstorage_memory(GLuint dims, GLenum target, GLsizei levels, in texstorage_memory() argument 346 if (!_mesa_is_legal_tex_storage_target(ctx, dims, target)) { in texstorage_memory() 348 "%s(illegal target=%s)", in texstorage_memory() 349 func, _mesa_enum_to_string(target)); in texstorage_memory() 361 texObj = _mesa_get_current_tex_object(ctx, target); in texstorage_memory() 369 _mesa_texture_storage_memory(ctx, dims, texObj, memObj, target, in texstorage_memory() 375 texstorage_memory_ms(GLuint dims, GLenum target, GLsizei samples, in texstorage_memory_ms() argument 390 texObj = _mesa_get_current_tex_object(ctx, target); in texstorage_memory_ms() 398 _mesa_texture_storage_ms_memory(ctx, dims, texObj, memObj, target, samples, in texstorage_memory_ms() 436 "%s(illegal target in texturestorage_memory() 480 _mesa_TexStorageMem2DEXT(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLuint memory, GLuint64 offset) _mesa_TexStorageMem2DEXT() argument 493 _mesa_TexStorageMem2DMultisampleEXT(GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset) _mesa_TexStorageMem2DMultisampleEXT() argument 508 _mesa_TexStorageMem3DEXT(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLuint memory, GLuint64 offset) _mesa_TexStorageMem3DEXT() argument 522 _mesa_TexStorageMem3DMultisampleEXT(GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset) _mesa_TexStorageMem3DMultisampleEXT() argument 596 _mesa_TexStorageMem1DEXT(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLuint memory, GLuint64 offset) _mesa_TexStorageMem1DEXT() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryBindingTests.cpp | 532 Move<TTarget>& target); 536 Move<VkBuffer>& target); 539 void layoutTransitionResource (Move<TTarget>& target); 767 Move<VkBuffer>& target) in fillUpResource() 774 const VkBufferMemoryBarrier dstBufferBarrier = makeMemoryBarrierInfo(*target, m_params.bufferSize, TransferToResource); in fillUpResource() 782 vk.cmdCopyBuffer(*cmdBuffer, *source, *target, 1, &bufferCopy); in fillUpResource() 791 Move<VkImage>& target) in fillUpResource() 798 const VkImageMemoryBarrier preImageBarrier = makeMemoryBarrierInfo(*target, 0u, VK_ACCESS_TRANSFER_WRITE_BIT, VK_IMAGE_LAYOUT_UNDEFINED, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL); in fillUpResource() 799 const VkImageMemoryBarrier dstImageBarrier = makeMemoryBarrierInfo(*target, VK_ACCESS_TRANSFER_WRITE_BIT, VK_ACCESS_TRANSFER_WRITE_BIT, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL); in fillUpResource() 821 vk.cmdCopyBufferToImage(*cmdBuffer, *source, *target, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMA in fillUpResource() 766 fillUpResource(Move<VkBuffer>& source, Move<VkBuffer>& target) fillUpResource() argument 790 fillUpResource(Move<VkBuffer>& source, Move<VkImage>& target) fillUpResource() argument 829 readUpResource(Move<VkBuffer>& source, Move<VkBuffer>& target) readUpResource() argument 836 readUpResource(Move<VkImage>& source, Move<VkBuffer>& target) readUpResource() argument 854 layoutTransitionResource(Move<VkBuffer>& target) layoutTransitionResource() argument 860 layoutTransitionResource(Move<VkImage>& target) layoutTransitionResource() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryBindingTests.cpp | 532 Move<TTarget>& target); 536 Move<VkBuffer>& target); 539 void layoutTransitionResource (Move<TTarget>& target); 767 Move<VkBuffer>& target) in fillUpResource() 774 const VkBufferMemoryBarrier dstBufferBarrier = makeMemoryBarrierInfo(*target, m_params.bufferSize, TransferToResource); in fillUpResource() 782 vk.cmdCopyBuffer(*cmdBuffer, *source, *target, 1, &bufferCopy); in fillUpResource() 791 Move<VkImage>& target) in fillUpResource() 798 const VkImageMemoryBarrier preImageBarrier = makeMemoryBarrierInfo(*target, 0u, VK_ACCESS_TRANSFER_WRITE_BIT, VK_IMAGE_LAYOUT_UNDEFINED, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL); in fillUpResource() 799 const VkImageMemoryBarrier dstImageBarrier = makeMemoryBarrierInfo(*target, VK_ACCESS_TRANSFER_WRITE_BIT, VK_ACCESS_TRANSFER_WRITE_BIT, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL); in fillUpResource() 821 vk.cmdCopyBufferToImage(*cmdBuffer, *source, *target, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMA in fillUpResource() 766 fillUpResource(Move<VkBuffer>& source, Move<VkBuffer>& target) fillUpResource() argument 790 fillUpResource(Move<VkBuffer>& source, Move<VkImage>& target) fillUpResource() argument 829 readUpResource(Move<VkBuffer>& source, Move<VkBuffer>& target) readUpResource() argument 836 readUpResource(Move<VkImage>& source, Move<VkBuffer>& target) readUpResource() argument 854 layoutTransitionResource(Move<VkBuffer>& target) layoutTransitionResource() argument 860 layoutTransitionResource(Move<VkImage>& target) layoutTransitionResource() argument [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cGetTextureSubImageTests.cpp | 457 * target is GL_TEXTURE_1D and either yoffset is not zero, or height 480 " target is GL_TEXTURE_1D and either yoffset is not zero, or height" in testOneDimmensionalTextureErrors() 495 * target is GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D or 536 " target is " in testTwoDimmensionalTextureErrors() 570 " target is " in testTwoDimmensionalTextureErrors() 843 * @param [in] target Target of the texture to be prepared. 846 void gl4cts::GetTextureSubImage::Functional::prepare(glw::GLenum target, bool is_compressed) in prepare() argument 855 gl.bindTexture(target, m_texture); in prepare() 862 switch (target) in prepare() 865 gl.compressedTexImage2D(target, in prepare() 972 check(glw::GLenum target, bool is_compressed) check() argument [all...] |
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | wm9081.c | 466 unsigned int K, Ndiv, Nmod, target; in fll_factors() local 490 target = Fout * 2; in fll_factors() 491 while (target < 90000000) { in fll_factors() 493 target *= 2; in fll_factors() 502 pr_debug("Fvco=%dHz\n", target); in fll_factors() 504 /* Find an appropriate FLL_FRATIO and factor it out of the target */ in fll_factors() 508 target /= fll_fratios[i].ratio; in fll_factors() 518 Ndiv = target / Fref; in fll_factors() 521 Nmod = target % Fref; in fll_factors() 639 int new_sysclk, i, target; in configure_clock() local [all...] |
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | vgaarb.c | 1012 * read : Return a string indicating the status of the target. 1026 * target <card_ID> : switch target to card <card_ID> (see below) 1027 * lock <io_state> : acquire locks on target ("none" is invalid io_state) 1028 * trylock <io_state> : non-blocking acquire locks on target 1029 * unlock <io_state> : release locks on target 1030 * unlock all : release all locks on target held by this user 1033 * poll : event if something change on any card (not just the target) 1067 struct pci_dev *target; member 1114 pdev = priv->target; in vga_arb_read() [all...] |
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wm9081.c | 466 unsigned int K, Ndiv, Nmod, target; in fll_factors() local 490 target = Fout * 2; in fll_factors() 491 while (target < 90000000) { in fll_factors() 493 target *= 2; in fll_factors() 502 pr_debug("Fvco=%dHz\n", target); in fll_factors() 504 /* Find an appropriate FLL_FRATIO and factor it out of the target */ in fll_factors() 508 target /= fll_fratios[i].ratio; in fll_factors() 518 Ndiv = target / Fref; in fll_factors() 521 Nmod = target % Fref; in fll_factors() 639 int new_sysclk, i, target; in configure_clock() local [all...] |
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftoutln.c | 387 FT_Outline *target ) in FT_EXPORT_DEF() 392 if ( !source || !target ) in FT_EXPORT_DEF() 395 if ( source->n_points != target->n_points || in FT_EXPORT_DEF() 396 source->n_contours != target->n_contours ) in FT_EXPORT_DEF() 399 if ( source == target ) in FT_EXPORT_DEF() 404 FT_ARRAY_COPY( target->points, source->points, source->n_points ); in FT_EXPORT_DEF() 405 FT_ARRAY_COPY( target->tags, source->tags, source->n_points ); in FT_EXPORT_DEF() 409 FT_ARRAY_COPY( target->contours, source->contours, source->n_contours ); in FT_EXPORT_DEF() 412 is_owner = target->flags & FT_OUTLINE_OWNER; in FT_EXPORT_DEF() 413 target in FT_EXPORT_DEF() [all...] |
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-array-gen.cc | 332 TNode<JSFunction> target = LoadTargetFromFrame(); in TF_BUILTIN() local 333 TailCallBuiltin(Builtin::kArrayPop, context, target, UndefinedConstant(), in TF_BUILTIN() 457 TNode<JSFunction> target = LoadTargetFromFrame(); in TF_BUILTIN() local 458 TailCallBuiltin(Builtin::kArrayPush, context, target, UndefinedConstant(), in TF_BUILTIN() 1397 TNode<Context> context, TNode<JSReceiver> target, in FlattenIntoArray() 1471 // 2. Set targetIndex to ? FlattenIntoArray(target, element, in FlattenIntoArray() 1475 CallBuiltin(Builtin::kFlattenIntoArray, context, target, element, in FlattenIntoArray() 1488 // 2. Set targetIndex to ? FlattenIntoArray(target, element, in FlattenIntoArray() 1492 CallBuiltin(Builtin::kFlattenIntoArray, context, target, element, in FlattenIntoArray() 1504 // 2. Perform ? CreateDataPropertyOrThrow(target, in FlattenIntoArray() 1396 FlattenIntoArray( TNode<Context> context, TNode<JSReceiver> target, TNode<JSReceiver> source, TNode<Number> source_length, TNode<Number> start, TNode<Number> depth, base::Optional<TNode<HeapObject>> mapper_function = base::nullopt, base::Optional<TNode<Object>> this_arg = base::nullopt) FlattenIntoArray() argument 1534 auto target = Parameter<JSReceiver>(Descriptor::kTarget); TF_BUILTIN() local 1551 auto target = Parameter<JSReceiver>(Descriptor::kTarget); TF_BUILTIN() local 1664 TailCallArrayConstructorStub( const Callable& callable, TNode<Context> context, TNode<JSFunction> target, TNode<HeapObject> allocation_site_or_undefined, TNode<Int32T> argc) TailCallArrayConstructorStub() argument 1687 CreateArrayDispatchNoArgument( TNode<Context> context, TNode<JSFunction> target, TNode<Int32T> argc, AllocationSiteOverrideMode mode, base::Optional<TNode<AllocationSite>> allocation_site) CreateArrayDispatchNoArgument() argument 1725 CreateArrayDispatchSingleArgument( TNode<Context> context, TNode<JSFunction> target, TNode<Int32T> argc, AllocationSiteOverrideMode mode, base::Optional<TNode<AllocationSite>> allocation_site) CreateArrayDispatchSingleArgument() argument 1795 GenerateDispatchToArrayStub( TNode<Context> context, TNode<JSFunction> target, TNode<Int32T> argc, AllocationSiteOverrideMode mode, base::Optional<TNode<AllocationSite>> allocation_site) GenerateDispatchToArrayStub() argument 1815 auto target = Parameter<JSFunction>(Descriptor::kTarget); TF_BUILTIN() local 1944 GenerateArrayNArgumentsConstructor( TNode<Context> context, TNode<JSFunction> target, TNode<Object> new_target, TNode<Int32T> argc, TNode<HeapObject> maybe_allocation_site) GenerateArrayNArgumentsConstructor() argument 1963 auto target = Parameter<JSFunction>(Descriptor::kFunction); TF_BUILTIN() local [all...] |
/foundation/ability/ability_runtime/test/mock/frameworks_kits_test/AMS/ |
H A D | mock_serviceability_manager_service.h | 119 MOCK_METHOD2(SendWantSender, int(sptr<IWantSender> target, const SenderInfo& senderInfo)); 121 MOCK_METHOD1(GetPendingWantUid, int(const sptr<IWantSender>& target)); 122 MOCK_METHOD1(GetPendingWantUserId, int(const sptr<IWantSender>& target)); 123 MOCK_METHOD1(GetPendingWantBundleName, std::string(const sptr<IWantSender>& target)); 124 MOCK_METHOD1(GetPendingWantCode, int(const sptr<IWantSender>& target)); 125 MOCK_METHOD1(GetPendingWantType, int(const sptr<IWantSender>& target)); 128 MOCK_METHOD2(GetPendingRequestWant, int(const sptr<IWantSender>& target, std::shared_ptr<Want>& want)); 160 MOCK_METHOD2(GetWantSenderInfo, int(const sptr<IWantSender>& target, std::shared_ptr<WantSenderInfo>& info));
|
/foundation/ability/ability_runtime/tools/test/mock/ |
H A D | mock_ability_manager_stub.h | 79 MOCK_METHOD2(SendWantSender, int(sptr<IWantSender> target, const SenderInfo& senderInfo)); 81 MOCK_METHOD1(GetPendingWantUid, int(const sptr<IWantSender>& target)); 82 MOCK_METHOD1(GetPendingWantUserId, int(const sptr<IWantSender>& target)); 83 MOCK_METHOD1(GetPendingWantBundleName, std::string(const sptr<IWantSender>& target)); 84 MOCK_METHOD1(GetPendingWantCode, int(const sptr<IWantSender>& target)); 85 MOCK_METHOD1(GetPendingWantType, int(const sptr<IWantSender>& target)); 88 MOCK_METHOD2(GetPendingRequestWant, int(const sptr<IWantSender>& target, std::shared_ptr<Want>& want)); 123 MOCK_METHOD2(GetWantSenderInfo, int(const sptr<IWantSender>& target, std::shared_ptr<WantSenderInfo>& info));
|