Home
last modified time | relevance | path

Searched defs:GetRange (Results 1 – 15 of 15) sorted by relevance

/external/lzma/CPP/Windows/Control/
DProgressBar.h25 …INT GetRange(bool minValue, PPBRANGE range) { return (INT)SendMsg(PBM_GETRANGE, BoolToBOOL(minValu… in GetRange() function
/external/pdfium/core/fpdfapi/page/
Dcpdf_function.h44 float GetRange(int i) const { return m_Ranges[i]; } in GetRange() function
/external/image_io/includes/image_io/base/
Ddata_context.h45 const DataRange& GetRange() const { return range_; } in GetRange() function
/external/armnn/src/armnn/
DRangeTracker.cpp29 RangeTracker::MinMaxRange RangeTracker::GetRange(LayerGuid guid, unsigned int idx) const in GetRange() function in armnn::RangeTracker
/external/pdfium/xfa/fwl/
Dcfwl_scrollbar.h41 void GetRange(float* fMin, float* fMax) const { in GetRange() function
/external/tensorflow/tensorflow/core/data/service/
Dthread_safe_buffer_test.cc49 std::vector<int> GetRange(const size_t range) { in GetRange() function
Dcross_trainer_cache_test.cc124 std::vector<int64_t> GetRange(const size_t range) { in GetRange() function
Dtask_runner_test.cc169 std::vector<int64_t> GetRange(const size_t range) { in GetRange() function
/external/perfetto/src/trace_processor/containers/
Drow_map.h505 PERFETTO_ALWAYS_INLINE static OutputIndex GetRange(Range r, InputRow row) { in GetRange() function
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tools.pas488 function TList<T>.GetRange(const Index, Count: Integer): IList<T>; in GetRange() function
/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DCommon.h174 StrRange GetRange(size_t index) const in GetRange() function
/external/clang/lib/StaticAnalyzer/Core/
DRangeConstraintManager.cpp416 RangeConstraintManager::GetRange(ProgramStateRef state, SymbolRef sym) { in GetRange() function in RangeConstraintManager
/external/vulkan-validation-layers/layers/
Ddescriptor_sets.h457 VkDeviceSize GetRange() const { return range_; } in GetRange() function
/external/python/apitools/apitools/base/py/
Dtransfer.py445 def GetRange(self, start, end=None, additional_headers=None, member in Download
/external/leveldb/db/
Dversion_set.cc1188 void VersionSet::GetRange(const std::vector<FileMetaData*>& inputs, in GetRange() function in leveldb::VersionSet