Searched defs:iterator (Results 1 - 25 of 621) sorted by relevance

1234567891011>>

/external/chromium_org/v8/test/intl/break-iterator/
H A Dwellformed-unsupported-locale.js30 var iterator = Intl.v8BreakIterator(['xx']); variable
32 assertEquals(iterator.resolvedOptions().locale, %GetDefaultICULocale());
H A Dprotected-icu-internals.js32 var iterator = new Intl.v8BreakIterator([]);
35 iterator.iterator = {'zzz':'some random object'};
37 assertFalse(iterator.iterator.hasOwnProperty('zzz'));
42 Object.defineProperty(iterator, 'iterator', {value: undefined});
49 assertFalse(delete iterator.iterator);
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DListHashSetTest.cpp65 ListHashSet<int>::iterator iterator = list.begin(); local
66 ASSERT_EQ(1, *iterator);
67 ++iterator;
68 ASSERT_EQ(2, *iterator);
69 ++iterator;
70 ASSERT_EQ(3, *iterator);
71 ++iterator;
104 ListHashSet<int>::iterator iterator local
126 ListHashSet<int>::iterator iterator = list.begin(); local
165 ListHashSet<int>::iterator iterator = list.begin(); local
[all...]
/external/clang/test/SemaCXX/
H A DPR8755.cpp5 typedef int iterator; // expected-note{{declared here}} typedef in struct:A
10 class A <T> ::iterator foo; // expected-error{{elaborated type refers to a typedef}}
/external/chromium/chrome/browser/prefs/
H A Dpref_value_map.h20 typedef std::map<std::string, Value*>::iterator iterator; typedef in class:PrefValueMap
43 iterator begin();
44 iterator end();
H A Dvalue_map_pref_store.h18 typedef std::map<std::string, Value*>::iterator iterator; typedef in class:ValueMapPrefStore
30 iterator begin();
31 iterator end();
/external/chromium_org/base/prefs/
H A Dpref_value_map.h22 typedef std::map<std::string, base::Value*>::iterator iterator; typedef in class:PrefValueMap
48 iterator begin();
49 iterator end();
/external/chromium_org/chrome/browser/ui/android/tab_model/
H A Dtab_model_list.h23 typedef TabModelVector::iterator iterator; typedef in class:TabModelList
/external/clang/test/Parser/
H A Dcxx0x-for-range.cpp8 typedef pair<T,U> *iterator; typedef in struct:map
9 iterator begin();
10 iterator end();
/external/guava/guava/src/com/google/common/collect/
H A DSortedIterable.java37 * Returns an iterator over elements of type {@code T}. The elements are returned in
41 Iterator<T> iterator(); method in interface:SortedIterable
/external/chromium/chrome/browser/automation/
H A Dautomation_provider_list.h19 typedef list_type::iterator iterator; typedef in class:AutomationProviderList
/external/chromium_org/chrome/browser/android/
H A Dresource_mapper.cc27 ResourceMap::iterator iterator = g_id_map.Get().find(resource_id); local
28 if (iterator != g_id_map.Get().end()) {
29 return iterator->second;
/external/chromium_org/chrome/browser/automation/
H A Dautomation_provider_list.h19 typedef list_type::iterator iterator; typedef in class:AutomationProviderList
/external/chromium_org/chrome/browser/ui/app_modal_dialogs/
H A Dapp_modal_dialog_queue.h21 typedef std::deque<AppModalDialog*>::iterator iterator; typedef in class:AppModalDialogQueue
56 iterator begin() { return app_modal_dialog_queue_.begin(); }
57 iterator end() { return app_modal_dialog_queue_.end(); }
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DMinimalIterable.java25 * invocations of the {@link #iterator()} method after the first, and whose
26 * iterator is always unmodifiable.
33 * <li>returning the same iterator again
36 * implementations have, of returning a new, independent iterator
40 * invoke the {@code iterator} method only once, and should be tested using this
53 * Returns an iterable whose iterator returns the given elements in order.
56 // Make sure to get an unmodifiable iterator
57 return new MinimalIterable<E>(Arrays.asList(elements).iterator());
61 * Returns an iterable whose iterator returns the given elements in order.
70 private Iterator<E> iterator; field in class:MinimalIterable
72 MinimalIterable(Iterator<E> iterator) argument
77 public Iterator<E> iterator() { method in class:MinimalIterable
[all...]
/external/javassist/src/main/javassist/convert/
H A DTransformAfter.java30 protected int match2(int pos, CodeIterator iterator) throws BadBytecode { argument
31 iterator.move(pos);
32 iterator.insert(saveCode);
33 iterator.insert(loadCode);
34 int p = iterator.insertGap(3);
35 iterator.setMark(p);
36 iterator.insert(loadCode);
37 pos = iterator.next();
38 p = iterator.getMark();
39 iterator
[all...]
/external/chromium/net/http/
H A Dhttp_net_log_params.cc24 HttpRequestHeaders::Iterator iterator(headers_);
25 while (iterator.GetNext()) {
28 iterator.name().c_str(),
29 iterator.value().c_str())));
45 void* iterator = NULL; local
48 while (headers_->EnumerateHeaderLines(&iterator, &name, &value)) {
/external/chromium_org/cc/base/
H A Dscoped_ptr_deque.h29 // On Android the iterator is not a class, so we can't block assignment.
30 typedef typename std::deque<T*>::iterator iterator; typedef in class:cc::ScopedPtrDeque
32 // Ban setting values on the iterator directly. New pointers must be passed
34 class iterator : public std::deque<T*>::iterator { class in class:cc::ScopedPtrDeque
36 explicit iterator(const typename std::deque<T*>::iterator& other) function in class:cc::ScopedPtrDeque::iterator
37 : std::deque<T*>::iterator(other) {}
38 T* const& operator*() { return std::deque<T*>::iterator
[all...]
H A Dscoped_ptr_vector.h29 // On Android the iterator is not a class, so we can't block assignment.
30 typedef typename std::vector<T*>::iterator iterator; typedef in class:cc::ScopedPtrVector
32 // Ban setting values on the iterator directly. New pointers must be passed
34 class iterator : public std::vector<T*>::iterator { class in class:cc::ScopedPtrVector
36 iterator(const typename std::vector<T*>::iterator& other) // NOLINT function in class:cc::ScopedPtrVector::iterator
37 : std::vector<T*>::iterator(other) {}
38 T* const& operator*() { return std::vector<T*>::iterator
[all...]
/external/chromium_org/chrome/renderer/spellchecker/
H A Dspellcheck_worditerator_unittest.cc123 SpellcheckWordIterator iterator; local
124 EXPECT_TRUE(iterator.Initialize(&attributes,
126 EXPECT_TRUE(iterator.SetText(input.c_str(), input.length()));
135 while (iterator.GetNextWord(&actual_word, &actual_start, &actual_end)) {
154 SpellcheckWordIterator iterator;
155 EXPECT_TRUE(iterator.Initialize(&attributes, true));
156 EXPECT_TRUE(iterator.SetText(input.c_str(), input.length()));
159 // iterator.GetNextWord() call gets stuck in an infinite loop. Therefore, this
163 EXPECT_FALSE(iterator.GetNextWord(&actual_word, &actual_start, &actual_end));
218 SpellcheckWordIterator iterator;
[all...]
/external/chromium_org/components/policy/core/common/
H A Dpolicy_bundle.h22 typedef MapType::iterator iterator; typedef in class:policy::PolicyBundle
50 iterator begin() { return policy_bundle_.begin(); }
51 iterator end() { return policy_bundle_.end(); }
/external/chromium_org/content/browser/geolocation/
H A Dwifi_data_provider_common_win.cc33 const uint8 *iterator = reinterpret_cast<const uint8*>(&bss_id_list.Bssid[0]); local
38 reinterpret_cast<const NDIS_WLAN_BSSID*>(iterator);
41 iterator + bss_id->Length > end_of_buffer) {
50 iterator += bss_id->Length;
/external/chromium_org/content/public/browser/
H A Drender_process_host.h43 typedef IDMap<RenderProcessHost>::iterator iterator; typedef in class:content::RenderProcessHost
230 static iterator AllHostsIterator();
/external/chromium_org/extensions/common/
H A Durl_pattern_set.h26 typedef std::set<URLPattern>::iterator iterator; typedef in class:extensions::URLPatternSet
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentOrderedList.h49 typedef ListHashSet<Node*, 32>::iterator iterator; typedef in class:WebCore::DocumentOrderedList
51 iterator begin() { return m_nodes.begin(); }
52 iterator end() { return m_nodes.end(); }

Completed in 1032 milliseconds

1234567891011>>