Home
last modified time | relevance | path

Searched refs:current (Results 1 – 25 of 171) sorted by relevance

1234567

/cts/suite/cts/deviceTests/browserbench/assets/octane/
Dsplay.js240 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/
DNativeDnsJni.c43 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/
DAndroid.mk21 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/
DPackageManagerTest.java125 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 …]
DProviderInfoTest.java43 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/
DAndroid.mk21 LOCAL_SDK_VERSION := current
33 LOCAL_SDK_VERSION := current
45 LOCAL_SDK_VERSION := current
/cts/suite/cts/deviceTests/opengl/jni/primitive/shaderperf/
DShaderPerfRenderer.cpp84 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/
DAndroid.mk26 LOCAL_SDK_VERSION := current
38 LOCAL_SDK_VERSION := current
/cts/hostsidetests/appsecurity/test-apps/SplitApp/
DAndroid.mk22 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/
DAndroid.mk21 LOCAL_SDK_VERSION := current
33 LOCAL_SDK_VERSION := current
/cts/hostsidetests/appsecurity/test-apps/keysets/uBsharedUser/
DAndroid.mk21 LOCAL_SDK_VERSION := current
33 LOCAL_SDK_VERSION := current
/cts/hostsidetests/appsecurity/test-apps/keysets/permDef/
DAndroid.mk21 LOCAL_SDK_VERSION := current
33 LOCAL_SDK_VERSION := current
/cts/tests/signature/
DAndroid.mk25 LOCAL_SDK_VERSION := current
30 CTS_API_VERSION ?= current
31 ifeq (current,$(CTS_API_VERSION))
/cts/tests/tests/media/src/android/media/cts/
DResourceManagerTestActivityBase.java204 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/
DAccessibilityFocusAndInputFocusSyncTest.java216 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/
DAndroid.mk27 LOCAL_SDK_VERSION := current
56 LOCAL_SDK_VERSION := current
/cts/tests/tests/widget/src/android/widget/cts/
DViewAnimatorTest.java107 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/
DAndroid.mk24 LOCAL_SDK_VERSION := current
/cts/hostsidetests/os/app/
DAndroid.mk24 LOCAL_SDK_VERSION := current
/cts/tests/tests/accessibilityservice/
DAndroid.mk27 LOCAL_SDK_VERSION := current
/cts/tests/tests/voicesettings/common/
DAndroid.mk28 LOCAL_SDK_VERSION := current
/cts/tests/tests/voiceinteraction/common/
DAndroid.mk28 LOCAL_SDK_VERSION := current
/cts/apps/PermissionApp/
DAndroid.mk29 LOCAL_SDK_VERSION := current
/cts/tests/tests/alarmclock/common/
DAndroid.mk28 LOCAL_SDK_VERSION := current
/cts/hostsidetests/sample/app/
DAndroid.mk29 LOCAL_SDK_VERSION := current

1234567