Home
last modified time | relevance | path

Searched defs:l (Results 1 – 25 of 54) 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/
Dsl-utils.cpp123 Mutex::Autolock l(gLock); in OpenSLEngine() local
132 Mutex::Autolock l(gLock); in CloseSLEngine() local
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 …]
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.java81 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/
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/tests/tests/os/src/android/os/cts/
DParcelFileDescriptor_AutoCloseOutputStreamTest.java49 FileLock l = null; in testCloseOrdering() 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/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/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/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/
DWakelockLoadTestRunnable.java28 WakelockLoadTestRunnable(String t, CountDownLatch l) { in WakelockLoadTestRunnable()
/cts/tests/tests/location/src/android/location/cts/
DLocationTest.java61 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/
DImageDecoderTest.java378 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/
DStringUtil.cpp44 size_t l = str.length(); in substr() 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/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/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/hostsidetests/sustainedperf/dhrystone/
Ddhry_1.c308 memcpy (d, s, l) in memcpy() argument
/cts/tests/tests/content/jni/
DNativeCursorWindow.cpp66 int64_t l; member
/cts/tests/tests/media/libmediandkjni/
Dnative_media_decoder_source.cpp199 std::shared_ptr<Listener> l, std::shared_ptr<ANativeWindow> n) { in prepare()
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
DMSSIMComparer.java171 double l = 0; in getIntensity() local
/cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/
DRSUtils.java169 long l = r.nextLong(); in genRandomLongs() local

123