Home
last modified time | relevance | path

Searched +defs:begin +defs:end (Results 1 – 25 of 765) sorted by relevance

12345678910>>...31

/external/v8/src/base/
Diterator.h30 iterator_range(ForwardIterator2 const& begin, ForwardIterator2 const& end) in iterator_range()
33 iterator begin() { return begin_; } in begin() function
34 iterator end() { return end_; } in end() function
35 const_iterator begin() const { return begin_; } in begin() function
36 const_iterator end() const { return end_; } in end() function
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
DTokenRange.java14 private final JavaToken begin; field in TokenRange
15 private final JavaToken end; field in TokenRange
17 public TokenRange(JavaToken begin, JavaToken end) { in TokenRange()
37 public TokenRange withBegin(JavaToken begin) { in withBegin()
41 public TokenRange withEnd(JavaToken end) { in withEnd()
DRange.java30 public final Position begin; field in Range
31 public final Position end; field in Range
33 public Range(Position begin, Position end) { in Range()
44 public static Range range(Position begin, Position end) { in range()
68 public Range withBegin(Position begin) { in withBegin()
72 public Range withEnd(Position end) { in withEnd()
/external/skia/src/core/
DSkMSAN.h21 static inline void sk_msan_assert_initialized(const void* begin, const void* end) { in sk_msan_assert_initialized()
31 static inline void sk_msan_mark_initialized(const void* begin, const void* end, const char* skbug) { in sk_msan_mark_initialized()
/external/skqp/src/core/
DSkMSAN.h21 static inline void sk_msan_assert_initialized(const void* begin, const void* end) { in sk_msan_assert_initialized()
31 static inline void sk_msan_mark_initialized(const void* begin, const void* end, const char* skbug) { in sk_msan_mark_initialized()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/
DRange.java11 public final Position begin; field in Range
12 public final Position end; field in Range
14 public Range(Position begin, Position end) { in Range()
25 public static Range range(Position begin, Position end) { in range()
49 public Range withBegin(Position begin) { in withBegin()
53 public Range withEnd(Position end) { in withEnd()
/external/llvm/utils/abtest/
Dmark_armfns.py17 begin = INVALID variable
31 begin = last_align variable
33 begin = last_globl variable
35 end = linenum variable
38 begin = INVALID variable
52 in_func, begin, end = triple variable
Dmark_aarch64fns.py18 begin = INVALID variable
43 begin = last_globl variable
46 end = linenum variable
49 begin = INVALID variable
63 in_func, begin, end = triple variable
/external/clang/include/clang/Analysis/
DCallGraph.h71 iterator begin() { return FunctionMap.begin(); } in begin() function
72 iterator end() { return FunctionMap.end(); } in end() function
73 const_iterator begin() const { return FunctionMap.begin(); } in begin() function
74 const_iterator end() const { return FunctionMap.end(); } in end() function
151 inline iterator begin() { return CalledFunctions.begin(); } in begin() function
152 inline iterator end() { return CalledFunctions.end(); } in end() function
153 inline const_iterator begin() const { return CalledFunctions.begin(); } in begin() function
154 inline const_iterator end() const { return CalledFunctions.end(); } in end() function
/external/llvm/include/llvm/Analysis/
DCallGraph.h122 inline iterator begin() { return FunctionMap.begin(); } in begin() function
123 inline iterator end() { return FunctionMap.end(); } in end() function
124 inline const_iterator begin() const { return FunctionMap.begin(); } in begin() function
125 inline const_iterator end() const { return FunctionMap.end(); } in end() function
193 inline iterator begin() { return CalledFunctions.begin(); } in begin() function
194 inline iterator end() { return CalledFunctions.end(); } in end() function
195 inline const_iterator begin() const { return CalledFunctions.begin(); } in begin() function
196 inline const_iterator end() const { return CalledFunctions.end(); } in end() function
348 inline iterator begin() { return G->begin(); } in begin() function
349 inline iterator end() { return G->end(); } in end() function
[all …]
/external/annotation-tools/asmx/src/org/objectweb/asm/xml/
DASMContentHandler.java527 public void begin(String name, Attributes attrs) { in begin() method in ASMContentHandler.Rule
530 public void end(String name) { in end() method in ASMContentHandler.Rule
707 public final void begin(String name, Attributes attrs) { in begin() method in ASMContentHandler.ClassRule
727 public void begin(String name, Attributes attrs) { in begin() method in ASMContentHandler.SourceRule
740 public final void begin(String name, Attributes attrs) { in begin() method in ASMContentHandler.InterfaceRule
751 public final void end(String element) { in end() method in ASMContentHandler.InterfacesRule
771 public final void begin(String element, Attributes attrs) { in begin() method in ASMContentHandler.OuterClassRule
785 public final void begin(String element, Attributes attrs) { in begin() method in ASMContentHandler.InnerClassRule
800 public final void begin(String element, Attributes attrs) { in begin() method in ASMContentHandler.FieldRule
809 public void end(String name) { in end() method in ASMContentHandler.FieldRule
[all …]
/external/google-breakpad/src/processor/
Dstatic_map-inl.h63 int begin = 0; in find() local
64 int end = num_nodes_; in find() local
84 int begin = 0; in lower_bound() local
85 int end = num_nodes_; in lower_bound() local
105 int begin = 0; in upper_bound() local
106 int end = num_nodes_; in upper_bound() local
/external/libchrome/base/trace_event/
Dcategory_registry.h32 Range(TraceCategory* begin, TraceCategory* end) : begin_(begin), end_(end) { in Range()
35 TraceCategory* begin() const { return begin_; } in begin() function
36 TraceCategory* end() const { return end_; } in end() function
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DCallGraph.h91 inline iterator begin() { return FunctionMap.begin(); } in begin() function
92 inline iterator end() { return FunctionMap.end(); } in end() function
93 inline const_iterator begin() const { return FunctionMap.begin(); } in begin() function
94 inline const_iterator end() const { return FunctionMap.end(); } in end() function
213 inline iterator begin() { return CalledFunctions.begin(); } in begin() function
214 inline iterator end() { return CalledFunctions.end(); } in end() function
215 inline const_iterator begin() const { return CalledFunctions.begin(); } in begin() function
216 inline const_iterator end() const { return CalledFunctions.end(); } in end() function
/external/mesa3d/src/gallium/state_trackers/clover/util/
Drange.hpp96 begin() { in begin() function in clover::detail::basic_range
101 end() { in end() function in clover::detail::basic_range
106 begin() const { in begin() function in clover::detail::basic_range
111 end() const { in end() function in clover::detail::basic_range
200 begin() const { in begin() function in clover::iterator_range
205 end() const { in end() function in clover::iterator_range
255 begin() { in begin() function in clover::adaptor_range
260 end() { in end() function in clover::adaptor_range
266 begin() const { in begin() function in clover::adaptor_range
271 end() const { in end() function in clover::adaptor_range
[all …]
/external/libchrome/base/containers/
Dadapters.h29 Iterator begin() const { return t_.rbegin(); } in begin() function
30 Iterator end() const { return t_.rend(); } in end() function
46 Iterator begin() const { return Iterator(&t_[N]); } in begin() function
47 Iterator end() const { return Iterator(&t_[0]); } in end() function
/external/webrtc/webrtc/system_wrappers/include/
Dstl_util.h47 void STLDeleteContainerPointers(ForwardIterator begin, ForwardIterator end) { in STLDeleteContainerPointers()
63 void STLDeleteContainerPairPointers(ForwardIterator begin, in STLDeleteContainerPairPointers()
64 ForwardIterator end) { in STLDeleteContainerPairPointers()
77 void STLDeleteContainerPairFirstPointers(ForwardIterator begin, in STLDeleteContainerPairFirstPointers()
78 ForwardIterator end) { in STLDeleteContainerPairFirstPointers()
91 void STLDeleteContainerPairSecondPointers(ForwardIterator begin, in STLDeleteContainerPairSecondPointers()
92 ForwardIterator end) { in STLDeleteContainerPairSecondPointers()
/external/libmojo/mojo/public/cpp/bindings/lib/
Dvalidation_context.h54 uintptr_t begin = reinterpret_cast<uintptr_t>(position); in ClaimMemory() local
55 uintptr_t end = begin + num_bytes; in ClaimMemory() local
108 uintptr_t begin = reinterpret_cast<uintptr_t>(position); in IsValidRange() local
109 uintptr_t end = begin + num_bytes; in IsValidRange() local
141 bool InternalIsValidRange(uintptr_t begin, uintptr_t end) const { in InternalIsValidRange()
/external/llvm/include/llvm/ADT/
DUniqueVector.h78 iterator begin() { return Vector.begin(); } in begin() function
81 const_iterator begin() const { return Vector.begin(); } in begin() function
84 iterator end() { return Vector.end(); } in end() function
87 const_iterator end() const { return Vector.end(); } in end() function
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/rank/
DPercentile.java143 public void setData(final double[] values, final int begin, final int length) { in setData()
255 public double evaluate(final double[] values, final int begin, in evaluate()
311 int begin = 0; in select() local
312 int end = work.length; in select() local
359 int medianOf3(final double[] work, final int begin, final int end) { in medianOf3()
396 private int partition(final double[] work, final int begin, final int end, final int pivot) { in partition()
433 private void insertionSort(final double[] work, final int begin, final int end) { in insertionSort()
/external/clang/test/Analysis/Inputs/
Dsystem-header-simulator-cxx.h52 T *begin() { return _start; } in begin() function
53 const T *begin() const { return _start; } in begin() function
55 T *end() { return _finish; } in end() function
56 const T *end() const { return _finish; } in end() function
106 const _E* begin() const {return __begin_;} in begin() function
107 const _E* end() const {return __begin_ + __size_;} in end() function
/external/v8/tools/sodium/
Dsodium.js108 function processLine(text, begin, end) { argument
277 var functionProcessLine = function(text, begin, end) { argument
305 var processOneLine = function(text, begin, end) { argument
330 var processOneLine = function(text, begin, end) { argument
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.h69 std::vector<int64>::const_iterator begin() const { return indices_.begin(); } in begin() function
70 std::vector<int64>::const_iterator end() const { return indices_.end(); } in end() function
71 std::vector<int64>::iterator begin() { return indices_.begin(); } in begin() function
72 std::vector<int64>::iterator end() { return indices_.end(); } in end() function
116 iterator begin() const { return begin_; } in begin() function
117 iterator end() const { return end_; } in end() function
134 ShapeIndexView(iterator begin, iterator end) : begin_(begin), end_(end) {} in ShapeIndexView()
/external/llvm/include/llvm/IR/
DTypeFinder.h50 iterator begin() { return StructTypes.begin(); } in begin() function
51 iterator end() { return StructTypes.end(); } in end() function
53 const_iterator begin() const { return StructTypes.begin(); } in begin() function
54 const_iterator end() const { return StructTypes.end(); } in end() function
/external/v8/src/asmjs/
Dswitch-logic.cc12 CaseNode* CreateBst(ZoneVector<CaseNode*>* nodes, size_t begin, size_t end) { in CreateBst()
48 int begin = cases->at(curr_pos); in OrderCases() local
49 int end = cases->at(break_pos - 1); in OrderCases() local

12345678910>>...31