Searched refs:vip (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/SemaCXX/
H A Doverloaded-builtin-operators.cpp121 void test_with_ptrs(VolatileIntPtr vip, ConstIntPtr cip, ShortRef sr, argument
125 volatile int& vir1 = vip[sr];
126 volatile int& vir2 = sr[vip];
127 bool b1 = (vip == cip);
128 long p1 = vip - cip;
137 int volatile &ivr = *vip;
140 int volatile *vip2 = +vip;
145 int volatile &ivr2 = vip[17];
/external/clang/test/Sema/
H A Dformat-strings-scanf.c152 void test_qualifiers(const int *cip, volatile int* vip, argument
160 scanf("%d", vip); // No warning.
161 scanf("%n", vip); // No warning.
H A Dformat-strings.c579 void test_qualifiers(volatile int *vip, const int *cip, argument
584 printf("%n", vip); // No warning.
/external/apache-http/src/org/apache/http/util/
H A DVersionInfo.java244 Properties vip = null; // version info properties, if available
254 vip = props;
264 if (vip != null)
265 result = fromMap(pckg, vip, clsldr);
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp3.cpp70 void test_f3(int ***ip, volatile int ***vip) { argument
72 A<volatile int> a1 = f3(vip);
/external/robolectric/lib/main/
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
/external/smack/asmack-master/lib/
H A Dhttpcore-4.1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...

Completed in 213 milliseconds