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

1 2 3 4 5 6 7 8 91011>>

  /external/freetype/
README.android 3 Not all modules in include/config/ftmodule.h are enabled.
4 Some options in include/config/ftoption.h are enabled/disabled.
  /development/ide/intellij/
IndecentExposure.xml 5 <inspection_tool class="FieldCanBeLocal" level="WARNING" enabled="false" />
6 <inspection_tool class="UnnecessaryModuleDependencyInspection" level="WARNING" enabled="false" />
7 <inspection_tool class="WebProperties" level="ERROR" enabled="false" />
8 <inspection_tool class="RedundantTypeArguments" level="WARNING" enabled="false" />
9 <inspection_tool class="XmlWrongClosingTagName" level="ERROR" enabled="false" />
10 <inspection_tool class="CssOverwrittenProperties" level="WARNING" enabled="false" />
11 <inspection_tool class="MissedExecutable" level="WARNING" enabled="false" />
12 <inspection_tool class="CheckJsfComponentUnderViewTag" level="INFO" enabled="false" />
13 <inspection_tool class="DuplicatedBeanNamesInspection" level="ERROR" enabled="false" />
14 <inspection_tool class="EmptyCatchBlock" level="WARNING" enabled="false"
    [all...]
  /art/test/577-profile-foreign-dex/
info.txt 1 Check that we record the use of foreign dex files when profiles are enabled.
  /art/test/595-profile-saving/
info.txt 1 Check that profile recording works even when JIT compilation is not enabled.
  /external/testng/src/test/java/test/enable/
