HomeSort by relevance Sort by last modified time
    Searched defs:GetRange (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/ui/gfx/
break_list.h 55 Range GetRange(const typename BreakList<T>::const_iterator& i) const;
139 Range BreakList<T>::GetRange(
render_text.cc 382 Range StyleIterator::GetRange() const {
383 Range range(colors_.GetRange(color_));
385 range = range.Intersect(styles_[i].GetRange(style_[i]));
    [all...]
  /art/runtime/base/
histogram-inl.h 128 template <class Value> inline Value Histogram<Value>::GetRange(size_t bucket_idx) const {
159 os << GetRange(bin_idx) << ": " << data.freq_[bin_idx] << "\t"
214 const double lower_value = static_cast<double>(GetRange(lower_idx));
220 const double upper_value = static_cast<double>(GetRange(upper_idx));
  /external/chromium_org/gpu/command_buffer/service/
buffer_manager.cc 143 const void* Buffer::GetRange(
  /external/chromium_org/tools/gn/
parse_tree.cc 64 LocationRange AccessorNode::GetRange() const {
66 return LocationRange(base_.location(), index_->GetRange().end());
68 return LocationRange(base_.location(), member_->GetRange().end());
75 return Err(GetRange(), msg, help);
104 *err = Err(index_->GetRange(), "Negative array subscript.",
110 *err = Err(index_->GetRange(), "Array subscript out of range.",
184 LocationRange BinaryOpNode::GetRange() const {
185 return left_->GetRange().Union(right_->GetRange());
226 LocationRange BlockNode::GetRange() const
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RangeConstraintManager.cpp 286 RangeSet GetRange(ProgramStateRef state, SymbolRef sym);
385 RangeConstraintManager::GetRange(ProgramStateRef state, SymbolRef sym) {
434 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Upper, Lower);
449 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, AdjInt, AdjInt);
478 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper);
507 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper);
536 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper);
565 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper);
  /external/chromium_org/testing/gtest/scripts/
pump.py 632 def GetRange(self, identifier):
674 (lower, upper) = env.GetRange(identifier)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ipmsp.h 289 virtual HRESULT WINAPI GetRange(StreamQualityProperty Property,__LONG32 *plMin,__LONG32 *plMax,__LONG32 *plSteppingDelta,__LONG32 *plDefault,TAPIControlFlags *plFlags) = 0;
299 HRESULT (WINAPI *GetRange)(ITStreamQualityControl *This,StreamQualityProperty Property,__LONG32 *plMin,__LONG32 *plMax,__LONG32 *plSteppingDelta,__LONG32 *plDefault,TAPIControlFlags *plFlags);
311 #define ITStreamQualityControl_GetRange(This,Property,plMin,plMax,plSteppingDelta,plDefault,plFlags) (This)->lpVtbl->GetRange(This,Property,plMin,plMax,plSteppingDelta,plDefault,plFlags)
339 virtual HRESULT WINAPI GetRange(CallQualityProperty Property,__LONG32 *plMin,__LONG32 *plMax,__LONG32 *plSteppingDelta,__LONG32 *plDefault,TAPIControlFlags *plFlags) = 0;
349 HRESULT (WINAPI *GetRange)(ITCallQualityControl *This,CallQualityProperty Property,__LONG32 *plMin,__LONG32 *plMax,__LONG32 *plSteppingDelta,__LONG32 *plDefault,TAPIControlFlags *plFlags);
361 #define ITCallQualityControl_GetRange(This,Property,plMin,plMax,plSteppingDelta,plDefault,plFlags) (This)->lpVtbl->GetRange(This,Property,plMin,plMax,plSteppingDelta,plDefault,plFlags)
388 virtual HRESULT WINAPI GetRange(AudioDeviceProperty Property,__LONG32 *plMin,__LONG32 *plMax,__LONG32 *plSteppingDelta,__LONG32 *plDefault,TAPIControlFlags *plFlags) = 0;
398 HRESULT (WINAPI *GetRange)(ITAudioDeviceControl *This,AudioDeviceProperty Property,__LONG32 *plMin,__LONG32 *plMax,__LONG32 *plSteppingDelta,__LONG32 *plDefault,TAPIControlFlags *plFlags);
410 #define ITAudioDeviceControl_GetRange(This,Property,plMin,plMax,plSteppingDelta,plDefault,plFlags) (This)->lpVtbl->GetRange(This,Property,plMin,plMax,plSteppingDelta,plDefault,plFlags)
438 virtual HRESULT WINAPI GetRange(AudioSettingsProperty Property,__LONG32 *plMin,__LONG32 *plMax,__LONG32 *plSteppingDelta,__LONG32 (…)
    [all...]
strmif.h     [all...]
  /external/lldb/include/lldb/Target/
Process.h 1286 GetRange()
1299 GetRange() const
    [all...]

Completed in 255 milliseconds