/frameworks/base/core/tests/coretests/src/android/database/sqlite/ |
D | SQLiteCursorTest.java | 169 AbstractWindowedCursor ac = (AbstractWindowedCursor) cursor; in testCustomWindowSize() local 171 while (ac.moveToNext()) { in testCustomWindowSize() 173 assertEquals(10, ac.getWindow().getNumRows()); in testCustomWindowSize() 180 ac = (AbstractWindowedCursor) cursor; in testCustomWindowSize() 181 ac.setWindow(cw); in testCustomWindowSize() 182 ac.move(-10); in testCustomWindowSize() 184 while (ac.moveToNext()) { in testCustomWindowSize()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/glwallpaper/ |
D | EglHelperTest.java | 103 ArgumentCaptor<int[]> ac = ArgumentCaptor.forClass(int[].class); in testInit_wide_gamut() local 109 .askCreatingEglWindowSurface(any(SurfaceHolder.class), ac.capture(), anyInt()); in testInit_wide_gamut() 110 assertThat(ac.getValue()).isNotNull(); in testInit_wide_gamut() 111 assertThat(ac.getValue()).isEqualTo(expectedArgument); in testInit_wide_gamut()
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/core/instrumentation/ |
D | VisibilityLoggerMixinTest.java | 117 ActivityController<TestActivity> ac = Robolectric.buildActivity(TestActivity.class); in activityShouldBecomeVisibleAndHide() local 118 TestActivity testActivity = ac.get(); in activityShouldBecomeVisibleAndHide() 120 ac.create().start().resume(); in activityShouldBecomeVisibleAndHide() 123 ac.pause().stop().destroy(); in activityShouldBecomeVisibleAndHide()
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/core/lifecycle/ |
D | LifecycleTest.java | 162 ActivityController<TestActivity> ac = Robolectric.buildActivity(TestActivity.class); in runThroughActivityLifecycles_shouldObserveEverything() local 163 TestActivity activity = ac.setup().get(); in runThroughActivityLifecycles_shouldObserveEverything() 173 ac.pause(); in runThroughActivityLifecycles_shouldObserveEverything() 175 ac.stop(); in runThroughActivityLifecycles_shouldObserveEverything() 177 ac.destroy(); in runThroughActivityLifecycles_shouldObserveEverything()
|
/frameworks/base/services/tests/servicestests/assets/KeyStoreRecoveryControllerTest/pem/ |
D | valid-cert.pem | 72 a0:6d:43:eb:e3:7c:7c:5f:51:f1:ac:13:98:0b:1b: 78 d2:ad:a8:cb:36:2d:02:a1:66:ac:47:a7:6e:d2:3a: 152 61:8d:ba:fd:c9:5c:84:1c:ad:5b:1e:1e:d1:49:49:09:ac:1d: 158 12:ac:8b:e8:42:7f:57:7e:c9:e3:53:70:17:cf:e8:dc:eb:12: 180 ac:00:82:2c:f5:ef:17:1d:b5:49:24:0d:09:75:ee:eb:b4:08: 181 fe:4d:46:34:87:4d:31:4a:ac:9f:49:26:e9:70:32:7d:94:8a: 183 45:9b:4e:ac:50:7b:dc:1e:3a:3c:2b:09:db:ab:23:b1:0c:68:
|
/frameworks/base/core/java/android/net/ |
D | NetworkAgent.java | 433 AsyncChannel ac = new AsyncChannel(); in handleMessage() local 434 ac.connected(null, this, msg.replyTo); in handleMessage() 435 ac.replyToMessage(msg, AsyncChannel.CMD_CHANNEL_FULLY_CONNECTED, in handleMessage() 438 mAsyncChannel = ac; in handleMessage() 440 ac.sendMessage(m); in handleMessage()
|
/frameworks/base/core/java/android/widget/ |
D | DateTimeView.java | 500 final Context ac = context.getApplicationContext(); in getApplicationContextIfAvailable() local 501 return ac != null ? ac : ActivityThread.currentApplication().getApplicationContext(); in getApplicationContextIfAvailable()
|
/frameworks/compile/mclinker/unittests/ |
D | test3.txt | 47 DEVO_SUPPORT= README Makefile.in configure configure.ac \ 186 rm proto-toplev/configure.ac 188 <configure.ac >proto-toplev/configure.ac
|
/frameworks/native/cmds/surfacereplayer/replayer/ |
D | Replayer.h | 90 layer_id id, const AlphaChange& ac);
|
D | Replayer.cpp | 490 layer_id id, const AlphaChange& ac) { in setAlpha() argument 491 ALOGV("Layer %d: Setting Alpha -- alpha=%f", id, ac.alpha()); in setAlpha() 492 t.setAlpha(mLayers[id], ac.alpha()); in setAlpha()
|
/frameworks/compile/mclinker/include/mcld/Config/ |
D | Config.h.in | 1 /* include/mcld/Config/Config.h.in. Generated from configure.ac by autoheader. */
|
/frameworks/base/services/core/java/com/android/server/ |
D | NsdService.java | 160 AsyncChannel ac = new AsyncChannel(); in processMessage() local 161 ac.connect(mContext, getHandler(), msg.replyTo); in processMessage()
|
D | ConnectivityService.java | 3262 final AsyncChannel ac = (AsyncChannel) msg.obj; in handleAsyncChannelHalfConnect() local
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/ |
D | WifiScanningServiceImpl.java | 266 AsyncChannel ac = mFrameworkFacade.makeWifiAsyncChannel(TAG); in handleMessage() local 267 ac.connected(mContext, this, msg.replyTo); in handleMessage() 269 client = new ExternalClientInfo(msg.sendingUid, msg.replyTo, ac); in handleMessage() 272 ac.replyToMessage(msg, AsyncChannel.CMD_CHANNEL_FULLY_CONNECTED, in handleMessage()
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 2477 AccessorCookie* ac = (AccessorCookie*)accessorCookie; in reportError() local 2484 ac->sourcePos.error("Error: %s (at '%s' with value '%s').\n", in reportError() 2485 buf, ac->attr.string(), ac->value.string()); in reportError() 3699 AccessorCookie ac(it.sourcePos, String8(mName), String8(it.value)); in prepareFlatten() local 3702 &it.style, NULL, &ac, mItemFormat, in prepareFlatten() 3711 AccessorCookie ac(it.sourcePos, String8(key), String8(it.value)); in prepareFlatten() local 3714 &it.style, NULL, &ac, it.format, in prepareFlatten()
|
D | XMLNode.cpp | 984 AccessorCookie ac(SourcePos(mFilename, getStartLineNumber()), String8(e.name), in parseValues() local 990 e.nameResId, NULL, &defPackage, table, &ac)) { in parseValues()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | ClientModeImpl.java | 3393 AsyncChannel ac = (AsyncChannel) message.obj; 3394 if (ac == mWifiP2pChannel) { 3408 AsyncChannel ac = (AsyncChannel) message.obj; 3409 if (ac == mWifiP2pChannel) {
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/ |
D | WifiP2pServiceImpl.java | 982 AsyncChannel ac = new WifiAsyncChannel(TAG); in processMessage() local 983 ac.connect(mContext, getHandler(), message.replyTo); in processMessage()
|
/frameworks/base/services/tests/servicestests/res/raw/ |
D | backup_telephony_with_password | 87 ���c�|Y�A���-]Uqn~�NeIy|T[�����櫸�i�dZ}T)e�Y�n��d+r��h�|�)ýE��D��c�$q8� �ᅠE"ac`�&r��=5�…
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityTaskManagerService.java | 5270 AttributeCache ac = AttributeCache.instance(); in updateGlobalConfigurationLocked() local 5271 if (ac != null) { in updateGlobalConfigurationLocked() 5272 ac.updateConfiguration(mTempConfig); in updateGlobalConfigurationLocked()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 4955 AttributeCache ac = AttributeCache.instance(); in forceStopPackageLocked() local 4956 if (ac != null) { in forceStopPackageLocked() 4957 ac.removePackage(packageName); in forceStopPackageLocked()
|