Home
last modified time | relevance | path

Searched defs:ip1 (Results 1 – 25 of 45) sorted by relevance

12

/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
Dp1-0x.cpp36 int *ip1 = first_arg(ip); in test_simple_deduction() local
49 int *ip1 = first_arg_ref(ip); in test_simple_ref_deduction() local
64 int *ip1 = first_arg_pair(make_pair(ip, 17)); in test_pair_deduction() local
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
Dp9-0x.cpp31 int *ip1 = first_arg<int *>(0); in test_explicit_spec_simple() local
40 int *ip1 = first_arg<int *>(0, 0); in test_explicit_spec_extension() local
/external/clang/test/SemaCXX/
Doverload-call.cpp21 int* ip1 = g(iv, fv, 0); in test_g() local
42 int* ip1 = i(sv); in test_i() local
52 int* ip1 = j(ip); in test_j() local
59 int* ip1 = k("foo"); in test_k() local
79 int* ip1 = l(L"foo"); in test_l() local
101 int* ip1 = n(ca); in test_n() local
127 int* ip1 = o(PromotesToIntValue); in test_o() local
157 int* ip1 = multiparm(lv, iv, lv); in test_multiparm() local
Daddress-space-newdelete.cpp21 void test_delete(int_1 *ip1) { in test_delete()
Dnullability-declspec.cpp5 _Nullable int *ip1; // expected-error{{nullability specifier '_Nullable' cannot be applied to non-p… variable
/external/clang/test/FixIt/
Dfixit-nullability-declspec.cpp7 _Nullable int *ip1; // expected-error{{nullability specifier '_Nullable' cannot be applied to non-p… variable
/external/autotest/client/cros/cellular/
Dbase_station_interface.py25 def SetBsIpV4(self, ip1, ip2): argument
60 def SetUeIpV4(self, ip1, ip2=None): argument
Dbase_station_8960.py120 def SetBsIpV4(self, ip1, ip2): argument
170 def SetUeIpV4(self, ip1, ip2=None): argument
Dbase_station_pxt.py105 def SetBsIpV4(self, ip1, ip2): argument
140 def SetUeIpV4(self, ip1, ip2=None): argument
/external/libchrome-gestures/src/
Dprop_registry_unittest.cc73 IntProperty ip1(&reg, "hi", 567); in TEST() local
246 IntProperty ip1(&reg, "hi", 567); in TEST() local
281 IntProperty ip1(&reg, "hi", 567); in TEST() local
316 IntProperty ip1(&reg, "hi", 567); in TEST() local
/external/linux-kselftest/tools/testing/selftests/wireguard/
Dnetns.sh39 ip1() { pretty 1 "ip $*"; ip -n $netns1 "$@"; } function
/external/clang/test/PCH/
Dnamespaces.cpp9 N1::t1 *ip1 = &int_val; variable
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x509/
DPKIXNameConstraintValidator.java798 byte[] ip1, 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/
DPKIXNameConstraintValidator.java798 byte[] ip1, 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/
DPKIXNameConstraintValidator.java794 byte[] ip1, 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/
Dmalloc-sizeof.c14 int *ip1 = malloc(sizeof(1)); in foo() local
/external/clang/test/SemaTemplate/
Daddress-spaces.cpp57 void test_accept_any_pointer(int_1_ptr ip1, int_2_ptr ip2) { in test_accept_any_pointer()
Dinstantiate-field.cpp17 int* ip1 = xi->z; in test1() local
Dmember-template-access-expr.cpp64 int *ip1 = x1.f1(17); in test_X1() local
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
Dp1-11.cpp22 IP<(0)> ip1; // expected-error{{null non-type template argument must be cast to template parameter … variable
/external/cronet/net/dns/public/
Ddns_over_https_server_config_unittest.cc18 const IPAddress ip1(192, 0, 2, 1); variable
/external/zstd/lib/decompress/
Dhuf_decompress_amd64.S55 #define ip1 r9 macro
/external/lz4/tests/
DabiTest.c51 const char* const ip1 = (const char*)buff1; in checkBuffers() local
/external/webrtc/rtc_base/
Dnetwork_unittest.cc1043 IPAddress ip1, ip2; in TEST_F() local
1289 InterfaceAddress ip1; in TEST_F() local
1325 IPAddress ip1; in TEST_F() local
1461 IPAddress ip1; in TEST_F() local
1481 IPAddress ip1; in TEST_F() local
1501 IPAddress ip1; in TEST_F() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
DTricubicSplineInterpolatingFunction.java227 final int ip1 = i + 1; in TricubicSplineInterpolatingFunction() local

12