/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
|
/external/clang/test/Analysis/inlining/ |
inline-defensive-checks.c | 115 void idcZero(int assume) { 116 if (assume)
|
/external/icu/icu4c/source/i18n/ |
casetrn.h | 80 * @param incremental if true, assume more text may be coming after 81 * pos.contextLimit. Otherwise, assume the text is complete.
|
nfrlist.h | 32 // unsafe class for internal use only. assume memory allocations succeed, indexes are valid. 68 fStuff = (NFRule**)uprv_realloc(fStuff, fCapacity * sizeof(NFRule*)); // assume success
|
unesctrn.h | 100 * @param incremental if true, assume more text may be coming after 101 * pos.contextLimit. Otherwise, assume the text is complete.
|
/external/libxml2/include/ |
win32config.h | 48 by MS and we can assume that their functions know more about their 118 /* Some third-party libraries far from our control assume the following
|
/external/libxml2/win32/VC10/ |
config.h | 47 by MS and we can assume that their functions know more about their 117 /* Some third-party libraries far from our control assume the following
|
/external/llvm/test/Transforms/LoopUnroll/ |
ephemeral.ll | 31 call void @llvm.assume(i1 %ca) 43 declare void @llvm.assume(i1) nounwind
|
/external/proguard/src/proguard/ |
AssumeNoSideEffectsChecker.java | 28 * This class checks if the user is specifying to assume no side effects 48 * Checks if the given class specifications try to assume no side effects
|
/hardware/interfaces/camera/provider/2.4/ |
ICameraProviderCallback.hal | 34 * the camera service must assume that all internal camera devices are in 55 * changed. At provider registration time, the camera service must assume
|
/libcore/libart/src/main/java/java/lang/ |
VMClassLoader.java | 47 // We assume all entries are zip or jar files. 62 * We assume that the bootclasspath can't change once the VM has started.
|
/toolchain/binutils/binutils-2.25/gas/ |
flonum-copy.c | 39 /* Assume no GAPS in packing of littlenums. 63 /* Assume out_length >= 0 ! */
|
/external/llvm/include/llvm/CodeGen/ |
BasicTTIImpl.h | 311 // Assume that floating point arithmetic operations cost twice as much as 316 // The operation is legal. Assume it costs 1. 322 // If the operation is custom lowered, then assume that the code is twice 327 // Else, assume that we need to scalarize this op. 381 // If the cast is marked as legal (or promote) then assume low cost. 393 // Just check the op cost. If the operation is legal then assume it costs 398 // Assume that illegal scalar instruction are expensive. 409 // Assume that Zext is done using AND. 413 // Assume that sext is done using SHL and SRA. 417 // Just check the op cost. If the operation is legal then assume i [all...] |
/build/make/tools/ijar/ |
README.txt | 101 We assume that jar files are uncompressed v1.0 zip files (created 104 We assume that javap/javac don't need the correct CRC checksums in 107 We assume that it's better simply to abort in the face of unknown 115 because we can assume the compiler is deterministic and the order in
|
/cts/tests/tests/jni/src/android/jni/cts/ |
ClassLoaderHelper.java | 21 // Note: To not hava a dependency on other classes, assume that if we do initialize then
|
/cts/tests/tests/keystore/src/android/keystore/cts/ |
TransparentSecretKey.java | 23 * are: (1) to help test that classes under test don't assume that all transparent secret keys are
|
/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
|
/device/huawei/angler/overlay/frameworks/base/packages/SystemUI/res/values/ |
config.xml | 37 <!-- Doze: can we assume the pickup sensor includes a proximity check? -->
|
/device/lge/bullhead/overlay/frameworks/base/packages/SystemUI/res/values/ |
config.xml | 37 <!-- Doze: can we assume the pickup sensor includes a proximity check? -->
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_future_builtins.py | 25 # We will assume that the itertools functions work, so provided
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/buildbot/ |
external.bat | 3 @rem Assume we start inside the Python source directory
|
/device/linaro/bootloader/edk2/ArmPkg/Drivers/ArmGic/GicV3/Arm/ |
ArmGicV3.asm | 14 // For the moment we assume this will run in SVC mode on ARMv7
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/X64/ |
AsmDispatchExecute.S | 78 lea ReloadCS(%rip), %r9 #Assume the ReloadCS is under 4G
92 lea ReturnBack(%rip), %rax #Assume the ReloadCS is under 4G
107 lea Compatible(%rip), %rdx # assume address < 4G
134 # Call 32-bit function. Assume the function entry address and parameter value is less than 4G
|