| /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ | 
| D | p1-0x.cpp | 37   int *ip2 = first_arg(ip, fp);  in test_simple_deduction()  local 50   int *ip2 = first_arg_ref(ip, fp);  in test_simple_ref_deduction()  local 65   int *ip2 = first_arg_pair(make_pair(ip, 17), make_pair(fp, 17));  in test_pair_deduction()  local
  | 
| /external/clang/test/SemaCXX/ | 
| D | delete-and-function-templates.cpp | 63 …int *ip2 = g(3.14); // this is OK - because the non-int specializations are deleted and sfinae's o…  in foo()  local 79 …int *ip2 = g(3.14); // this is OK - because the non-int specializations are deleted and sfinae's o…  in foo()  local 101 …int *ip2 = g1(3.14, 3); // this is OK - because the non-int specializations are deleted and sfinae…  in foo()  local
  | 
| D | overload-call.cpp | 43   int* ip2 = i(iv);  in test_i()  local 66   int* ip2 = k(("foo"));  in test_k()  local 102   int* ip2 = n("foo");  in test_n()  local 158   int* ip2 = multiparm(lv, sv, lv);  in test_multiparm()  local
  | 
| D | complex-overload.cpp | 35   int *ip2 = promote_or_convert(f); // expected-error{{call to 'promote_or_convert' is ambiguous}}  in test_promote_or_convert()  local
  | 
| /external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/ | 
| D | p9-0x.cpp | 32   int *ip2 = first_arg<int *, float*>(0, 0);  in test_explicit_spec_simple()  local 41   int *ip2 = first_arg<int *, float*>(0, 0, 0, 0);  in test_explicit_spec_extension()  local
  | 
| /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ | 
| D | p1-11.cpp | 8   IP<ip> *ip2;  member 23 IP<nullptr> ip2;  variable
  | 
| /external/autotest/client/cros/cellular/ | 
| D | base_station_interface.py | 25     def SetBsIpV4(self, ip1, ip2):  argument 60     def SetUeIpV4(self, ip1, ip2=None):  argument
  | 
| D | base_station_8960.py | 120     def SetBsIpV4(self, ip1, ip2):  argument 170     def SetUeIpV4(self, ip1, ip2=None):  argument
  | 
| D | base_station_pxt.py | 105     def SetBsIpV4(self, ip1, ip2):  argument 140     def SetUeIpV4(self, ip1, ip2=None):  argument
  | 
| /external/clang/test/PCH/ | 
| D | chain-conversion-lookup.cpp | 22   int *ip2 = y.operator int*();  in main()  local
  | 
| D | namespaces.cpp | 10 N1::t2 *ip2 = &int_val;  variable
  | 
| D | variables.c | 33 int *ip2 = &x;  variable
  | 
| /external/linux-kselftest/tools/testing/selftests/wireguard/ | 
| D | netns.sh | 40 ip2() { pretty 2 "ip $*"; ip -n $netns2 "$@"; }  function
  | 
| /external/clang/test/Modules/ | 
| D | macros2.c | 37 …LEFT_RIGHT_DIFFERENT *ip2 = &f; // expected-warning{{ambiguous expansion of macro 'LEFT_RIGHT_DIFF…  in test()  local
  | 
| D | macros.c | 130 …LEFT_RIGHT_DIFFERENT *ip2 = &i; // expected-warning{{ambiguous expansion of macro 'LEFT_RIGHT_DIFF…  in test2()  local
  | 
| /external/clang/test/SemaObjCXX/Inputs/ | 
| D | nullability-pragmas-1.h | 76   int_ptr_2 ip2;  in f30()  local
  | 
| /external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x509/ | 
| D | PKIXNameConstraintValidator.java | 800         byte[] ip2,  in minMaxIPs() 1864     private static byte[] max(byte[] ip1, byte[] ip2)  in max() 1883     private static byte[] min(byte[] ip1, byte[] ip2)  in min() 1904     private static int compareTo(byte[] ip1, byte[] ip2)  in compareTo() 1925     private static byte[] or(byte[] ip1, byte[] ip2)  in or()
  | 
| /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/ | 
| D | PKIXNameConstraintValidator.java | 800         byte[] ip2,  in minMaxIPs() 1864     private static byte[] max(byte[] ip1, byte[] ip2)  in max() 1883     private static byte[] min(byte[] ip1, byte[] ip2)  in min() 1904     private static int compareTo(byte[] ip1, byte[] ip2)  in compareTo() 1925     private static byte[] or(byte[] ip1, byte[] ip2)  in or()
  | 
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ | 
| D | PKIXNameConstraintValidator.java | 796         byte[] ip2,  in minMaxIPs() 1860     private static byte[] max(byte[] ip1, byte[] ip2)  in max() 1879     private static byte[] min(byte[] ip1, byte[] ip2)  in min() 1900     private static int compareTo(byte[] ip1, byte[] ip2)  in compareTo() 1921     private static byte[] or(byte[] ip1, byte[] ip2)  in or()
  | 
| /external/clang/test/Analysis/ | 
| D | malloc-sizeof.c | 15   int *ip2 = malloc(4 * sizeof(int));  in foo()  local
  | 
| /external/clang/test/Sema/ | 
| D | overloadable-complex.c | 35   int *ip2 = promote_or_convert(f); // expected-error{{call to 'promote_or_convert' is ambiguous}}  in test_promote_or_convert()  local
  | 
| D | function-redecl.c | 88   int *ip2 = outer7(x);  in outer_test2()  local
  | 
| /external/clang/test/SemaTemplate/ | 
| D | address-spaces.cpp | 57 void test_accept_any_pointer(int_1_ptr ip1, int_2_ptr ip2) {  in test_accept_any_pointer()
  | 
| /external/cronet/net/dns/public/ | 
| D | dns_over_https_server_config_unittest.cc | 19 const IPAddress ip2(0x20, 0x01, 0x0d, 0xb8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1);  variable
  | 
| /external/zstd/lib/decompress/ | 
| D | huf_decompress_amd64.S | 56 #define ip2    r10  macro
  |