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

12 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/bin_search_tree_/
iterators_fn_imps.hpp 44 begin() function in class:PB_DS_CLASS_C_DEC
52 begin() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/cc_hash_table_map_/
iterators_fn_imps.hpp 39 * begin().
53 begin() function in class:PB_DS_CLASS_C_DEC
70 begin() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/gp_hash_table_map_/
iterator_fn_imps.hpp 39 * begin().
53 begin() function in class:PB_DS_CLASS_C_DEC
70 begin() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
iterators_fn_imps.hpp 44 begin() function in class:PB_DS_CLASS_C_DEC
50 begin() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/trie_policy/
trie_string_access_traits_imp.hpp 56 begin(key_const_reference r_key) function in class:PB_DS_CLASS_C_DEC
74 return (r_key.begin());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/bin_search_tree_/
iterators_fn_imps.hpp 44 begin() function in class:PB_DS_CLASS_C_DEC
52 begin() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/cc_hash_table_map_/
iterators_fn_imps.hpp 39 * begin().
53 begin() function in class:PB_DS_CLASS_C_DEC
70 begin() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/gp_hash_table_map_/
iterator_fn_imps.hpp 39 * begin().
53 begin() function in class:PB_DS_CLASS_C_DEC
70 begin() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
iterators_fn_imps.hpp 44 begin() function in class:PB_DS_CLASS_C_DEC
50 begin() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/trie_policy/
trie_string_access_traits_imp.hpp 56 begin(key_const_reference r_key) function in class:PB_DS_CLASS_C_DEC
74 return (r_key.begin());
  /system/bt/packet/base/
packet.cc 28 Iterator Packet::begin() const { function in class:bluetooth::Packet
  /tools/dexter/slicer/export/slicer/
arrayview.h 36 T* begin() const { return begin_; } function in class:slicer::ArrayView
  /build/soong/cc/
coverage.go 38 func (cov *coverage) begin(ctx BaseModuleContext) {} func
  /external/libchrome/base/containers/
adapters.h 29 Iterator begin() const { return t_.rbegin(); } function in class:base::internal::ReversedAdapter
46 Iterator begin() const { return Iterator(&t_[N]); } function in class:base::internal::ReversedAdapter
  /external/llvm/include/llvm/ADT/
iterator_range.h 10 /// This provides a very simple, boring adaptor for a begin and end iterator
40 //TODO: Consider ADL/non-member begin/end calls.
41 : begin_iterator(c.begin()), end_iterator(c.end()) {}
46 IteratorT begin() const { return begin_iterator; } function in class:llvm::iterator_range
63 iterator_range<decltype(begin(std::declval<T>()))> drop_begin(T &&t, int n) {
64 return make_range(std::next(begin(t), n), end(t));
  /external/pdfium/core/fxcrt/css/
cfx_cssdeclaration.h 40 const_prop_iterator begin() const { return properties_.begin(); } function in class:CFX_CSSDeclaration
44 return custom_properties_.begin();
  /external/perfetto/include/perfetto/protozero/
contiguous_memory_range.h 28 uint8_t* begin; member in struct:protozero::ContiguousMemoryRange
31 inline bool is_valid() const { return begin != nullptr; }
32 inline void reset() { begin = nullptr; }
33 inline size_t size() { return static_cast<size_t>(end - begin); }
  /external/skia/experimental/sksg/
SkSGInvalidationController.h 31 const SkRect* begin() const { return fRects.begin(); } function in class:sksg::InvalidationController
  /external/skia/tests/
RecordPatternTest.cpp 109 int start, begin, end; local
117 REPORTER_ASSERT(r, pattern.search(&record, &begin, &end));
118 REPORTER_ASSERT(r, begin == start);
128 REPORTER_ASSERT(r, !pattern.search(&record, &begin, &end));
137 REPORTER_ASSERT(r, pattern.search(&record, &begin, &end));
138 REPORTER_ASSERT(r, begin == start);
141 REPORTER_ASSERT(r, !pattern.search(&record, &begin, &end));
  /external/skqp/experimental/sksg/
SkSGInvalidationController.h 31 const SkRect* begin() const { return fRects.begin(); } function in class:sksg::InvalidationController
  /external/skqp/tests/
RecordPatternTest.cpp 109 int start, begin, end; local
117 REPORTER_ASSERT(r, pattern.search(&record, &begin, &end));
118 REPORTER_ASSERT(r, begin == start);
128 REPORTER_ASSERT(r, !pattern.search(&record, &begin, &end));
137 REPORTER_ASSERT(r, pattern.search(&record, &begin, &end));
138 REPORTER_ASSERT(r, begin == start);
141 REPORTER_ASSERT(r, !pattern.search(&record, &begin, &end));
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
iterator_range.h 10 /// This provides a very simple, boring adaptor for a begin and end iterator
40 //TODO: Consider ADL/non-member begin/end calls.
41 : begin_iterator(c.begin()), end_iterator(c.end()) {}
46 IteratorT begin() const { return begin_iterator; } function in class:llvm::iterator_range
63 iterator_range<decltype(begin(std::declval<T>()))> drop_begin(T &&t, int n) {
64 return make_range(std::next(begin(t), n), end(t));
  /external/tensorflow/tensorflow/contrib/boosted_trees/estimator_batch/
trainer_hooks.py 55 def begin(self): member in class:FeatureImportanceSummarySaver
201 def begin(self): member in class:SwitchTrainOp
  /external/tensorflow/tensorflow/core/kernels/batching_util/
periodic_function.cc 76 const int64 begin = options_.env->NowMicros(); local
82 std::max(static_cast<int64>(options_.env->NowMicros()), begin);
85 const int64 deadline = begin + interval_micros_;
89 if (end > begin) {
  /external/tensorflow/tensorflow/core/lib/gtl/
iterator_range.h 16 // This provides a very simple, boring adaptor for a begin and end iterator
49 IteratorT begin() const { return begin_iterator_; } function in class:tensorflow::gtl::iterator_range

Completed in 394 milliseconds

12 3 4 5 6 7 8 91011>>