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

1 2 3 4 56 7 8 91011>>

  /external/webkit/LayoutTests/storage/domstorage/events/
documentURI-expected.txt 18 PASS true is true
33 PASS true is true
36 PASS successfullyParsed is true
  /hardware/msm7k/libaudio/
Android.mk 2 ifneq ($(BUILD_TINY_ANDROID),true)
20 ifeq ($(BOARD_HAVE_BLUETOOTH),true)
37 ifeq ($TARGET_OS)-$(TARGET_SIMULATOR),linux-true)
41 ifneq ($(TARGET_SIMULATOR),true)
50 ifeq ($(BOARD_HAVE_BLUETOOTH),true)
  /hardware/msm7k/libaudio-qsd8k/
Android.mk 2 ifneq ($(BUILD_TINY_ANDROID),true)
20 ifeq ($(BOARD_HAVE_BLUETOOTH),true)
37 ifeq ($TARGET_OS)-$(TARGET_SIMULATOR),linux-true)
41 ifneq ($(TARGET_SIMULATOR),true)
50 ifeq ($(BOARD_HAVE_BLUETOOTH),true)
  /external/astl/tests/
test_type_traits.cpp 43 EXPECT_TRUE(true_type::value == true);
45 EXPECT_TRUE(true_type::type::value == true);
57 return true;
63 EXPECT_TRUE(is_integral<bool>::value == true);
64 EXPECT_TRUE(is_integral<char>::value == true);
65 EXPECT_TRUE(is_integral<signed char>::value == true);
66 EXPECT_TRUE(is_integral<unsigned char>::value == true);
67 EXPECT_TRUE(is_integral<wchar_t>::value == true);
68 EXPECT_TRUE(is_integral<short>::value == true);
69 EXPECT_TRUE(is_integral<unsigned short>::value == true);
    [all...]
  /external/v8/test/mjsunit/regress/
regress-87.js 38 testFlags("\u0067", true, false, false);
40 testFlags("\u0069", false, true, false)
42 testFlags("\u006d", false, false, true);
49 testFlags("\u0067g", true, false, false);
51 testFlags("g\u0067", true, false, false);
53 testFlags("abc\u0067efg", true, false, false);
55 testFlags("i\u0067", true, true, false);
57 testFlags("\u0067i", true, true, false)
    [all...]
  /external/wpa_supplicant/wpa_gui-qt4/
scanresults.ui 32 <bool>true</bool>
35 <bool>true</bool>
43 <bool>true</bool>
46 <bool>true</bool>
54 <bool>true</bool>
57 <bool>true</bool>
65 <bool>true</bool>
68 <bool>true</bool>
76 <bool>true</bool>
79 <bool>true</bool
    [all...]
  /packages/apps/QuickSearchBox/res/layout/
widget_suggestion.xml 25 android:focusable="true"
26 android:clickable="true" >
32 android:layout_alignParentLeft="true"
33 android:layout_alignParentTop="true"
34 android:layout_alignParentBottom="true" />
41 android:singleLine="true"
44 android:layout_alignParentTop="true"
45 android:layout_alignParentBottom="true"
46 android:layout_alignParentRight="true"
48 android:layout_alignWithParentIfMissing="true"
    [all...]
  /packages/apps/Phone/res/drawable/
incall_toggle_button.xml 34 <item android:state_window_focused="false" android:state_enabled="true"
35 android:state_checked="true"
39 android:state_checked="true"
42 <item android:state_pressed="true"
43 android:state_checked="true"
46 <item android:state_focused="true" android:state_enabled="true"
47 android:state_checked="true"
50 <item android:state_enabled="true"
51 android:state_checked="true"
    [all...]
  /development/ide/intellij/codestyles/
AndroidStyle.xml 26 <package name="com.google" withSubpackages="true" />
28 <package name="com" withSubpackages="true" />
30 <package name="junit" withSubpackages="true" />
32 <package name="net" withSubpackages="true" />
34 <package name="org" withSubpackages="true" />
36 <package name="android" withSubpackages="true" />
38 <package name="java" withSubpackages="true" />
40 <package name="javax" withSubpackages="true" />
42 <package name="" withSubpackages="true" />
54 <option name="BINARY_OPERATION_SIGN_ON_NEXT_LINE" value="true" />
    [all...]
  /external/clearsilver/cs/
