| /ndk/build/tools/ |
| dev-rebuild-ndk.sh | 107 sort -f | xargs cat | git hash-object --stdin | cut -c1-7`
|
| /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/ |
| ANTLRv3.g | 309 : c1=CHAR_LITERAL RANGE c2=CHAR_LITERAL -> ^(CHAR_RANGE[$c1,".."] $c1 $c2)
|
| /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
| ANTLRv3.g | 297 : c1=CHAR_LITERAL RANGE c2=CHAR_LITERAL elementOptions? 298 -> ^(CHAR_RANGE[$c1,".."] $c1 $c2 elementOptions?)
|
| /external/v8/test/mjsunit/ |
| string-replace.js | 154 replaceTest("0a1b2cx", short, /(x)(?=(.))/g, function r(m, c1, c2, i, s) { 157 assertEquals("x", c1, "replace(/(x)(?=(.))/g,func(..,c1,..))");
|
| /external/opencv/cvaux/src/ |
| cvlee.cpp | 3647 float c1 = -Direction_img.y; local 3756 float c1 = -Direction_img.y; local 3905 float c1 = -Direction_img.y; local 4003 float c1 = -Direction_img.y; local 4142 float c1 = -Direction_img.y; local 4282 float c1 = -Direction_img.y; local [all...] |
| /prebuilts/tools/common/jfreechart/ |
| jcommon-1.0.12.jar | |
| /external/antlr/antlr-3.4/runtime/Python/unittests/ |
| testtree.py | 579 c1=CommonTree(CommonToken(102)) 580 r0.addChild(c1) 588 self.failUnlessEqual(r0, c1.parent) 589 self.failUnlessEqual(1, c1.childIndex) 603 c1=CommonTree(CommonToken(102)) 604 r0.addChild(c1) 616 self.failUnlessEqual(1, c1.childIndex) 631 c1=CommonTree(CommonToken(102)) 632 r0.addChild(c1) 644 self.failUnlessEqual(2, c1.childIndex [all...] |
| /external/icu4c/test/cintltst/ |
| citertst.c | 427 UCollator *c1, *c2, *c3; local 452 c1 = ucol_openRules(rule, u_strlen(rule), UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status); 456 if (c1 == NULL || U_FAILURE(status)) 464 iter=ucol_openElements(c1, source, u_strlen(source), &status); 472 ucol_close(c1); 919 int32_t c1, c2; local 925 c1 = ucol_next(i1, &status); 928 if (c1 != c2) 930 log_err("Error in iteration %d assetEqual between\n %d and %d, they are not equal\n", count, c1, c2); 936 while (c1 != UCOL_NULLORDER) [all...] |
| crestst.c | 771 int32_t c1=0; local 812 T_FileStream_read(stream,&c1,1); 813 if(c!=c1){ 817 c1 = T_FileStream_peek(stream); 818 if(c!=c1){ [all...] |
| /external/llvm/test/MC/ARM/ |
| basic-arm-instructions.s | 431 cdp p7, #1, c1, c1, c1, #4 432 cdp2 p7, #1, c1, c1, c1, #4 434 @ CHECK: cdp p7, #1, c1, c1, c1, #4 @ encoding: [0x81,0x17,0x11,0xee] 435 @ CHECK: cdp2 p7, #1, c1, c1, c1, #4 @ encoding: [0x81,0x17,0x11,0xfe [all...] |
| /external/opencv/cxcore/src/ |
| cxdrawing.cpp | 90 int c1, c2; local 100 c1 = (x1 < 0) + (x1 > right) * 2 + (y1 < 0) * 4 + (y1 > bottom) * 8; 103 if( (c1 & c2) == 0 && (c1 | c2) != 0 ) 107 if( c1 & 12 ) 109 a = c1 < 8 ? 0 : bottom; 112 c1 = (x1 < 0) + (x1 > right) * 2; 121 if( (c1 & c2) == 0 && (c1 | c2) != 0 ) 123 if( c1 ) [all...] |
| /packages/apps/Calendar/src/com/android/calendar/ |
| Utils.java | 337 public static boolean compareCursors(Cursor c1, Cursor c2) { 338 if (c1 == null || c2 == null) { 342 int numColumns = c1.getColumnCount(); 347 if (c1.getCount() != c2.getCount()) { 351 c1.moveToPosition(-1); 353 while (c1.moveToNext() && c2.moveToNext()) { 355 if (!TextUtils.equals(c1.getString(i), c2.getString(i))) { [all...] |
| /external/libvpx/vp8/common/x86/ |
| loopfilter_sse2.asm | 741 movq xmm1, QWORD PTR [rsi+4*rax] ; xx xx xx xx xx xx xx xx c7 c6 c5 c4 c3 c2 c1 c0 [all...] |
| /external/icu4c/test/intltest/ |
| calregts.cpp | 2685 Calendar *c1 = Calendar::createInstance("ja_JP@calendar=japanese",status); local [all...] |
| /external/llvm/bindings/ocaml/llvm/ |
| llvm.mli | 823 (** [const_add c1 c2] returns the constant sum of two constants. 827 (** [const_nsw_add c1 c2] returns the constant sum of two constants with no 832 (** [const_nuw_add c1 c2] returns the constant sum of two constants with no 837 (** [const_fadd c1 c2] returns the constant sum of two constant floats. 841 (** [const_sub c1 c2] returns the constant difference, [c1 - c2], of two 845 (** [const_nsw_sub c1 c2] returns the constant difference of two constants with 850 (** [const_nuw_sub c1 c2] returns the constant difference of two constants with 855 (** [const_fsub c1 c2] returns the constant difference, [c1 - c2], of tw [all...] |
| /cts/tests/tests/os/src/android/os/cts/ |
| BundleTest.java | 212 final char c1 = 'l'; local 215 assertEquals(c1, mBundle.getChar(KEY, c1)); 217 assertEquals(c2, mBundle.getChar(KEY, c1)); 219 assertEquals(c2, mBundle.getChar(KEY, c1));
|
| /external/icu4c/common/ |
| ucase.c | 313 int32_t c1, c2; local 317 c1=*s++; 322 c1-=c2; 323 if(c1!=0) { 324 return c1; /* return difference result */ [all...] |
| /external/opencv/cv/src/ |
| cvsubdivision2d.cpp | 662 double a0, b0, c0, a1, b1, c1; local 672 icvCreateCenterNormalLine( edge1, &a1, &b1, &c1 ); 674 icvIntersectLines3( &a0, &b0, &c0, &a1, &b1, &c1, &virt_point ); 692 icvCreateCenterNormalLine( edge1, &a1, &b1, &c1 ); 694 icvIntersectLines3( &a0, &b0, &c0, &a1, &b1, &c1, &virt_point );
|
| cvgeometry.cpp | 147 double *a1, double *b1, double *c1, CvPoint2D32f * point ) 154 point->x = (float) ((b0[0] * c1[0] - b1[0] * c0[0]) * det); 155 point->y = (float) ((a1[0] * c0[0] - a0[0] * c1[0]) * det);
|
| /packages/apps/Email/tests/src/com/android/emailcommon/utility/ |
| UtilityUnitTests.java | 443 final Cursor c1 = new MatrixCursor(new String[] {"col"}); local 444 final Cursor c2 = new CursorWrapper(c1); 450 assertFalse(TextUtils.isEmpty(Utility.dumpCursor(c1))); 456 c1.close(); 457 assertFalse(TextUtils.isEmpty(Utility.dumpCursor(c1)));
|
| /external/icu4c/test/perf/dicttrieperf/ |
| dicttrieperf.cpp | 193 int32_t c1=(uint8_t)*s1++; local 195 cmp=c1-c2; 196 if(cmp!=0 || c1==0) { // different or done
|
| /external/jmonkeyengine/engine/src/core/com/jme3/math/ |
| FastMath.java | 230 float c1, c2, c3, c4; local 231 c1 = p1; 236 return (float) (((c4 * u + c3) * u + c2) * u + c1); [all...] |
| /external/skia/src/effects/ |
| SkGradientShader.cpp | 217 static void Build16bitCache(uint16_t[], SkColor c0, SkColor c1, int count); 218 static void Build32bitCache(SkPMColor[], SkColor c0, SkColor c1, int count, 513 void Gradient_Shader::Build16bitCache(uint16_t cache[], SkColor c0, SkColor c1, 517 SkASSERT(SkColorGetA(c1) == 0xFF); 523 SkFixed dr = SkIntToFixed(SkColorGetR(c1) - r) / (count - 1); 524 SkFixed dg = SkIntToFixed(SkColorGetG(c1) - g) / (count - 1); 525 SkFixed db = SkIntToFixed(SkColorGetB(c1) - b) / (count - 1); 562 void Gradient_Shader::Build32bitCache(SkPMColor cache[], SkColor c0, SkColor c1, 570 int tmp = SkMulDiv255Round(SkColorGetA(c1), paintAlpha); 577 SkFixed dr = SkIntToFixed(SkColorGetR(c1) - r) / (count - 1) [all...] |
| /external/skia/src/gpu/ |
| GrAAHairLinePathRenderer.cpp | 45 // If a,b,c are the original control points then the poly a0,b0,c0,c1,a1 52 // a1 c1 60 data[4 + baseIdx] = baseVert + 4; // c1 63 data[7 + baseIdx] = baseVert + 4; // c1 381 // a c | a1 c1 389 Vertex& c1 = verts[4]; local 422 c1.fPos = c; 423 c1.fPos -= cbN;
|
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/ |
| FusionDictionary.java | 473 public int compare(CharGroup c1, CharGroup c2) { 474 if (c1.mChars[0] == c2.mChars[0]) return 0; 475 return c1.mChars[0] < c2.mChars[0] ? -1 : 1;
|