B.java 7 @Test(enabled = false)
15 @Test(enabled = true)
18 @Test(enabled = false)
21 @BeforeSuite(enabled = true)
27 @BeforeSuite(enabled = false)
33 @BeforeSuite(enabled = true, alwaysRun = false)
36 @BeforeSuite(enabled = false, alwaysRun = false)
42 @BeforeSuite(enabled = true, alwaysRun = true)
45 @BeforeSuite(enabled = false, alwaysRun = true)
51 @AfterSuite(enabled = true
    [all...]
A.java 14 @Test(enabled = true)
17 @Test(enabled = false)
23 @BeforeSuite(enabled = true)
26 @BeforeSuite(enabled = false)
32 @BeforeSuite(enabled = true, alwaysRun = false)
35 @BeforeSuite(enabled = false, alwaysRun = false)
41 @BeforeSuite(enabled = true, alwaysRun = true)
44 @BeforeSuite(enabled = false, alwaysRun = true)
50 @AfterSuite(enabled = true)
53 @AfterSuite(enabled = false
    [all...]
C.java 15 @Test(enabled = true)
18 @Test(enabled = false)
24 @BeforeSuite(enabled = true)
27 @BeforeSuite(enabled = false)
33 @BeforeSuite(enabled = true, alwaysRun = false)
36 @BeforeSuite(enabled = false, alwaysRun = false)
42 @BeforeSuite(enabled = true, alwaysRun = true)
45 @BeforeSuite(enabled = false, alwaysRun = true)
51 @AfterSuite(enabled = true)
54 @AfterSuite(enabled = false
    [all...]
Issue420FirstSample.java 5 @Test(enabled = false)
  /external/androidplot/.idea/inspectionProfiles/
Project_Default.xml 5 <inspection_tool class="AbstractBeanReferencesInspection" enabled="false" level="ERROR" enabled_by_default="false" />
6 <inspection_tool class="AssertEqualsBetweenInconvertibleTypesTestNG" enabled="false" level="WARNING" enabled_by_default="false" />
7 <inspection_tool class="AutowiredDependenciesInspection" enabled="false" level="WARNING" enabled_by_default="false" />
8 <inspection_tool class="ComponentNotRegistered" enabled="false" level="WARNING" enabled_by_default="false">
12 <inspection_tool class="ComponentRegistrationProblems" enabled="false" level="ERROR" enabled_by_default="false" />
13 <inspection_tool class="ContextComponentScanInconsistencyInspection" enabled="false" level="ERROR" enabled_by_default="false" />
14 <inspection_tool class="ContextJavaBeanUnresolvedMethodsInspection" enabled="false" level="WARNING" enabled_by_default="false" />
15 <inspection_tool class="DialogTitleCapitalization" enabled="false" level="WARNING" enabled_by_default="false" />
16 <inspection_tool class="DuplicatedBeanNamesInspection" enabled="false" level="ERROR" enabled_by_default="false" />
17 <inspection_tool class="ELDeferredExpressionsInspection" enabled="false" level="WARNING" enabled_by_default="false" /
    [all...]
  /external/jacoco/jacoco-maven-plugin.test/it/
settings.xml 24 <enabled>true</enabled>
27 <enabled>true</enabled>
36 <enabled>true</enabled>
39 <enabled>true</enabled>
  /external/selinux/libselinux/man/man8/
selinuxenabled.8 3 selinuxenabled \- tool to be used within shell scripts to determine if selinux is enabled
9 Indicates whether SELinux is enabled or disabled.
12 It exits with status 0 if SELinux is enabled and 1 if it is not enabled.
  /art/test/116-nodex2oat/
expected.txt 3 Has oat is false, is dex2oat enabled is false.
6 Has oat is true, is dex2oat enabled is true.
9 Has oat is true, is dex2oat enabled is true.
  /external/libselinux/src/
enabled.c 15 * selinux is enabled. */
29 int fd, ret, enabled = 0; local
32 return enabled;
37 return enabled;
46 return enabled;
49 enabled = 1;
51 return enabled;
  /external/jemalloc/test/integration/
thread_tcache_enabled.c 19 if ((err = mallctl("thread.tcache.enabled", &e0, &sz, NULL, 0))) {
30 assert_d_eq(mallctl("thread.tcache.enabled", &e0, &sz, &e1, sz),
32 assert_true(e0, "tcache should be enabled");
36 assert_d_eq(mallctl("thread.tcache.enabled", &e0, &sz, &e1, sz), 0,
41 assert_d_eq(mallctl("thread.tcache.enabled", &e0, &sz, &e1, sz), 0,
43 assert_true(e0, "tcache should be enabled");
46 assert_d_eq(mallctl("thread.tcache.enabled", &e0, &sz, &e1, sz), 0,
48 assert_true(e0, "tcache should be enabled");
51 assert_d_eq(mallctl("thread.tcache.enabled", &e0, &sz, &e1, sz), 0,
57 assert_d_eq(mallctl("thread.tcache.enabled", &e0, &sz, &e1, sz), 0
    [all...]
  /external/testng/src/test/java/test/factory/
DisabledFactorySampleTest.java 7 @Factory(enabled = false)
  /external/llvm/test/MC/Mips/mips64r6/
invalid-mips1.s 8 add $9,$14,15176 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 add $24,-7193 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 addi $13,$9,26322 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
11 bgezal $0, 21100 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
12 bgezal $6, 21100 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
13 bltzal $6, 21100 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
14 c.ngl.d $f29,$f29 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
15 c.ngle.d $f0,$f16 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
16 c.sf.d $f30,$f0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
17 c.sf.s $f14,$f22 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
    [all...]
invalid-mips3.s 8 addi $13,$9,26322 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 bgezal $0, 21100 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 bgezal $6, 21100 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
11 bltzal $6, 21100 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
12 dmult $s7,$9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
13 dmultu $a1,$a2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
14 mfhi $s3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
15 mfhi $sp # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
16 mflo $s1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
17 mthi $s1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
    [all...]
invalid-mips64.s 8 addi $13,$9,26322 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 bgezal $0, 21100 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 bgezal $6, 21100 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
11 bltzal $6, 21100 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
12 daddi $sp,$s4,-27705 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
13 daddi $sp,-27705 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
14 dadd $sp,$s4,-27705 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
15 dadd $sp,-27705 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
16 dmult $s7,$s4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
17 dmultu $a1,$a2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
    [all...]
  /external/autotest/frontend/client/src/autotest/common/ui/
ContextMenu.java 15 private boolean enabled = true; field in class:ContextMenu
40 public void setEnabled(boolean enabled) {
42 menuItem.setEnabled(enabled);
53 protected void setUseHandCursor(boolean enabled) {
54 if (enabled)
84 return enabled;
87 public void setEnabled(boolean enabled) {
88 this.enabled = enabled;
89 menu.setEnabled(enabled);
    [all...]
  /external/autotest/client/site_tests/policy_ProxySettings/test_data/
website1.html 9 <h1>Website enabled</h1>
11 <h2>Website is enabled</h2>
website2.html 9 <h1>Website enabled</h1>
11 <h2>Website is enabled</h2>
website3.html 9 <h1>Website enabled</h1>
11 <h2>Website is enabled</h2>
  /external/autotest/client/site_tests/policy_URLBlacklist/test_data/
website1.html 9 <h1>Website enabled</h1>
11 <h2>Website is enabled</h2>
website2.html 9 <h1>Website enabled</h1>
11 <h2>Website is enabled</h2>
website3.html 9 <h1>Website enabled</h1>
11 <h2>Website is enabled</h2>

Completed in 861 milliseconds

1 2 3 4 5 6 7 8 91011>>