/external/clang/test/PCH/ |
chain-conversion-lookup.cpp | 22 int *ip2 = y.operator int*(); local
|
namespaces.cpp | 10 N1::t2 *ip2 = &int_val; variable
|
variables.c | 33 int *ip2 = &x; variable
|
/external/chromium_org/net/data/proxy_resolver_v8_tracing_unittest/ |
terminate.js | 11 var ip2 = dnsResolveEx("host2"); 13 if (ip1 == "182.111.0.222" && ip2 == "111.33.44.55")
|
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ |
p1-11.cpp | 8 IP<ip> *ip2; member in struct:IP 23 IP<nullptr> ip2; variable
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/ |
p9-0x.cpp | 32 int *ip2 = first_arg<int *, float*>(0, 0); local 41 int *ip2 = first_arg<int *, float*>(0, 0, 0, 0); local
|
/external/valgrind/main/perf/ |
ffbench.c | 173 int i2rev, i3rev, ip1, ip2, ip3, ifp1, ifp2; local 186 ip2 = ip1 * n; 187 ip3 = ip2 * nrem; 189 for (i2 = 1; i2 <= ip2; i2 += ip1) { 192 for (i3 = i1; i3 <= ip3; i3 += ip2) { 199 ibit = ip2 >> 1; 207 while (ifp1 < ip2) {
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
p1-0x.cpp | 37 int *ip2 = first_arg(ip, fp); local 50 int *ip2 = first_arg_ref(ip, fp); local 65 int *ip2 = first_arg_pair(make_pair(ip, 17), make_pair(fp, 17)); local
|
/external/qemu/slirp-android/ |
helper.h | 105 ip_equal( ipaddr_t ip1, ipaddr_t ip2 ) 107 return ip1.addr == ip2.addr;
|
/external/clang/test/Analysis/ |
malloc-sizeof.c | 15 int *ip2 = malloc(4 * sizeof(int)); local
|
/external/clang/test/Sema/ |
function-redecl.c | 88 int *ip2 = outer7(x); local
|
overloadable-complex.c | 35 int *ip2 = promote_or_convert(f); // expected-error{{call to 'promote_or_convert' is ambiguous}} local
|
/external/clang/test/SemaCXX/ |
complex-overload.cpp | 35 int *ip2 = promote_or_convert(f); // expected-error{{call to 'promote_or_convert' is ambiguous}} local
|
address-space-conversion.cpp | 25 void test_const_cast(int_ptr ip, int_ptr_1 ip1, int_ptr_2 ip2, 32 (void)const_cast<int_ptr>(ip2); // expected-error{{is not allowed}} 34 (void)const_cast<int_ptr_1>(ip2); // expected-error{{is not allowed}}
|
overload-call.cpp | 40 int* ip2 = i(iv); local 57 int* ip2 = k(("foo")); // expected-warning{{conversion from string literal to 'char *' is deprecated}} local 83 int* ip2 = n("foo"); // expected-warning{{conversion from string literal to 'char *' is deprecated}} local 135 int* ip2 = multiparm(lv, sv, lv); local
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
PKIXNameConstraintValidator.java | 379 byte ip2[] = temp[2]; 382 byte minMax[][] = minMaxIPs(ip1, subnetmask1, ip2, subnetmask2); 433 byte ip2[] = new byte[ipLength]; 435 System.arraycopy(ipWithSubmask2, 0, ip2, 0, ipLength); 438 {ip1, subnetmask1, ip2, subnetmask2}; 448 * @param ip2 The second IP address. 457 byte[] ip2, 472 min2[i] = (byte)(ip2[i] & subnetmask2[i]); 473 max2[i] = (byte)(ip2[i] & subnetmask2[i] | ~subnetmask2[i]); [all...] |
/external/clang/test/Modules/ |
macros.c | 118 LEFT_RIGHT_DIFFERENT *ip2 = &i; // expected-warning{{ambiguous expansion of macro 'LEFT_RIGHT_DIFFERENT'}} local
|
/external/clang/test/SemaTemplate/ |
address-spaces.cpp | 57 void test_accept_any_pointer(int_1_ptr ip1, int_2_ptr ip2) {
|
member-template-access-expr.cpp | 65 float *ip2 = x1.f1(3.14); local
|
typename-specifier.cpp | 19 typename N::B::type *ip2 = &i; // expected-error{{no type named 'type' in 'N::B'}} \ variable
|
/external/chromium/net/proxy/ |
proxy_resolver_v8.cc | 243 const IPAddressNumber& ip2 = rhs.ip_address_number; local 244 if (ip1.size() != ip2.size()) 245 return ip1.size() > ip2.size(); // IPv6 before IPv4. 246 DCHECK(ip1.size() == ip2.size()); 247 return memcmp(&ip1[0], &ip2[0], ip1.size()) < 0; // Ascending order.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_generators.py | 1013 ip1, ip2, ip3 = i+1, i+2, i+3 1020 for values[ip2] in g2(): 1028 for values[ip2] in g2(): [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_generators.py | 1013 ip1, ip2, ip3 = i+1, i+2, i+3 1020 for values[ip2] in g2(): 1028 for values[ip2] in g2(): [all...] |
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
PackageManagerTests.java | 2695 InstallParams ip2 = null; local [all...] |
/external/chromium-libpac/src/ |
proxy_resolver_v8.cc | 238 const IPAddressNumber& ip2 = rhs.ip_address_number; local 239 if (ip1.size() != ip2.size()) 240 return ip1.size() > ip2.size(); // IPv6 before IPv4. 241 return memcmp(&ip1[0], &ip2[0], ip1.size()) < 0; // Ascending order.
|