Home
last modified time | relevance | path

Searched defs:x (Results 1 – 25 of 51) sorted by relevance

123

/cts/suite/audio_quality/lib/include/
DLog.h55 #define LOGE(x...) do { Log::Instance()->printf(Log::ELogE, x); \ argument
57 #define LOGW(x...) do { Log::Instance()->printf(Log::ELogW, x); } while(0) argument
58 #define LOGI(x...) do { Log::Instance()->printf(Log::ELogI, x); } while(0) argument
59 #define LOGD(x...) do { Log::Instance()->printf(Log::ELogD, x); } while(0) argument
60 #define LOGV(x...) do { Log::Instance()->printf(Log::ELogV, x); } while(0) argument
62 #define MSG(x...) do { Log::Instance()->printf(Log::ELogE, x); } while(0) argument
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/d/
DT_invoke_virtual_1.java21 public boolean run(Object x, Object y) { in run()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/d/
DT_invoke_virtual_range_1.java21 public boolean run(Object x, Object y) { in run()
/cts/tools/dasm/src/dasm/
DUtils.java56 double x = Double.parseDouble(str); in stringToNumber() local
72 long x = Long.parseLong(str, radix); in stringToSmallestInteger() local
/cts/tests/tests/view/src/android/view/inputmethod/cts/
DEditorInfoTest.java82 public void println(String x) { in println()
/cts/apps/CtsVerifier/include/colorchecker/
Dvec2.h59 inline T x() const { return mX; } in x() function
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DForEachTest.java58 int x = 7; in testForEach() local
DKernelTest.java58 int x = 7; in testForEach() local
DComputeTest.java738 int x = t.getX(); in setUpAllocation() local
749 int x = t.getX(); in checkAllocation() local
766 int x = 7; in testForEach() local
/cts/tests/tests/text/src/android/text/style/cts/
DDrawableMarginSpanTest.java69 int x = 10; in testDrawLeadingMargin() local
DReplacementSpanTest.java43 float x, int top, int y, int bottom, Paint paint) { in draw()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DCameraPreviewView.java61 int x = (int) centerX - i * GRID_WIDTH; in onDraw() local
/cts/tests/tests/content/src/android/content/pm/cts/
DResolveInfoTest.java79 public void println(String x) { in println()
DPackageItemInfoTest.java125 public void println(String x) { in println()
/cts/tests/tests/graphics/src/android/graphics/cts/
DBlurMaskFilterTest.java62 private void checkQuadrants(int color, Bitmap bitmap, int x, int y, int alphaTolerance) { in checkQuadrants()
DBitmapShaderTest.java86 private void assertColor(int color, Bitmap bitmap, int x, int y) { in assertColor()
DPaintTest.java155 Xfermode x = new Xfermode(); in testSet() local
230 Xfermode x = new Xfermode(); in testAccessXfermode() local
/cts/suite/audio_quality/lib/src/
DFileUtil.cpp28 #define _LOGD_(x...) do { fprintf(stderr, x); fprintf(stderr, "\n"); } while(0) argument
/cts/tests/tests/view/src/android/view/cts/
DFocusFinderTest.java137 int x = mTopLeft.getWidth() / 2 - 5; in testFindNearestTouchable() local
DMotionEventTest.java217 float x = X_3F + 5.0f; in testGetHistoricalX() local
263 float x = 10.0f; in testAddBatch() local
295 float x = 10.0f; in testGetHistorySize() local
/cts/apps/CtsVerifier/lib/colorchecker/
Dwhitebalancetest.cpp100 float x = 0.4124f * linearRed + 0.3576f * linearGreen + in initializeFromRGB() local
Dimagetesthandler.cpp96 float x = (static_cast<float>(i) + j) / sqrt(2.0); in drawLine() local
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DTransitionDrawableTest.java196 private void assertColorFillRect(Bitmap bmp, int x, int y, int w, int h, int color) { in assertColorFillRect()
204 private void assertColorNotFillRect(Bitmap bmp, int x, int y, int w, int h, int color) { in assertColorNotFillRect()
/cts/tests/tests/os/src/android/os/cts/
DLooperTest.java200 public void println(String x) { in println()
/cts/tests/tests/openglperf/src/android/openglperf/cts/
DSphere.java52 public Sphere(int nSlices, float x, float y, float z, float r, int numIndexBuffers) { in Sphere()

123