/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/ |
H A D | 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/clang/test/PCH/ |
H A D | chain-conversion-lookup.cpp | 22 int *ip2 = y.operator int*(); local
|
H A D | namespaces.cpp | 10 N1::t2 *ip2 = &int_val; variable
|
H A D | variables.c | 33 int *ip2 = &x; variable
|
/external/clang/test/Modules/ |
H A D | macros2.c | 37 LEFT_RIGHT_DIFFERENT *ip2 = &f; // expected-warning{{ambiguous expansion of macro 'LEFT_RIGHT_DIFFERENT'}} local
|
H A D | macros.c | 130 LEFT_RIGHT_DIFFERENT *ip2 = &i; // expected-warning{{ambiguous expansion of macro 'LEFT_RIGHT_DIFFERENT'}} local
|
/external/clang/test/Sema/ |
H A D | overloadable-complex.c | 35 int *ip2 = promote_or_convert(f); // expected-error{{call to 'promote_or_convert' is ambiguous}} local
|
H A D | function-redecl.c | 88 int *ip2 = outer7(x); local
|
/external/clang/test/SemaObjCXX/Inputs/ |
H A D | nullability-pragmas-1.h | 76 int_ptr_2 ip2; local 77 float *fp2 = ip2; // expected-error{{cannot initialize a variable of type 'float *' with an lvalue of type 'int_ptr_2' (aka 'int *')}}
|
/external/clang/test/Analysis/ |
H A D | malloc-sizeof.c | 15 int *ip2 = malloc(4 * sizeof(int)); local
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
H A D | 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/clang/test/SemaCXX/ |
H A D | complex-overload.cpp | 35 int *ip2 = promote_or_convert(f); // expected-error{{call to 'promote_or_convert' is ambiguous}} local
|
H A D | address-space-conversion.cpp | 25 void test_const_cast(int_ptr ip, int_ptr_1 ip1, int_ptr_2 ip2, argument 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}}
|
H A D | overload-call.cpp | 43 int* ip2 = i(iv); local 66 int* ip2 = k(("foo")); local 102 int* ip2 = n("foo"); local 158 int* ip2 = multiparm(lv, sv, lv); local
|
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ |
H A D | p1-11.cpp | 8 IP<ip> *ip2; member in struct:IP 23 IP<nullptr> ip2; variable
|
/external/clang/test/SemaTemplate/ |
H A D | address-spaces.cpp | 57 void test_accept_any_pointer(int_1_ptr ip1, int_2_ptr ip2) { argument
|
H A D | member-template-access-expr.cpp | 65 float *ip2 = x1.f1(3.14); local
|
H A D | typename-specifier.cpp | 27 typename N::B::type *ip2 = &i; // expected-error{{no type named 'type' in 'N::B'}} variable
|
/external/valgrind/perf/ |
H A D | 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/webrtc/webrtc/base/ |
H A D | network_unittest.cc | 804 IPAddress ip1, ip2; local 806 EXPECT_TRUE(IPFromString("2400:4030:1:2c00:be30:0:0:2", &ip2)); 814 net2->AddIP(ip2); 830 EXPECT_EQ(list2[0]->GetIPs()[1], ip2);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
H A D | PKIXNameConstraintValidator.java | 648 byte ip2[] = temp[2]; 651 byte minMax[][] = minMaxIPs(ip1, subnetmask1, ip2, subnetmask2); 702 byte ip2[] = new byte[ipLength]; 704 System.arraycopy(ipWithSubmask2, 0, ip2, 0, ipLength); 707 {ip1, subnetmask1, ip2, subnetmask2}; 717 * @param ip2 The second IP address. 726 byte[] ip2, 741 min2[i] = (byte)(ip2[i] & subnetmask2[i]); 742 max2[i] = (byte)(ip2[i] & subnetmask2[i] | ~subnetmask2[i]); 1727 * @param ip2 Th 723 minMaxIPs( byte[] ip1, byte[] subnetmask1, byte[] ip2, byte[] subnetmask2) argument 1730 max(byte[] ip1, byte[] ip2) argument 1749 min(byte[] ip1, byte[] ip2) argument 1770 compareTo(byte[] ip1, byte[] ip2) argument 1791 or(byte[] ip1, byte[] ip2) argument [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
H A D | 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]); 1647 * @param ip2 Th 454 minMaxIPs( byte[] ip1, byte[] subnetmask1, byte[] ip2, byte[] subnetmask2) argument 1650 max(byte[] ip1, byte[] ip2) argument 1669 min(byte[] ip1, byte[] ip2) argument 1690 compareTo(byte[] ip1, byte[] ip2) argument 1711 or(byte[] ip1, byte[] ip2) argument [all...] |
/external/chromium-libpac/src/ |
H A D | proxy_resolver_v8.cc | 236 const IPAddressNumber& ip2 = rhs.ip_address_number; local 237 if (ip1.size() != ip2.size()) 238 return ip1.size() > ip2.size(); // IPv6 before IPv4. 239 return memcmp(&ip1[0], &ip2[0], ip1.size()) < 0; // Ascending order.
|
/external/mdnsresponder/mDNSCore/ |
H A D | DNSCommon.c | 303 mDNSexport mDNSBool mDNSSameAddress(const mDNSAddr *ip1, const mDNSAddr *ip2) argument 305 if (ip1->type == ip2->type) 310 case mDNSAddrType_IPv4 : return(mDNSBool)(mDNSSameIPv4Address(ip1->ip.v4, ip2->ip.v4)); 311 case mDNSAddrType_IPv6 : return(mDNSBool)(mDNSSameIPv6Address(ip1->ip.v6, ip2->ip.v6));
|
/external/libgdx/backends/gdx-backend-moe/libs/ |
H A D | intel-moe-core.jar | META-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ... |