/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/tests/yui/out/ |
special-comments.out.b | 6 *******************/#yo{ma:"ma"}/*!
|
bug2527974.out.b | 1 /*! $LastChangedRevision: 81 $ $LastChangedDate: 2009-05-27 17:41:02 +0100 (Wed, 27 May 2009) $ */body{yo:cats}ul[id$=foo] label:hover{yo:yo
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/tests/yui/ |
special-comments.css | 7 #yo {
|
special-comments.css.min | 6 *******************/#yo{ma:"ma"}/*!
|
bug2527974.css | 8 yo: cats; 10 ul[id$=foo] label:hover {yo: yo;
|
bug2527974.css.min | 1 /*! $LastChangedRevision: 81 $ $LastChangedDate: 2009-05-27 17:41:02 +0100 (Wed, 27 May 2009) $ */body{yo:cats}ul[id$=foo] label:hover{yo:yo
|
/device/google/contexthub/firmware/inc/algos/ |
mag_cal.h | 61 float *xo, float *yo, float *zo); 69 float *xo, float *yo, float *zo);
|
gyro_cal.h | 183 float zi, float* xo, float* yo, float* zo);
|
/external/proguard/src/proguard/gui/splash/ |
ShadowedSprite.java | 88 int yo = yOffset.getInt(time) - b/2; local 96 int yt = yo + y;
|
/external/libyuv/files/util/ |
ssim.cc | 102 int xo, int yo, int W, int H, int stride) { 104 org += (yo - KERNEL) * stride; 106 rec += (yo - KERNEL) * stride; 109 if (((yo - KERNEL + y_) < 0) || ((yo - KERNEL + y_) >= H)) continue; 129 int xo, int yo, int stride, 135 org += yo * stride + xo; 136 rec += yo * stride + xo; 212 org += (yo - KERNEL) * stride + (xo - KERNEL); 213 rec += (yo - KERNEL) * stride + (xo - KERNEL) [all...] |
/development/perftests/panorama/feature_stab/src/dbreg/ |
vp_motionmodel.c | 312 int xo, int yo, int w, int h) 319 VP_WARP_POINT_2D(xo, yo, *mot_a, ax1, ay1); 320 VP_WARP_POINT_2D(xo+w-1, yo, *mot_a, ax2, ay2); 321 VP_WARP_POINT_2D(xo+w-1, yo+h-1, *mot_a, ax3, ay3); 322 VP_WARP_POINT_2D(xo, yo+h-1, *mot_a, ax4, ay4); 323 VP_WARP_POINT_2D(xo, yo, *mot_b, bx1, by1); 324 VP_WARP_POINT_2D(xo+w-1, yo, *mot_b, bx2, by2); 325 VP_WARP_POINT_2D(xo+w-1, yo+h-1, *mot_b, bx3, by3); 326 VP_WARP_POINT_2D(xo, yo+h-1, *mot_b, bx4, by4);
|
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/ |
vp_motionmodel.c | 312 int xo, int yo, int w, int h) 319 VP_WARP_POINT_2D(xo, yo, *mot_a, ax1, ay1); 320 VP_WARP_POINT_2D(xo+w-1, yo, *mot_a, ax2, ay2); 321 VP_WARP_POINT_2D(xo+w-1, yo+h-1, *mot_a, ax3, ay3); 322 VP_WARP_POINT_2D(xo, yo+h-1, *mot_a, ax4, ay4); 323 VP_WARP_POINT_2D(xo, yo, *mot_b, bx1, by1); 324 VP_WARP_POINT_2D(xo+w-1, yo, *mot_b, bx2, by2); 325 VP_WARP_POINT_2D(xo+w-1, yo+h-1, *mot_b, bx3, by3); 326 VP_WARP_POINT_2D(xo, yo+h-1, *mot_b, bx4, by4);
|
/external/opencv3/samples/python2/ |
camshift.py | 52 xo, yo = self.drag_start 53 x0, y0 = np.maximum(0, np.minimum([xo, yo], [x, y])) 54 x1, y1 = np.minimum([w, h], np.maximum([xo, yo], [x, y]))
|
common.py | 169 xo, yo = self.drag_start 170 x0, y0 = np.minimum([xo, yo], [x, y]) 171 x1, y1 = np.maximum([xo, yo], [x, y])
|
/external/webp/src/enc/ |
filter.c | 124 int xo, int yo, int W, int H, 126 const int ymin = (yo - KERNEL < 0) ? 0 : yo - KERNEL; 127 const int ymax = (yo + KERNEL > H - 1) ? H - 1 : yo + KERNEL;
|
/external/clang/test/SemaCXX/ |
references.cpp | 62 int& yo; // expected-error{{declaration of reference variable 'yo' requires an initializer}} local
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_compiler.py | 296 print yo 298 yo = 3 variable in class:Toto 300 yo += 3
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_compiler.py | 296 print yo 298 yo = 3 variable in class:Toto 300 yo += 3
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_compiler.py | 296 print yo 298 yo = 3 variable in class:Toto 300 yo += 3
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_compiler.py | 296 print yo 298 yo = 3 variable in class:Toto 300 yo += 3
|
/device/google/contexthub/firmware/src/algos/ |
mag_cal.c | 257 float *xo, float *yo, float *zo) 260 *yo = yi - moc->y_bias; 275 float *xo, float *yo, float *zo) 278 *yo = moc->c10 * xi + moc->c11 * yi + moc->c12 * zi;
|
/external/v8/test/webkit/ |
dfg-double-use-of-post-simplification-double-prediction.js | 34 x = "yo";
|
/external/opencv3/3rdparty/libwebp/enc/ |
filter.c | 252 int xo, int yo, int W, int H, 254 const int ymin = (yo - KERNEL < 0) ? 0 : yo - KERNEL; 255 const int ymax = (yo + KERNEL > H - 1) ? H - 1 : yo + KERNEL;
|
/external/v8/test/mjsunit/ |
array-sort.js | 109 for (var yo = -2; yo <= 2; yo++) { 110 addSigned(yb + yo);
|
/external/deqp/framework/opengl/simplereference/ |
sglrReferenceContext.cpp | [all...] |