/cts/tests/tests/media/libaudiojni/ |
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 331 auto b = mReadyQueue.front(); in read() local 361 auto_lock l(mLock); in logBufferState() local 369 auto_lock l(mLock); in getBuffersPending() local [all …]
|
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 291 auto b = std::make_shared<BlobReadOnly>(buffer, size, false /* byReference */); in write() local 302 auto_lock l(mLock); in write() local 304 auto b = std::make_shared<BlobReadOnly>(buffer, size, false /* byReference */); in write() local [all …]
|
/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 | RelativeLayoutTest.java | 403 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
|
D | TableLayoutTest.java | 652 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
|
D | GalleryTest.java | 411 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
|
D | AutoCompleteTextViewTest.java | 1109 protected boolean setFrame(int l, int t, int r, int b) { in setFrame()
|
D | ImageViewTest.java | 837 protected boolean setFrame(int l, int t, int r, int b) { in setFrame()
|
/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 917 public int read(byte[] b, int off, int len) throws IOException { in read() 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 [all …]
|
/cts/tests/tests/os/src/android/os/cts/ |
D | BundleTest.java | 83 Bundle b = p.readBundle(); in testEmptyStream() local 439 final long l = 1007; in testGetLong1() local 919 final Bundle b = new Bundle(); in testBundleLengthNotAlignedByFour() local 958 private static Bundle cloneBundle(Bundle b) { in cloneBundle() 962 private static Bundle cloneBundleViaParcel(Bundle b) { in cloneBundleViaParcel() 975 private static void assertHasFd(Bundle b) { in assertHasFd() 983 private static void assertNotHaveFd(Bundle b) { in assertNotHaveFd()
|
/cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/ |
D | RSUtils.java | 169 long l = r.nextLong(); in genRandomLongs() local 212 public static long compareUnsignedLong(long a, long b) { in compareUnsignedLong()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | SurfaceViewCtsActivity.java | 133 public void onScrollChanged(int l, int t, int oldl, int oldt) { in onScrollChanged() 232 public void resetOnSizeChangedFlag(boolean b) { in resetOnSizeChangedFlag()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | RSUtils.java | 274 long l = r.nextLong(); in genRandomLongs() local 317 public static long compareUnsignedLong(long a, long b) { in compareUnsignedLong()
|
D | CoreMathVerifier.java | 634 static private Target.Floaty fdim(double a, double b, Target t) { in fdim() 660 static private Target.Floaty fmax(double a, double b, Target t) { in fmax() 664 static private Target.Floaty fmin(double a, double b, Target t) { in fmin() 726 Target.Floaty l = t.sqrt(sum); in length() local 811 static private Target.Floaty max(double a, double b, Target t) { in max() 815 static private Target.Floaty min(double a, double b, Target t) { in min() 830 Target.Floaty l = length(in, t); in normalize() local 842 Target.Floaty l = length(in, t); in normalize() local 1810 Target.Floaty b = t.newFloaty(args.inRightVectorDouble); in computeDot() local 1819 Target.Floaty b = t.newFloaty(args.inRightVectorDouble[i]); in computeDot() local [all …]
|
/cts/tests/tests/text/src/android/text/cts/ |
D | BoringLayoutTest.java | 354 private static Bitmap drawToBitmap(Layout l) { in drawToBitmap() 526 int b = breaks[bi]; in testPrecomputedText() local
|
/cts/tests/tests/view/src/android/view/cts/ |
D | ViewGroupTest.java | 783 public void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() 2705 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() 3013 public void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() 3464 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
|
D | ViewTest.java | 4666 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() 5215 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() 5374 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
|
/cts/tests/tests/security/jni/ |
D | android_security_cts_cve_2019_2213_Test.c | 201 buf_t *b = malloc(sizeof(buf_t)); in new_buf_sz() local 217 void *buf_alloc(buf_t *b, u32 s) { in buf_alloc() 227 void buf_u32(buf_t *b, u32 v) { in buf_u32() 232 void buf_u64(buf_t *b, u64 v) { in buf_u64() 237 void buf_uintptr(buf_t *b, u64 v) { in buf_uintptr() 242 void buf_str16(buf_t *b, const char *s) { in buf_str16() 255 void buf_binder(buf_t *b, buf_t *off, void *ptr) { in buf_binder() 913 int clone_unshare_files(u64 a, u64 b, int flags, u64 c, u64 d, u64 e, u64 f) { in clone_unshare_files() 1015 struct dirent *l = readdir(d); in locate_hooks() local 1236 size_t l = strlen(pipedir); in make_pipe_path() local
|
/cts/tests/tests/media/src/android/media/cts/ |
D | DecodeAccuracyTestBase.java | 1904 final double l = (116 * comp[Y]) - 16; in convertXyzToCieLab() local 1906 final double b = 200 * (comp[Y] - comp[Z]); in convertXyzToCieLab() local
|