Searched refs:GetRange (Results 1 - 25 of 38) sorted by path

12

/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas175 function GetRange(const Index, Count: Integer): IList<T>;
228 function GetRange(const Index, Count: Integer): IList<T>;
488 function TList<T>.GetRange(const Index, Count: Integer): IList<T>;
H A DAntlr.Runtime.pas6138 FPrograms[ProgramName] := InstructionStream.GetRange(MIN_TOKEN_INDEX,
/external/chromium_org/gpu/command_buffer/service/
H A Dbuffer_manager.cc143 const void* Buffer::GetRange( function in class:gpu::gles2::Buffer
H A Dbuffer_manager.h56 const void* GetRange(GLintptr offset, GLsizeiptr size) const;
H A Dbuffer_manager_unittest.cc212 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(
[all...]
H A Dgles2_cmd_decoder.cc6570 attrib->buffer()->GetRange(attrib->offset(), size));
6784 indices = element_array_buffer->GetRange(offset, 0);
H A Dvertex_attrib_manager.cc208 const void* ptr = buffer->GetRange(attrib->offset(), 0);
/external/chromium_org/testing/gtest/scripts/
H A Dpump.py632 def GetRange(self, identifier): member in class:Env
674 (lower, upper) = env.GetRange(identifier)
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dversion_set.cc1176 void VersionSet::GetRange(const std::vector<FileMetaData*>& inputs,
1207 GetRange(all, smallest, largest);
1284 GetRange(c->inputs_[0], &smallest, &largest);
1300 GetRange(c->inputs_[0], &smallest, &largest);
1319 GetRange(expanded0, &new_start, &new_limit);
H A Dversion_set.h279 void GetRange(const std::vector<FileMetaData*>& inputs,
/external/chromium_org/tools/gn/
H A Dbuilder.cc400 origin ? origin->GetRange() : LocationRange());
H A Dcommand_args.cc76 Location location = value.origin()->GetRange().begin();
H A Dcommand_desc.cc389 Location location = origin->GetRange().begin();
H A Dcommand_refs.cc41 return item->defined_from()->GetRange().begin().file()->physical_name();
H A Derr.cc126 LocationRange range = node->GetRange();
139 LocationRange range = value.origin()->GetRange();
H A Dfunctions.cc167 Location origin_location = args[0].origin()->GetRange().begin();
171 err->AppendSubErr(Err(args[0].origin()->GetRange(), "",
H A Dimport_manager.cc21 node_for_err->GetRange(), settings->build_settings(), file, err);
H A Dinput_conversion.cc50 origin->GetRange().begin().Describe(true) +
H A Dinput_conversion_unittest.cc127 LocationRange a_range = a_origin->GetRange();
H A Doperators.cc69 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());
H A Dparse_tree.cc100 LocationRange AccessorNode::GetRange() const { function in class:AccessorNode
102 return LocationRange(base_.location(), index_->GetRange().end());
104 return LocationRange(base_.location(), member_->GetRange().end());
111 return Err(GetRange(), msg, help);
141 *err = Err(index_->GetRange(), "Negative array subscript.",
147 *err = Err(index_->GetRange(), "Array subscript out of range.",
221 LocationRange BinaryOpNode::GetRange() const { function in class:BinaryOpNode
222 return left_->GetRange().Union(right_->GetRange());
264 LocationRange BlockNode::GetRange() cons function in class:BlockNode
346 LocationRange ConditionNode::GetRange() const { function in class:ConditionNode
382 LocationRange FunctionCallNode::GetRange() const { function in class:FunctionCallNode
431 LocationRange IdentifierNode::GetRange() const { function in class:IdentifierNode
480 LocationRange ListNode::GetRange() const { function in class:ListNode
536 LocationRange LiteralNode::GetRange() const { function in class:LiteralNode
569 LocationRange UnaryOpNode::GetRange() const { function in class:UnaryOpNode
600 LocationRange BlockCommentNode::GetRange() const { function in class:BlockCommentNode
[all...]
H A Dparse_tree.h88 virtual LocationRange GetRange() const = 0;
142 virtual LocationRange GetRange() const OVERRIDE;
185 virtual LocationRange GetRange() const OVERRIDE;
222 virtual LocationRange GetRange() const OVERRIDE;
261 virtual LocationRange GetRange() const OVERRIDE;
306 virtual LocationRange GetRange() const OVERRIDE;
339 virtual LocationRange GetRange() const OVERRIDE;
363 virtual LocationRange GetRange() const OVERRIDE;
398 virtual LocationRange GetRange() const OVERRIDE;
422 virtual LocationRange GetRange() cons
[all...]
H A Dparser.cc571 const Location& start = (*i)->GetRange().begin();
598 const Location& start = (*i)->GetRange().begin();
599 const Location& end = (*i)->GetRange().end();
H A Dscope.cc208 *err = Err(binary->left()->GetRange(), "Assignment had no effect.",
H A Dtemplate.cc113 return definition_->GetRange();

Completed in 469 milliseconds

12