/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 | 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 | sl-utils.cpp | 123 Mutex::Autolock l(gLock); in OpenSLEngine() local 132 Mutex::Autolock l(gLock); in CloseSLEngine() local
|
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 | 82 View.OnClickListener l) { in createAndAttachUserItem() 98 int buttonTextId, View.OnClickListener l) { in createAndAttachUserItem() 148 View.OnClickListener l) { in createButtonItem() 165 public View createAndAttachButtonItem(int buttonTextId, View.OnClickListener l) { in createAndAttachButtonItem()
|
/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/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/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/tests/tests/os/src/android/os/cts/ |
D | ParcelFileDescriptor_AutoCloseOutputStreamTest.java | 49 FileLock l = null; in testCloseOrdering() 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/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/ |
D | WakelockLoadTestRunnable.java | 28 WakelockLoadTestRunnable(String t, CountDownLatch l) { in WakelockLoadTestRunnable()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0213/ |
D | poc.cpp | 288 ULock l(queueLock); in workDone() local 314 ULock l(queueLock); in decodeNFrames() local 338 ULock l(queueLock); in decodeNFrames() local 409 ULock l(queueLock); in waitOnInputConsumption() local 413 ULock l(queueLock); in waitOnInputConsumption() local
|
/cts/tests/location/location_none/src/android/location/cts/none/ |
D | LocationTest.java | 62 Location l = createTestLocation(); in testConstructor() local 507 private void assertTestLocation(Location l) { in assertTestLocation() 524 Location l = new Location(TEST_PROVIDER); in createTestLocation() 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/suite/audio_quality/lib/src/ |
D | StringUtil.cpp | 44 size_t l = str.length(); in substr() local
|
/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/graphics/src/android/graphics/cts/ |
D | ImageDecoderTest.java | 405 Listener l = new Listener(); in testSetAllocatorDecodeBitmap() local 547 Listener l = new Listener(); in testPostProcessor() local 602 Listener l = new Listener(); in testPostProcessorOverridesNinepatch() local 639 Listener l = new Listener(); in testPostProcessorAndMadeOpaque() local 673 Listener l = new Listener(); in testPostProcessorAndAddedTransparency() local 1126 HeaderListener l = new HeaderListener(); in testMutable() local 1242 ResizeListener l = new ResizeListener(); in testTargetSize() local 1295 ResizeListener l = new ResizeListener(); in testResizeWebp() local 1399 Listener l = new Listener(); in testCrop() local 1449 CropListener l = new CropListener(); in testScaleAndCrop() local [all …]
|
/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/tests/tests/view/src/android/view/cts/ |
D | AttachedSurfaceControlSyncTest.java | 118 int l = mLocation[0]; in gatherTransparentRegion() local
|
/cts/tests/security/src/android/keystore/cts/ |
D | CborUtils.java | 39 public static Number toNumber(long l) { in toNumber()
|
/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
|