HomeSort by relevance Sort by last modified time
    Searched full:true (Results 201 - 225 of 44841) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/core/res/res/drawable/
btn_check_holo_light.xml 21 <item android:state_checked="true" android:state_window_focused="false"
22 android:state_enabled="true"
25 android:state_enabled="true"
28 <item android:state_checked="true" android:state_pressed="true"
29 android:state_enabled="true"
31 <item android:state_checked="false" android:state_pressed="true"
32 android:state_enabled="true"
35 <item android:state_checked="true" android:state_focused="true"
    [all...]
btn_radio_holo_dark.xml 18 <item android:state_checked="true" android:state_window_focused="false"
19 android:state_enabled="true"
22 android:state_enabled="true"
25 <item android:state_checked="true" android:state_pressed="true"
26 android:state_enabled="true"
28 <item android:state_checked="false" android:state_pressed="true"
29 android:state_enabled="true"
32 <item android:state_checked="true" android:state_focused="true"
    [all...]
btn_radio_holo_light.xml 18 <item android:state_checked="true" android:state_window_focused="false"
19 android:state_enabled="true"
22 android:state_enabled="true"
25 <item android:state_checked="true" android:state_pressed="true"
26 android:state_enabled="true"
28 <item android:state_checked="false" android:state_pressed="true"
29 android:state_enabled="true"
32 <item android:state_checked="true" android:state_focused="true"
    [all...]
edit_text_holo_dark.xml 19 <item android:state_multiline="true" android:state_window_focused="false" android:state_enabled="true" android:drawable="@drawable/textfield_multiline_default_holo_dark" />
20 <item android:state_multiline="true" android:state_window_focused="false" android:state_enabled="false" android:drawable="@drawable/textfield_multiline_disabled_holo_dark" />
21 <item android:state_multiline="true" android:state_enabled="true" android:state_focused="true" android:drawable="@drawable/textfield_multiline_activated_holo_dark" />
22 <item android:state_multiline="true" android:state_enabled="true" android:state_activated="true" android:drawable="@drawable/textfield_multiline_focused_holo_dark" />
23 <item android:state_multiline="true" android:state_enabled="true" android:drawable="@drawable/textfield_multiline_default_holo_dark" /
    [all...]
edit_text_holo_light.xml 19 <item android:state_multiline="true" android:state_window_focused="false" android:state_enabled="true" android:drawable="@drawable/textfield_multiline_default_holo_light" />
20 <item android:state_multiline="true" android:state_window_focused="false" android:state_enabled="false" android:drawable="@drawable/textfield_multiline_disabled_holo_light" />
21 <item android:state_multiline="true" android:state_enabled="true" android:state_focused="true" android:drawable="@drawable/textfield_multiline_activated_holo_light" />
22 <item android:state_multiline="true" android:state_enabled="true" android:state_activated="true" android:drawable="@drawable/textfield_multiline_focused_holo_light" />
23 <item android:state_multiline="true" android:state_enabled="true" android:drawable="@drawable/textfield_multiline_default_holo_light" (…)
    [all...]
  /external/webkit/Source/WebKit/qt/tests/MIMESniffing/
TestData.h 32 {":/application_atom+xml", "text/plain", true, "text/plain"},
34 {":/application_atom+xml", "unknown/unknown", true, "text/xml"},
36 {":/application_atom+xml", "application/unknown", true, "text/xml"},
38 {":/application_atom+xml", "*/*", true, "text/xml"},
40 {":/application_atom+xml", "text/xml", true, 0},
42 {":/application_atom+xml", "application/xml", true, 0},
44 {":/application_atom+xml", "text/html", true, 0},
46 {":/application_atom+xml", "text/xml", true, 0},
48 {":/application_atom+xml", "application/pdf", true, 0},
50 {":/application_atom+xml", "application/postscript", true, 0}
    [all...]
  /external/v8/test/mjsunit/
fuzz-natives.js 84 var hasMore = true;
105 hasMore = true;
118 "Abort": true,
122 "StringBuilderConcat": true,
123 "StringBuilderJoin": true,
127 "DebugEvaluate": true,
131 "SetFunctionBreakPoint": true,
132 "SetScriptBreakPoint": true,
133 "PrepareStep": true,
136 "DebugReferencedBy": true,
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/vector.bool/
insert_iter_initializer_list.pass.cpp 20 std::vector<bool> d(10, true);
21 std::vector<bool>::iterator i = d.insert(d.cbegin() + 2, {false, true, true, false});
24 assert(d[0] == true);
25 assert(d[1] == true);
27 assert(d[3] == true);
28 assert(d[4] == true);
30 assert(d[6] == true);
31 assert(d[7] == true);
32 assert(d[8] == true);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/language.support/support.limits/limits/numeric.limits.members/
is_exact.pass.cpp 28 test<bool, true>();
29 test<char, true>();
30 test<signed char, true>();
31 test<unsigned char, true>();
32 test<wchar_t, true>();
34 test<char16_t, true>();
35 test<char32_t, true>();
37 test<short, true>();
38 test<unsigned short, true>();
39 test<int, true>();
    [all...]
