Home
last modified time | relevance | path

Searched defs:GetRange (Results 1 – 12 of 12) 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.h41 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(armnn::LayerGuid guid, unsigned int idx) const in GetRange() function in armnn::RangeTracker
/external/pdfium/xfa/fwl/
Dcfwl_scrollbar.h43 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
/external/perfetto/src/trace_processor/containers/
Drow_map.h659 PERFETTO_ALWAYS_INLINE OutputIndex GetRange(InputRow row) const { 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