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

<<51525354555657585960>>

  /external/skia/gm/
bitmapfilters.cpp 30 p->setFilterBitmap(true);
32 p->setDither(true);
47 SkAutoCanvasRestore acr(canvas, true);
53 paint.setAntiAlias(true);
  /external/skia/src/animator/
SkDrawShader.cpp 41 return true;
43 fPaint->fOwnsShader = true;
68 return true;
70 fPaint->fOwnsShader = true;
  /external/skia/src/core/
SkBitmap_scroll.cpp 42 return true;
58 return true;
69 return true;
105 return true;
  /external/skia/xcode/SampleCode/
Info.plist 24 <true/>
  /external/skia/xcode/Simple/
Info.plist 24 <true/>
  /external/stlport/test/compiler/
ttei1.cpp 30 void A::B::C<true>::f( T& ) {}
ttei3.cpp 36 struct C<true>
ttei4.cpp 37 struct C<true>
ttei5.cpp 36 struct C<true>
  /external/v8/test/mjsunit/
html-comments.js 53 var b = true <! true;
56 var b = true <!- true;
value-wrapper.js 37 assertEquals('object', true.TypeOfThis(2,3));
45 assertEquals('object', true['TypeOfThis']());
57 CallTypeOfThis(true);
72 TestWithWith(true);
78 assertEquals('object', true[7]());
86 assertEquals('object', typeof true.ObjectValueOf());
94 assertEquals('[object Boolean]', true.ObjectToString());
153 assertEquals('object', TypeOfThis.apply(true, []));
161 assertEquals('object', TypeOfThis.call(true));
  /external/v8/test/mjsunit/regress/
regress-667061.js 34 caught = true;
49 caught = true;
69 caught = true;
88 caught = true;
  /external/webkit/JavaScriptCore/runtime/
BooleanPrototype.cpp 59 if (thisValue == jsBoolean(true))
60 return jsNontrivialString(exec, "true");
68 ASSERT(asBooleanObject(thisValue)->internalValue() == jsBoolean(true));
69 return jsNontrivialString(exec, "true");
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Boolean/
15.6.2.js 60 array[item++] = new TestCase( SECTION, "(new Boolean(1)).valueOf()", true, (new Boolean(1)).valueOf() );
74 array[item++] = new TestCase( SECTION, "(new Boolean(-1)).valueOf()", true, (new Boolean(-1)).valueOf() );
81 array[item++] = new TestCase( SECTION, "(new Boolean('1')).valueOf()", true, (new Boolean('1')).valueOf() );
88 array[item++] = new TestCase( SECTION, "(new Boolean('0')).valueOf()", true, (new Boolean('0')).valueOf() );
95 array[item++] = new TestCase( SECTION, "(new Boolean('-1')).valueOf()", true, (new Boolean('-1')).valueOf() );
97 array[item++] = new TestCase( SECTION, "(new Boolean(new Boolean(true))).constructor", Boolean.prototype.constructor, (new Boolean(new Boolean(true))).constructor );
99 "TESTBOOL=new Boolean(new Boolean(true));TESTBOOL.toString=Object.prototype.toString;TESTBOOL.toString()",
101 eval("TESTBOOL=new Boolean(new Boolean(true));TESTBOOL.toString=Object.prototype.toString;TESTBOOL.toString()") );
102 array[item++] = new TestCase( SECTION, "(new Boolean(new Boolean(true))).valueOf()", true, (new Boolean(new Boolean(true))).valueOf() )
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/NativeObjects/
15-1.js 64 array[item++] = new TestCase( SECTION, "Function.prototype.__proto__ == Object.prototype", true, Function.prototype.__proto__ == Object.prototype );
65 array[item++] = new TestCase( SECTION, "Array.prototype.__proto__ == Object.prototype", true, Array.prototype.__proto__ == Object.prototype );
66 array[item++] = new TestCase( SECTION, "String.prototype.__proto__ == Object.prototype", true, String.prototype.__proto__ == Object.prototype );
67 array[item++] = new TestCase( SECTION, "Boolean.prototype.__proto__ == Object.prototype", true, Boolean.prototype.__proto__ == Object.prototype );
68 array[item++] = new TestCase( SECTION, "Number.prototype.__proto__ == Object.prototype", true, Number.prototype.__proto__ == Object.prototype );
69 // array[item++] = new TestCase( SECTION, "Math.prototype.__proto__ == Object.prototype", true, Math.prototype.__proto__ == Object.prototype );
70 array[item++] = new TestCase( SECTION, "Date.prototype.__proto__ == Object.prototype", true, Date.prototype.__proto__ == Object.prototype );
71 array[item++] = new TestCase( SECTION, "TestCase.prototype.__proto__ == Object.prototype", true, TestCase.prototype.__proto__ == Object.prototype );
73 array[item++] = new TestCase( SECTION, "MyObject.prototype.__proto__ == Object.prototype", true, MyObject.prototype.__proto__ == Object.prototype );
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/LexicalConventions/
regexp-literals-002.js 19 "true",
  /external/webkit/JavaScriptCore/wtf/unicode/glib/
UnicodeGLib.cpp 54 *error = true;
65 *error = true;
70 *error = true;
86 *error = true;
97 *error = true;
102 *error = true;
118 *error = true;
129 *error = true;
134 *error = true;
  /external/webkit/LayoutTests/fast/dom/Geolocation/
callback-exception-expected.txt 7 PASS successfullyParsed is true
permission-denied-already-clear-watch-expected.txt 6 PASS successfullyParsed is true
permission-denied-already-error-expected.txt 6 PASS successfullyParsed is true
permission-denied-already-success-expected.txt 6 PASS successfullyParsed is true
  /external/webkit/LayoutTests/http/tests/appcache/
deferred-events.html 20 <body onload="onloadHasBeenCalled = true">
  /external/webkit/LayoutTests/platform/android-v8/fast/dom/Geolocation/
callback-exception-expected.txt 7 PASS successfullyParsed is true
  /external/webkit/LayoutTests/storage/domstorage/script-tests/
clear.js 33 window.successfullyParsed = true;
  /external/webkit/WebCore/accessibility/
AccessibilityImageMapLink.h 56 virtual bool isEnabled() const { return true; }
62 virtual bool isLink() const { return true; }
63 virtual bool isLinked() const { return true; }
78 virtual bool isImageMapLink() const { return true; }

Completed in 194 milliseconds

<<51525354555657585960>>