/external/zlib/src/contrib/minizip/ |
unzip.c | 353 char c1=*(fileName1++); local 355 if ((c1>='a') && (c1<='z')) 356 c1 -= 0x20; 359 if (c1=='\0') 363 if (c1<c2) 365 if (c1>c2) [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
Utils.java | 494 public static boolean compareCursors(Cursor c1, Cursor c2) { 495 if (c1 == null || c2 == null) { 499 int numColumns = c1.getColumnCount(); 504 if (c1.getCount() != c2.getCount()) { 508 c1.moveToPosition(-1); 510 while (c1.moveToNext() && c2.moveToNext()) { 512 if (!TextUtils.equals(c1.getString(i), c2.getString(i))) { [all...] |
/external/chromium_org/third_party/icu/source/common/ |
ucnv2022.c | 97 * Do not encode C1 control codes with native bytes 80..9F [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
apicoll.cpp | 2219 RuleBasedCollator* c1 = (RuleBasedCollator*)Collator::createInstance(status); local [all...] |
/external/icu4c/common/ |
ucnv2022.cpp | 99 * Do not encode C1 control codes with native bytes 80..9F [all...] |
/external/icu4c/test/intltest/ |
apicoll.cpp | 2248 RuleBasedCollator* c1 = (RuleBasedCollator*)Collator::createInstance(status); local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_logging.py | [all...] |
test_descr.py | 2897 c1 = C(1) variable in class:.test_classic_comparisons.classic 2974 c1 = C(1) variable in class:.test_rich_comparisons.classic [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_logging.py | [all...] |
test_descr.py | 2897 c1 = C(1) variable in class:.test_classic_comparisons.classic 2974 c1 = C(1) variable in class:.test_rich_comparisons.classic [all...] |
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
ANTLR.g | 803 : c1=CHAR_LITERAL RANGE c2=CHAR_LITERAL 804 -> ^(CHAR_RANGE[$c1,".."] $c1 $c2)
|
/external/opencv/ml/src/ |
mlboost.cpp | 1004 int c1 = 0; local 1006 c1 += class_labels[i]; 1007 p[0] = data->priors->data.db[0]*(c1 < count ? 1./(count - c1) : 0.); 1008 p[1] = data->priors->data.db[1]*(c1 > 0 ? 1./c1 : 0.); [all...] |
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
channel_unittest.cc | 545 bool CodecMatches(const typename T::Codec& c1, const typename T::Codec& c2) { [all...] |
/external/mksh/src/ |
edit.c | 4021 int cur, c1, c2, c3 = 0; local [all...] |
/cts/tests/tests/app/src/android/app/cts/ |
InstrumentationTest.java | 191 Context c1 = mInstrumentation.getContext(); local 193 assertNotSame(c1.getPackageName(), c2.getPackageName());
|
/external/chromium/chrome/browser/search_engines/ |
template_url_prepopulate_data.cc | [all...] |
/external/chromium_org/base/ |
file_util_unittest.cc | [all...] |
/external/chromium_org/third_party/icu/source/test/perf/ustrperf/ |
stringperf.h | 461 UChar c1='s'; local 463 scan_idx = uScan_STRING.indexOf(c1);
|
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
prog_noise.c | 517 int c1 = (x0 > y0) ? 32 : 0; local 523 int c = c1 + c2 + c3 + c4 + c5 + c6;
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_linux.cc | 396 static bool IsOneOf(char c, char c1, char c2) { 397 return c == c1 || c == c2;
|
/external/icu4c/test/perf/ustrperf/ |
stringperf.h | 463 UChar c1='s'; local 465 scan_idx = uScan_STRING.indexOf(c1);
|
/external/libsepol/tests/policies/test-linker/ |
small-base.conf | 403 category c0; category c1; category c2; category c3; 560 gen_user(g_b_user_2,, g_b_role_1, s0, s0 - s0:c0, c1, c3, c4, c5)
|
/external/mesa3d/src/mesa/program/ |
prog_noise.c | 517 int c1 = (x0 > y0) ? 32 : 0; local 523 int c = c1 + c2 + c3 + c4 + c5 + c6;
|
/external/opencv/cxcore/src/ |
cxswitcher.cpp | 670 int c0 = toupper(module->name[i]), c1 = toupper(name[i]); 671 if( c0 != c1 )
|
/external/valgrind/main/none/tests/amd64/ |
slahf-amd64.stdout.exp | 196 c1 -> c300
|