Home
last modified time | relevance | path

Searched defs:l (Results 1 – 25 of 59) sorted by relevance

123

/cts/tools/vm-tests-tf/src/dot/junit/opcodes/new_array/
DTest_new_array.java35 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/
Daudio-track-native.cpp76 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 …]
Dsl-utils.cpp123 Mutex::Autolock l(gLock); in OpenSLEngine() local
132 Mutex::Autolock l(gLock); in CloseSLEngine() local
Daudio-record-native.cpp86 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/
DTvAppVerifierActivity.java82 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/
DJvmtiTrackingTest.java46 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/
DBuffer.cpp51 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/
DMockListActivity.java29 protected void onListItemClick(ListView l, View v, int position, long id) { in onListItemClick()
DLauncherActivityStub.java64 public void onListItemClick(ListView l, View v, int position, long id) { in onListItemClick()
/cts/tests/tests/os/src/android/os/cts/
DParcelFileDescriptor_AutoCloseOutputStreamTest.java49 FileLock l = null; in testCloseOrdering() local
/cts/hostsidetests/jvmti/tagging/app/src/android/jvmti/cts/
DJvmtiTaggingTest.java80 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/
DWakelockLoadTestRunnable.java28 WakelockLoadTestRunnable(String t, CountDownLatch l) { in WakelockLoadTestRunnable()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0213/
Dpoc.cpp288 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/
DLocationTest.java62 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/
DViewGroupTest.java69 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
/cts/suite/audio_quality/lib/src/
DStringUtil.cpp44 size_t l = str.length(); in substr() local
/cts/hostsidetests/theme/app/src/android/theme/app/
DReferenceViewGroup.java74 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
/cts/tests/tests/graphics/src/android/graphics/cts/
DImageDecoderTest.java405 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/
DMockTextView.java61 public boolean setFrame(int l, int t, int r, int b) { in setFrame()
DTableRowTest.java241 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
DSimpleExpandableListAdapterTest.java100 ArrayList<HashMap<String, String>> l = createTestList(1, i + 1, "child"); in setup() local
/cts/tests/tests/view/src/android/view/cts/
DAttachedSurfaceControlSyncTest.java118 int l = mLocation[0]; in gatherTransparentRegion() local
/cts/tests/security/src/android/keystore/cts/
DCborUtils.java39 public static Number toNumber(long l) { in toNumber()
/cts/hostsidetests/sustainedperf/dhrystone/
Ddhry_1.c308 memcpy (d, s, l) in memcpy() argument
/cts/tests/tests/content/jni/
DNativeCursorWindow.cpp66 int64_t l; member

123