test_joo.cs.gold 78 true, so ?! is always true
96 PASS - ELSE boolean true doesn't equal empty (1 != 0)
100 PASS - ELSE boolean true doesn't equal empty (1 != 0)
110 PASS - IF boolean true not equal empty (1 != 0)
114 PASS - IF boolean true not equal empty (1 != 0)
121 Testing !? and == '' - all boolean true equals empty
124 PASS - IF boolean true equals empty
128 PASS - IF boolean true equals empty
132 PASS - ELSE boolean true doesn't equal empt
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/
switch-004.js 32 TRUE = new Boolean( true );
44 SwitchTest ( TRUE, "TRUE" );
47 SwitchTest( true, "true" );
54 SwitchTest( new Boolean( true ), "default" );
70 case new Boolean(true): result += "new TRUE"; break;
74 case true: result += "true"; break
    [all...]
dowhile-006.js 22 DoWhile( new DoWhileObject( true, false, 2 ) );
23 DoWhile( new DoWhileObject( false, true, 3 ) );
24 DoWhile( new DoWhileObject( true, true, 4 ) );
34 return true;
63 result1 = true;
72 result2 = true;
78 ( object.breakIn || object.breakOut ) ? false : true ,
84 ( object.breakOut ) ? false : true,
  /frameworks/base/core/res/res/drawable/
btn_star.xml 20 <item android:state_checked="true" android:state_window_focused="false"
22 <item android:state_checked="true" android:state_window_focused="false"
27 <item android:state_checked="true" android:state_pressed="true"
29 <item android:state_checked="false" android:state_pressed="true"
32 <item android:state_checked="true" android:state_focused="true"
34 <item android:state_checked="false" android:state_focused="true"
37 <item android:state_checked="true" android:state_focused="true" android:state_enabled="false
    [all...]
btn_circle.xml 18 <item android:state_window_focused="false" android:state_enabled="true"
22 <item android:state_pressed="true" android:state_enabled="false"
24 <item android:state_pressed="true"
26 <item android:state_focused="true" android:state_enabled="true"
28 <item android:state_enabled="true"
30 <item android:state_focused="true"
  /dalvik/tests/010-instance/src/
