/external/marisa-trie/lib/marisa/ |
D | range.h | 11 Range(UInt32 begin, UInt32 end, UInt32 pos) in Range() 14 void set_begin(UInt32 begin) { in set_begin() 17 void set_end(UInt32 end) { in set_end() 24 UInt32 begin() const { in begin() function 27 UInt32 end() const { in end() function 45 WRange(UInt32 begin, UInt32 end, UInt32 pos, double weight) in WRange() 48 void set_begin(UInt32 begin) { in set_begin() 51 void set_end(UInt32 end) { in set_end() 64 UInt32 begin() const { in begin() function 67 UInt32 end() const { in end() function
|
D | vector.h | 43 const T *begin() const { in begin() function 46 const T *end() const { in end() function 62 T *begin() { in begin() function 66 T *end() { in end() function
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
D | range.h | 11 Range(UInt32 begin, UInt32 end, UInt32 pos) in Range() 14 void set_begin(UInt32 begin) { in set_begin() 17 void set_end(UInt32 end) { in set_end() 24 UInt32 begin() const { in begin() function 27 UInt32 end() const { in end() function 45 WRange(UInt32 begin, UInt32 end, UInt32 pos, double weight) in WRange() 48 void set_begin(UInt32 begin) { in set_begin() 51 void set_end(UInt32 end) { in set_end() 64 UInt32 begin() const { in begin() function 67 UInt32 end() const { in end() function
|
D | vector.h | 43 const T *begin() const { in begin() function 46 const T *end() const { in end() function 62 T *begin() { in begin() function 66 T *end() { in end() function
|
/external/llvm/include/llvm/Analysis/ |
D | CallGraph.h | 118 inline iterator begin() { return FunctionMap.begin(); } in begin() function 119 inline iterator end() { return FunctionMap.end(); } in end() function 120 inline const_iterator begin() const { return FunctionMap.begin(); } in begin() function 121 inline const_iterator end() const { return FunctionMap.end(); } in end() function 187 inline iterator begin() { return CalledFunctions.begin(); } in begin() function 188 inline iterator end() { return CalledFunctions.end(); } in end() function 189 inline const_iterator begin() const { return CalledFunctions.begin(); } in begin() function 190 inline const_iterator end() const { return CalledFunctions.end(); } in end() function 334 inline iterator begin() { return G->begin(); } in begin() function 335 inline iterator end() { return G->end(); } in end() function [all …]
|
D | DominanceFrontier.h | 73 iterator begin() { return Frontiers.begin(); } in begin() function 74 const_iterator begin() const { return Frontiers.begin(); } in begin() function 75 iterator end() { return Frontiers.end(); } in end() function 76 const_iterator end() const { return Frontiers.end(); } in end() function 160 iterator begin() { return Base.begin(); } in begin() function 162 const_iterator begin() const { return Base.begin(); } in begin() function 164 iterator end() { return Base.end(); } in end() function 166 const_iterator end() const { return Base.end(); } in end() function
|
/external/clang/include/clang/Analysis/ |
D | CallGraph.h | 71 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/lldb/include/lldb/Core/ |
D | RangeMap.h | 215 typename Collection::const_iterator pos, end, prev; in IsSorted() local 237 typename Collection::iterator end; in CombineConsecutiveRanges() local 301 typename Collection::iterator pos, end; in Slide() local 370 typename Collection::const_iterator begin = m_entries.begin(); in FindEntryIndexThatContains() local 371 typename Collection::const_iterator end = m_entries.end(); in FindEntryIndexThatContains() local 397 typename Collection::const_iterator begin = m_entries.begin(); in FindEntryThatContains() local 398 typename Collection::const_iterator end = m_entries.end(); in FindEntryThatContains() local 425 typename Collection::const_iterator begin = m_entries.begin(); in FindEntryThatContains() local 426 typename Collection::const_iterator end = m_entries.end(); in FindEntryThatContains() local 495 typename Collection::const_iterator pos, end, prev; in IsSorted() local [all …]
|
/external/google-breakpad/src/processor/ |
D | static_map-inl.h | 63 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/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFDeclContext.cpp | 36 collection::const_reverse_iterator begin = m_entries.rbegin(); in GetQualifiedName() local 37 collection::const_reverse_iterator end = m_entries.rend(); in GetQualifiedName() local 74 collection::const_iterator begin = m_entries.begin(); in operator ==() local 75 collection::const_iterator end = m_entries.end(); in operator ==() local
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/rank/ |
D | Percentile.java | 143 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/ceres-solver/internal/ceres/ |
D | stl_util.h | 49 void STLDeleteContainerPointers(ForwardIterator begin, in STLDeleteContainerPointers() 50 ForwardIterator end) { in STLDeleteContainerPointers() 61 void STLDeleteUniqueContainerPointers(ForwardIterator begin, in STLDeleteUniqueContainerPointers() 62 ForwardIterator end) { in STLDeleteUniqueContainerPointers()
|
/external/v8/tools/sodium/ |
D | sodium.js | 108 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/llvm/include/llvm/ADT/ |
D | ArrayRef.h | 65 ArrayRef(const T *begin, const T *end) in ArrayRef() 103 iterator begin() const { return Data; } in begin() function 104 iterator end() const { return Data + Length; } in end() function 222 MutableArrayRef(T *begin, T *end) : ArrayRef<T>(begin, end) {} in MutableArrayRef() 239 iterator begin() const { return data(); } in begin() function 240 iterator end() const { return data() + this->size(); } in end() function 296 ArrayRef<T> makeArrayRef(const T *begin, const T *end) { in makeArrayRef()
|
D | UniqueVector.h | 77 iterator begin() { return Vector.begin(); } in begin() function 80 const_iterator begin() const { return Vector.begin(); } in begin() function 83 iterator end() { return Vector.end(); } in end() function 86 const_iterator end() const { return Vector.end(); } in end() function
|
/external/clang/include/clang/AST/ |
D | CXXInheritance.h | 185 paths_iterator begin() { return Paths.begin(); } in begin() function 186 paths_iterator end() { return Paths.end(); } in end() function 187 const_paths_iterator begin() const { return Paths.begin(); } in begin() function 188 const_paths_iterator end() const { return Paths.end(); } in end() function 283 iterator begin() { return Overrides.begin(); } in begin() function 284 const_iterator begin() const { return Overrides.begin(); } in begin() function 285 iterator end() { return Overrides.end(); } in end() function 286 const_iterator end() const { return Overrides.end(); } in end() function
|
/external/v8/src/ |
D | disassembler.cc | 22 void Disassembler::Dump(FILE* f, byte* begin, byte* end) { in Dump() 93 byte* begin, in DecodeIt() 94 byte* end) { in DecodeIt() 300 int Disassembler::Decode(Isolate* isolate, FILE* f, byte* begin, byte* end) { in Decode() 318 byte* begin = code->instruction_start(); in Decode() local 319 byte* end = begin + decode_size; in Decode() local
|
/external/llvm/include/llvm/IR/ |
D | TypeFinder.h | 49 iterator begin() { return StructTypes.begin(); } in begin() function 50 iterator end() { return StructTypes.end(); } in end() function 52 const_iterator begin() const { return StructTypes.begin(); } in begin() function 53 const_iterator end() const { return StructTypes.end(); } in end() function
|
D | ValueSymbolTable.h | 90 inline iterator begin() { return vmap.begin(); } in begin() function 93 inline const_iterator begin() const { return vmap.begin(); } in begin() function 96 inline iterator end() { return vmap.end(); } in end() function 99 inline const_iterator end() const { return vmap.end(); } in end() function
|
/external/v8/src/compiler/ |
D | generic-algorithm-inl.h | 25 static Iterator begin(Node* node) { return node->inputs().begin(); } in begin() function 26 static Iterator end(Node* node) { return node->inputs().end(); } in end() function 38 static Iterator begin(Node* node) { return node->uses().begin(); } in begin() function 39 static Iterator end(Node* node) { return node->uses().end(); } in end() function
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveStackAnalysis.h | 51 const_iterator begin() const { return S2IMap.begin(); } in begin() function 52 const_iterator end() const { return S2IMap.end(); } in end() function 53 iterator begin() { return S2IMap.begin(); } in begin() function 54 iterator end() { return S2IMap.end(); } in end() function
|
/external/clang/test/CodeGenCXX/ |
D | cxx0x-initializer-stdinitializerlist-pr12086.cpp | 41 const _E* begin() const {return __begin_;} in begin() function in std::initializer_list 42 const _E* end() const {return __end_;} in end() function in std::initializer_list 47 const _E* begin() const {return __begin_;} in begin() function in std::initializer_list 48 const _E* end() const {return __begin_ + __size_;} in end() function in std::initializer_list
|
/external/lldb/source/DataFormatters/ |
D | TypeCategoryMap.cpp | 145 MapIterator end = m_map.end(); in Get() local 166 MapIterator pos, end = m_map.end(); in AnyMatches() local 186 ActiveCategoriesIterator begin, end = m_active_categories.end(); in GetSummaryFormat() local 214 ActiveCategoriesIterator begin, end = m_active_categories.end(); in GetSyntheticChildren() local 243 ActiveCategoriesIterator begin, end = m_active_categories.end(); in LoopThrough() local 255 MapIterator pos, end = m_map.end(); in LoopThrough() local 275 MapIterator pos, end = m_map.end(); in GetAtIndex() local
|
/external/lldb/source/Target/ |
D | PathMappingList.cpp | 93 const_iterator pos, end = rhs.m_pairs.end(); in Append() local 188 const_iterator pos, end = m_pairs.end(); in RemapPath() local 210 const_iterator pos, end = m_pairs.end(); in RemapPath() local 235 const_iterator pos, end = m_pairs.end(); in FindFile() local 294 const_iterator begin = m_pairs.begin(); in FindIteratorForPath() local 295 const_iterator end = m_pairs.end(); in FindIteratorForPath() local 309 iterator begin = m_pairs.begin(); in FindIteratorForPath() local 310 iterator end = m_pairs.end(); in FindIteratorForPath() local 338 const_iterator begin = m_pairs.begin(); in FindIndexForPath() local 339 const_iterator end = m_pairs.end(); in FindIndexForPath() local
|
/external/bison/examples/calc++/ |
D | location.hh | 111 position begin; member in yy::location 113 position end; member in yy::location 117 inline const location operator+ (const location& begin, const location& end) in operator +() 125 inline const location operator+ (const location& begin, unsigned int width) in operator +()
|