HomeSort by relevance Sort by last modified time
    Searched full:begin (Results 426 - 450 of 17279) sorted by null

<<11121314151617181920>>

  /sdk/emulator/opengl/tests/ut_rendercontrol_dec/
Android.mk 3 $(call emugl-begin-host-shared-library,libut_rendercontrol_dec)
  /sdk/emulator/opengl/tests/ut_rendercontrol_enc/
Android.mk 3 $(call emugl-begin-shared-library,libut_rendercontrol_enc)
  /external/chromium/chrome/browser/chromeos/login/
signed_settings_temp_storage_unittest.cc 47 for (It it = ref_map_.begin(); it != ref_map_.end(); ++it) {
50 std::random_shuffle(a_list.begin(), a_list.end());
52 std::copy(b_list.begin(),
53 b_list.begin() + b_list.size() / 2,
55 std::random_shuffle(a_list.begin(), a_list.end());
62 std::copy(a_list.begin(), a_list.end(), std::back_inserter(b_list));
64 std::random_shuffle(b_list.begin(), b_list.end());
  /external/chromium/chrome/browser/notifications/
balloon_collection_base.cc 27 for (iter = balloons_.begin(); iter != balloons_.end(); ++iter) {
40 for (iter = balloons_.begin(); iter != balloons_.end(); ++iter) {
44 for (iter = to_close.begin(); iter != to_close.end(); ++iter)
56 for (iter = balloons_.begin(); iter != balloons_.end(); ++iter) {
60 for (iter = to_close.begin(); iter != to_close.end(); ++iter)
70 for (Balloons::iterator iter = to_close.begin();
78 for (iter = balloons_.begin(); iter != balloons_.end(); ++iter) {
  /external/chromium_org/sync/notifier/
single_object_invalidation_set.cc 22 invalidations_.insert(other.begin(), other.end());
31 invalidations_.begin()->is_unknown_version();
54 return std::equal(invalidations_.begin(),
56 other.invalidations_.begin(),
61 SingleObjectInvalidationSet::begin() const { function in class:syncer::SingleObjectInvalidationSet
62 return invalidations_.begin();
86 for (InvalidationsSet::const_iterator it = invalidations_.begin();
object_id_invalidation_map.cc 15 for (ObjectIdSet::const_iterator it = ids.begin(); it != ids.end(); ++it) {
27 for (IdToListMap::const_iterator it = map_.begin(); it != map_.end(); ++it) {
44 for (ObjectIdSet::const_iterator it = ids.begin(); it != ids.end(); ++it) {
63 for (IdToListMap::const_iterator it = map_.begin(); it != map_.end(); ++it) {
64 out->insert(out->begin(), it->second.begin(), it->second.end());
68 for (IdToListMap::const_iterator it1 = map_.begin();
70 for (SingleObjectInvalidationSet::const_iterator it2 = it1->second.begin();
84 for (IdToListMap::const_iterator it1 = map_.begin();
87 it1->second.begin(); it2 != it1->second.end(); ++it2)
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/tools/subsetter/
subsetter.cc 59 for (TableMap::const_iterator i = font_->GetTableMap()->begin(),
65 std::set_difference(table_tags.begin(), table_tags.end(),
66 remove_tables_.begin(), remove_tables_.end(),
71 table_subsetter = table_subsetters_.begin(),
78 std::set_difference(table_tags.begin(), table_tags.end(),
79 handled_tags->begin(), handled_tags->end(),
84 for (IntegerSet::iterator tag = table_tags.begin(),
  /external/sfntly/cpp/src/sfntly/tools/subsetter/
subsetter.cc 59 for (TableMap::const_iterator i = font_->GetTableMap()->begin(),
65 std::set_difference(table_tags.begin(), table_tags.end(),
66 remove_tables_.begin(), remove_tables_.end(),
71 table_subsetter = table_subsetters_.begin(),
78 std::set_difference(table_tags.begin(), table_tags.end(),
79 handled_tags->begin(), handled_tags->end(),
84 for (IntegerSet::iterator tag = table_tags.begin(),
  /frameworks/base/opengl/java/android/opengl/
GLLogWrapper.java 69 private void begin(String name) { method in class:GLLogWrapper
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
DefaultDigestAlgorithmIdentifierFinder.java 8 // BEGIN android-removed
30 // BEGIN android-removed
36 // BEGIN android-removed
42 // BEGIN android-removed
50 // BEGIN android-removed
58 // BEGIN android-removed
65 // BEGIN android-removed
75 // BEGIN android-removed
82 // BEGIN android-removed
90 // BEGIN android-remove
    [all...]
  /external/chromium_org/chrome/browser/
language_usage_metrics_unittest.cc 20 EXPECT_EQ(JAPANESE, *language_set.begin());
29 EXPECT_EQ(JAPANESE, *language_set.begin());
34 EXPECT_EQ(JAPANESE, *language_set.begin());
39 EXPECT_EQ(JAPANESE, *language_set.begin());
44 EXPECT_EQ(JAPANESE, *language_set.begin());
49 it = language_set.begin();
57 it = language_set.begin();
69 EXPECT_EQ(JAPANESE, *language_set.begin());
74 EXPECT_EQ(SPANISH, *language_set.begin());
79 it = language_set.begin();
    [all...]
  /external/chromium_org/chrome/browser/notifications/
balloon_collection_base.cc 30 for (iter = balloons_.begin(); iter != balloons_.end(); ++iter) {
41 for (iter = balloons_.begin(); iter != balloons_.end(); ++iter) {
54 for (iter = balloons_.begin(); iter != balloons_.end(); ++iter) {
58 for (iter = to_close.begin(); iter != to_close.end(); ++iter)
70 for (iter = balloons_.begin(); iter != balloons_.end(); ++iter) {
74 for (iter = to_close.begin(); iter != to_close.end(); ++iter)
85 for (iter = balloons_.begin(); iter != balloons_.end(); ++iter) {
89 for (iter = to_close.begin(); iter != to_close.end(); ++iter)
99 for (Balloons::iterator iter = to_close.begin();
107 for (iter = balloons_.begin(); iter != balloons_.end(); ++iter)
    [all...]
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
unicodestring.cc 38 return equal(text_.begin(), text_.end(), rhs.text_.begin());
43 for (UnicodeString::const_iterator it = unicode_string.begin();
51 for (UnicodeText::const_iterator it = text_.begin(); it != text_.end();
63 UnicodeText::const_iterator start_it = text_.begin();
66 unicode_text.append(text_.begin(), start_it);
76 UnicodeText::const_iterator pos_it = text_.begin();
79 unicode_text.append(text_.begin(), pos_it);
94 UnicodeText::const_iterator start_it = text_.begin();
106 cached_it_ = text_.begin();
    [all...]
  /external/clang/include/clang/AST/
ASTVector.h 58 T *Begin, *End, *Capacity;
64 ASTVector() : Begin(NULL), End(NULL), Capacity(NULL) { }
67 : Begin(NULL), End(NULL), Capacity(NULL) {
74 destroy_range(Begin, End);
93 iterator begin() { return Begin; } function in class:clang::ASTVector
94 const_iterator begin() const { return Begin; } function in class:clang::ASTVector
101 reverse_iterator rend() { return reverse_iterator(begin()); }
102 const_reverse_iterator rend() const { return const_reverse_iterator(begin());}
    [all...]
  /external/llvm/include/llvm/MC/
MCModule.h 39 /// \brief Atoms in this module, sorted by begin address.
46 /// \brief Remap \p Atom to the given range, and update its Begin/End fields.
52 /// \brief Insert an atom in the module, using its Begin and End addresses.
74 MCTextAtom *createTextAtom(uint64_t Begin, uint64_t End);
75 MCDataAtom *createDataAtom(uint64_t Begin, uint64_t End);
78 /// \name Access to the owned atom list, ordered by begin address.
85 const_atom_iterator atom_begin() const { return Atoms.begin(); }
86 atom_iterator atom_begin() { return Atoms.begin(); }
98 const_func_iterator func_begin() const { return Functions.begin(); }
99 func_iterator func_begin() { return Functions.begin(); }
    [all...]
  /external/llvm/lib/MC/
MCModule.cpp 22 uint64_t Begin = NewAtom->Begin;
24 assert(Begin <= NewAtom->End && "Creating MCAtom with endpoints reversed?");
28 Begin, AtomComp);
36 MCTextAtom *MCModule::createTextAtom(uint64_t Begin, uint64_t End) {
37 MCTextAtom *NewAtom = new MCTextAtom(this, Begin, End);
42 MCDataAtom *MCModule::createDataAtom(uint64_t Begin, uint64_t End) {
43 MCDataAtom *NewAtom = new MCDataAtom(this, Begin, End);
52 Atom->Begin, AtomComp);
63 Atom->Begin = NewBegin
    [all...]
  /external/valgrind/main/drd/tests/
filter_stderr 40 awk 'BEGIN{begin=1} {if ($0 == "More than 100 errors detected. Subsequent errors") { getline; getline; } else { if (begin) begin = 0; else print last_line; }; last_line = $0; } END { if (! begin) print last_line; }' |
43 awk 'BEGIN{begin=1} { if ($0 == "WARNING: DRD support for Darwin is still considered as experimental.") { getline; getline; } else { if (begin) begin = 0; else print last_line; }; last_line = $0; } END { if (! begin) print last_line; }'
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/
emplace.pass.cpp 33 assert(r == m.begin());
35 assert(*m.begin() == DefaultOnly());
39 assert(r == next(m.begin()));
41 assert(*m.begin() == DefaultOnly());
50 assert(r == m.begin());
52 assert(*m.begin() == Emplaceable());
54 assert(r == next(m.begin()));
58 assert(r == next(m.begin(), 2));
67 assert(r == m.begin());
77 assert(r == m.begin());
    [all...]
emplace_hint.pass.cpp 33 assert(r == m.begin());
35 assert(*m.begin() == DefaultOnly());
39 assert(r == m.begin());
41 assert(*m.begin() == DefaultOnly());
50 assert(r == m.begin());
52 assert(*m.begin() == Emplaceable());
54 assert(r == next(m.begin()));
58 assert(r == next(m.begin()));
67 assert(r == m.begin());
77 assert(r == m.begin());
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/
emplace.pass.cpp 34 assert(r.first == m.begin());
36 assert(*m.begin() == DefaultOnly());
41 assert(r.first == m.begin());
43 assert(*m.begin() == DefaultOnly());
53 assert(r.first == m.begin());
55 assert(*m.begin() == Emplaceable());
58 assert(r.first == next(m.begin()));
63 assert(r.first == next(m.begin()));
73 assert(r.first == m.begin());
84 assert(r.first == m.begin());
    [all...]
emplace_hint.pass.cpp 33 assert(r == m.begin());
35 assert(*m.begin() == DefaultOnly());
39 assert(r == m.begin());
41 assert(*m.begin() == DefaultOnly());
50 assert(r == m.begin());
52 assert(*m.begin() == Emplaceable());
54 assert(r == next(m.begin()));
58 assert(r == next(m.begin()));
67 assert(r == m.begin());
77 assert(r == m.begin());
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/
size_value_alloc.pass.cpp 25 assert(std::distance(l.begin(), l.end()) == 3);
26 std::list<int>::const_iterator i = l.begin();
36 assert(std::distance(l.begin(), l.end()) == 3);
37 std::list<int>::const_iterator i = l.begin();
47 assert(std::distance(l.begin(), l.end()) == 3);
48 std::list<int>::const_iterator i = l.begin();
59 assert(std::distance(l.begin(), l.end()) == 3);
60 std::list<int, min_allocator<int>>::const_iterator i = l.begin();
70 assert(std::distance(l.begin(), l.end()) == 3);
71 std::list<int, min_allocator<int>>::const_iterator i = l.begin();
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
argv_traverser.ipp 61 m_commited_end = m_work_buffer.begin();
105 m_token.assign( m_work_buffer.begin(),
106 std::find( m_work_buffer.begin(), m_work_buffer.end(), p_separator ) );
127 m_token.assign( m_work_buffer.begin(),
128 std::find( m_work_buffer.begin(), m_work_buffer.end(), p_separator ) );
161 m_commited_end = m_work_buffer.begin();
170 m_token.assign( m_work_buffer.begin(),
171 std::find( m_work_buffer.begin(), m_work_buffer.end(), p_separator ) );
180 return m_work_buffer.begin() - m_commited_end;
191 std::memcpy( m_remainder.get() + m_remainder_size, token().begin(), token().size() )
    [all...]
  /external/chromium_org/url/third_party/mozilla/
url_parse.cc 77 while (colon_offset < user.len && spec[user.begin + colon_offset] != ':')
82 *username = Component(user.begin, colon_offset);
83 *password = MakeRange(user.begin + colon_offset + 1,
84 user.begin + user.len);
110 int ipv6_terminator = spec[serverinfo.begin] == '[' ? serverinfo.end() : -1;
114 for (int i = serverinfo.begin; i < serverinfo.end(); i++) {
127 *hostname = MakeRange(serverinfo.begin, colon);
160 int i = auth.begin + auth.len - 1;
161 while (i > auth.begin && spec[i] != '@')
166 ParseUserInfo(spec, Component(auth.begin, i - auth.begin)
251 int begin = 0; local
322 int begin = 0; local
353 int begin = 0; local
521 int begin = 0; local
804 const int begin = CountCharactersBefore(USERNAME, false); local
    [all...]
  /external/llvm/include/llvm/ADT/
SmallVector.h 112 iterator begin() { return (iterator)this->BeginX; } function in class:llvm::SmallVectorTemplateCommon
113 const_iterator begin() const { return (const_iterator)this->BeginX; } function in class:llvm::SmallVectorTemplateCommon
124 reverse_iterator rend() { return reverse_iterator(begin()); }
125 const_reverse_iterator rend() const { return const_reverse_iterator(begin());}
127 size_type size() const { return end()-begin(); }
132 size_t capacity() const { return capacity_ptr() - begin(); }
135 pointer data() { return pointer(begin()); }
137 const_pointer data() const { return const_pointer(begin()); }
140 assert(begin() + idx < end());
141 return begin()[idx]
    [all...]

Completed in 997 milliseconds

<<11121314151617181920>>