/external/llvm/test/CodeGen/Mips/ |
trap1.ll | 1 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -soft-float -mips16-hard-float -relocation-model=pic < %s | FileCheck %s -check-prefix=pic
|
mips64-libcall.ll | 2 ; RUN: FileCheck %s -check-prefix=HARD 8 ; HARD-LABEL: callfloor: 9 ; HARD-NOT: dmfc1 $4
|
fp16static.ll | 1 ; RUN: llc -march=mipsel -mcpu=mips16 -mips16-hard-float -soft-float -relocation-model=static < %s | FileCheck %s -check-prefix=CHECK-STATIC16
|
/external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/ |
RandomizedInvalidationClientNameGenerator.java | 15 * blocking" feature. That's unfortunate, but better than using a hard-coded ID. A hard-coded ID 29 * However, as bad as it is, this ID is better than a hard-coded default or none at all. See
|
/external/smack/src/org/jivesoftware/smack/util/collections/ |
ReferenceMap.java | 30 * If non-hard references are used, then the garbage collector can remove 36 * The keys can be configured to be weak but the values hard, 39 * <code>WeakHashMap</code></a>. However, you can also specify hard keys and 41 * hard keys and soft values, providing a memory-sensitive cache. 76 * use hard references to keys and soft references to values. 79 super(HARD, SOFT, DEFAULT_CAPACITY, DEFAULT_LOAD_FACTOR, false); 87 * must be {@link #HARD}, {@link #SOFT}, {@link #WEAK} 89 * must be {@link #HARD}, {@link #SOFT}, {@link #WEAK} 100 * must be {@link #HARD}, {@link #SOFT}, {@link #WEAK} 102 * must be {@link #HARD}, {@link #SOFT}, {@link #WEAK [all...] |
/external/chromium_org/tools/json_schema_compiler/ |
cpp_type_generator.py | 13 type's model, and whether that dependency is "hard" meaning that it cannot be 16 def __init__(self, type_, hard=False): 18 self.hard = hard 151 # No point forward-declaring hard dependencies. 152 if dependency.hard: 168 if dependency.hard or include_soft: 203 hard=not param.optional) 207 hard=not param.optional) 211 hard=not prop.optional [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ |
CryptoException.java | 4 * the foundation class for the hard exceptions thrown by the crypto packages.
|
/external/chromium/chrome/browser/cocoa/ |
install_from_dmg.h | 10 // to install it to the hard drive. If the user approves, the application
|
/external/chromium_org/chrome/browser/metrics/ |
time_ticks_experiment_unittest.cc | 15 // machine's capabilities, so it'd be hard to write proper expectations.
|
/external/chromium_org/google_update/ |
google_update.gyp | 15 # This target exports a hard dependency because dependent targets may
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
selection-drag-crash.html | 11 Drag the selected text. It shouldn't crash, though it used to on Chromium Mac since createDragImageForSelection() didn't properly use the return value from dissolveDragImageToFraction(), which resulted in a race condition for the drag image's refcount. This issue can't be tested in an automated manner, due to the fact that the race condition is hard to trigger deterministically and that test_shell/DRT simply don't use the (potentially invalid) image parameter.
|
/external/chromium_org/tools/gyp/test/actions/src/subdir2/ |
none.gyp | 20 # without having to hard-code the intermediate dir paths.
|
/external/chromium_org/tools/gyp/test/generator-output/actions/subdir2/ |
none.gyp | 20 # without having to hard-code the intermediate dir paths.
|
/external/llvm/test/CodeGen/ARM/ |
fmacs.ll | 5 ; RUN: llc < %s -mtriple=arm-linux-gnueabi -mcpu=cortex-a9 -float-abi=hard | FileCheck %s -check-prefix=HARD 70 ; HARD-LABEL: t4: 71 ; HARD: vmla.f32 s0, s1, s2 72 ; HARD: vmla.f32 s3, s1, s4 95 ; HARD-LABEL: t5: 96 ; HARD: vmla.f32 s4, s0, s1 97 ; HARD: vmul.f32 s0, s2, s3 98 ; HARD: vadd.f32 s0, s4, s0
|
hardfloat_neon.ll | 1 ; RUN: llc < %s -mtriple=arm-linux-gnueabi -mattr=+neon -float-abi=hard
|
/external/markdown/MarkdownTest/Tests_2004/ |
Hard-wrapped paragraphs with list-like lines.text-out | 10 list item. Because a hard-wrapped line in the middle of a paragraph
|
Hard-wrapped paragraphs with list-like lines.text-res | 10 list item. Because a hard-wrapped line in the middle of a paragraph
|
/external/valgrind/main/memcheck/tests/ |
memcmptest.c | 7 // message, even though memcmp() was called. This is hard to avoid.
|
/external/kernel-headers/original/asm-arm/ |
fpstate.h | 41 struct vfp_hard_struct hard; member in union:vfp_state 66 struct fp_hard_struct hard; member in union:fp_state
|
/external/libvorbis/doc/vorbisenc/ |
ov_ectl_ratemanage_arg.html | 60 <dd>hard lower limit (in kilobits per second) below which the stream bitrate will never be allowed for any given bitrate_hard_window seconds of time.</dd> 62 <dd>hard upper limit (in kilobits per second) above which the stream bitrate will never be allowed for any given bitrate_hard_window seconds of time.</dd> 64 <dd>the window period (in seconds) used to regulate the hard bitrate minimum and maximum</dd> 73 <dd>Regulates the relative centering of the average and hard windows; in libvorbis 1.0 and 1.0.1, the hard window regulation overlapped but followed the average window regulation. In libvorbis 1.1 a bit-reservoir interface replaces the old windowing interface; the older windowing interface is simulated and this field has no effect.</dd>
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
MixInSoft_D32C31_SAT.c | 63 HARD MIXING 80 /* Call back before the hard mixing, because in this case, hard mixing makes
|
/frameworks/base/core/java/android/content/ |
SyncResult.java | 51 * Used to indicate that the SyncAdapter experienced a hard error due to trying the same 58 * Used to indicate that the SyncAdapter experienced a hard error due to an error it 88 * the sync request resulted in a hard or soft error, others are for purely informational 110 * The errors are classified into two broad categories: hard errors and soft errors. 111 * Soft errors are retried with exponential backoff. Hard errors are not retried (except 112 * when the hard error is for a {@link ContentResolver#SYNC_EXTRAS_UPLOAD} request, 116 * true then the SyncManager treats it as a hard error, not a soft error. 151 * Convenience method for determining if the SyncResult indicates that a hard error 153 * when it sees a hard error. 155 * A hard error is indicated when any of the following is true [all...] |
/pdk/apps/CameraITS/tests/ |
config.py | 27 python config.py EXP - Hard-code (and cache) the target exposure. 37 For bring-up purposes, the exposure value may be manually set to a hard- 51 # Hard-code the target exposure.
|
/external/chromium_org/android_webview/build/ |
install_binary | 23 # Create a hard link to avoid the additional copy to the secondary location.
|
/external/chromium_org/base/ |
barrier_closure.h | 23 // refcounted nature of callbacks, it is hard to know what thread resources
|