InstanceTest.java 25 System.out.println("x instanceof X (true): " + (test instanceof X));
28 System.out.println("y instanceof X (true): " + (test instanceof X));
29 System.out.println("y instanceof Y (true): " + (test instanceof Y));
32 System.out.println("xar instanceof Object (true): "
36 System.out.println("xar instanceof X[] (true): "
40 System.out.println("xar instanceof Object[] (true): "
45 System.out.println("yar instanceof X[] (true): "
49 System.out.println("xararar instanceof Object (true): "
51 System.out.println("xararar instanceof Object[] (true): "
59 System.out.println("xararar instanceof X[][][] (true):
    [all...]
  /external/webkit/WebCore/platform/graphics/
GraphicsTypes.cpp 57 return true;
73 return true;
77 return true;
81 return true;
98 return true;
102 return true;
106 return true;
131 return true;
135 return true;
139 return true;
    [all...]
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
argument-types.js 36 test('navigator.geolocation.getCurrentPosition()', true);
38 test('navigator.geolocation.getCurrentPosition(undefined)', true);
39 test('navigator.geolocation.getCurrentPosition(null)', true);
40 test('navigator.geolocation.getCurrentPosition({})', true);
41 test('navigator.geolocation.getCurrentPosition(objectThrowingException)', true);
44 test('navigator.geolocation.getCurrentPosition(true)', true);
45 test('navigator.geolocation.getCurrentPosition(42)', true);
46 test('navigator.geolocation.getCurrentPosition(Infinity)', true);
47 test('navigator.geolocation.getCurrentPosition(-Infinity)', true);
    [all...]
  /packages/apps/Contacts/res/values-ja/
donottranslate_config.xml 21 <!-- If true, an option is shown in Display Options UI to choose a sort order -->
24 <!-- If true, the default sort order is primary (i.e. by given name) -->
25 <bool name="config_default_sort_order_primary">true</bool>
27 <!-- If true, an option is shown in Display Options UI to choose a name display order -->
30 <!-- If true, the default sort order is primary (i.e. by given name) -->
31 <bool name="config_default_display_order_primary">true</bool>
33 <!-- If true, the order of name fields in the editor is primary (i.e. given name first) -->
  /packages/apps/Contacts/res/values-zh-rCN/
donottranslate_config.xml 21 <!-- If true, an option is shown in Display Options UI to choose a sort order -->
24 <!-- If true, the default sort order is primary (i.e. by given name) -->
25 <bool name="config_default_sort_order_primary">true</bool>
27 <!-- If true, an option is shown in Display Options UI to choose a name display order -->
30 <!-- If true, the default sort order is primary (i.e. by given name) -->
31 <bool name="config_default_display_order_primary">true</bool>
33 <!-- If true, the order of name fields in the editor is primary (i.e. given name first) -->
  /packages/apps/Contacts/res/values-zh-rTW/
donottranslate_config.xml 21 <!-- If true, an option is shown in Display Options UI to choose a sort order -->
24 <!-- If true, the default sort order is primary (i.e. by given name) -->
25 <bool name="config_default_sort_order_primary">true</bool>
27 <!-- If true, an option is shown in Display Options UI to choose a name display order -->
30 <!-- If true, the default sort order is primary (i.e. by given name) -->
31 <bool name="config_default_display_order_primary">true</bool>
33 <!-- If true, the order of name fields in the editor is primary (i.e. given name first) -->
  /external/bluetooth/glib/gio/tests/
g-file.c 114 {"/", TRUE, 0, "/./"},
115 {"//", TRUE, 0, "//"},
116 {"//", TRUE, 0, "//./"},
117 {"/", TRUE, 0, "/.//"},
118 {"/", TRUE, 0, "/././"},
119 {"/tmp", TRUE, 0, "/tmp/d/../"},
120 {"/", TRUE, 0, "/somedir/../"},
122 {"//tmp/dir1", TRUE, 0, "//tmp/dir1"},
123 {"/tmp/dir1", TRUE, 0, "///tmp/dir1"},
124 {"/tmp/dir1", TRUE, 0, "////tmp/dir1"}
    [all...]
  /dalvik/tests/003-omnibus-opcodes/src/
Throw.java 51 gotWeird = true;
53 gotA = true;
56 gotN = true;
73 gotWeird = true;
75 gotA = true;
78 gotN = true;
101 caught = true;
105 lly = true;
108 second = true;
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Array/
15.4.4.3-1.js 74 "var TEST_ARRAY = new Array(null, void 0, true, false, 123, new Object(), new Boolean(true) ); TEST_ARRAY.join('&')",
75 "&&true&false&123&[object Object]&true",
76 eval("var TEST_ARRAY = new Array(null, void 0, true, false, 123, new Object(), new Boolean(true) ); TEST_ARRAY.join('&')") );
80 "var TEST_ARRAY = new Array(null, void 0, true, false, 123, new Object(), new Boolean(true) ); TEST_ARRAY.join('')",
81 "truefalse123[object Object]true",
82 eval("var TEST_ARRAY = new Array(null, void 0, true, false, 123, new Object(), new Boolean(true) ); TEST_ARRAY.join('')") )
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Expressions/
StrictEquality-001.js 22 StrictEquality( true, new Boolean(true), false );
36 // 5. if x is the same number value as y, return true
38 // 6. If x is +0 and y is -0, return true
40 // 7. If x is -0 and y is +0, return true
45 // 9. If Type(x) is String, then return true if x and y are exactly
49 // 10. If Type(x) is Boolean, return true if x and y are both true or
53 // Return true if x and y refer to the same object. Otherwise return
  /external/v8/test/mjsunit/
fuzz-natives.js 76 var hasMore = true;
97 hasMore = true;
110 "Abort": true,
114 "StringBuilderConcat": true,
118 "DebugEvaluate": true,
122 "SetFunctionBreakPoint": true,
123 "SetScriptBreakPoint": true,
124 "ChangeBreakOnException": true,
125 "PrepareStep": true,
128 "DebugReferencedBy": true,
    [all...]

Completed in 53 milliseconds

1 2 3 4 56 7 8 91011>>