Home
last modified time | relevance | path

Searched defs:ranges (Results 101 - 125 of 214) sorted by relevance

123456789

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dplugin_libjpeg_test.cpp304 std::vector<std::pair<uint32_t, uint32_t>> ranges; in HWTEST_F() local
321 std::vector<std::pair<uint32_t, uint32_t>> ranges; in HWTEST_F() local
541 std::vector<std::pair<uint32_t, uint32_t>> ranges; in HWTEST_F() local
1854 std::vector<std::pair<uint32_t, uint32_t>> ranges; in HWTEST_F() local
/third_party/ffmpeg/libavcodec/
H A Daudiotoolboxenc.c343 AudioValueRange *ranges = av_malloc(size); in ffat_init_encoder() local
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationSettings.java236 setReorderArrays(int[] codes, int[] ranges, int rangesStart, int rangesLength, byte[] table) setReorderArrays() argument
248 setReorderRanges(int[] ranges, int rangesStart, int rangesLength) setReorderRanges() argument
[all...]
/third_party/icu/tools/unicode/c/genprops/
H A Dpnamesbuilder.cpp199 int32_t ranges[10][2]; in build() local
343 int32_t ranges[10][2]; in buildValueMap() local
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationSettings.java238 setReorderArrays(int[] codes, int[] ranges, int rangesStart, int rangesLength, byte[] table) setReorderArrays() argument
250 setReorderRanges(int[] ranges, int rangesStart, int rangesLength) setReorderRanges() argument
[all...]
/third_party/ltp/lib/
H A Drandom_range.c106 struct range *rp, *ranges; in parse_ranges() local
[all...]
/third_party/mesa3d/src/microsoft/clc/
H A Dcompute_test.h99 std::vector<D3D12_DESCRIPTOR_RANGE1> ranges; member
/third_party/icu/icu4c/source/test/intltest/
H A Dnumbertest_range.cpp1091 } ranges[] = { in test21683_StateLeak() local
/third_party/node/deps/v8/src/heap/
H A Dspaces.h316 void ClearInvalidTypedSlots(const TypedSlotSet::FreeRangesMap& ranges) { in ClearInvalidTypedSlots() argument
324 void AssertNoInvalidTypedSlots(const TypedSlotSet::FreeRangesMap& ranges) { in AssertNoInvalidTypedSlots() argument
/third_party/node/deps/v8/src/regexp/experimental/
H A Dexperimental-compiler.cc390 ZoneList<CharacterRange>* ranges = node->ranges(zone_); variable
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_shader.h40 struct nine_range *ranges; /* single MALLOC, but next-pointers valid */ member
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DRangeTable.java213 assign(Assignment<?> assignment, RangeTree ranges, OverwriteMode mode) assign() argument
226 assign( Column<?> column, @Nullable Object value, RangeTree ranges, OverwriteMode mode) assign() argument
254 add(RangeTree ranges) add() argument
272 remove(RangeTree ranges) remove() argument
914 bound(RangeTree ranges) bound() argument
[all...]
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/testing/
H A DTestNumberingScheme.java181 public RangeModifier addRanges(ExtType type, ExtTariff tariff, RangeTree ranges) { in addRanges() argument
197 removeRanges(RangeTree ranges) removeRanges() argument
207 forRangesIn(RangeTree ranges) forRangesIn() argument
224 addShortcodes( PhoneRegion region, ShortcodeType type, ExtTariff tariff, RangeTree ranges) addShortcodes() argument
241 forShortcodesIn(PhoneRegion region, RangeTree ranges) forShortcodesIn() argument
300 private final RangeTree ranges; global() field in TestNumberingScheme.RangeModifier
302 RangeModifier(RangeTree ranges) RangeModifier() argument
358 private final RangeTree ranges; global() field in TestNumberingScheme.ShortcodeModifier
360 ShortcodeModifier(PhoneRegion region, RangeTree ranges) ShortcodeModifier() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-cff-common.hh547 ArrayOf<FDSelect3_4_Range<GID_TYPE, FD_TYPE>, GID_TYPE> ranges; global() member
[all...]
/arkcompiler/runtime_core/libpandabase/os/
H A Ddebug_info.cpp255 auto ranges = &ranges_; in GetSrcLocation() local
530 Dwarf_Ranges *ranges = nullptr; in GetDieRangeForPc() local
541 FindRangeForPc(uintptr_t pc, const Span<Dwarf_Ranges> &ranges, Dwarf_Addr base_addr, Dwarf_Addr *out_low_pc, Dwarf_Addr *out_high_pc) FindRangeForPc() argument
[all...]
/arkcompiler/runtime_core/static_core/libpandabase/os/
H A Ddebug_info.cpp159 bool IterateDieRanges(F func, const Span<Dwarf_Ranges> &ranges, Dwarf_Addr baseAddr) in IterateDieRanges() argument
339 auto ranges = &ranges_; in GetSrcLocation() local
613 Dwarf_Ranges *ranges = nullptr; in GetDieRangeForPc() local
624 FindRangeForPc(uintptr_t pc, const Span<Dwarf_Ranges> &ranges, Dwarf_Addr baseAddr, Dwarf_Addr *outLowPc, Dwarf_Addr *outHighPc) FindRangeForPc() argument
[all...]
/foundation/multimedia/image_framework/plugins/manager/include/image/
H A Dabs_image_decoder.h197 virtual uint32_t GetFilterArea(const int &privacyType, std::vector<std::pair<uint32_t, uint32_t>> &ranges) in GetFilterArea() argument
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dexif_metadata.cpp779 void ExifMetadata::FindRanges(const ExifTag &tag, std::vector<std::pair<uint32_t, uint32_t>> &ranges) in FindRanges() argument
765 GetFilterArea(const std::vector<std::string> &exifKeys, std::vector<std::pair<uint32_t, uint32_t>> &ranges) GetFilterArea() argument
/third_party/benchmark/src/
H A Dbenchmark.cc160 State(std::string name, IterationCount max_iters, const std::vector<int64_t>& ranges, int thread_i, int n_threads, internal::ThreadTimer* timer, internal::ThreadManager* manager, internal::PerfCountersMeasurement* perf_counters_measurement) State() argument
H A Dbenchmark_register.cc260 Ranges( const std::vector<std::pair<int64_t, int64_t>>& ranges) Ranges() argument
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/
H A Dradv_amdgpu_bo.c162 struct radv_amdgpu_map_range *ranges = in radv_amdgpu_winsys_bo_virtual_bind() local
379 struct radv_amdgpu_map_range *ranges = NULL; radv_amdgpu_winsys_bo_create() local
[all...]
/third_party/icu/icu4c/source/tools/gennorm2/
H A Dn2builder.cpp83 static const Range ranges[4]; member in HangulIterator
87 const HangulIterator::Range HangulIterator::ranges[4]={ member in HangulIterator
/third_party/node/deps/v8/src/inspector/
H A Dv8-profiler-agent-impl.cc367 auto ranges = std::make_unique< in coverageToProtocol() local
/third_party/node/deps/v8/src/regexp/
H A Dregexp-macro-assembler.cc109 uint32_t Hash(const ZoneList<CharacterRange>* ranges) { in Hash() argument
125 int RangeArrayLengthFor(const ZoneList<CharacterRange>* ranges) { in RangeArrayLengthFor() argument
145 MakeRangeArray(Isolate* isolate, const ZoneList<CharacterRange>* ranges) MakeRangeArray() argument
169 GetOrAddRangeArray( const ZoneList<CharacterRange>* ranges) GetOrAddRangeArray() argument
192 ByteArray ranges = ByteArray::cast(Object(raw_byte_array)); IsCharacterInRangeArray() local
[all...]
H A Dregexp-macro-assembler-tracer.cc324 void PrintRangeArray(const ZoneList<CharacterRange>* ranges) { in PrintRangeArray() argument
337 CheckCharacterInRangeArray( const ZoneList<CharacterRange>* ranges, Label* on_in_range) CheckCharacterInRangeArray() argument
347 CheckCharacterNotInRangeArray( const ZoneList<CharacterRange>* ranges, Label* on_not_in_range) CheckCharacterNotInRangeArray() argument
[all...]

Completed in 30 milliseconds

123456789