Home
last modified time | relevance | path

Searched defs:s2 (Results 1 – 25 of 46) sorted by relevance

12

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DStaticIpConfigurationTest.java103 StaticIpConfiguration s2 = new StaticIpConfiguration(s1); in testCopyAndClear() local
139 StaticIpConfiguration s2 = new StaticIpConfiguration(s); in testHashCodeAndEquals() local
218 StaticIpConfiguration s2 = null; in passThroughParcel() local
233 StaticIpConfiguration s2 = passThroughParcel(s); in testParceling() local
/packages/modules/Bluetooth/system/embdrv/sbc/decoder/include/
Doi_string.h61 #define OI_MemCmp(s1, s2, n) memcmp((s1), (s2), (n)) argument
65 #define OI_Strcmp(s1, s2) strcmp((s1), (s2)) argument
66 #define OI_Strncmp(s1, s2, n) strncmp((s1), (s2), (n)) argument
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DUidRangeUtilsTest.java51 @Nullable final Set<UidRange> s2) { in assertInSameRange()
57 @Nullable final UidRange r1, @Nullable final Set<UidRange> s2) { in assertNotInSameRange()
195 @Nullable final Set<UidRange> s2) { in assertRangeOverlaps()
201 @Nullable final Set<UidRange> s1, @Nullable final Set<UidRange> s2) { in assertRangeDoesNotOverlap()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarUxRestrictionsConfigurationTest.java295 Builder.SpeedRange s2 = in testSpeedRangeComparison_DifferentMin() local
305 Builder.SpeedRange s2 = in testSpeedRangeComparison_SameMin() local
314 Builder.SpeedRange s2 = in testSpeedRangeComparison_SameMinDifferentMax() local
324 Builder.SpeedRange s2 = in testSpeedRangeComparison_MaxSpeed() local
333 Builder.SpeedRange s1, s2; in testSpeedRangeEquals() local
/packages/apps/DevCamera/src/com/android/devcamera/
DCameraInterface.java102 void setNoiseEdgeText(String s1, String s2); in setNoiseEdgeText()
107 void setNoiseEdgeTextForReprocessing(String s1, String s2); in setNoiseEdgeTextForReprocessing()
/packages/modules/Connectivity/staticlibs/netd/libnetdutils/
DSliceTest.cpp36 Slice s2 = makeSlice(mRaw); in TEST_F() local
58 Slice s2(s1); in TEST_F() local
DStatusTest.cpp67 Status s2(666, "EDAEMON"); in TEST() local
/packages/modules/AdServices/adservices/libraries/health/runners/concurrent-longevity/adservices/src/android/adservices/test/longevity/concurrent/
DConcurrentProfile.java395 public int compare(Scenario s1, Scenario s2) { in compare()
407 public int compare(Scenario s1, Scenario s2) { in compare()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DScanDetailCacheTest.java71 ScanDetail s2 = createScanDetailForNetwork(mWifiConfiguration, TEST_BSSID_2, in testGetMostRecentScanResult() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/internal/util/
DFunctionUtilsTest.java115 Supplier<Integer> s2 = FunctionalUtils.uncheckExceptions(ts); in testUncheckedExceptionsThrowingSupplier() local
/packages/modules/DnsResolver/tests/
Dresolv_tls_unit_test.cpp764 bool isAddressEqual(const DnsTlsServer& s1, const DnsTlsServer& s2) { in isAddressEqual()
771 void checkUnequal(const DnsTlsServer& s1, const DnsTlsServer& s2) { in checkUnequal()
782 void checkEqual(const DnsTlsServer& s1, const DnsTlsServer& s2) { in checkEqual()
813 DnsTlsServer s2(IPAddress::forString("fe80::1%2")); in TEST_F() local
823 DnsTlsServer s2(IPSockAddr::toIPSockAddr("192.0.2.1", 854)); in TEST_F() local
841 DnsTlsServer s1(V4ADDR1), s2(V4ADDR1); in TEST_F() local
853 DnsTlsServer s1(V4ADDR1), s2(V4ADDR1); in TEST_F() local
/packages/apps/Settings/tests/legacy_unit/src/com/android/settings/accounts/
DAuthenticator.java38 public Bundle addAccount(AccountAuthenticatorResponse r, String s, String s2, String[] strings, in addAccount()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/
DAuthenticator.java44 AccountAuthenticatorResponse r, String s, String s2, String[] strings, Bundle bundle) in addAccount()
/packages/apps/Contacts/tests/src/com/android/contacts/model/account/
DExternalAccountTypeTest.java227 private static int findCommonPrefixEnd(String s1, String s2) { in findCommonPrefixEnd()
/packages/modules/NeuralNetworks/runtime/test/
DTestOpenmpSettings.cpp60 ScopedOpenmpSettings s2; in TEST_F() local
/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/
DDeviceInfoUtils.java128 public static int compareMajorMinorVersion(final String s1, final String s2) { in compareMajorMinorVersion()
/packages/apps/TV/src/com/android/tv/data/api/
DBaseProgram.java33 static int numberCompare(String s1, String s2) { in numberCompare()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/usagereporting/
DSearchSessionStatsExtractor.java363 private static int getCommonPrefixLength(@NonNull String s1, @NonNull String s2) { in getCommonPrefixLength()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiScoreReport.java651 int s2 = mVelocityBasedConnectedScore.generateScore(); in calculateAndReportScore() local
751 private void updateWifiMetrics(long now, int s2) { in updateWifiMetrics()
858 private void logLinkMetrics(long now, int netId, int s1, int s2, int score) { in logLinkMetrics()
/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_log_history.cc89 auto s2 = bluetooth::common::StringFormatTime(kTimeFormat, tm); in Dump() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/
DConversationListPreferenceControllerTest.java224 ShortcutInfo s2 = new ShortcutInfo.Builder(mContext, "two").setShortLabel( in testCompareSpans() local
/packages/modules/Bluetooth/system/stack/test/btm/
Dstack_btm_sec_test.cc305 auto s2 = common::StringFormatTime(kTimeFormat, tm); in TEST_F() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/util/
DStateMachine.java294 private boolean equal(State s1, State s2) { in equal()
/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
Dtranspose_conv2d.mod.py72 s2 = Int32Vector("shape", [1, 3, 4, 1]) # output shape variable
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DLocalSource.java251 String s2 = p2.path.getSuffix(); in compare() local

12