HomeSort by relevance Sort by last modified time
    Searched full:just (Results 251 - 275 of 36348) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-z8k/
ldrb-forw-fail-8001.d 1 #name: Z8001 forward relative byte load just out of range
ldrb-forw-fail-8002.d 1 #name: Z8002 forward relative byte load just out of range
  /external/vixl/test/aarch64/
test-simulator-inputs-aarch64.h 52 0x3fdfffffffffffff, /* The value just below 0.5. */ \
54 0x3fe0000000000001, /* The value just above 0.5. */ \
55 0x3fefffffffffffff, /* The value just below 1.0. */ \
57 0x3ff0000000000001, /* The value just above 1.0. */ \
259 0xc3e0000000000001, /* The value just below INT64_MIN. */ \
261 0xc3dfffffffffffff, /* The value just above INT64_MIN. */ \
262 0x43dfffffffffffff, /* The value just below INT64_MAX. */ \
264 0x43e0000000000000, /* The value just above INT64_MAX. */ \
266 0x43efffffffffffff, /* The value just below UINT64_MAX. */ \
268 0x43f0000000000000, /* The value just above UINT64_MAX. */
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
OnHeadsUpChangedListener.java 34 * A notification was just pinned to the top.
39 * A notification was just unpinned from the top.
44 * A notification just became a heads up or turned back to its normal state.
  /prebuilts/go/darwin-x86/src/runtime/
proflabel.go 17 // This uses racereleasemerge rather than just racerelease so
19 // setProfLabel operations, not just the most recent one. This
28 // labelSync, rather than just a store-release, so it carries
  /prebuilts/go/linux-x86/src/runtime/
proflabel.go 17 // This uses racereleasemerge rather than just racerelease so
19 // setProfLabel operations, not just the most recent one. This
28 // labelSync, rather than just a store-release, so it carries
  /toolchain/binutils/binutils-2.27/gold/testsuite/
arm_bl_out_of_range.s 2 # Test ARM bl instructions just out of the branch range limits.
8 # Add padding so that target is just out of branch range.
42 # Add padding so that target is just out of branch range.
arm_thm_jump11.s 2 # Test R_ARM_THM_JUMP11 relocations just within the branch range limits.
8 # Add padding so that target is just in branch range.
48 # Add padding so that target is just in branch range.
arm_thm_jump8.s 2 # Test R_ARM_THM_JUMP8 relocations just within the branch range limits.
8 # Add padding so that target is just in branch range.
48 # Add padding so that target is just in branch range.
thumb_bl_in_range.s 2 # Test THUMB/THUMB-2 bl instructions just within the branch range limits.
7 # Add padding so that target is just in branch range.
47 # Add padding so that target is just in branch range.
thumb_bl_out_of_range.s 2 # Test THUMB/THUMB-2 bl instructions just out of the branch range limits.
7 # Add padding so that target is just output of branch range.
56 # Add padding so that target is just out of branch range.
thumb_bl_out_of_range_local.s 2 # Test THUMB/THUMB-2 bl instructions just out of the branch range limits
8 # Add padding so that target is just output of branch range.
56 # Add padding so that target is just out of branch range.
thumb_blx_in_range.s 3 # Test THUMB/THUMB-2 blx instructions just within the branch range limits.
12 # Add padding so that target is just in branch range.
55 # Add padding so that target is just in branch range.
thumb_blx_out_of_range.s 2 # Test THUMB/THUMB-2 blx instructions just out of the branch range limits.
7 # Add padding so that target is just output of branch range.
61 # Add padding so that target is just out of branch range.
  /external/llvm/test/Analysis/BasicAA/
cs-cs.ll 26 ; CHECK: Just Ref: Ptr: i8* %p <-> %a = call <8 x i16> @llvm.arm.neon.vld1.v8i16.p0i8(i8* %p, i32 16) #5
30 ; CHECK: Just Ref: Ptr: i8* %p <-> %b = call <8 x i16> @llvm.arm.neon.vld1.v8i16.p0i8(i8* %p, i32 16) #5
64 ; CHECK: Just Mod: Ptr: i8* %P <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i64 12, i32 1, i1 false)
65 ; CHECK: Just Ref: Ptr: i8* %Q <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i64 12, i32 1, i1 false)
66 ; CHECK: Just Mod: Ptr: i8* %P <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i64 12, i32 1, i1 false)
67 ; CHECK: Just Ref: Ptr: i8* %Q <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i64 12, i32 1, i1 false)
68 ; CHECK: Just Mod: tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i64 12, i32 1, i1 false) <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i64 12, i32 1, i1 false)
69 ; CHECK: Just Mod: tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i64 12, i32 1, i1 false) <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i64 12, i32 1, i1 false)
83 ; CHECK: Just Mod: Ptr: i8* %P <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i64 12, i32 1, i1 false)
84 ; CHECK: Just Ref: Ptr: i8* %Q <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i64 12, i3 (…)
    [all...]
  /frameworks/support/compat/src/main/java/androidx/core/text/
ICUCompat.java 57 // Nothing we can do here, we just log the exception
73 * it will be just returned. For example, "und-Zzzz" cannot be maximized, since there is no
115 // Nothing we can do here, we just log the exception
118 // Nothing we can do here, we just log the exception
132 // Nothing we can do here, we just log the exception
135 // Nothing we can do here, we just log the exception
  /development/samples/VoiceRecognitionService/
_index.html 11 <p>The behavior is extremely simple - it does no real voice recognition, and just returns a
21 VoiceSearch application relies on more than just simple text results, it may not work
24 work as expected - returning just the very simple list of results to the application.</p>
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Protocol/
EmbeddedDevice.h 2 Deal with devices that just exist in memory space.
7 The first handle has to just be in the system to make that work. For
10 On an embedded system with MMIO device we need a handle to just
  /external/clang/test/CodeGenCXX/
virtual-destructor-calls.cpp 16 // Complete dtor: just an alias because there are no virtual bases.
41 // Complete dtor: just an alias (checked above).
48 // Base dtor: just an alias to B's base dtor.
  /external/ply/ply/example/yply/
README 12 original file is just discarded.
19 Disclaimer: This just an example I threw together in an afternoon.
34 - One pass compilation. The program just emits the result,
  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
hardware_test.cc 32 // just tell it to set the 'default' communication device there.
41 // For other platforms, just use the first device encountered.
47 // so just check that it's possible to do it.
  /frameworks/support/leanback/src/main/java/androidx/leanback/app/
BackgroundFragment.java 42 // if BackgroundFragment is just restored by FragmentManager,
53 // if BackgroundFragment is just restored by FragmentManager,
72 // if BackgroundFragment is just restored by FragmentManager,
  /art/test/800-smali/smali/
b_26965384.smali 13 # Just by loading this class we should fail. It doesn't really matter what's in
  /cts/tools/dasm/src/java_cup/runtime/
token.java 15 /* Simple constructor -- just delegates to the super class. */
  /dalvik/dx/etc/
mainDexClasses.rules 12 # it just filter the annotation attributes according to annotation classes it already kept.

Completed in 1274 milliseconds

<<11121314151617181920>>