Home
last modified time | relevance | path

Searched defs:x (Results 1 – 25 of 56) 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/suite/pts/hostTests/browser/browserlauncher/assets/octane/
Dnavier-stokes.js101 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 …]
Dcrypto.js77 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 …]
Dearley-boyer.js71 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/
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()
DInputMethodInfoTest.java129 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/
DKernelTest.java58 int x = 7; in testForEach() local
DForEachTest.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/tests/tests/content/src/android/content/pm/cts/
DResolveInfoTest.java79 public void println(String x) { in println()
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapShaderTest.java86 private void assertColor(int color, Bitmap bitmap, int x, int y) { in assertColor()
DBlurMaskFilterTest.java62 private void checkQuadrants(int color, Bitmap bitmap, int x, int y, int alphaTolerance) { in checkQuadrants()
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/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/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/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()

123