HomeSort by relevance Sort by last modified time
    Searched refs:cvi (Results 1 - 6 of 6) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeFactoryTest.java 51 CanvasViewInfo cvi = CanvasViewInfo.create(lvi, true /* layoutlib5 */).getFirst(); local
54 NodeProxy proxy = m.create(cvi);
98 CanvasViewInfo cvi = CanvasViewInfo.create(lvi, true /* layoutlib5 */).getFirst(); local
101 NodeProxy proxy1 = m.create(cvi);
102 NodeProxy proxy2 = m.create(cvi);
110 CanvasViewInfo cvi = CanvasViewInfo.create(lvi, true /* layoutlib5 */).getFirst(); local
113 NodeProxy proxy1 = m.create(cvi);
114 NodeProxy proxy2 = m.create(cvi);
119 NodeProxy proxy3 = m.create(cvi);
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p5.cpp 88 extern const volatile int cvi;
93 S0<cvi> s0cv; // expected-error{{reference binding of non-type template parameter of type 'int &' to template argument of type 'const volatile int' ignores qualifiers}}
98 S1<cvi> s1cv; // expected-error{{reference binding of non-type template parameter of type 'const int &' to template argument of type 'const volatile int' ignores qualifiers}}
103 S2<cvi> s2cv; // expected-error{{reference binding of non-type template parameter of type 'volatile int &' to template argument of type 'const volatile int' ignores qualifiers}}
108 S3<cvi> s3cv;
  /external/clang/test/SemaCXX/
references.cpp 56 const volatile int cvi = 1; local
57 const int& r = cvi; // expected-error{{binding of reference to type 'const int' to a value of type 'const volatile int' drops qualifiers}}
conditional-expr.cpp 48 const volatile int cvi; member in struct:MixedFields
173 i1 ? &MixedFields::ci : &MixedFields::cvi;
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-0x.cpp 125 const volatile int cvi = 1; member in namespace:std_example_2
126 const int& r2 = cvi; // expected-error{{binding of reference to type 'const int' to a value of type 'const volatile int' drops qualifiers}}
  /external/valgrind/main/helgrind/
hg_main.c 2199 CVInfo* cvi = HG_(zalloc)("hg.mctCloa.1", sizeof(CVInfo)); local
2211 CVInfo* cvi = (CVInfo*)valW; local
2230 CVInfo* cvi; local
2287 CVInfo* cvi; local
2355 CVInfo* cvi; local
    [all...]

Completed in 204 milliseconds