/system/core/libutils/ |
Unicode.cpp | 318 const char16_t c2 = ntohs(*s2N); local 319 const int d = (int)*s1H++ - (int)c2;
|
/external/opencv/cvaux/src/ |
cvlee.cpp | 3646 float c2 = pEdge2->parabola->a*Direction_img.x; local 3755 float c2 = pEdge2->parabola->a*Direction_img.x; local 3904 float c2 = pEdge1->parabola->a*Direction_img.x; local 4002 float c2 = pEdge1->parabola->a*Direction_img.x; local 4141 float c2 = a2*Direction_img.x; local 4281 float c2 = a2*Direction_img.x; local [all...] |
/external/chromium_org/third_party/opus/src/src/ |
opus_encoder.c | 767 void downmix_float(const void *_x, opus_val32 *sub, int subframe, int offset, int c1, int c2, int C) 775 if (c2>-1) 778 sub[j] += PCM2VAL(x[(j+offset)*C+c2]); 779 } else if (c2==-2) 802 void downmix_int(const void *_x, opus_val32 *sub, int subframe, int offset, int c1, int c2, int C) 810 if (c2>-1) 813 sub[j] += x[(j+offset)*C+c2]; 814 } else if (c2==-2) 959 const void *analysis_pcm, opus_int32 analysis_size, int c1, int c2, int analysis_channels, downmix_func downmix) 1029 c1, c2, analysis_channels, st->Fs [all...] |
opus_multistream_encoder.c | 795 int c1, c2; local 819 c2 = right; 832 c2 = -1; 842 pcm, analysis_frame_size, c1, c2, st->layout.nb_channels, downmix);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_minidom.py | 114 c2 = dom.createTextNode("bar") 119 frag.appendChild(c2) 121 return dom, orig, c1, c2, c3, frag 124 dom, orig, c1, c2, c3, frag = self._create_fragment_test_nodes() 127 (orig, c1, c2, c3), 132 dom, orig, c1, c2, c3, frag = self._create_fragment_test_nodes() 135 (c1, c2, c3, orig), 148 dom, orig, c1, c2, c3, frag = self._create_fragment_test_nodes() 151 (orig, c1, c2, c3), 157 dom, orig, c1, c2, c3, frag = self._create_fragment_test_nodes( [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_minidom.py | 114 c2 = dom.createTextNode("bar") 119 frag.appendChild(c2) 121 return dom, orig, c1, c2, c3, frag 124 dom, orig, c1, c2, c3, frag = self._create_fragment_test_nodes() 127 (orig, c1, c2, c3), 132 dom, orig, c1, c2, c3, frag = self._create_fragment_test_nodes() 135 (c1, c2, c3, orig), 148 dom, orig, c1, c2, c3, frag = self._create_fragment_test_nodes() 151 (orig, c1, c2, c3), 157 dom, orig, c1, c2, c3, frag = self._create_fragment_test_nodes( [all...] |
/cts/tests/tests/os/src/android/os/cts/ |
BundleTest.java | 224 final char c2 = 'i'; local 227 mBundle.putChar(KEY, c2); 228 assertEquals(c2, mBundle.getChar(KEY, c1)); 230 assertEquals(c2, mBundle.getChar(KEY, c1));
|
/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
X509Name.java | 1214 char c2 = str.charAt(k); local [all...] |
/external/chromium_org/third_party/icu/source/common/ |
ucase.c | 313 int32_t c1, c2; local 318 c2=*t++; 319 if(c2==0) { 322 c1-=c2; 891 03A3; 03C2; 03A3; 03A3; Final_Sigma; # GREEK CAPITAL LETTER SIGMA [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
idnaref.cpp | 76 UChar c1,c2; local 86 c2 = s2[i]; 89 if(c1!=c2) { 90 rc=(int32_t)toASCIILower(c1)-(int32_t)toASCIILower(c2);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_fpc.h | 230 float c2, float c3);
|
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.enum/ |
p1.cpp | 75 C<long>::E c2 = C<long>::E::e5; member in struct:C
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
p5.cpp | 423 B<1,2,3,4>::C<4,5,6> c2; // expected-note{{in instantiation of}} member in namespace:PR16303
|
/external/clang/test/CodeGenCXX/ |
predefined-expr.cpp | 476 NS::Constructor c2(0);
|
/external/icu4c/common/ |
ucase.cpp | 316 int32_t c1, c2; local 321 c2=*t++; 322 if(c2==0) { 325 c1-=c2; 918 03A3; 03C2; 03A3; 03A3; Final_Sigma; # GREEK CAPITAL LETTER SIGMA [all...] |
/external/icu4c/test/cintltst/ |
utf16tst.c | 352 UChar32 c, c2; local 384 U16_GET(input, 0, j, -1, c2); 385 if(c2!=c) { 386 log_err("U16_NEXT(from %d)=U+%04x != U+%04x=U16_GET(at %d)\n", i0, c, c2, j);
|
/external/icu4c/test/intltest/ |
idnaref.cpp | 76 UChar c1,c2; local 86 c2 = s2[i]; 89 if(c1!=c2) { 90 rc=(int32_t)toASCIILower(c1)-(int32_t)toASCIILower(c2);
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
Matrix3f.java | 1257 float c1, c2, c3; \/* coefficients for later use *\/ local [all...] |
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
parser.ml | 130 | Some (Token.Kwd c2) -> 133 let next_prec = precedence c2 in
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_fpc.h | 230 float c2, float c3);
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
Utility.java | 257 Cursor c2 = resolver.query(Account.CONTENT_URI, Account.ID_PROJECTION, local 260 while (c2.moveToNext()) { 261 long accountId = c2.getLong(Account.ID_PROJECTION_COLUMN); 270 c2.close(); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidContentAssist.java | 802 char c2 = Character.toLowerCase(word.charAt(j)); local 819 char c2 = Character.toLowerCase(word.charAt(j)); local [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
Utils.java | 495 public static boolean compareCursors(Cursor c1, Cursor c2) { 496 if (c1 == null || c2 == null) { 501 if (numColumns != c2.getColumnCount()) { 505 if (c1.getCount() != c2.getCount()) { 510 c2.moveToPosition(-1); 511 while (c1.moveToNext() && c2.moveToNext()) { 513 if (!TextUtils.equals(c1.getString(i), c2.getString(i))) { [all...] |