HomeSort by relevance Sort by last modified time
    Searched full:enabled (Results 126 - 150 of 11687) sorted by null

1 2 3 4 56 7 8 91011>>

  /development/tools/mkstubs/.idea/inspectionProfiles/
Project_Default.xml 4 <inspection_tool class="LoggerInitializedWithForeignClass" enabled="false" level="WARNING" enabled_by_default="false">
8 <inspection_tool class="WeakerAccess" enabled="false" level="WARNING" enabled_by_default="false">
  /external/compiler-rt/test/tsan/
thread_end_with_ignore.cc 18 // CHECK: ThreadSanitizer: thread T1 finished with ignores enabled, created at:
21 // CHECK: Ignore was enabled at:
  /external/llvm/test/MC/Mips/mips1/
invalid-mips32.s 9 sync 0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 sync 1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/llvm/test/MC/Mips/mips3/
invalid-mips32.s 9 sync 0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 sync 1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
invalid-mips5.s 10 ldxc1 $f8,$s7($t3) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
11 luxc1 $f19,$s6($s5) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
12 lwxc1 $f12,$s1($s8) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
13 movf $gp,$8,$fcc0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
15 movf.d $f6,$f11,$fcc0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
17 movf.s $f23,$f5,$fcc0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
19 movn $v1,$s1,$s0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
20 movn.d $f27,$f21,$k0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
21 movn.s $f12,$f0,$s7 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
22 movt $zero,$s4,$fcc0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
    [all...]
  /external/llvm/test/MC/Mips/mips32r2/
invalid-mips64r2.s 8 dsbh $v1,$t6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 dshd $v0,$sp # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/llvm/test/MC/Mips/mips32r3/
invalid-mips64r2.s 8 dsbh $v1,$t6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 dshd $v0,$sp # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/llvm/test/MC/Mips/mips32r5/
invalid-mips64r2.s 8 dsbh $v1,$t6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 dshd $v0,$sp # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/llvm/test/MC/Mips/mips32r6/
invalid-mips5.s 8 luxc1 $f19,$s6($s5) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 suxc1 $f12,$k1($13) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/llvm/test/MC/Mips/mips4/
invalid-mips32.s 9 sync 0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 sync 1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
invalid-mips5.s 8 luxc1 $f19,$s6($s5) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 suxc1 $f12,$k1($t1) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/llvm/test/MC/Mips/mips5/
invalid-mips32.s 9 sync 0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 sync 1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/llvm/test/MC/Mips/
rotations32-bad.s 16 # CHECK: [[@LINE-1]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
18 # CHECK: [[@LINE-1]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
20 # CHECK: [[@LINE-1]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
22 # CHECK: [[@LINE-1]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
25 # CHECK: [[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled
27 # CHECK: [[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled
29 # CHECK: [[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled
31 # CHECK: [[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled
set-nodsp.s 8 # CHECK: error: instruction requires a CPU feature not currently enabled
12 # CHECK-NOT: error: instruction requires a CPU feature not currently enabled
  /external/selinux/libselinux/man/man3/
is_selinux_enabled.3 3 is_selinux_enabled \- check whether SELinux is enabled
6 is_selinux_mls_enabled \- check whether SELinux is enabled for (Multi Level Securty) MLS
  /external/testng/src/main/java/org/testng/annotations/
IParameterizable.java 20 * Whether this annotation is enabled.
23 public void setEnabled(boolean enabled);
  /external/testng/src/test/java/test/annotationtransformer/
ConfigurationSampleTest.java 15 @BeforeMethod(enabled = false)
17 m_before = "this method is not enabled, we should not be here";
  /frameworks/base/packages/Osu/
AndroidManifest.xml 15 android:enabled="false"
33 <action android:name="android.intent.action.BOOT_COMPLETED" android:enabled="true"/>
36 <action android:name="android.net.wifi.SCAN_RESULTS" android:enabled="true"/>
39 <action android:name="android.net.wifi.PASSPOINT_WNM_FRAME_RECEIVED" android:enabled="true"/>
42 <action android:name="android.net.wifi.PASSPOINT_ICON_RECEIVED" android:enabled="true"/>
45 <action android:name="android.net.wifi.CONFIGURED_NETWORKS_CHANGE" android:enabled="true"/>
48 <action android:name="android.net.wifi.WIFI_STATE_CHANGED" android:enabled="true"/>
51 <action android:name="android.net.wifi.STATE_CHANGE" android:enabled="true"/>
  /frameworks/support/compat/java/android/support/v4/view/
ScaleGestureDetectorCompat.java 28 public void setQuickScaleEnabled(Object o, boolean enabled);
35 public void setQuickScaleEnabled(Object o, boolean enabled) {
47 public void setQuickScaleEnabled(Object o, boolean enabled) {
48 ScaleGestureDetectorCompatKitKat.setQuickScaleEnabled(o, enabled);
70 * callbacks when the user performs a doubleTap followed by a swipe. Note that this is enabled
72 * @param enabled true to enable quick scaling, false to disable
74 public static void setQuickScaleEnabled(Object scaleGestureDetector, boolean enabled) {
75 IMPL.setQuickScaleEnabled(scaleGestureDetector, enabled);
  /system/bt/doc/
btsnoop_net.md 6 This feature is enabled by setting `BtSnoopLogOutput=true` in `bt_stack.conf`.
7 Once it has been enabled and the stack restarted, the stack will listen for
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
ld-sp-warn-cortex-m3.l 2 [^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
3 [^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
ld-sp-warn-cortex-m4.l 2 [^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
3 [^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
ld-sp-warn-v7.l 2 [^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
3 [^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
ld-sp-warn-v7e-m.l 2 [^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
3 [^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
ld-sp-warn-v7m.l 2 [^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
3 [^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.

Completed in 1086 milliseconds

1 2 3 4 56 7 8 91011>>