| /ndk/sources/host-tools/sed-4.2.1/ |
| autoboot | 416 *.[ch]) c1='/* '; c2=' */';; 417 *.texi) c1='@c '; c2= ;; 418 *.m4|*/Make*|Make*) c1='# ' ; c2= ;; 419 *) c1= ; c2= ;; 442 echo "$c1-*- buffer-read-only: t -*- vi: set ro:$c2" && 443 echo "${c1}DO NOT EDIT! GENERATED AUTOMATICALLY!$c2" &&
|
| /external/webkit/Source/WebCore/platform/graphics/transforms/ |
| TransformationMatrix.cpp | 92 // double = determinant3x3(a1, a2, a3, b1, b2, b3, c1, c2, c3) 98 // | a2, b2, c2 | 101 static double determinant3x3(double a1, double a2, double a3, double b1, double b2, double b3, double c1, double c2, double c3) 103 return a1 * determinant2x2(b2, b3, c2, c3) 104 - b1 * determinant2x2(a2, a3, c2, c3) 124 double c2 = m[1][2]; local 137 return a1 * determinant3x3(b2, b3, b4, c2, c3, c4, d2, d3, d4) 138 - b1 * determinant3x3(a2, a3, a4, c2, c3, c4, d2, d3, d4) 140 - d1 * determinant3x3(a2, a3, a4, b2, b3, b4, c2, c3, c4); 170 double c2 = matrix[1][2] local [all...] |
| /cts/tests/tests/widget/src/android/widget/cts/ |
| AlphabetIndexerTest.java | 81 Cursor c2 = createCursor("Name", NAMES_LIST); local 83 indexer.setCursor(c2);
|
| /external/icu4c/common/ |
| ucasemap.c | 228 UChar32 c, c2 = 0; local 249 if((destIndex<destCapacity) && (c<0 ? (c2=~c)<=0x7f : UCASE_MAX_STRING_LENGTH<c && (c2=c)<=0x7f)) { 251 dest[destIndex++]=(uint8_t)c2; 416 UChar32 c, c2; local 431 if((destIndex<destCapacity) && (c<0 ? (c2=~c)<=0x7f : UCASE_MAX_STRING_LENGTH<c && (c2=c)<=0x7f)) { 433 dest[destIndex++]=(uint8_t)c2;
|
| utext.cpp | 457 UChar32 c1 = 0, c2 = 0; local 463 c2 = UTEXT_NEXT32(s2); 464 if(c1 != c2) { 480 c2 = UTEXT_NEXT32(s2); 482 if(c1 != c2) { 511 return (int32_t)c1-(int32_t)c2; 517 UChar32 c1, c2; local 523 c2 = UTEXT_NEXT32(s2); 524 if(c1 != c2) { 525 return (int32_t)c1-(int32_t)c2; 584 UChar32 c1, c2; local 705 UChar32 c1, c2; local [all...] |
| /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/ |
| DnaBlockData.java | 194 char c2 = (char) ((code & 0xFF0000) >> 16);
local 197 return String.valueOf(c1) + c2 + c3 + c4;
|
| /external/libvpx/vp8/common/ppc/ |
| idctllm_altivec.asm | 78 vmrglw v7, v2, v3 ;# c2 d2 c3 d3 83 vperm v2, v6, v7, v10 ;# a2 b2 c2 d2 129 vmrghh v2, v0, v1 ;# a0 c0 a1 c1 a2 c2 a3 c3 133 vmrglh v1, v2, v3 ;# a2 b2 c2 d2 a3 b3 c3 d3
|
| /external/llvm/unittests/VMCore/ |
| MetadataTest.cpp | 93 Value *const c2 = n2; local 97 MDNode *n6 = MDNode::getIfExists(Context, c2); 133 Constant *C2 = ConstantInt::get(Type::getInt32Ty(Context), 2); 136 Value *const V2 = C2;
|
| /external/opencv/cxcore/src/ |
| cxjacobieigens.cpp | 115 double x, y, c, s, c2, s2, a; local 133 c2 = c * c; 171 A1[p] = (float) (App * c2 + Aqq * s2 - a); 172 A2[q] = (float) (App * s2 + Aqq * c2 + a); 265 double x, y, c, s, c2, s2, a; local 284 c2 = c * c; 322 App2 = App * c2 + Aqq * s2 - a; 323 Aqq2 = App * s2 + Aqq * c2 + a;
|
| /external/opencv/otherlibs/highgui/ |
| grfmt_base.cpp | 177 int c2 = tolower(descr[i+1]); local 179 if( c1 != c2 )
|
| /external/oprofile/libpp/ |
| diff_container.cpp | 108 profile_container const & c2) 109 : pc1(c1), pc2(c2),
|
| /external/srec/srec/Semproc/src/ |
| SemanticProcessorImpl.c | 189 static const LCHAR* LSTRNCHR2(const LCHAR* text, LCHAR c, LCHAR c2, size_t len) 191 for (; *text != c && *text != c2 && len > 0 && *text; text++, len--) [all...] |
| /external/valgrind/main/memcheck/tests/ |
| varinfo4.stderr.exp | 19 Location 0x........ is 1 byte inside a[3].xyzzy[21].c2[2],
|
| /external/webkit/Source/WebCore/platform/graphics/gpu/ |
| LoopBlinnMathUtils.cpp | 180 const FloatPoint& c2) 188 if (edgeAgainstTriangleEdges(a1, b1, a2, b2, c2) 189 || edgeAgainstTriangleEdges(b1, c1, a2, b2, c2) 190 || edgeAgainstTriangleEdges(c1, a1, a2, b2, c2)) 197 if (pointInTriangle(a1, a2, b2, c2) 199 || pointInTriangle(b1, a2, b2, c2) 201 || pointInTriangle(c1, a2, b2, c2) 202 || pointInTriangle(c2, a1, b1, c1))
|
| /frameworks/base/core/tests/coretests/src/android/net/http/ |
| HttpResponseCacheTest.java | 126 URLConnection c2 = server.getUrl("/").openConnection(); local 127 assertEquals('A', c2.getInputStream().read());
|
| /external/clang/test/CodeGenCXX/ |
| value-init.cpp | 189 const C &c2; member in struct:PR8726::S 252 struct C2 : B2 { C2(); }; 253 C2::C2() : A(3), B2() {}
|
| /external/clang/test/SemaCXX/ |
| MicrosoftExtensions.cpp | 64 int c2; member in struct:A::__anon5667::B2 67 union C2 // expected-warning {{types declared in an anonymous struct are a Microsoft extension}}
|
| anonymous-union.cpp | 29 double c2; member in union:X::__anon5679
|
| /external/icu4c/tools/genrb/ |
| read.c | 321 UChar32 c, c2; local 355 c2 = ucbuf_getc(buf, status); /* "/ * c" */ 356 if(c2 == ASTERISK){ /* "/ * *" */ 360 ucbuf_ungetc(c2, buf); /* c2 is the non-asterisk following "/ *". Include c2 back in buffer. */
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
| mixer_abst.h | 96 int snd_mixer_selem_compare(const snd_mixer_elem_t *c1, const snd_mixer_elem_t *c2);
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
| mixer_abst.h | 96 int snd_mixer_selem_compare(const snd_mixer_elem_t *c1, const snd_mixer_elem_t *c2);
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
| mixer_abst.h | 96 int snd_mixer_selem_compare(const snd_mixer_elem_t *c1, const snd_mixer_elem_t *c2);
|
| /cts/tests/tests/renderscript/src/android/renderscript/cts/ |
| ProgramFragmentTest.java | 59 ScriptField_ConstComplex c2 = new ScriptField_ConstComplex(mRS, 1, local 62 c2.set(new ScriptField_ConstComplex.Item(), 0, true); 63 mConstComplex = c2.getAllocation();
|
| ProgramVertexTest.java | 70 ScriptField_ConstComplex c2 = new ScriptField_ConstComplex(mRS, 1, local 73 c2.set(new ScriptField_ConstComplex.Item(), 0, true); 74 mConstComplex = c2.getAllocation();
|
| /external/antlr/antlr-3.4/runtime/Ruby/test/unit/ |
| test-trees.rb | 490 c2 = new_node( new_token 103 ) 491 r0.add_child c2 499 c2.parent.should == r0 500 c2.child_index.should == 2 511 c2 = new_node( new_token 103 ) 512 r0.add_child c2 522 c2.parent.should == root # note -- actual python tests all use c0 here, which i think might be wrong 523 c2.child_index.should == 2 535 c2 = new_node( new_token 103 ) 536 r0.add_child c2 [all...] |