/cts/suite/audio_quality/lib/include/ |
D | Log.h | 55 #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/suite/pts/hostTests/browser/browserlauncher/assets/octane/ |
D | navier-stokes.js | 101 function addFields(x, s, dt) argument 106 function set_bnd(b, x) argument 146 function lin_solve(b, x, x0, a, c) argument 175 function diffuse(b, x, x0, dt) argument 181 function lin_solve2(x, x0, y, y0, a, c) argument 216 function diffuse2(x, x0, y, y0, dt) argument 295 function dens_step(x, x0, u, v, dt) argument 321 this.setDensity = function(x, y, d) { argument 324 this.getDensity = function(x, y) { argument 327 this.setVelocity = function(x, y, xv, yv) { argument [all …]
|
D | crypto.js | 77 function am1(i,x,w,j,c,n) { argument 91 function am2(i,x,w,j,c,n) { argument 108 function am3(i,x,w,j,c,n) { argument 126 function am4(i,x,w,j,c,n) { argument 190 function bnpFromInt(x) { argument 301 function nbits(x) { argument 514 function cConvert(x) { argument 518 function cRevert(x) { return x; } argument 519 function cReduce(x) { x.divRemTo(this.m,null,x); } argument 520 function cMulTo(x,y,r) { x.multiplyTo(y,r); this.reduce(r); } argument [all …]
|
D | earley-boyer.js | 71 function sc_typeof( x ) { argument 211 function sc_equal(x) { argument 222 function sc_less(x) { argument 235 function sc_greater(x, y) { argument 248 function sc_lessEqual(x, y) { argument 261 function sc_greaterEqual(x, y) { argument 274 function sc_isZero(x) { argument 282 function sc_isPositive(x) { argument 290 function sc_isNegative(x) { argument 298 function sc_isOdd(x) { argument [all …]
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/d/ |
D | T_invoke_virtual_1.java | 21 public boolean run(Object x, Object y) { in run()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/d/ |
D | T_invoke_virtual_range_1.java | 21 public boolean run(Object x, Object y) { in run()
|
/cts/tools/dasm/src/dasm/ |
D | Utils.java | 56 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/ |
D | EditorInfoTest.java | 82 public void println(String x) { in println()
|
D | InputMethodInfoTest.java | 129 public void println(String x) { in println()
|
/cts/apps/CtsVerifier/include/colorchecker/ |
D | vec2.h | 59 inline T x() const { return mX; } in x() function
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | KernelTest.java | 58 int x = 7; in testForEach() local
|
D | ForEachTest.java | 58 int x = 7; in testForEach() local
|
D | ComputeTest.java | 738 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/ |
D | DrawableMarginSpanTest.java | 69 int x = 10; in testDrawLeadingMargin() local
|
D | ReplacementSpanTest.java | 43 float x, int top, int y, int bottom, Paint paint) { in draw()
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
D | ResolveInfoTest.java | 79 public void println(String x) { in println()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | BitmapShaderTest.java | 86 private void assertColor(int color, Bitmap bitmap, int x, int y) { in assertColor()
|
D | BlurMaskFilterTest.java | 62 private void checkQuadrants(int color, Bitmap bitmap, int x, int y, int alphaTolerance) { in checkQuadrants()
|
D | PaintTest.java | 155 Xfermode x = new Xfermode(); in testSet() local 230 Xfermode x = new Xfermode(); in testAccessXfermode() local
|
/cts/suite/audio_quality/lib/src/ |
D | FileUtil.cpp | 28 #define _LOGD_(x...) do { fprintf(stderr, x); fprintf(stderr, "\n"); } while(0) argument
|
/cts/apps/CtsVerifier/lib/colorchecker/ |
D | whitebalancetest.cpp | 100 float x = 0.4124f * linearRed + 0.3576f * linearGreen + in initializeFromRGB() local
|
D | imagetesthandler.cpp | 96 float x = (static_cast<float>(i) + j) / sqrt(2.0); in drawLine() local
|
/cts/tests/tests/view/src/android/view/cts/ |
D | FocusFinderTest.java | 137 int x = mTopLeft.getWidth() / 2 - 5; in testFindNearestTouchable() local
|
D | MotionEventTest.java | 217 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/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | TransitionDrawableTest.java | 196 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()
|