HomeSort by relevance Sort by last modified time
    Searched full:false (Results 926 - 950 of 15335) sorted by null

<<31323334353637383940>>

  /external/opencore/fileformats/mp4/parser/src/
3gpp_h263decoderspecificinfo.cpp 49 _success = false;
55 _success = false;
61 _success = false;
67 _success = false;
81 _success = false;
86 _success = false;
audiosampleentry.cpp 45 _success = false;
47 _success = false;
49 _success = false;
52 _success = false;
70 _success = false;
80 _success = false;
  /external/skia/src/gl/
SkGLCanvas.cpp 54 const bool isOpaque = false; // should this be a parameter to setViewport?
55 const bool isForLayer = false; // viewport is the base layer
147 // call this before delete, in case valid is false
154 return false; // keep going
173 gTextureCache.deleteAllCaches(false);
178 SkGlyphCache::VisitAllCaches(deleteCachesProc, reinterpret_cast<void*>(false));
  /external/skia/src/ports/
SkXMLParser_expat.cpp 54 XML_StopParser((XML_Parser) ((SkXMLParser*)data)->fParser, false);
70 XML_StopParser((XML_Parser) ((SkXMLParser*)data)->fParser, false);
85 XML_StopParser((XML_Parser) ((SkXMLParser*)data)->fParser, false);
95 XML_StopParser((XML_Parser) ((SkXMLParser*)data)->fParser, false);
103 return false;
116 success = false;
  /external/stlport/test/unit/
exception_test.cpp 53 bool g_unexpected_called = false;
92 CPPUNIT_ASSERT( false );
149 CPPUNIT_ASSERT( false );
162 CPPUNIT_ASSERT( false );
176 CPPUNIT_ASSERT( false );
189 CPPUNIT_ASSERT( false );
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
PYXScanner.java 49 boolean instag = false;
60 instag = false;
68 instag = false;
75 instag = false;
87 instag = false;
102 instag = false;
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/TypeConversion/
9.3-1.js 30 Boolean 1 if true; +0 if false
67 : false;
85 array[item++] = new TestCase( SECTION, "Number(new Number(false))", 0, Number(new Number(false)) );
90 array[item++] = new TestCase( SECTION, "Number(new Boolean(false))", 0, Number(new Boolean(false)) );
  /external/webkit/LayoutTests/http/tests/appcache/
fallback.html 13 var hadError = false;
24 req.open("GET", "/resources/network-simulator.php?command=" + (state ? "connect" : "disconnect"), false);
36 req.open("GET", url, false);
40 return false;
48 req.open("GET", url, false);
148 setNetworkEnabled(false);
remove-cache.html 27 req.open("GET", "resources/fail-on-update.php?command=" + (state ? "delete" : "reset"), false);
67 window.addEventListener("message", test4, false);
72 setManifestDeleted(false);
74 window.removeEventListener("message", test4, false);
81 window.addEventListener("message", test5, false);
98 setManifestDeleted(false);
  /external/webkit/WebCore/bridge/jsc/
BridgeJSC.h 90 // Returns false if the value was not set successfully.
91 virtual bool setValueOfUndefinedField(ExecState*, const Identifier&, JSValue) { return false; }
95 virtual bool supportsInvokeDefaultMethod() const { return false; }
98 virtual bool supportsConstruct() const { return false; }
111 virtual bool getOwnPropertySlot(JSObject*, ExecState*, const Identifier&, PropertySlot&) { return false; }
112 virtual bool getOwnPropertyDescriptor(JSObject*, ExecState*, const Identifier&, PropertyDescriptor&) { return false; }
  /external/webkit/WebCore/inspector/front-end/
ResourceView.js 49 this.headersTabElement.addEventListener("click", this._selectHeadersTab.bind(this), false);
50 this.contentTabElement.addEventListener("click", this._selectContentTab.bind(this), false);
67 this.urlTreeElement = new TreeElement("", null, false);
68 this.urlTreeElement.selectable = false;
71 this.requestMethodTreeElement = new TreeElement("", null, false);
72 this.requestMethodTreeElement.selectable = false;
75 this.statusCodeTreeElement = new TreeElement("", null, false);
76 this.statusCodeTreeElement.selectable = false;
81 this.requestHeadersTreeElement.selectable = false;
89 this.queryStringTreeElement.selectable = false;
    [all...]
  /external/webkit/WebCore/loader/