is_integer.pass.cpp 28 test<bool, true>();
29 test<char, true>();
30 test<signed char, true>();
31 test<unsigned char, true>();
32 test<wchar_t, true>();
34 test<char16_t, true>();
35 test<char32_t, true>();
37 test<short, true>();
38 test<unsigned short, true>();
39 test<int, true>();
    [all...]
  /packages/inputmethods/LatinIME/java/res/drawable/
btn_keyboard_key_gingerbread.xml 21 <item android:state_single="true" android:state_pressed="true"
23 <item android:state_single="true"
28 <item android:state_active="true" android:state_pressed="true"
30 <item android:state_active="true"
35 <item android:state_checkable="true" android:state_checked="true" android:state_pressed="true"
37 <item android:state_checkable="true" android:state_pressed="true
    [all...]
btn_keyboard_key_ics.xml 21 <item android:state_single="true" android:state_pressed="true"
23 <item android:state_single="true"
28 <item android:state_active="true" android:state_pressed="true"
30 <item android:state_active="true"
35 <item android:state_checkable="true" android:state_checked="true" android:state_pressed="true"
37 <item android:state_checkable="true" android:state_pressed="true
    [all...]
btn_keyboard_key_stone.xml 21 <item android:state_single="true" android:state_pressed="true"
23 <item android:state_single="true"
28 <item android:state_active="true" android:state_pressed="true"
30 <item android:state_active="true"
35 <item android:state_checkable="true" android:state_checked="true"
36 android:state_pressed="true"
38 <item android:state_checkable="true" android:state_pressed="true
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/
.classpath 6 <classpathentry exported="true" kind="lib" path="libs/ninepatch.jar" sourcepath="/ninepatch"/>
7 <classpathentry exported="true" kind="lib" path="libs/sdkuilib.jar" sourcepath="/sdkuilib"/>
8 <classpathentry exported="true" kind="lib" path="libs/rule-api.jar" sourcepath="/rule-api"/>
9 <classpathentry exported="true" kind="lib" path="libs/lint-api.jar" sourcepath="/lint-api"/>
10 <classpathentry exported="true" kind="lib" path="libs/lint-checks.jar" sourcepath="/lint-checks"/>
11 <classpathentry exported="true" kind="lib" path="libs/asset-studio.jar" sourcepath="/asset-studio"/>
12 <classpathentry exported="true" kind="lib" path="libs/ant-glob.jar"/>
13 <classpathentry exported="true" kind="lib" path="libs/freemarker-2.3.19.jar"/>
14 <classpathentry exported="true" kind="lib" path="libs/manifest-merger.jar" sourcepath="/ManifestMerger"/>
15 <classpathentry exported="true" kind="lib" path="libs/lombok-ast-0.2.jar"/
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.base/
.classpath 3 <classpathentry exported="true" kind="lib" path="libs/bcpkix-jdk15on-1.48.jar"/>
4 <classpathentry exported="true" kind="lib" path="libs/bcprov-jdk15on-1.48.jar"/>
5 <classpathentry exported="true" kind="lib" path="libs/dvlib.jar" sourcepath="/dvlib"/>
6 <classpathentry exported="true" kind="lib" path="libs/common.jar" sourcepath="/common"/>
7 <classpathentry exported="true" kind="lib" path="libs/commons-codec-1.4.jar"/>
8 <classpathentry exported="true" kind="lib" path="libs/commons-compress-1.0.jar"/>
9 <classpathentry exported="true" kind="lib" path="libs/commons-logging-1.1.1.jar"/>
10 <classpathentry exported="true" kind="lib" path="libs/guava-13.0.1.jar"/>
11 <classpathentry exported="true" kind="lib" path="libs/httpclient-4.1.1.jar"/>
12 <classpathentry exported="true" kind="lib" path="libs/httpcore-4.1.jar"/
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.9.1.js 67 // type x and type y are the same. if type x is undefined or null, return true
69 array[item++] = new TestCase( SECTION, "void 0 = void 0", true, void 0 == void 0 );
70 array[item++] = new TestCase( SECTION, "null == null", true, null == null );
80 // if x is the same number value as y, return true.
82 array[item++] = new TestCase( SECTION, "Number.MAX_VALUE == Number.MAX_VALUE", true, Number.MAX_VALUE == Number.MAX_VALUE );
83 array[item++] = new TestCase( SECTION, "Number.MIN_VALUE == Number.MIN_VALUE", true, Number.MIN_VALUE == Number.MIN_VALUE );
84 array[item++] = new TestCase( SECTION, "Number.POSITIVE_INFINITY == Number.POSITIVE_INFINITY", true, Number.POSITIVE_INFINITY == Number.POSITIVE_INFINITY );
85 array[item++] = new TestCase( SECTION, "Number.NEGATIVE_INFINITY == Number.NEGATIVE_INFINITY", true, Number.NEGATIVE_INFINITY == Number.NEGATIVE_INFINITY );
87 // if xis 0 and y is -0, return true. if x is -0 and y is 0, return true
    [all...]
