Home
last modified time | relevance | path

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

12345

/aosp_15_r20/external/clang/test/SemaCXX/
H A 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
H A Daddress-space-newdelete.cpp21 void test_delete(int_1 *ip1) { in test_delete()
H A Dnullability-declspec.cpp5 _Nullable int *ip1; // expected-error{{nullability specifier '_Nullable' cannot be applied to non-p… variable
/aosp_15_r20/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A 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
/aosp_15_r20/external/libchrome-gestures/src/
H A Dprop_registry_unittest.cc73 IntProperty ip1(&reg, "hi", 567); in TEST() local
251 IntProperty ip1(&reg, "hi", 567); in TEST() local
286 IntProperty ip1(&reg, "hi", 567); in TEST() local
321 IntProperty ip1(&reg, "hi", 567); in TEST() local
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/
H A 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()
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x509/
H A 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()
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A 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()
/aosp_15_r20/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
H A 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
/aosp_15_r20/external/autotest/client/cros/cellular/
H A Dbase_station_interface.py25 def SetBsIpV4(self, ip1, ip2): argument
60 def SetUeIpV4(self, ip1, ip2=None): argument
H A Dbase_station_8960.py120 def SetBsIpV4(self, ip1, ip2): argument
170 def SetUeIpV4(self, ip1, ip2=None): argument
H A Dbase_station_pxt.py105 def SetBsIpV4(self, ip1, ip2): argument
140 def SetUeIpV4(self, ip1, ip2=None): argument
/aosp_15_r20/external/webrtc/rtc_base/
H A 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
/aosp_15_r20/external/zstd/lib/compress/
H A Dzstd_fast.c168 const BYTE* ip1; in ZSTD_compressBlock_fast_noDict_generic() local
477 const BYTE* ip1 = ip0 + stepSize; /* we assert below that stepSize >= 1 */ in ZSTD_compressBlock_fast_dictMatchState_generic() local
719 const BYTE* ip1; in ZSTD_compressBlock_fast_extDict_generic() local
/aosp_15_r20/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/internal/rbac/engine/
H A DGrpcAuthorizationEngineTest.java105 CidrMatcher ip1 = CidrMatcher.create(InetAddress.getByName(IP_ADDR1), 24); in ipMatcher() local
345 CidrMatcher ip1 = CidrMatcher.create(InetAddress.getByName(IP_ADDR1), 24); in multiplePolicies() local
/aosp_15_r20/external/clang/test/FixIt/
H A Dfixit-nullability-declspec.cpp7 _Nullable int *ip1; // expected-error{{nullability specifier '_Nullable' cannot be applied to non-p… variable
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/wireguard/
H A Dnetns.sh41 ip1() { pretty 1 "ip $*"; ip -n $netns1 "$@"; } function
/aosp_15_r20/external/clang/test/PCH/
H A Dnamespaces.cpp9 N1::t1 *ip1 = &int_val; variable
/aosp_15_r20/external/clang/test/Analysis/
H A Dmalloc-sizeof.c14 int *ip1 = malloc(sizeof(1)); in foo() local
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/util/
DCubicBezierInterpolator.java59 float ip1 = linearInterpolate(p1, p2, t); in getCoordinate() local
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Daddress-spaces.cpp57 void test_accept_any_pointer(int_1_ptr ip1, int_2_ptr ip2) { in test_accept_any_pointer()
/aosp_15_r20/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/
DDdrTrackerTest.java137 final InetAddress ip1 = InetAddress.parseNumericAddress("1.2.3.4"); in testNotifyLinkPropertiesChanged() local
/aosp_15_r20/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1-11.cpp22 IP<(0)> ip1; // expected-error{{null non-type template argument must be cast to template parameter … variable
/aosp_15_r20/external/cronet/net/dns/public/
H A Ddns_over_https_server_config_unittest.cc19 const IPAddress ip1(192, 0, 2, 1); variable
/aosp_15_r20/external/zstd/lib/decompress/
H A Dhuf_decompress_amd64.S76 #define ip1 r9 macro

12345