Searched refs:vip (Results 1 - 6 of 6) 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/apache-http/src/org/apache/http/util/
H A DVersionInfo.java249 Properties vip = null; // version info properties, if available
259 vip = props;
269 if (vip != null)
270 result = fromMap(pckg, vip, clsldr);
/external/clang/test/Sema/
H A Dformat-strings-scanf.c157 void test_qualifiers(const int *cip, volatile int* vip, argument
165 scanf("%d", vip); // No warning.
166 scanf("%n", vip); // No warning.
H A Dformat-strings.c595 void test_qualifiers(volatile int *vip, const int *cip, argument
600 printf("%n", vip); // No warning.
/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/ ...

Completed in 1167 milliseconds