/frameworks/base/core/tests/coretests/src/android/util/ |
TimeUtilsTest.java | 43 TimeZone guess; local 46 guess = guess(c, "us"); 47 assertEquals(name, guess.getID()); 50 guess = guess(c, "us"); 51 assertEquals(name, guess.getID()); 64 TimeZone guess; local 67 guess = guess(c, "us") 80 TimeZone guess; local 394 TimeZone guess; local 418 TimeZone guess; local 426 private static TimeZone guess(Calendar c, String country) { method in class:TimeUtilsTest [all...] |
/cts/tests/tests/util/src/android/util/cts/ |
TimeUtilsTest.java | 56 TimeZone guess; local 59 guess = guessTimeZone(c, "us"); 60 assertEquals(name, guess.getID()); 63 guess = guessTimeZone(c, "us"); 64 assertEquals(name, guess.getID()); 85 TimeZone guess; local 88 guess = guessTimeZone(c, "us"); 89 assertEquals(name, guess.getID()); 109 TimeZone guess; local 112 guess = guessTimeZone(c, "us") 432 TimeZone guess; local 468 TimeZone guess; local [all...] |
/dalvik/libdex/ |
DexCatch.c | 59 int guess = (min + max) >> 1; local 60 const DexTry* pTry = &pTries[guess]; 64 max = guess - 1; 71 min = guess + 1;
|
DexDataMap.c | 104 u4 guess = offsets[guessIdx]; local 106 if (offset < guess) { 108 } else if (offset > guess) {
|
/external/bluetooth/bluez/ |
Makefile.am | 18 aclocal.m4 configure config.h.in config.sub config.guess \
|
/external/elfutils/config/ |
ChangeLog | 8 * config.guess: Moved to here from toplevel.
|
/external/ipsec-tools/src/racoon/ |
TODO | 28 how to guess a reasonable phase 1 SA lifetime 29 (hardcoded default? guess from phase 2 lifetime?) 30 guess what kind of ID payload to use 31 guess what kind of authentication to be used 32 guess phase 1 DH group (for aggressive mode, we cannot negotiate it) 33 guess if we need phase 2 PFS or not (we cannot negotiate it. so 35 guess how we should negotiate lifetime 37 guess which mode to use for phase 1 negotiation (is main mode useful?
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
NameSplitter.java | 775 * Makes the best guess at the expected full name style based on the character set 809 * Makes the best guess at the expected full name style based on the character set 826 int guess = guessFullNameStyle(name.familyName); local 827 if (guess != FullNameStyle.UNDEFINED) { 828 if (guess != FullNameStyle.CJK && guess != FullNameStyle.WESTERN) { 829 name.fullNameStyle = guess; 832 bestGuess = guess; 835 guess = guessFullNameStyle(name.middleName); 836 if (guess != FullNameStyle.UNDEFINED) 913 int guess = guessPhoneticNameStyle(name.phoneticGivenName); local [all...] |
/frameworks/base/core/java/android/util/ |
SparseBooleanArray.java | 211 int high = start + len, low = start - 1, guess; local 214 guess = (high + low) / 2; 216 if (a[guess] < key) 217 low = guess; 219 high = guess;
|
SparseIntArray.java | 217 int high = start + len, low = start - 1, guess; local 220 guess = (high + low) / 2; 222 if (a[guess] < key) 223 low = guess; 225 high = guess;
|
LongSparseArray.java | 330 int high = start + len, low = start - 1, guess; local 333 guess = (high + low) / 2; 335 if (a[guess] < key) 336 low = guess; 338 high = guess;
|
SparseArray.java | 306 int high = start + len, low = start - 1, guess; local 309 guess = (high + low) / 2; 311 if (a[guess] < key) 312 low = guess; 314 high = guess;
|
/external/kernel-headers/original/linux/ |
magic.h | 25 #define NCP_SUPER_MAGIC 0x564c /* Guess, what 0x564c is :-) */
|
/external/openssl/crypto/dso/ |
README | 8 I'll leave Richard's changes there as I guess dso_dl is needed
|
/external/strace/ |
README | 7 strace. If configure cannot guess your system configuration, you can
|
acinclude.m4 | 83 # Guess or punt. 158 # Guess or punt. 224 ]])],[ac_cv_have_long_long_off_t=yes],[ac_cv_have_long_long_off_t=no],[# Should try to guess here 247 ]])],[ac_cv_have_long_long_rlim_t=yes],[ac_cv_have_long_long_rlim_t=no],[# Should try to guess here 272 ]])],[ac_cv_have_little_endian_long_long=yes],[ac_cv_have_little_endian_long_long=no],[# Should try to guess here
|
/external/zlib/ |
INDEX | 6 README guess what
|
/external/icu4c/test/perf/collationperf/ |
collperf.cpp | 499 int guess = -1; local 502 if (newGuess == guess) 504 guess = newGuess; 506 r = (*pf)((gSortedLines[line])->name, (gSortedLines[guess])->name); 512 hi = guess; 514 lo = guess; 537 int guess = -1; local 540 if (newGuess == guess) 542 guess = newGuess; 546 ri = strcmp((gSortedLines[line])->icuSortKey, (gSortedLines[guess])->icuSortKey) 588 int guess = -1; local 639 int guess = -1; local [all...] |
/external/bison/ |
Makefile.cfg | 36 $(build_aux_dir)/config.guess \
|
/external/elfutils/m4/ |
intdiv0.m4 | 57 # Guess based on the CPU.
|
/external/libpcap/ |
TODO | 15 style (okay, you can guess that by looking at the code) and a guide for
|
/external/stlport/stlport/stl/config/ |
_cray.h | 21 // Mostly correct guess, change it for Alpha (and other environments
|
/external/webkit/WebKit/win/WebCoreSupport/ |
WebEditorClient.cpp | 698 BSTR guess; local 699 if (enumGuessesObj->Next(1, &guess, &fetched) != S_OK) 701 detail.guesses.append(String(guess, SysStringLen(guess))); 702 SysFreeString(guess); 717 BString guess(detail.guesses[i]); 718 guessesBSTRs.append(guess.release()); 771 BSTR guess; local 772 if (enumGuessesObj->Next(1, &guess, &fetched) != S_OK) 774 guesses.append(String(guess, SysStringLen(guess))) [all...] |
/packages/apps/Gallery3D/src/com/cooliris/media/ |
LongSparseArray.java | 310 int high = start + len, low = start - 1, guess; local 313 guess = (high + low) / 2; 315 if (a[guess] < key) 316 low = guess; 318 high = guess;
|
/external/skia/src/core/ |
SkMath.cpp | 384 uint32_t guess = root * root + root; local 385 guess = (guess << 1) + guess; // guess *= 3 386 if (guess < curr) { 387 curr -= guess + 1;
|