| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-ot-cff1-table.hh | 129 ArrayOf<Encoding1_Range, HBUINT8> ranges; member 430 Charset_Range<TYPE> ranges[HB_VAR_ARRAY]; global() member [all...] |
| /third_party/rust/crates/regex/regex-syntax/src/hir/ |
| H A D | mod.rs | 871 pub fn ranges(&self) -> &[ClassUnicodeRange] { iter() functions 1114 pub fn ranges(&self) -> &[ClassBytesRange] { iter() functions [all...] |
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fShaderCommonFunctionTests.cpp | 583 const Vec2 ranges[] = in getInputValues() local 695 const Vec2 ranges[] = in getInputValues() local 926 const Vec2 ranges[] = in getInputValues() local 1050 const Vec2 ranges[] = getInputValues() local 1146 const Vec2 ranges[] = getInputValues() local 1254 const Vec2 ranges[] = getInputValues() local 1382 const Vec2 ranges[] = getInputValues() local 1487 const Vec2 ranges[] = getInputValues() local [all...] |
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fShaderCommonFunctionTests.cpp | 658 const Vec2 ranges[] = in getInputValues() local 770 const Vec2 ranges[] = in getInputValues() local 1006 const Vec2 ranges[] = in getInputValues() local 1130 const Vec2 ranges[] = getInputValues() local 1226 const Vec2 ranges[] = getInputValues() local 1334 const Vec2 ranges[] = getInputValues() local 1462 const Vec2 ranges[] = getInputValues() local 1567 const Vec2 ranges[] = getInputValues() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
| H A D | vktShaderCommonFunctionTests.cpp | 862 const Vec2 ranges[] = in getInputValues() local
|
| /device/soc/rockchip/common/sdk_linux/scripts/dtc/ |
| H A D | checks.c | 802 const char *ranges = c->data; in check_ranges_format() local 1251 struct property *reg, *ranges; check_avoid_default_addr_size() local [all...] |
| /foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
| H A D | render_command_list.cpp | 1713 ClearColorImage( const RenderHandle handle, const ClearColorValue color, const array_view<const ImageSubresourceRange> ranges) ClearColorImage() argument [all...] |
| /foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/ |
| H A D | exif_info.cpp | 1530 GetFilterArea(const uint8_t *buf, const uint32_t &bufSize, const int &privacyType, std::vector<std::pair<uint32_t, uint32_t>> &ranges) GetFilterArea() argument 1551 GetAreaFromExifEntries(const int &privacyType, const std::vector<DirectoryEntry> &entryArray, std::vector<std::pair<uint32_t, uint32_t>> &ranges) GetAreaFromExifEntries() argument
|
| H A D | jpeg_decoder.cpp | 1067 uint32_t JpegDecoder::GetFilterArea(const int &privacyType, std::vector<std::pair<uint32_t, uint32_t>> &ranges) in GetFilterArea() argument
|
| /third_party/ffmpeg/libavutil/ |
| H A D | opt.c | 1965 AVOptionRanges *ranges = av_mallocz(sizeof(*ranges)); in av_opt_query_ranges_default() local 2042 AVOptionRanges *ranges in av_opt_freep_ranges() local [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_paletteuse.c | 634 struct color_rect ranges; in get_next_color() local [all...] |
| /third_party/cups-filters/filter/foomatic-rip/ |
| H A D | options.c | 2138 static page_range_t * parse_page_ranges(const char *ranges) in parse_page_ranges() argument 2181 static void free_page_ranges(page_range_t *ranges) in free_page_ranges() argument 2196 page_range_t *ranges in get_page_score() local 2243 const char *ranges; set_options_for_page() local [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | PluralRules.java | 419 public static PluralRules newInternal(String description, StandardPluralRanges ranges) in newInternal() argument
|
| H A D | UnicodeSet.java | 4374 public Iterable<EntryRange> ranges() { ranges() method in UnicodeSet [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | UnicodeSet.java | 4233 public Iterable<EntryRange> ranges() { ranges() method in UnicodeSet [all...] |
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_meta_clear.c | 2215 radv_cmd_clear_image(struct radv_cmd_buffer *cmd_buffer, struct radv_image *image, VkImageLayout image_layout, const VkClearValue *clear_value, uint32_t range_count, const VkImageSubresourceRange *ranges, bool cs) radv_cmd_clear_image() argument
|
| /third_party/mesa3d/src/microsoft/vulkan/ |
| H A D | dzn_descriptor_set.c | 626 D3D12_DESCRIPTOR_RANGE1 *ranges = dzn_pipeline_layout_create() local [all...] |
| /third_party/node/deps/v8/src/parsing/ |
| H A D | parser.h | 934 BinaryOperationSourceRanges* ranges = in ConvertBinaryToNaryOperationSourceRange() local
|
| /third_party/node/deps/v8/src/regexp/arm64/ |
| H A D | regexp-macro-assembler-arm64.cc | 586 CallIsCharacterInRangeArray( const ZoneList<CharacterRange>* ranges) CallIsCharacterInRangeArray() argument 603 CheckCharacterInRangeArray( const ZoneList<CharacterRange>* ranges, Label* on_in_range) CheckCharacterInRangeArray() argument 616 CheckCharacterNotInRangeArray( const ZoneList<CharacterRange>* ranges, Label* on_not_in_range) CheckCharacterNotInRangeArray() argument
|
| /third_party/node/deps/v8/src/regexp/ |
| H A D | regexp-compiler-tonode.cc | 50 bool CompareInverseRanges(ZoneList<CharacterRange>* ranges, in CompareInverseRanges() argument 77 bool CompareRanges(ZoneList<CharacterRange>* ranges, const int* special_class, in CompareRanges() argument 422 AddUnicodeCaseEquivalents(ZoneList<CharacterRange>* ranges, Zone* zone) AddUnicodeCaseEquivalents() argument 461 ZoneList<CharacterRange>* ranges = this->ranges(zone); ToNode() local 795 ZoneList<CharacterRange>* ranges = RationalizeConsecutiveAtoms() local 1111 ZoneList<CharacterRange>* ranges = RationalizeConsecutiveAtoms() local 1154 AddClass(const int* elmv, int elmc, ZoneList<CharacterRange>* ranges, Zone* zone) RationalizeConsecutiveAtoms() argument 1164 AddClassNegated(const int* elmv, int elmc, ZoneList<CharacterRange>* ranges, Zone* zone) RationalizeConsecutiveAtoms() argument 1182 AddClassEscape(StandardCharacterSet standard_character_set, ZoneList<CharacterRange>* ranges, bool add_unicode_case_equivalents, Zone* zone) RationalizeConsecutiveAtoms() argument 1244 AddCaseEquivalents(Isolate* isolate, Zone* zone, ZoneList<CharacterRange>* ranges, bool is_one_byte) RationalizeConsecutiveAtoms() argument 1362 IsCanonical(ZoneList<CharacterRange>* ranges) RationalizeConsecutiveAtoms() argument 1375 ZoneList<CharacterRange>* CharacterSet::ranges(Zone* zone) { RationalizeConsecutiveAtoms() function in v8::CharacterSet 1503 Negate(ZoneList<CharacterRange>* ranges, ZoneList<CharacterRange>* negated_ranges, Zone* zone) RationalizeConsecutiveAtoms() argument 1527 ClampToOneByte(ZoneList<CharacterRange>* ranges) RationalizeConsecutiveAtoms() argument [all...] |
| /third_party/node/deps/v8/src/regexp/s390/ |
| H A D | regexp-macro-assembler-s390.cc | 493 CallIsCharacterInRangeArray( const ZoneList<CharacterRange>* ranges) CallIsCharacterInRangeArray() argument 512 CheckCharacterInRangeArray( const ZoneList<CharacterRange>* ranges, Label* on_in_range) CheckCharacterInRangeArray() argument 520 CheckCharacterNotInRangeArray( const ZoneList<CharacterRange>* ranges, Label* on_not_in_range) CheckCharacterNotInRangeArray() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineFramebufferAttachmentTests.cpp | 503 const VkImageSubresourceRange ranges = makeColorSubresourceRange(0, caseDef.numLayers); in test() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | vk_wrapper.h | 807 clearColorImage(const Image &image, VkImageLayout imageLayout, const VkClearColorValue &color, uint32_t rangeCount, const VkImageSubresourceRange *ranges) clearColorImage() argument 818 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 D | main.cpp | 541 auto ranges = compiler.get_active_buffer_ranges(block.id); in print_push_constant_resources() local
|
| /third_party/protobuf/src/google/protobuf/compiler/ |
| H A D | command_line_interface.cc | 2450 GatherOccupiedFieldRanges( const Descriptor* descriptor, std::set<FieldRange>* ranges, std::vector<const Descriptor*>* nested_messages) GatherOccupiedFieldRanges() argument 2484 FormatFreeFieldNumbers(const std::string& name, const std::set<FieldRange>& ranges) FormatFreeFieldNumbers() argument 2515 std::set<FieldRange> ranges; PrintFreeFieldNumbers() local [all...] |