Home
last modified time | relevance | path

Searched defs:ranges (Results 126 - 150 of 201) sorted by relevance

123456789

/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
H A Dmock_image_source.cpp311 GetFilterArea(const int &redactionType, std::vector<std::pair<uint32_t, uint32_t>> &ranges) GetFilterArea() argument
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.h385 BASE_NS::array_view<ImageSubresourceRange> ranges; member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_test.cpp764 std::vector<std::pair<uint32_t, uint32_t>> ranges; in HWTEST_F() local
1191 std::vector<std::pair<uint32_t, uint32_t>> ranges; in HWTEST_F() local
/third_party/ffmpeg/libavfilter/
H A Dvf_pseudocolor.c109 const Range *ranges; member
/third_party/gn/src/gn/
H A Dparse_tree.cc1019 std::vector<SortRange> ranges; in GetSortRanges() local
/third_party/icu/tools/unicode/c/genuca/
H A Dgenuca.cpp444 UVector32 ranges; global() member in HanOrder
[all...]
/third_party/mesa3d/src/amd/common/
H A Dac_shadowed_regs.c4057 const struct ac_reg_range *ranges; in ac_check_shadowed_regs() local
1243 ac_get_reg_ranges(enum amd_gfx_level gfx_level, enum radeon_family family, enum ac_reg_range_type type, unsigned *num_ranges, const struct ac_reg_range **ranges) ac_get_reg_ranges() argument
4102 const struct ac_reg_range *ranges; ac_print_shadowed_regs() local
[all...]
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_meta_clear.c230 VkPushConstantRange ranges[2] = { in create_color_clear_pipeline_layout() local
254 VkPushConstantRange ranges[2] = { in create_depth_clear_pipeline_layout() local
/third_party/ltp/testcases/kernel/fs/doio/
H A Diogen.c1390 char *ranges; in parse_cmdline() local
/third_party/libwebsockets/lib/roles/http/server/
H A Dserver.c2743 int ranges; in lws_serve_http_file() local
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd.c995 SVGA3D_BeginDrawPrimitives(struct svga_winsys_context *swc, SVGA3dVertexDecl **decls, uint32 numVertexDecls, SVGA3dPrimitiveRange **ranges, uint32 numRanges) SVGA3D_BeginDrawPrimitives() argument
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsundelete.c120 static range *ranges; /* Array containing all Inode-Ranges for undelete */ variable
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dgraph-visualizer.cc1041 PrintTopLevelLiveRanges(std::ostream& os, const ZoneVector<TopLevelLiveRange*> ranges, const InstructionSequence& code) PrintTopLevelLiveRanges() argument
/third_party/node/deps/v8/src/regexp/arm/
H A Dregexp-macro-assembler-arm.cc480 CallIsCharacterInRangeArray( const ZoneList<CharacterRange>* ranges) CallIsCharacterInRangeArray() argument
499 CheckCharacterInRangeArray( const ZoneList<CharacterRange>* ranges, Label* on_in_range) CheckCharacterInRangeArray() argument
507 CheckCharacterNotInRangeArray( const ZoneList<CharacterRange>* ranges, Label* on_not_in_range) CheckCharacterNotInRangeArray() argument
/third_party/node/deps/v8/src/regexp/mips64/
H A Dregexp-macro-assembler-mips64.cc500 CallIsCharacterInRangeArray( const ZoneList<CharacterRange>* ranges) CallIsCharacterInRangeArray() argument
519 CheckCharacterInRangeArray( const ZoneList<CharacterRange>* ranges, Label* on_in_range) CheckCharacterInRangeArray() argument
526 CheckCharacterNotInRangeArray( const ZoneList<CharacterRange>* ranges, Label* on_not_in_range) CheckCharacterNotInRangeArray() argument
/third_party/node/deps/v8/src/regexp/loong64/
H A Dregexp-macro-assembler-loong64.cc452 CallIsCharacterInRangeArray( const ZoneList<CharacterRange>* ranges) CallIsCharacterInRangeArray() argument
471 CheckCharacterInRangeArray( const ZoneList<CharacterRange>* ranges, Label* on_in_range) CheckCharacterInRangeArray() argument
478 CheckCharacterNotInRangeArray( const ZoneList<CharacterRange>* ranges, Label* on_not_in_range) CheckCharacterNotInRangeArray() argument
/third_party/node/deps/v8/src/regexp/mips/
H A Dregexp-macro-assembler-mips.cc468 CallIsCharacterInRangeArray( const ZoneList<CharacterRange>* ranges) CallIsCharacterInRangeArray() argument
487 CheckCharacterInRangeArray( const ZoneList<CharacterRange>* ranges, Label* on_in_range) CheckCharacterInRangeArray() argument
494 CheckCharacterNotInRangeArray( const ZoneList<CharacterRange>* ranges, Label* on_not_in_range) CheckCharacterNotInRangeArray() argument
/third_party/node/deps/v8/src/regexp/ia32/
H A Dregexp-macro-assembler-ia32.cc517 CallIsCharacterInRangeArray( const ZoneList<CharacterRange>* ranges) CallIsCharacterInRangeArray() argument
539 CheckCharacterInRangeArray( const ZoneList<CharacterRange>* ranges, Label* on_in_range) CheckCharacterInRangeArray() argument
547 CheckCharacterNotInRangeArray( const ZoneList<CharacterRange>* ranges, Label* on_not_in_range) CheckCharacterNotInRangeArray() argument
/third_party/node/deps/v8/src/regexp/ppc/
H A Dregexp-macro-assembler-ppc.cc515 CallIsCharacterInRangeArray( const ZoneList<CharacterRange>* ranges) CallIsCharacterInRangeArray() argument
534 CheckCharacterInRangeArray( const ZoneList<CharacterRange>* ranges, Label* on_in_range) CheckCharacterInRangeArray() argument
542 CheckCharacterNotInRangeArray( const ZoneList<CharacterRange>* ranges, Label* on_not_in_range) CheckCharacterNotInRangeArray() argument
/third_party/node/deps/v8/src/regexp/
H A Dregexp-ast.h257 explicit CharacterSet(ZoneList<CharacterRange>* ranges) in CharacterSet() argument
286 RegExpCharacterClass( Zone* zone, ZoneList<CharacterRange>* ranges, CharacterClassFlags character_class_flags = CharacterClassFlags()) RegExpCharacterClass() argument
320 ZoneList<CharacterRange>* ranges(Zone* zone) { return set_.ranges(zone); } ranges() function in v8::internal::final
[all...]
/third_party/node/deps/v8/src/regexp/riscv64/
H A Dregexp-macro-assembler-riscv64.cc237 CallIsCharacterInRangeArray( const ZoneList<CharacterRange>* ranges) CallIsCharacterInRangeArray() argument
257 CheckCharacterInRangeArray( const ZoneList<CharacterRange>* ranges, Label* on_in_range) CheckCharacterInRangeArray() argument
264 CheckCharacterNotInRangeArray( const ZoneList<CharacterRange>* ranges, Label* on_not_in_range) CheckCharacterNotInRangeArray() argument
/third_party/node/deps/v8/src/regexp/x64/
H A Dregexp-macro-assembler-x64.cc528 CallIsCharacterInRangeArray( const ZoneList<CharacterRange>* ranges) CallIsCharacterInRangeArray() argument
550 CheckCharacterInRangeArray( const ZoneList<CharacterRange>* ranges, Label* on_in_range) CheckCharacterInRangeArray() argument
558 CheckCharacterNotInRangeArray( const ZoneList<CharacterRange>* ranges, Label* on_not_in_range) CheckCharacterNotInRangeArray() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp866 const Vec2 ranges[] = in getInputValues() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DVulkanSecondaryCommandBuffer.h274 clearColorImage( const Image &image, VkImageLayout imageLayout, const VkClearColorValue &color, uint32_t rangeCount, const VkImageSubresourceRange *ranges) clearColorImage() argument
285 clearDepthStencilImage( const Image &image, VkImageLayout imageLayout, const VkClearDepthStencilValue &depthStencil, uint32_t rangeCount, const VkImageSubresourceRange *ranges) clearDepthStencilImage() argument
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross.hpp812 SmallVector<BufferRange> &ranges; member

Completed in 47 milliseconds

123456789