/frameworks/base/core/java/android/database/ |
AbstractCursor.java | 56 // Reflects the assumption that all commonly used field types (meaning everything
|
/frameworks/base/core/java/com/google/android/mms/pdu/ |
PduPart.java | 382 // Assumption: At least one of the content-location / name / filename
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
MediaPlayerStateUnitTestTemplate.java | 171 * object to the corresponding state, given the assumption that reset()
|
/frameworks/compile/libbcc/runtime/test/Unit/ |
floattixf_test.c | 22 // Assumption: long double is a IEEE 80 bit floating point type padded to 128 bits
|
floatuntixf_test.c | 22 // Assumption: long double is a IEEE 80 bit floating point type padded to 128 bits
|
/packages/apps/Settings/src/com/android/settings/ |
ChooseLockGeneric.java | 202 * ASSUMPTION: Setting quality is sufficient (e.g. minimum lengths will be set
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
CheckerManager.h | 276 SVal Cond, bool Assumption); 356 const SVal &cond, bool assumption)>
|
/external/clang/lib/StaticAnalyzer/Core/ |
CheckerManager.cpp | 382 SVal Cond, bool Assumption) { 388 state = EvalAssumeCheckers[i](state, Cond, Assumption);
|
ProgramState.cpp | 267 bool Assumption) const { 307 return CM.assume(this, cast<DefinedSVal>(inBound), Assumption);
|
ExprEngine.cpp | 172 SVal cond, bool assumption) { 173 return getCheckerManager().runCheckersForEvalAssume(state, cond, assumption); [all...] |
/external/icu4c/common/ |
unormcmp.cpp | 105 * Assumption: A decomposition or case-folding result string never contains 106 * a single surrogate. This is a safe assumption in the Unicode Standard.
|
/external/libpcap/ |
pcap.c | 586 * Get the current non-blocking mode setting, under the assumption that 619 * Set non-blocking mode, under the assumption that it's just the
|
/external/valgrind/main/drd/ |
drd_main.c | 436 /* Assumption: stacks grow downward. */ 449 /* Assumption: stacks grow downward. */
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/ |
VoiceProxy.java | 497 // Assume input length is 1. This assumption fails for smiley face insertions. 508 // Assume input length is 1. This assumption fails for smiley face insertions. [all...] |
/external/bison/lib/ |
obstack.c | 249 on the assumption that LENGTH bytes need to be added
|
/external/chromium/chrome/browser/autocomplete/ |
keyword_provider.cc | 147 // the assumption that they might not realize they no longer need to go to a
|
/external/chromium/chrome/browser/chromeos/status/ |
network_menu_button.cc | 169 // We make an assumption (which is valid for now) that the SIM
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
autocomplete_text_field_editor.mm | 99 // Enforce that assumption.
|
/external/chromium/webkit/glue/media/ |
buffered_resource_loader.cc | 282 // We make a strong assumption that when we reach here we have either
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
ExprEngine.h | 189 const ProgramState *processAssume(const ProgramState *state, SVal cond,bool assumption);
|
/external/grub/netboot/ |
cs89x0.h | 362 /* the assumption here is that the bits in the eeprom are generally */
|
/external/grub/stage2/ |
ufs2.h | 77 * numerous dump tapes make this assumption, so we are stuck with it).
|
/external/kernel-headers/original/asm-x86/ |
voyager.h | 381 * The assumption about this structure is that no blank space is
|
/external/kernel-headers/original/linux/ |
cpumask.h | 361 * assumption that their single CPU is online. The UP
|
/external/libvpx/examples/includes/geshi/geshi/ |
powershell.php | 255 //This Regexp must only match, if keyword group 6 doesn't. If this assumption fails
|