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

1 2 34 5 6 7 8 91011>>

  /frameworks/base/api/
3.xml 8 final="true"
24 static="true"
25 final="true"
42 static="true"
43 final="true"
53 static="true"
54 final="true"
64 static="true"
65 final="true"
75 static="true"
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.9.2.js 66 // type x and type y are the same. if type x is undefined or null, return true
73 array[item++] = new TestCase( SECTION, "NaN != NaN", true, Number.NaN != Number.NaN );
74 array[item++] = new TestCase( SECTION, "NaN != 0", true, Number.NaN != 0 );
75 array[item++] = new TestCase( SECTION, "0 != NaN", true, 0 != Number.NaN );
76 array[item++] = new TestCase( SECTION, "NaN != Infinity", true, Number.NaN != Number.POSITIVE_INFINITY );
77 array[item++] = new TestCase( SECTION, "Infinity != NaN", true, Number.POSITIVE_INFINITY != Number.NaN );
79 // if x is the same number value as y, return true.
86 // if xis 0 and y is -0, return true. if x is -0 and y is 0, return true.
95 array[item++] = new TestCase( SECTION, "0.9 != 1", true, 0.9 != 1 )
    [all...]
11.8.2.js 56 array[item++] = new TestCase( SECTION, "true > false", true, true > false );
57 array[item++] = new TestCase( SECTION, "false > true", false, false > true );
59 array[item++] = new TestCase( SECTION, "true > true", false, true > true );
61 array[item++] = new TestCase( SECTION, "new Boolean(true) > new Boolean(true)", false, new Boolean(true) > new Boolean(true) )
    [all...]
  /external/clearsilver/cs/
test_numbers.cs.gold 10 CORRECT: -1 is boolean true
14 CORRECT: #-1 is boolean true
30 CORRECT: 0x15 is boolean true
  /external/v8/tools/visual_studio/
release.vsprops 12 EnableIntrinsicFunctions="true"
14 OmitFramePointers="true"
15 StringPooling="true"
  /external/webkit/WebKitLibraries/win/tools/vsprops/
debug.vsprops 10 MinimalRebuild="true"
24 PerformEnvironmentSet="true"
29 PerformEnvironmentSet="true"
  /packages/apps/Email/src/org/apache/commons/io/filefilter/
TrueFileFilter.java 23 * A file filter that always returns true.
33 * Singleton instance of true filter.
36 public static final IOFileFilter TRUE = new TrueFileFilter();
38 * Singleton instance of true filter.
39 * Please use the identical TrueFileFilter.TRUE constant.
43 public static final IOFileFilter INSTANCE = TRUE;
52 * Returns true.
55 * @return true
58 return true;
62 * Returns true.
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-96526-003.js 62 return true
67 return true
72 return true
77 return true
82 return true
87 return true
92 return true
97 return true
102 return true
107 return true
    [all...]
  /external/webkit/WebCore/WebCore.vcproj/
WebCore.vcproj     [all...]
  /external/iptables/extensions/
.condition-test 2 # True if condition is applied.
.condition-test6 2 # True if condition6 is applied.
.dccp-test 2 # True if dccp is applied.
.recent-test 2 # True if recent match patch is applied.
  /frameworks/base/core/res/res/drawable/
btn_keyboard_key.xml 21 <item android:state_checkable="true" android:state_checked="true"
22 android:state_pressed="true"
24 <item android:state_checkable="true" android:state_pressed="true"
26 <item android:state_checkable="true" android:state_checked="true"
28 <item android:state_checkable="true"
33 <item android:state_pressed="true"
btn_keyboard_key_fulltrans.xml 21 <item android:state_checkable="true" android:state_checked="true"
22 android:state_pressed="true"
24 <item android:state_checkable="true" android:state_pressed="true"
26 <item android:state_checkable="true" android:state_checked="true"
28 <item android:state_checkable="true"
32 <item android:state_pressed="true"
  /frameworks/base/docs/html/sdk/1.0_r1/
index.jd 2 sdk.redirect=true
  /frameworks/base/docs/html/sdk/1.0_r2/
index.jd 2 sdk.redirect=true
  /frameworks/base/docs/html/sdk/1.1_r1/
index.jd 2 sdk.redirect=true
  /frameworks/base/docs/html/sdk/1.5_r1/
index.jd 2 sdk.redirect=true
  /frameworks/base/docs/html/sdk/1.5_r2/
index.jd 2 sdk.redirect=true
  /frameworks/base/docs/html/sdk/1.5_r3/
index.jd 2 sdk.redirect=true
  /frameworks/base/docs/html/sdk/1.6_r1/
index.jd 2 sdk.redirect=true
  /frameworks/base/docs/html/sdk/
adt-notes.jd 2 sdk.redirect=true
  /frameworks/base/docs/html/sdk/ndk/1.5_r1/
index.jd 2 sdk.redirect=true
  /frameworks/base/docs/html/sdk/ndk/1.6_r1/
index.jd 2 sdk.redirect=true

Completed in 130 milliseconds

1 2 34 5 6 7 8 91011>>