/cts/tools/vm-tests-tf/src/dot/junit/opcodes/new_array/ |
D | Test_new_array.java | 35 int l = r.length; in testN1() local 51 int l = r.length; in testN2() local 66 int l = r.length; in testN3() local
|
/cts/tests/tests/media/libaudiojni/ |
D | sl-utils.cpp | 123 Mutex::Autolock l(gLock); in OpenSLEngine() local 132 Mutex::Autolock l(gLock); in CloseSLEngine() local
|
D | audio-track-native.cpp | 76 auto_lock l(mLock); in open() local 171 auto_lock l(mLock); in close() local 206 auto_lock l(mLock); in setPlayState() local 220 auto_lock l(mLock); in getPlayState() local 234 auto_lock l(mLock); in getPositionInMsec() local 265 auto_lock l(mLock); in flush() local 286 auto_lock l(mLock); in write() local 302 auto_lock l(mLock); in write() local 315 auto_lock l(mLock); in logBufferState() local 323 auto_lock l(mLock); in getBuffersPending() local [all …]
|
D | audio-record-native.cpp | 86 auto_lock l(mLock); in open() local 199 auto_lock l(mLock); in close() local 237 auto_lock l(mLock); in setRecordState() local 254 auto_lock l(mLock); in getRecordState() local 268 auto_lock l(mLock); in getPositionInMsec() local 299 auto_lock l(mLock); in flush() local 325 auto_lock l(mLock); in read() local 361 auto_lock l(mLock); in logBufferState() local 369 auto_lock l(mLock); in getBuffersPending() local 374 auto_lock l(mLock); in getRoutingInterface() local [all …]
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/ |
D | TvAppVerifierActivity.java | 81 public View createUserItem(int instructionTextId, int buttonTextId, View.OnClickListener l) { in createUserItem() 97 int buttonTextId, View.OnClickListener l) { in createUserItem() 124 protected View createButtonItem(int buttonTextId, View.OnClickListener l) { in createButtonItem()
|
/cts/hostsidetests/jvmti/allocation-tracking/app/src/android/jvmti/cts/ |
D | JvmtiTrackingTest.java | 46 private ArrayList<Object> l = new ArrayList<>(100); field in JvmtiTrackingTest 115 private static void testThread(final ArrayList<Object> l, final boolean sameThread, in testThread()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | ParcelFileDescriptor_AutoCloseOutputStreamTest.java | 49 FileLock l = null; in testCloseOrdering() local
|
/cts/tests/app/app/src/android/app/stubs/ |
D | MockListActivity.java | 29 protected void onListItemClick(ListView l, View v, int position, long id) { in onListItemClick()
|
D | LauncherActivityStub.java | 64 public void onListItemClick(ListView l, View v, int position, long id) { in onListItemClick()
|
/cts/suite/audio_quality/lib/src/audio/ |
D | Buffer.cpp | 51 int16_t l = data[i * 2]; in changeToMono() local 61 int16_t l = data[i * 2]; in changeToMono() local
|
/cts/hostsidetests/jvmti/tagging/app/src/android/jvmti/cts/ |
D | JvmtiTaggingTest.java | 80 private ArrayList<Object> l; field in JvmtiTaggingTest 159 int l = Math.max(l1, l2); in check() local 182 public GetTaggedObjectsExpectation add(Object o, long l) { in add()
|
/cts/hostsidetests/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/ |
D | WakelockLoadTestRunnable.java | 28 WakelockLoadTestRunnable(String t, CountDownLatch l) { in WakelockLoadTestRunnable()
|
/cts/tests/tests/location/src/android/location/cts/ |
D | LocationTest.java | 61 Location l = createTestLocation(); in testConstructor() local 542 private void assertTestLocation(Location l) { in assertTestLocation() 559 Location l = new Location(TEST_PROVIDER); in createTestLocation() local 589 SettingInjectorResultHandler(Looper l) { in SettingInjectorResultHandler()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | ImageDecoderTest.java | 378 Listener l = new Listener(); in testSetAllocatorDecodeBitmap() local 519 Listener l = new Listener(); in testPostProcessor() local 577 Listener l = new Listener(); in testPostProcessorOverridesNinepatch() local 614 Listener l = new Listener(); in testPostProcessorAndMadeOpaque() local 647 Listener l = new Listener(); in testPostProcessorAndAddedTransparency() local 1100 HeaderListener l = new HeaderListener(); in testMutable() local 1218 ResizeListener l = new ResizeListener(); in testTargetSize() local 1279 ResizeListener l = new ResizeListener(); in testResizeWebp() local 1382 Listener l = new Listener(); in testCrop() local 1460 CachingCallback l = new CachingCallback(); in testStoreImageDecoder() local [all …]
|
/cts/suite/audio_quality/lib/src/ |
D | StringUtil.cpp | 44 size_t l = str.length(); in substr() local
|
/cts/tests/tests/view/sdk28/src/android/view/cts/sdk28/ |
D | ViewGroupTest.java | 69 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
|
/cts/hostsidetests/theme/app/src/android/theme/app/ |
D | ReferenceViewGroup.java | 74 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | MockTextView.java | 61 public boolean setFrame(int l, int t, int r, int b) { in setFrame()
|
D | TableRowTest.java | 241 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
|
D | SimpleExpandableListAdapterTest.java | 100 ArrayList<HashMap<String, String>> l = createTestList(1, i + 1, "child"); in setup() local
|
/cts/hostsidetests/sustainedperf/dhrystone/ |
D | dhry_1.c | 308 memcpy (d, s, l) in memcpy() argument
|
/cts/tests/tests/content/jni/ |
D | NativeCursorWindow.cpp | 66 int64_t l; member
|
/cts/tests/tests/media/libmediandkjni/ |
D | native_media_decoder_source.cpp | 199 std::shared_ptr<Listener> l, std::shared_ptr<ANativeWindow> n) { in prepare()
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/ |
D | MSSIMComparer.java | 171 double l = 0; in getIntensity() local
|
/cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/ |
D | RSUtils.java | 169 long l = r.nextLong(); in genRandomLongs() local
|