/external/bison/m4/ |
stat.m4 | 32 # Assume that if we have lstat, we can also check symlinks. 53 # If we don't know, assume the worst.
|
strerror.m4 | 29 # If we don't know, assume the worst. 83 # If we don't know, assume the worst.
|
warn-on-use.m4 | 21 # It is generally safe to assume declarations for functions declared 30 dnl FIXME: gl_Symbol must be used unquoted until we can assume
|
double-slash-root.m4 | 22 # Be optimistic and assume that / and // are the same when we
|
fcntl_h.m4 | 44 dnl Assume proper GNU behavior unless another module says otherwise.
|
mode_t.m4 | 16 dnl Assume mode_t promotes to 'int' if and only if it is smaller than 'int',
|
stddef_h.m4 | 44 dnl Assume proper GNU behavior unless another module says otherwise.
|
sys_wait_h.m4 | 35 dnl Assume proper GNU behavior unless another module says otherwise.
|
/external/chromium_org/ppapi/thunk/ |
ppb_char_set_thunk.cc | 21 // future and assume people pass proper instances. 57 // future and assume people pass proper instances.
|
/external/chromium_org/third_party/icu/source/i18n/ |
brktrans.h | 89 * @param incremental if true, assume more text may be coming after 90 * pos.contextLimit. Otherwise, assume the text is complete.
|
unesctrn.h | 98 * @param incremental if true, assume more text may be coming after 99 * pos.contextLimit. Otherwise, assume the text is complete.
|
/external/chromium_org/third_party/libxml/src/include/ |
win32config.h | 46 by MS and we can assume that their functions know more about their 114 /* Some third-party libraries far from our control assume the following
|
/external/chromium_org/third_party/libxml/win32/ |
config.h | 46 by MS and we can assume that their functions know more about their 114 /* Some third-party libraries far from our control assume the following
|
/external/clang/test/Analysis/inlining/ |
inline-defensive-checks.c | 115 void idcZero(int assume) { 116 if (assume)
|
/external/icu/icu4c/source/i18n/ |
brktrans.h | 89 * @param incremental if true, assume more text may be coming after 90 * pos.contextLimit. Otherwise, assume the text is complete.
|
nfrlist.h | 30 // unsafe class for internal use only. assume memory allocations succeed, indexes are valid. 66 fStuff = (NFRule**)uprv_realloc(fStuff, fCapacity * sizeof(NFRule*)); // assume success
|
quant.h | 63 * @param incremental if TRUE, then assume further characters may 65 * assume the text as given is complete.
|
unesctrn.h | 98 * @param incremental if true, assume more text may be coming after 99 * pos.contextLimit. Otherwise, assume the text is complete.
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
memchr.m4 | 14 dnl These days, we assume memchr is present. But just in case... 29 # Assume that memchr works on platforms that lack mprotect.
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/spellcheck/ |
AndroidSpellCheckerServiceTest.java | 41 // We also assume the top suggestion should be "this". 61 // We also assume the top suggestion should be "????", which is the top word in the
|
/development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/ |
SampleSpellCheckerService.java | 67 // length <= 3 for short words that we assume are in the fake dictionary 68 // length > 20 for too long words that we assume can't be recognized (such as CJK words) 122 // length <= 3 for short words that we assume are in the fake dictionary 123 // length > 20 for too long words that we assume can't be recognized
|
/external/chromium_org/ash/ |
keyboard_uma_event_filter.cc | 26 // This is a rough approximation, so assume that each key release is the
|
/external/chromium_org/ash/shelf/ |
shelf_item_delegate_manager.cc | 30 // If another ShelfItemDelegate is already registered for |id|, we assume
|
/external/chromium_org/base/strings/ |
utf_string_conversion_utils.cc | 115 // Assume that the entire input will be ASCII. 118 // Assume that the entire input is non-ASCII and will have 3 bytes per char. 135 // Assume the input is all ASCII, which means 1:1 correspondence. 138 // Otherwise assume that the UTF-8 sequences will have 2 bytes for each
|
/external/chromium_org/base/time/ |
tick_clock.h | 32 // assume that NowTicks() is monotonic (but not strictly monotonic).
|