HomeSort by relevance Sort by last modified time
    Searched refs:GetRange (Results 1 - 25 of 43) sorted by null

1 2

  /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...]
parse_tree.h 48 virtual LocationRange GetRange() const = 0;
96 virtual LocationRange GetRange() const OVERRIDE;
139 virtual LocationRange GetRange() const OVERRIDE;
176 virtual LocationRange GetRange() const OVERRIDE;
215 virtual LocationRange GetRange() const OVERRIDE;
260 virtual LocationRange GetRange() const OVERRIDE;
293 virtual LocationRange GetRange() const OVERRIDE;
317 virtual LocationRange GetRange() const OVERRIDE;
352 virtual LocationRange GetRange() const OVERRIDE;
376 virtual LocationRange GetRange() const OVERRIDE
    [all...]
command_refs.cc 25 return record->item()->defined_from()->GetRange().begin().file()
import_manager.cc 21 node_for_err->GetRange(), settings->build_settings(), file, err);
template.cc 109 return definition_->GetRange();
operators.cc 69 err->AppendRange(node->GetRange());
94 *err = Err(to_remove.origin()->GetRange(), "Item not found",
136 *err = Err(op_node->left()->GetRange(), "Replacing nonempty list.",
385 err->AppendRange(left.origin()->GetRange());
386 err->AppendRange(right.origin()->GetRange());
562 err->AppendRange(left->GetRange());
573 err->AppendRange(right->GetRange());
err.cc 126 LocationRange range = node->GetRange();
139 LocationRange range = value.origin()->GetRange();
input_conversion.cc 50 origin->GetRange().begin().Describe(true) +
command_args.cc 76 Location location = value.origin()->GetRange().begin();
input_conversion_unittest.cc 127 LocationRange a_range = a_origin->GetRange();
functions.cc 167 Location origin_location = args[0].origin()->GetRange().begin();
171 err->AppendSubErr(Err(args[0].origin()->GetRange(), "",
  /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));
histogram.h 63 Value GetRange(size_t bucket_idx) const;
  /external/chromium_org/gpu/command_buffer/service/
buffer_manager_unittest.cc 212 TEST_F(BufferManagerTest, GetRange) {
222 static_cast<const char*>(buffer->GetRange(0, sizeof(data)));
225 static_cast<const char*>(buffer->GetRange(1, sizeof(data) - 1));
227 EXPECT_TRUE(buffer->GetRange(sizeof(data), 1) == NULL);
228 EXPECT_TRUE(buffer->GetRange(0, sizeof(data) + 1) == NULL);
229 EXPECT_TRUE(buffer->GetRange(-1, sizeof(data)) == NULL);
230 EXPECT_TRUE(buffer->GetRange(-0, -1) == NULL);
233 EXPECT_TRUE(buffer->GetRange(0 - size, size) == NULL);
234 EXPECT_TRUE(buffer->GetRange(1, size / 2) == NULL);
382 EXPECT_EQ(0, memcmp(data, buffer->GetRange(0, sizeof(data)), sizeof(data)))
    [all...]
buffer_manager.h 56 const void* GetRange(GLintptr offset, GLsizeiptr size) const;
vertex_attrib_manager.cc 204 const void* ptr = buffer->GetRange(attrib->offset(), 0);
  /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);
  /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...]
  /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_pango.cc 347 const size_t bold_end = styles()[BOLD].GetRange(bold).end();
348 const size_t italic_end = styles()[ITALIC].GetRange(italic).end();
444 Range style_range = style.GetRange();
476 style_range = style.GetRange();
break_list_unittest.cc 162 EXPECT_EQ(breaks.GetRange(it), cases[i].range);
  /external/chromium_org/third_party/leveldatabase/src/db/
version_set.h 279 void GetRange(const std::vector<FileMetaData*>& inputs,
version_set.cc     [all...]
  /prebuilts/misc/common/swig/include/2.0.11/csharp/
std_vector.i 219 %newobject GetRange(int index, int count);
256 // Takes a deep copy of the elements unlike ArrayList.GetRange
257 std::vector< CTYPE > *GetRange(int index, int count) throw (std::out_of_range, std::invalid_argument) {
  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunicationClient.cpp     [all...]

Completed in 216 milliseconds

1 2