/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 | 84 auto_lock l(mLock); in open() local 189 auto_lock l(mLock); in close() local 219 auto_lock l(mLock); in setRecordState() local 236 auto_lock l(mLock); in getRecordState() local 250 auto_lock l(mLock); in getPositionInMsec() local 281 auto_lock l(mLock); in flush() local 307 auto_lock l(mLock); in read() local 343 auto_lock l(mLock); in logBufferState() local 351 auto_lock l(mLock); in getBuffersPending() local 370 auto_lock l(mLock); in bufferQueueCallback() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/ |
D | TvAppVerifierActivity.java | 81 protected 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 | 49 private ArrayList<Object> l = new ArrayList<>(100); field in JvmtiTrackingTest 117 private static void testThread(final ArrayList<Object> l, final boolean sameThread, in testThread()
|
/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 | 27 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 528 private void assertTestLocation(Location l) { in assertTestLocation() 545 Location l = new Location(TEST_PROVIDER); in createTestLocation() local 575 SettingInjectorResultHandler(Looper l) { in SettingInjectorResultHandler()
|
/cts/suite/audio_quality/lib/src/ |
D | StringUtil.cpp | 44 size_t l = str.length(); in substr() local
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | ImageDecoderTest.java | 367 Listener l = new Listener(); in testSetAllocatorDecodeBitmap() local 508 Listener l = new Listener(); in testPostProcessor() local 566 Listener l = new Listener(); in testPostProcessorOverridesNinepatch() local 603 Listener l = new Listener(); in testPostProcessorAndMadeOpaque() local 636 Listener l = new Listener(); in testPostProcessorAndAddedTransparency() local 1088 HeaderListener l = new HeaderListener(); in testMutable() local 1206 ResizeListener l = new ResizeListener(); in testTargetSize() local 1267 ResizeListener l = new ResizeListener(); in testResizeWebp() local 1370 Listener l = new Listener(); in testCrop() local 1448 CachingCallback l = new CachingCallback(); in testStoreImageDecoder() local [all …]
|
/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 | 240 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
|
D | SimpleExpandableListAdapterTest.java | 99 ArrayList<HashMap<String, String>> l = createTestList(1, i + 1, "child"); in setup() local
|
D | RelativeLayoutTest.java | 400 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
|
/cts/hostsidetests/sustainedperf/dhrystone/ |
D | dhry_1.c | 308 memcpy (d, s, l) in memcpy() argument
|
/cts/tests/tests/content/jni/ |
D | NativeCursorWindow.c | 61 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()
|
D | native_media_utils.cpp | 83 static bool comparePTS(const AMediaCodecBufferInfo& l, const AMediaCodecBufferInfo& r) { in comparePTS()
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/ |
D | MSSIMComparer.java | 154 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
|