CrossOriginAccessControl.cpp 56 return false;
62 return false;
67 return false;
104 return false;
108 return false;
113 return false;
  /external/webkit/WebCore/platform/
PlatformWheelEvent.h 77 , m_isAccepted(false)
78 , m_shiftKey(false)
79 , m_ctrlKey(false)
80 , m_altKey(false)
81 , m_metaKey(false)
108 void ignore() { m_isAccepted = false; }
  /external/webkit/WebCore/platform/haiku/
RenderThemeHaiku.cpp 71 return false;
113 return false;
120 return false;
145 return false;
152 return false;
175 return false;
  /external/webkit/WebCore/platform/image-decoders/bmp/
BMPImageDecoder.cpp 45 , m_allDataReceived(false)
79 decodeWithCheckForDataEnded(false);
99 return false;
103 false));
120 return false;
142 return false;
  /external/webkit/WebCore/platform/sql/
SQLiteTransaction.cpp 35 , m_inProgress(false)
77 // because m_inProgress should always be set to false after a ROLLBACK, and
83 m_inProgress = false;
84 m_db.m_transactionInProgress = false;
91 m_inProgress = false;
92 m_db.m_transactionInProgress = false;
  /external/webkit/WebCore/svg/
SVGFitToViewBox.cpp 53 parseNumber(c, end, w) && parseNumber(c, end, h, false));
58 return false;
63 return false;
66 return false;
71 return false;
100 return false;
  /frameworks/base/awt/java/awt/font/
FontRenderContext.java 97 return false;
100 return false;
133 return false;
139 return false;
149 * FontRenderContext, false otherwise.
159 * false otherwise.
  /frameworks/base/core/java/android/view/
ViewTreeObserver.java 81 * @return Return true to proceed with the current drawing pass, or false to cancel.
97 * @param isInTouchMode True if the view hierarchy is now in touch mode, false otherwise.
178 return false;
182 return false;
185 return false;
189 return false;
229 * will return false in {@link #isAlive()} and should not be used anymore.
282 * @throws IllegalStateException If {@link #isAlive()} returns false
299 * @throws IllegalStateException If {@link #isAlive()} returns false
317 * @throws IllegalStateException If {@link #isAlive()} returns false
    [all...]
  /frameworks/base/docs/html/guide/topics/manifest/
instrumentation-element.jd 6 <dd><pre class="stx">&lt;instrumentation android:<a href="#ftest">functionalTest</a>=["true" | "false"]
7 android:<a href="#hprof">handleProfiling</a>=["true" | "false"]
25 &mdash; "{@code true}" if it should, and "{@code false}" if not. The
26 default value is "{@code false}".</dd>
31 stops, and "{@code false}" if profiling continues the entire time it is
33 at a specific set of operations. The default value is "{@code false}".</dd>
  /frameworks/base/media/libdrm/mobile2/include/rights/
Constraint.h 49 * @return true/false to indicate the result.
55 * @return true/false to indicate the result.
61 * @return true/false to indicate the result.
67 * @return true/false to indicate the result.
73 * @return true/false to indicate the result.
175 * @return true/false to indicate whether consume succesfully or not.
  /frameworks/base/media/libstagefright/
AMRWriter.cpp 31 mStarted(false) {
37 mStarted(false) {
72 bool isWide = false;
118 mReachedEOS = false;
119 mDone = false;
145 mStarted = false;
MP3Extractor.cpp 63 return false;
69 return false;
75 return false;
84 return false;
90 return false;
205 return false;
215 return false;
218 return false;
221 return false;
233 return false;
    [all...]
  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
os_trans.c 45 return (FALSE);
56 return FALSE;
80 return(FALSE);
100 return(FALSE);*/
116 return(FALSE);
139 return FALSE;
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
MockSource.java 129 return false;
159 return false;
163 return false;
167 return false;
171 return false;
187 return false;

Completed in 366 milliseconds

<<31323334353637383940>>