HomeSort by relevance Sort by last modified time
    Searched defs:begin (Results 101 - 125 of 3803) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/clang/test/SemaCXX/
PR11358.cpp 8 iterator begin() { return iterator(); } function in struct:test1::container
15 Container::iterator i = c.begin(); // expected-error{{missing 'typename'}}
25 const_iterator begin() const;
31 for (hash_map<KeyType, ValueType>::const_iterator it = map.begin(); // expected-error{{missing 'typename'}}
  /external/deqp/framework/common/
tcuRandomValueIterator.hpp 61 static RandomValueIterator begin (deUint32 seed, int numValues) { return RandomValueIterator<T>(seed, numValues); } function in class:tcu::RandomValueIterator
  /external/eigen/unsupported/Eigen/CXX11/src/util/
MaxSizeVector.h 122 T* begin() { return data_; } function in class:Eigen::MaxSizeVector
128 const T* begin() const { return data_; } function in class:Eigen::MaxSizeVector
  /external/elfutils/libdw/
dwarf_ranges.c 37 /* Read up begin/end pair and increment read pointer.
50 Dwarf_Addr begin; local
54 bool begin_relocated = READ_AND_RELOCATE (__libdw_relocate_address, begin);
58 /* Unrelocated escape for begin means base address selection. */
59 if (begin == escape && !begin_relocated)
73 if (begin == 0 && end == 0 && !begin_relocated && !end_relocated)
78 *beginp = begin;
161 Dwarf_Addr begin;
166 &begin, &end, basep))
189 *startp = *basep + begin;
    [all...]
  /external/fonttools/MetaTools/
buildTableList.py 45 begin = "<!-- begin table list -->" variable
48 beginPos = doc.find(begin)
50 beginPos = beginPos + len(begin) + 1
  /external/glide/library/src/main/java/com/bumptech/glide/request/
Request.java 11 void begin(); method in interface:Request
  /external/google-breakpad/src/processor/
static_map-inl.h 63 int begin = 0; local
67 while (begin < end) {
68 middle = begin + (end - begin) / 2;
75 begin = middle + 1;
84 int begin = 0; local
88 while (begin < end) {
89 middle = begin + (end - begin) / 2;
96 begin = middle + 1
105 int begin = 0; local
    [all...]
  /external/libchrome/base/trace_event/
category_registry.h 32 Range(TraceCategory* begin, TraceCategory* end) : begin_(begin), end_(end) {
33 DCHECK_LE(begin, end);
35 TraceCategory* begin() const { return begin_; } function in class:base::trace_event::CategoryRegistry::Range
heap_profiler_stack_frame_deduplicator.h 61 ConstIterator begin() const { return frames_.begin(); } function in class:base::trace_event::StackFrameDeduplicator
  /external/libcxx/benchmarks/
ContainerBenchmarks.hpp 14 const auto begin = in.begin(); local
18 Container c(begin, end);
29 for (auto it = in.begin(); it != end; ++it) {
43 for (auto it = in.begin(); it != end; ++it) {
55 c.insert(in.begin(), in.end());
59 for (auto it = in.begin(); it != end; ++it) {
71 c.insert(in.begin(), in.end());
75 for (auto it = in.begin(); it != end; ++it) {
85 c.insert(in.begin(), in.end())
    [all...]
  /external/libcxx/test/std/iterators/iterator.range/
begin-end.fail.cpp 17 // template <class C> auto begin(C& c) -> decltype(c.begin());
18 // template <class C> auto begin(const C& c) -> decltype(c.begin());
32 FakeIter begin(const FakeContainer &) { return 1; } function in namespace:Foo
  /external/libvpx/libvpx/vpx_ports/
vpx_timer.h 52 LARGE_INTEGER begin, end; member in struct:vpx_usec_timer
54 struct timeval begin, end;
60 QueryPerformanceCounter(&t->begin);
62 gettimeofday(&t->begin, NULL);
78 diff.QuadPart = t->end.QuadPart - t->begin.QuadPart;
85 timersub(&t->end, &t->begin, &diff);
  /external/llvm/include/llvm/CodeGen/
LivePhysRegs.h 136 const_iterator begin() const { return LiveRegs.begin(); } function in class:llvm::LivePhysRegs
  /external/llvm/include/llvm/IR/
TypeFinder.h 50 iterator begin() { return StructTypes.begin(); } function in class:llvm::TypeFinder
53 const_iterator begin() const { return StructTypes.begin(); } function in class:llvm::TypeFinder
ValueSymbolTable.h 89 inline iterator begin() { return vmap.begin(); } function in class:llvm::ValueSymbolTable
92 inline const_iterator begin() const { return vmap.begin(); } function in class:llvm::ValueSymbolTable
  /external/llvm/lib/CodeGen/AsmPrinter/
DbgValueHistoryCalculator.h 50 InstrRangesMap::const_iterator begin() const { return VarInstrRanges.begin(); } function in class:llvm::DbgValueHistoryMap
  /external/llvm/lib/MC/
MCSection.cpp 22 MCSection::MCSection(SectionVariant V, SectionKind K, MCSymbol *Begin)
23 : Begin(Begin), BundleGroupBeforeFirstInst(false), HasInstructions(false),
62 std::lower_bound(SubsectionFragmentMap.begin(),
94 for (auto it = begin(), ie = end(); it != ie; ++it) {
95 if (it != begin())
103 MCSection::iterator MCSection::begin() { return Fragments.begin(); } function in class:MCSection
  /external/llvm/lib/Object/
RecordStreamer.cpp 68 RecordStreamer::const_iterator RecordStreamer::begin() { function in class:RecordStreamer
69 return Symbols.begin();
  /external/llvm/utils/abtest/
mark_armfns.py 4 # function with "# -- Begin Name" and "# -- End Name"
17 begin = INVALID variable
31 begin = last_align variable
33 begin = last_globl variable
34 if line == "\n" and begin != INVALID:
36 triple = (funcname, begin, end)
37 begins[begin] = triple
38 begin = INVALID variable
52 in_func, begin, end = triple
53 out.write("# -- Begin %s\n" % in_func
    [all...]
  /external/pdfium/core/fpdfapi/parser/
cpdf_array.h 106 const_iterator begin() const { return m_Objects.begin(); } function in class:CPDF_Array
cpdf_dictionary.h 97 const_iterator begin() const { return m_Map.begin(); } function in class:CPDF_Dictionary
cpdf_indirect_object_holder.h 65 const_iterator begin() const { return m_IndirectObjs.begin(); } function in class:CPDF_IndirectObjectHolder
  /external/perfetto/include/perfetto/protozero/
scattered_stream_writer.h 91 uint8_t* begin = write_ptr_; local
94 return begin;
  /external/perfetto/src/ftrace_reader/test/
scattered_stream_delegate_for_testing.cc 35 uint8_t* begin = chunk.get(); local
36 memset(begin, 0xff, chunk_size_);
38 return {begin, begin + chunk_size_};
  /external/perfetto/src/protozero/
scattered_stream_writer.cc 36 write_ptr_ = range.begin;
66 uint8_t* begin = write_ptr_; local
69 memset(begin, 0, size);
71 return begin;

Completed in 698 milliseconds

1 2 3 45 6 7 8 91011>>