HomeSort by relevance Sort by last modified time
    Searched full:iter (Results 151 - 175 of 3571) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium/chrome/browser/autofill/
name_field.h 17 static NameField* Parse(std::vector<AutofillField*>::const_iterator* iter,
33 std::vector<AutofillField*>::const_iterator* iter);
46 std::vector<AutofillField*>::const_iterator* iter);
48 std::vector<AutofillField*>::const_iterator* iter);
50 std::vector<AutofillField*>::const_iterator* iter);
52 std::vector<AutofillField*>::const_iterator* iter, bool is_ecml);
  /external/chromium/chrome/browser/ui/webui/options/
font_settings_utils_win.cc 42 std::set<std::wstring>::iterator iter; local
43 for (iter = font_names.begin(); iter != font_names.end(); iter++) {
45 font_item->Append(Value::CreateStringValue(*iter));
46 font_item->Append(Value::CreateStringValue(*iter));
  /external/chromium/net/websockets/
websocket_throttle.cc 76 ConnectingAddressMap::iterator iter = addr_map_.find(addrkey); local
77 if (iter == addr_map_.end()) {
82 iter->second->push_back(job);
91 for (ConnectingQueue::iterator iter = queue_.begin();
92 iter != queue_.end();
93 ++iter) {
94 if (*iter == job) {
95 queue_.erase(iter);
113 ConnectingAddressMap::iterator iter = addr_map_.find(addrkey); local
114 DCHECK(iter != addr_map_.end())
147 ConnectingAddressMap::iterator iter = addr_map_.find(addrkey); local
    [all...]
  /external/chromium_org/cc/test/
fake_ui_resource_layer_tree_host_impl.cc 38 UIResourceMap::const_iterator iter = fake_ui_resource_map_.find(uid); local
39 if (iter != fake_ui_resource_map_.end())
40 return iter->second.resource_id;
46 UIResourceMap::const_iterator iter = fake_ui_resource_map_.find(uid); local
47 DCHECK(iter != fake_ui_resource_map_.end());
48 return iter->second.opaque;
  /external/chromium_org/chrome/browser/automation/
automation_resource_tracker.cc 59 HandleToResourceMap::const_iterator iter = handle_to_resource_.find(handle); local
60 if (iter == handle_to_resource_.end())
63 return iter->second;
67 ResourceToHandleMap::const_iterator iter = local
69 if (iter == resource_to_handle_.end())
72 return iter->second;
  /external/chromium_org/chrome/browser/ui/panels/
test_panel_collection_squeeze_observer.cc 29 for (DockedPanelCollection::Panels::const_iterator iter = panels.begin();
30 iter != panels.end(); ++iter) {
31 if (*iter == active_panel_) {
32 if (IsSqueezed(*iter))
34 } else if (!IsSqueezed(*iter)) {
  /external/chromium_org/content/common/
font_list_win.cc 45 std::set<base::string16>::iterator iter; local
46 for (iter = font_names.begin(); iter != font_names.end(); ++iter) {
48 font_item->Append(new base::StringValue(*iter));
49 font_item->Append(new base::StringValue(*iter));
  /external/chromium_org/device/bluetooth/
bluetooth_adapter_win.cc 111 iter = on_start_discovery_callbacks_.begin();
112 iter != on_start_discovery_callbacks_.end();
113 ++iter) {
115 ui_task_runner_->PostTask(FROM_HERE, iter->first);
117 ui_task_runner_->PostTask(FROM_HERE, iter->second);
139 for (std::vector<base::Closure>::const_iterator iter =
141 iter != on_stop_discovery_callbacks_.end();
142 ++iter) {
143 ui_task_runner_->PostTask(FROM_HERE, *iter);
186 for (ScopedVector<BluetoothTaskManagerWin::DeviceState>::const_iterator iter
    [all...]
  /external/chromium_org/extensions/common/
user_script.cc 117 void UserScript::File::Unpickle(const ::Pickle& pickle, PickleIterator* iter) {
120 CHECK(pickle.ReadString(iter, &url));
168 void UserScript::Unpickle(const ::Pickle& pickle, PickleIterator* iter) {
171 CHECK(pickle.ReadInt(iter, &run_location));
175 CHECK(pickle.ReadString(iter, &extension_id_));
176 CHECK(pickle.ReadBool(iter, &emulate_greasemonkey_));
177 CHECK(pickle.ReadBool(iter, &match_all_frames_));
178 CHECK(pickle.ReadBool(iter, &incognito_enabled_));
180 UnpickleGlobs(pickle, iter, &globs_);
181 UnpickleGlobs(pickle, iter, &exclude_globs_)
    [all...]
  /external/chromium_org/ipc/
ipc_message_utils_impl.h 21 PickleIterator iter(*msg);
22 if (ReadParam(msg, &iter, p))
38 PickleIterator iter = SyncMessage::GetDataIterator(msg); local
39 return ReadParam(msg, &iter, p);
45 PickleIterator iter = SyncMessage::GetDataIterator(msg); local
46 return ReadParam(msg, &iter, p);
  /external/chromium_org/skia/ext/
skia_utils_base.cc 9 bool ReadSkString(const Pickle& pickle, PickleIterator* iter, SkString* str) {
13 if (!pickle.ReadData(iter, &reply_text, &reply_length))
21 bool ReadSkFontIdentity(const Pickle& pickle, PickleIterator* iter,
28 if (!pickle.ReadUInt32(iter, &reply_id) ||
29 !pickle.ReadUInt32(iter, &reply_ttcIndex) ||
30 !pickle.ReadData(iter, &reply_text, &reply_length))
  /external/chromium_org/third_party/angle/src/compiler/
TranslatorESSL.cpp 36 for (TExtensionBehavior::const_iterator iter = extensionBehavior.begin();
37 iter != extensionBehavior.end(); ++iter) {
38 if (iter->second != EBhUndefined) {
39 sink << "#extension " << iter->first << " : "
40 << getBehaviorString(iter->second) << "\n";
  /external/clang/test/SemaCXX/
for-range-no-std.cpp 18 struct iter { struct in namespace:NS
20 bool operator!=(iter);
23 iter begin(ADL); // expected-note {{not viable}}
24 iter end(ADL);
28 NS::iter begin(NS::NoADL); // expected-note {{not viable}}
29 NS::iter end(NS::NoADL);
  /external/icu4c/common/
ucasemap_titlecase_brkiter.cpp 33 return csm->iter;
39 delete reinterpret_cast<BreakIterator *>(csm->iter);
40 csm->iter=iterToAdopt;
53 if(csm->iter==NULL) {
54 csm->iter=ubrk_open(UBRK_WORD, csm->locale,
58 ubrk_setUText(csm->iter, &utext, pErrorCode);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.partitions/
partition.pass.cpp 12 // template<BidirectionalIterator Iter, Predicate<auto, Iter::value_type> Pred>
13 // requires ShuffleIterator<Iter>
15 // Iter
16 // partition(Iter first, Iter last, Pred pred);
31 template <class Iter>
38 Iter r = std::partition(Iter(ia), Iter(ia + sa), is_odd())
    [all...]
stable_partition.pass.cpp 12 // template<BidirectionalIterator Iter, Predicate<auto, Iter::value_type> Pred>
13 // requires ShuffleIterator<Iter>
15 // Iter
16 // stable_partition(Iter first, Iter last, Pred pred);
37 template <class Iter>
57 Iter r = std::stable_partition(Iter(array), Iter(array+size), odd_first())
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
unique_copy.h 98 for (InputIterator iter = first + begin; iter < first + end; ++iter)
100 if (!binary_pred(*iter, *(iter-1)))
103 *out++ = *iter;
112 for (InputIterator iter = first + begin; iter < first + end; ++iter)
114 if (!binary_pred(*iter, *(iter - 1))
    [all...]
  /external/chromium_org/content/browser/worker_host/
worker_service_impl.cc 138 for (WorkerProcessHostIterator iter; !iter.Done(); ++iter) {
139 if (!iter->process_launched())
144 iter->instances().begin(); instance != iter->instances().end();
149 iter->instances().begin();
150 if (first_instance == iter->instances().end())
171 iter->SetBackgrounded(throttle);
241 for (WorkerProcessHostIterator iter; !iter.Done(); ++iter)
    [all...]
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
fake_resource_manager.cc 13 for (ResourceMap::iterator iter = resource_map_.begin();
14 iter != resource_map_.end();
15 ++iter) {
16 const FakeResourceTracker* resource_tracker = iter->second;
19 << "(" << iter->first
45 ResourceMap::iterator iter = resource_map_.find(handle); local
46 ASSERT_NE(resource_map_.end(), iter) << "AddRefing unknown resource "
49 FakeResourceTracker* resource_tracker = iter->second;
61 ResourceMap::iterator iter = resource_map_.find(handle); local
62 ASSERT_NE(resource_map_.end(), iter) << "Releasing unknown resource
89 ResourceMap::iterator iter = resource_map_.find(handle); local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.remove/
remove.pass.cpp 12 // template<ForwardIterator Iter, class T>
13 // requires OutputIterator<Iter, RvalueOf<Iter::reference>::type>
14 // && HasEqualTo<Iter::value_type, T>
15 // Iter
16 // remove(Iter first, Iter last, const T& value);
26 template <class Iter>
32 Iter r = std::remove(Iter(ia), Iter(ia+sa), 2)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.binary.search/binary.search/
binary_search_comp.pass.cpp 12 // template<ForwardIterator Iter, class T, CopyConstructible Compare>
13 // requires Predicate<Compare, T, Iter::value_type>
14 // && Predicate<Compare, Iter::value_type, T>
16 // binary_search(Iter first, Iter last, const T& value, Compare comp);
25 template <class Iter, class T>
27 test(Iter first, Iter last, const T& value, bool x)
32 template <class Iter>
48 test(Iter(v.data()), Iter(v.data()+v.size()), x, true)
    [all...]
  /external/chromium_org/components/autofill/core/common/
form_field_data.cc 23 bool ReadStringVector(PickleIterator* iter,
26 if (!iter->ReadInt(&size))
31 if (!iter->ReadString16(&pickle_data))
39 bool ReadTextDirection(PickleIterator* iter,
42 if (!iter->ReadInt(&pickle_data))
49 bool ReadSize(PickleIterator* iter, size_t* size) {
51 if (!iter->ReadUInt64(&pickle_data))
115 bool DeserializeFormFieldData(PickleIterator* iter,
118 if (!iter->ReadInt(&version)) {
125 if (!iter->ReadString16(&field_data->label) |
    [all...]
  /external/icu4c/samples/citer/
citer.cpp 50 UCharCharacterIterator iter(testText, u_strlen(testText));
51 UCharCharacterIterator* test2 = (UCharCharacterIterator*)iter.clone();
55 if (iter != *test2 ) {
61 iter.getText(result1);
64 u_fprintf(out, "iter.getText() != clone.getText()\n");
72 UChar c = iter.first();
76 if (iter.startIndex() != 0 || iter.endIndex() != u_strlen(testText)) {
89 if (iter.current() != c) {
92 if (iter.getIndex() != i)
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/iterator/
token_iterator.hpp 216 template<typename Iter>
217 bool get( Iter& begin, Iter end )
219 typedef ut_detail::token_assigner<BOOST_DEDUCED_TYPENAME iterator_traversal<Iter>::type> Assigner;
220 Iter check_point;
338 template<typename Iter,
339 typename CharCompare = ut_detail::default_char_compare<BOOST_DEDUCED_TYPENAME iterator_value<Iter>::type>,
340 typename ValueType = std::basic_string<BOOST_DEDUCED_TYPENAME iterator_value<Iter>::type>,
343 : public token_iterator_base<range_token_iterator<Iter,CharCompare,ValueType,Reference>,
344 typename iterator_value<Iter>::type,CharCompare,ValueType,Reference>
    [all...]
  /external/chromium_org/base/
pickle_unittest.cc 30 PickleIterator iter(pickle);
33 EXPECT_TRUE(pickle.ReadInt(&iter, &outint));
37 EXPECT_TRUE(pickle.ReadString(&iter, &outstr));
41 EXPECT_TRUE(pickle.ReadWString(&iter, &outwstr));
45 EXPECT_TRUE(pickle.ReadBool(&iter, &outbool));
47 EXPECT_TRUE(pickle.ReadBool(&iter, &outbool));
51 EXPECT_TRUE(pickle.ReadUInt16(&iter, &outuint16));
55 EXPECT_TRUE(pickle.ReadFloat(&iter, &outfloat));
60 EXPECT_TRUE(pickle.ReadData(&iter, &outdata, &outdatalen));
65 EXPECT_FALSE(pickle.ReadInt(&iter, &outint))
    [all...]

Completed in 962 milliseconds

1 2 3 4 5 67 8 91011>>