HomeSort by relevance Sort by last modified time
    Searched defs:Iter (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/clang/test/SemaTemplate/
instantiate-overloaded-arrow.cpp 9 struct Iter {
15 (void)Iter()->x;
  /external/chromium_org/third_party/skia/include/lazy/
SkLruImageCache.h 58 typedef SkTInternalLList<CachedPixels>::Iter Iter;
  /external/skia/include/lazy/
SkLruImageCache.h 58 typedef SkTInternalLList<CachedPixels>::Iter Iter;
  /external/chromium_org/third_party/skia/src/utils/
SkOSFile.cpp 70 SkOSFile::Iter::Iter() : fHandle(0), fPath16(NULL)
74 SkOSFile::Iter::Iter(const char path[], const char suffix[]) : fHandle(0), fPath16(NULL)
79 SkOSFile::Iter::~Iter()
86 void SkOSFile::Iter::reset(const char path[], const char suffix[])
139 bool SkOSFile::Iter::next(SkString* name, bool getDir)
166 SkOSFile::Iter::Iter() : fDIR(0
    [all...]
  /external/skia/src/utils/
SkOSFile.cpp 70 SkOSFile::Iter::Iter() : fHandle(0), fPath16(NULL)
74 SkOSFile::Iter::Iter(const char path[], const char suffix[]) : fHandle(0), fPath16(NULL)
79 SkOSFile::Iter::~Iter()
86 void SkOSFile::Iter::reset(const char path[], const char suffix[])
139 bool SkOSFile::Iter::next(SkString* name, bool getDir)
166 SkOSFile::Iter::Iter() : fDIR(0
    [all...]
  /external/chromium/testing/gtest/scripts/
gen_gtest_pred_impl.py 189 def Iter(n, format, sep=''):
197 Iter(3, 'v%s', sep=', ') returns 'v1, v2, v3'.
211 'vs' : Iter(n, 'v%s', sep=', '),
212 'vts' : Iter(n, '#v%s', sep=', '),
223 impl += Iter(n, """,
229 impl += Iter(n, """,
235 impl += Iter(n, """,
245 impl += Iter(n, """
250 impl += Iter(n, """
267 impl += Iter(n, """, \
    [all...]
  /external/chromium_org/testing/gtest/scripts/
gen_gtest_pred_impl.py 189 def Iter(n, format, sep=''):
197 Iter(3, 'v%s', sep=', ') returns 'v1, v2, v3'.
211 'vs' : Iter(n, 'v%s', sep=', '),
212 'vts' : Iter(n, '#v%s', sep=', '),
223 impl += Iter(n, """,
229 impl += Iter(n, """,
235 impl += Iter(n, """,
245 impl += Iter(n, """
250 impl += Iter(n, """
267 impl += Iter(n, """, \
    [all...]
  /external/gtest/scripts/
gen_gtest_pred_impl.py 189 def Iter(n, format, sep=''):
197 Iter(3, 'v%s', sep=', ') returns 'v1, v2, v3'.
211 'vs' : Iter(n, 'v%s', sep=', '),
212 'vts' : Iter(n, '#v%s', sep=', '),
223 impl += Iter(n, """,
229 impl += Iter(n, """,
235 impl += Iter(n, """,
245 impl += Iter(n, """
250 impl += Iter(n, """
267 impl += Iter(n, """, \
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/scripts/
gen_gtest_pred_impl.py 189 def Iter(n, format, sep=''):
197 Iter(3, 'v%s', sep=', ') returns 'v1, v2, v3'.
211 'vs' : Iter(n, 'v%s', sep=', '),
212 'vts' : Iter(n, '#v%s', sep=', '),
223 impl += Iter(n, """,
229 impl += Iter(n, """,
235 impl += Iter(n, """,
245 impl += Iter(n, """
250 impl += Iter(n, """
267 impl += Iter(n, """, \
    [all...]
  /external/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp 44 typedef MachineBasicBlock::iterator Iter;
  /external/protobuf/gtest/scripts/
gen_gtest_pred_impl.py 189 def Iter(n, format, sep=''):
197 Iter(3, 'v%s', sep=', ') returns 'v1, v2, v3'.
211 'vs' : Iter(n, 'v%s', sep=', '),
212 'vts' : Iter(n, '#v%s', sep=', '),
223 impl += Iter(n, """,
229 impl += Iter(n, """,
235 impl += Iter(n, """,
246 impl += Iter(n, """
251 impl += Iter(n, """
269 impl += Iter(n, """, \
    [all...]
  /external/skia/tests/
skia_test.cpp 27 class Iter {
29 Iter(Reporter* r) : fReporter(r) {
38 ~Iter() {
203 Iter iter(&reporter);
215 while ((test = iter.next()) != NULL) {
226 iter.reset();
233 SkAutoTDelete<Test> test(iter.next());
  /external/chromium_org/third_party/skia/include/core/
SkDataSet.h 43 class Iter {
45 Iter(const SkDataSet& ds) {
SkOSFile.h 97 class Iter {
99 Iter();
100 Iter(const char path[], const char suffix[] = NULL);
101 ~Iter();
SkDeque.h 65 class Iter {
75 Iter();
77 Iter(const SkDeque& d, IterStart startLoc);
89 // Inherit privately from Iter to prevent access to reverse iteration
90 class F2BIter : private Iter {
95 * Wrap Iter's 2 parameter ctor to force initialization to the
100 using Iter::next;
103 * Wrap Iter::reset to force initialization to the beginning of the
111 typedef Iter INHERITED;
SkTDict.h 111 friend class Iter;
114 class Iter {
116 Iter(const SkTDict<T>& dict)
158 friend class Iter;
SkMetaData.h 129 class Iter;
130 friend class Iter;
132 class Iter {
134 Iter() : fRec(NULL) {}
135 Iter(const SkMetaData&);
SkTInternalLList.h 177 class Iter {
184 Iter() : fCurr(NULL) {}
185 Iter(const Iter& iter) : fCurr(iter.fCurr) {}
186 Iter& operator= (const Iter& iter) { fCurr = iter.fCurr; return *this;
229 Iter iter; local
    [all...]
  /external/skia/include/core/
SkDataSet.h 43 class Iter {
45 Iter(const SkDataSet& ds) {
SkOSFile.h 97 class Iter {
99 Iter();
100 Iter(const char path[], const char suffix[] = NULL);
101 ~Iter();
SkDeque.h 65 class Iter {
75 Iter();
77 Iter(const SkDeque& d, IterStart startLoc);
89 // Inherit privately from Iter to prevent access to reverse iteration
90 class F2BIter : private Iter {
95 * Wrap Iter's 2 parameter ctor to force initialization to the
100 using Iter::next;
103 * Wrap Iter::reset to force initialization to the beginning of the
111 typedef Iter INHERITED;
SkTDict.h 111 friend class Iter;
114 class Iter {
116 Iter(const SkTDict<T>& dict)
158 friend class Iter;
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFTypes.h 426 class Iter {
428 explicit Iter(const SkPDFDict& dict);
  /external/chromium_org/tools/telemetry/telemetry/core/timeline/
model.py 90 def Iter(container):
93 Iter(container)
95 Iter(process)
  /external/skia/src/pdf/
SkPDFTypes.h 426 class Iter {
428 explicit Iter(const SkPDFDict& dict);

Completed in 1252 milliseconds

1 2 3