/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
D | splay.js | 240 var current = opt_startNode || this.root_; 241 while (current.right) { 242 current = current.right; 244 return current; 304 var current = this.root_; 306 if (key < current.key) { 307 if (!current.left) { 310 if (key < current.left.key) { 312 var tmp = current.left; 313 current.left = tmp.right; [all …]
|
/cts/tests/tests/net/jni/ |
D | NativeDnsJni.c | 43 struct addrinfo *current = answer; in Java_android_net_cts_DnsTest_testNativeDns() local 44 while (current != NULL) { in Java_android_net_cts_DnsTest_testNativeDns() 46 if (current->ai_addr->sa_family == AF_INET) { in Java_android_net_cts_DnsTest_testNativeDns() 47 inet_ntop(current->ai_family, &((struct sockaddr_in *)current->ai_addr)->sin_addr, in Java_android_net_cts_DnsTest_testNativeDns() 51 } else if (current->ai_addr->sa_family == AF_INET6) { in Java_android_net_cts_DnsTest_testNativeDns() 52 inet_ntop(current->ai_family, &((struct sockaddr_in6 *)current->ai_addr)->sin6_addr, in Java_android_net_cts_DnsTest_testNativeDns() 57 current = current->ai_next; in Java_android_net_cts_DnsTest_testNativeDns() 76 struct addrinfo *current = answer; in Java_android_net_cts_DnsTest_testNativeDns() local 77 while (current != NULL) { in Java_android_net_cts_DnsTest_testNativeDns() 79 if (current->ai_addr->sa_family == AF_INET) { in Java_android_net_cts_DnsTest_testNativeDns() [all …]
|
/cts/hostsidetests/appsecurity/test-apps/keysets/uA/ |
D | Android.mk | 21 LOCAL_SDK_VERSION := current 32 LOCAL_SDK_VERSION := current 44 LOCAL_SDK_VERSION := current 56 LOCAL_SDK_VERSION := current
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
D | PackageManagerTest.java | 125 String current; in checkActivityInfoName() local 127 current = infoIterator.next().activityInfo.name; in checkActivityInfoName() 128 if (current.equals(expectedName)) { in checkActivityInfoName() 139 String current; in checkServiceInfoName() local 141 current = infoIterator.next().serviceInfo.name; in checkServiceInfoName() 142 if (current.equals(expectedName)) { in checkServiceInfoName() 162 String current; in checkProviderInfoName() local 164 current = infoIterator.next().name; in checkProviderInfoName() 165 if (current.equals(expectedName)) { in checkProviderInfoName() 177 String current; in checkInstrumentationInfoName() local [all …]
|
D | ProviderInfoTest.java | 43 ProviderInfo current; in testProviderInfo() local 45 current = providerIterator.next(); in testProviderInfo() 46 if (current.name.equals(PROVIDER_NAME)) { in testProviderInfo() 47 checkProviderInfoMethods(current, p); in testProviderInfo()
|
/cts/hostsidetests/appsecurity/test-apps/keysets/uB/ |
D | Android.mk | 21 LOCAL_SDK_VERSION := current 33 LOCAL_SDK_VERSION := current 45 LOCAL_SDK_VERSION := current
|
/cts/suite/cts/deviceTests/opengl/jni/primitive/shaderperf/ |
D | ShaderPerfRenderer.cpp | 84 char current; in charCopy() local 86 current = source[srcAddr]; in charCopy() 87 dest[destAddr] = current; in charCopy() 90 } while (current != '\0'); in charCopy()
|
/cts/tests/tests/accounts/CtsUnaffiliatedAccountAuthenticators/ |
D | Android.mk | 26 LOCAL_SDK_VERSION := current 38 LOCAL_SDK_VERSION := current
|
/cts/hostsidetests/appsecurity/test-apps/SplitApp/ |
D | Android.mk | 22 LOCAL_SDK_VERSION := current 47 LOCAL_SDK_VERSION := current 71 LOCAL_SDK_VERSION := current 94 LOCAL_SDK_VERSION := current
|
/cts/hostsidetests/appsecurity/test-apps/keysets/permUse/ |
D | Android.mk | 21 LOCAL_SDK_VERSION := current 33 LOCAL_SDK_VERSION := current
|
/cts/hostsidetests/appsecurity/test-apps/keysets/uBsharedUser/ |
D | Android.mk | 21 LOCAL_SDK_VERSION := current 33 LOCAL_SDK_VERSION := current
|
/cts/hostsidetests/appsecurity/test-apps/keysets/permDef/ |
D | Android.mk | 21 LOCAL_SDK_VERSION := current 33 LOCAL_SDK_VERSION := current
|
/cts/tests/signature/ |
D | Android.mk | 25 LOCAL_SDK_VERSION := current 30 CTS_API_VERSION ?= current 31 ifeq (current,$(CTS_API_VERSION))
|
/cts/tests/tests/media/src/android/media/cts/ |
D | ResourceManagerTestActivityBase.java | 204 int current = 0; in doUseCodecs() local 206 for (current = 0; current < mCodecs.size(); ++current) { in doUseCodecs() 207 mCodecs.get(current).getName(); in doUseCodecs() 212 Log.d(TAG, "Remove codec " + current + " from the list"); in doUseCodecs() 213 mCodecs.remove(current); in doUseCodecs()
|
/cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilityFocusAndInputFocusSyncTest.java | 216 AccessibilityNodeInfo current = workQueue.poll(); in testOnlyOneNodeHasAccessibilityFocus() local 217 if (current.isAccessibilityFocused() && !current.equals(secondEditText)) { in testOnlyOneNodeHasAccessibilityFocus() 220 final int childCount = current.getChildCount(); in testOnlyOneNodeHasAccessibilityFocus() 222 AccessibilityNodeInfo child = current.getChild(i); in testOnlyOneNodeHasAccessibilityFocus()
|
/cts/tests/tests/hardware/ |
D | Android.mk | 27 LOCAL_SDK_VERSION := current 56 LOCAL_SDK_VERSION := current
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ViewAnimatorTest.java | 107 int current = 0; in testShowNext() local 109 mViewAnimator.setDisplayedChild(current); in testShowNext() 110 assertEquals(current, mViewAnimator.getDisplayedChild()); in testShowNext() 240 int current = 3; in testShowPrevious() local 243 mViewAnimator.setDisplayedChild(current); in testShowPrevious() 244 assertEquals(current, mViewAnimator.getDisplayedChild()); in testShowPrevious() 270 int current = 0; in testGetCurrentView() local 271 mViewAnimator.setDisplayedChild(current); in testGetCurrentView()
|
/cts/hostsidetests/usage/app/ |
D | Android.mk | 24 LOCAL_SDK_VERSION := current
|
/cts/hostsidetests/os/app/ |
D | Android.mk | 24 LOCAL_SDK_VERSION := current
|
/cts/tests/tests/accessibilityservice/ |
D | Android.mk | 27 LOCAL_SDK_VERSION := current
|
/cts/tests/tests/voicesettings/common/ |
D | Android.mk | 28 LOCAL_SDK_VERSION := current
|
/cts/tests/tests/voiceinteraction/common/ |
D | Android.mk | 28 LOCAL_SDK_VERSION := current
|
/cts/apps/PermissionApp/ |
D | Android.mk | 29 LOCAL_SDK_VERSION := current
|
/cts/tests/tests/alarmclock/common/ |
D | Android.mk | 28 LOCAL_SDK_VERSION := current
|
/cts/hostsidetests/sample/app/ |
D | Android.mk | 29 LOCAL_SDK_VERSION := current
|