/external/chromium_org/third_party/icu/source/i18n/ |
name2uni.h | 70 * @param incremental if true, assume more text may be coming after 71 * 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
|
nortrans.h | 65 * @param incremental if true, assume more text may be coming after 66 * pos.contextLimit. Otherwise, assume the text is complete.
|
titletrn.h | 73 * @param incremental if true, assume more text may be coming after 74 * pos.contextLimit. Otherwise, assume the text is complete.
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/ |
lock.h | 22 #else // Assume pthread. 33 #else // Assume pthread.
|
/external/chromium_org/third_party/sfntly/cpp/src/test/ |
platform_thread.h | 25 #else // Assume pthread 38 #else // Assume pthread
|
/external/icu/icu4c/source/i18n/ |
casetrn.h | 78 * @param incremental if true, assume more text may be coming after 79 * pos.contextLimit. Otherwise, assume the text is complete.
|
name2uni.h | 70 * @param incremental if true, assume more text may be coming after 71 * pos.contextLimit. Otherwise, assume the text is complete.
|
nortrans.h | 65 * @param incremental if true, assume more text may be coming after 66 * pos.contextLimit. Otherwise, assume the text is complete.
|
titletrn.h | 73 * @param incremental if true, assume more text may be coming after 74 * pos.contextLimit. Otherwise, assume the text is complete.
|
/external/sfntly/cpp/src/sfntly/port/ |
lock.h | 22 #else // Assume pthread. 33 #else // Assume pthread.
|
/external/sfntly/cpp/src/test/ |
platform_thread.h | 25 #else // Assume pthread 38 #else // Assume pthread
|
/packages/apps/Camera/src/com/android/camera/ |
Thumbnail.java | 45 // Assume this is a corrupt video file 47 // Assume this is a corrupt video file.
|
/packages/apps/Camera2/src/com/android/camera/ |
Thumbnail.java | 45 // Assume this is a corrupt video file 47 // Assume this is a corrupt video file.
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
VLASizeChecker.cpp | 117 std::tie(stateNotZero, stateZero) = state->assume(sizeD); 124 // From this point on, assume that the size is not zero. 145 // Finally, assume that the array's extent matches the given size. 152 state = state->assume(sizeIsKnown, true); 154 // Assume should not fail at this point.
|
/external/llvm/lib/CodeGen/ |
BasicTargetTransformInfo.cpp | 300 // Assume that floating point arithmetic operations cost twice as much as 305 // The operation is legal. Assume it costs 1. 306 // If the type is split to multiple registers, assume that there is some 315 // If the operation is custom lowered then assume 320 // Else, assume that we need to scalarize this op. 384 // If the cast is marked as legal (or promote) then assume low cost. 396 // Just check the op cost. If the operation is legal then assume it costs 1. 400 // Assume that illegal scalar instruction are expensive. 411 // Assume that Zext is done using AND. 415 // Assume that sext is done using SHL and SRA [all...] |
/cts/tests/tests/security/src/android/security/cts/ |
KernelSettingsTest.java | 59 // Odd. The file doesn't exist... Assume we're ok. 73 // Odd. The file doesn't exist... Assume we're ok. 84 // Odd. The file doesn't exist... Assume we're ok.
|
/external/chromium_org/chrome/installer/util/ |
eula_util.cc | 21 // doing so is required by master_preferences. Assume the EULA has not been 83 // If we fail to get master preferences, assume that EULA is not required. 88 // If kRequireEula value is absent, assume EULA is not required.
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
longlong.m4 | 11 # assume 2.62 everywhere. 23 dnl If cross compiling, assume the bug isn't important, since 56 # assume 2.62 everywhere.
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
dct.cpp | 117 /* assume FAST MULTIPLY */ 132 /* assume FAST MULTIPLY */ 212 /* assume FAST MULTIPLY */ 227 /* assume FAST MULTIPLY */ 344 /* assume FAST MULTIPLY */ 356 /* assume FAST MULTIPLY */ 426 /* assume FAST MULTIPLY */ 438 /* assume FAST MULTIPLY */ 549 /* assume FAST MULTIPLY */ 557 /* assume FAST MULTIPLY * [all...] |
/art/compiler/sea_ir/ir/ |
instruction_tools.h | 100 kDstNonNull, // May assume dst is non-null. 101 kRetNonNull, // May assume retval is non-null.
|
/dalvik/dx/src/com/android/dx/merge/ |
SortableType.java | 79 max = 1; // unknown, so assume it's a root. 90 max = Math.max(max, 1); // unknown, so assume it's a root.
|
/external/bison/lib/ |
mbswidth.h | 40 character. Otherwise, assume invalid characters have width 1. */ 44 Otherwise, assume unprintable characters have width 0 if they are
|
/external/bison/m4/ |
malloc.m4 | 35 # If we don't know, assume the worst. 86 dnl some systems go to their knees when you do that. So assume that
|
memchr.m4 | 16 dnl These days, we assume memchr is present. But if support for old 30 # Assume that memchr works on platforms that lack mprotect.
|