11.9.3.js 66 // type x and type y are the same. if type x is undefined or null, return true
68 array[item++] = new TestCase( SECTION, "void 0 = void 0", true, void 0 == void 0 );
69 array[item++] = new TestCase( SECTION, "null == null", true, null == null );
79 // if x is the same number value as y, return true.
81 array[item++] = new TestCase( SECTION, "Number.MAX_VALUE == Number.MAX_VALUE", true, Number.MAX_VALUE == Number.MAX_VALUE );
82 array[item++] = new TestCase( SECTION, "Number.MIN_VALUE == Number.MIN_VALUE", true, Number.MIN_VALUE == Number.MIN_VALUE );
83 array[item++] = new TestCase( SECTION, "Number.POSITIVE_INFINITY == Number.POSITIVE_INFINITY", true, Number.POSITIVE_INFINITY == Number.POSITIVE_INFINITY );
84 array[item++] = new TestCase( SECTION, "Number.NEGATIVE_INFINITY == Number.NEGATIVE_INFINITY", true, Number.NEGATIVE_INFINITY == Number.NEGATIVE_INFINITY );
86 // if xis 0 and y is -0, return true. if x is -0 and y is 0, return true
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/ietf/jgss/
MessagePropTest.java 31 MessageProp mp= new MessageProp(true);
37 MessageProp mp= new MessageProp(10, true);
43 MessageProp mp= new MessageProp(true);
50 MessageProp mp= new MessageProp(10, true);
57 MessageProp mp= new MessageProp(true);
64 mp.setPrivacy(true);
70 MessageProp mp= new MessageProp(10, true);
76 MessageProp mp= new MessageProp(10, true);
83 MessageProp mp= new MessageProp(true);
89 MessageProp mp= new MessageProp(true);
    [all...]
  /bootable/recovery/etc/META-INF/com/google/android/
update-script 1 assert compatible_with("0.1") == "true"
2 assert file_contains("SYSTEM:build.prop", "ro.product.device=dream") == "true" || file_contains("SYSTEM:build.prop", "ro.build.product=dream") == "true"
3 assert file_contains("RECOVERY:default.prop", "ro.product.device=dream") == "true" || file_contains("RECOVERY:default.prop", "ro.build.product=dream") == "true"
  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl.types 7 uint32_t* 32 0x%08x true
8 EGLint* 32 0x%08x true
9 GLint* 32 0x%08x true
10 GLuint* 32 0x%08x true
11 void* 32 0x%08x true
  /external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/META-INF/maven/
archetype-metadata.xml 3 <fileSet filtered="true" packaged="true" encoding="UTF-8">
9 <fileSet filtered="true" packaged="true" encoding="UTF-8">
18 <fileSet filtered="true" encoding="UTF-8">
  /external/chromium/chrome/browser/
browser_resources.grd 13 <include name="IDR_ABOUT_CONFLICTS_HTML" file="resources\about_conflicts.html" flattenhtml="true" type="BINDATA" />
16 <include name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory_linux.html" flattenhtml="true" type="BINDATA" />
19 <include name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory_mac.html" flattenhtml="true" type="BINDATA" />
22 <include name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory.html" flattenhtml="true" type="BINDATA" />
24 <include name="IDR_ABOUT_STATS_HTML" file="resources\about_stats.html" flattenhtml="true" type="BINDATA" />
25 <include name="IDR_ABOUT_VERSION_HTML" file="resources\about_version.html" flattenhtml="true" type="BINDATA" />
27 <include name="IDR_CRASHES_HTML" file="resources\crashes.html" flattenhtml="true" type="BINDATA" />
28 <include name="IDR_CREDITS_HTML" file="resources\about_credits.html" flattenhtml="true" type="BINDATA" />
29 <include name="IDR_DOWNLOADS_HTML" file="resources\downloads.html" flattenhtml="true" type="BINDATA" />
31 <include name="IDR_EXTENSIONS_INFOBAR_CSS" file="resources\extensions_infobar_mac.css" flattenhtml="true" type="BINDATA" /
    [all...]
  /external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/
basic-operation.js 8 layoutTestController.setMockDeviceOrientation(true, mockAlpha, true, mockBeta, true, mockGamma);
21 window.jsTestIsAsync = true;
22 window.successfullyParsed = true;
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
andor 12 t = true
18 @echo 4 $(and z,true,$f,false)
20 @echo 6 $(and $(call NEQ,a,b),true)
21 @echo 7 $(and $(call NEQ,a,a),true)
22 @echo 8 $(and z,true,fal,se) hi
23 @echo 9 $(and ,true,fal,se)there
26 "1\n2 true\n3\n4\n5\n6 true\n7\n8 se hi\n9 there\n10\n");
29 # For $(or ...), it will either be empty or the first true value
33 t = true
    [all...]
  /sdk/emulator/opengl/host/libs/renderControl_dec/
renderControl.types 7 uint32_t* 32 0x%08x true
8 EGLint* 32 0x%08x true
9 GLint* 32 0x%08x true
10 GLuint* 32 0x%08x true
11 void* 32 0x%08x true

Completed in 4767 milliseconds

1 2 3 4 5 6 7 891011>>