Home
last modified time | relevance | path

Searched defs:isBoolean (Results 1 – 15 of 15) sorted by relevance

/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
DTest.java50 public boolean isBoolean() { in main() method in Test.Obj
/external/chromium_org/v8/test/webkit/
Dtypeof-constant-string.js44 function isBoolean(a) function
/external/chromium_org/third_party/WebKit/Source/core/xml/
DXPathValue.h83 bool isBoolean() const { return m_type == BooleanValue; } in isBoolean() function
/external/deqp/framework/delibs/decpp/
DdeCommandLine.hpp133 template<typename T> inline bool isBoolean (void) { return false; } in isBoolean() function
134 template<> inline bool isBoolean<bool> (void) { return true; } in isBoolean() function
/external/clang/lib/Analysis/
DBodyFarm.cpp295 bool isBoolean = ResultTy->isBooleanType(); in create_OSAtomicCompareAndSwap() local
/external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/
Dbase.js966 goog.isBoolean = function(val) { function
/external/chromium_org/v8/src/
Dd8.js1847 ProtocolValue.prototype.isBoolean = function() { method in ProtocolValue
Dmirror-debugger.js265 Mirror.prototype.isBoolean = function() { method in Mirror
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxKbExplorerScript.js11 goog.isBoolean=function(a){return"boolean"==typeof a};goog.isNumber=function(a){return"number"==typ… function
DchromeVoxChromeOptionsScript.js11 goog.isBoolean=function(a){return"boolean"==typeof a};goog.isNumber=function(a){return"number"==typ… function
DchromeVoxChromePageScript.js11 goog.isBoolean=function(a){return"boolean"==typeof a};goog.isNumber=function(a){return"number"==typ… function
DchromeVoxChromeBackgroundScript.js11 goog.isBoolean=function(a){return"boolean"==typeof a};goog.isNumber=function(a){return"number"==typ… function
/external/skia/experimental/PdfViewer/pdfparser/native/
DSkPdfNativeObject.h699 bool isBoolean() const { in isBoolean() function
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
DSkPdfNativeObject.h699 bool isBoolean() const { in isBoolean() function
/external/chromium_org/third_party/accessibility-audit/
Daxs_testing.js244 goog.isBoolean = function(a) { function