Searched defs:isString (Results 1 - 24 of 24) sorted by relevance

/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_6/Array/
H A Dregress-290592.js113 function isString(v, index, array) function
115 reportCompare(v, array[index], 'isString: check callback argument consistency');
158 ArrayCallback.prototype.isString = function(v, index, array)
160 reportCompare(v, array[index], 'ArrayCallback.prototype.isString: check callback argument consistency');
465 actual = strings.every(isString);
476 actual = mixed.every(isString);
488 actual = sparsestrings.every(isString);
503 actual = strings.every(obj.isString, obj);
514 actual = mixed.every(obj.isString, obj);
526 actual = sparsestrings.every(obj.isString, ob
[all...]
/external/chromium/webkit/glue/
H A Dcpp_variant.h85 bool isString() const { return (type == NPVariantType_String); } function in class:CppVariant
/external/webkit/Source/WebCore/bindings/v8/
H A DNPV8Object.h70 bool isString; member in struct:WebCore::PrivateIdentifier
/external/webkit/Source/WebCore/bridge/
H A DIdentifierRep.h44 bool isString() const { return m_isString; } function in class:WebCore::IdentifierRep
/external/webkit/Tools/DumpRenderTree/chromium/
H A DCppVariant.h108 bool isString() const { return (type == NPVariantType_String); } function in class:CppVariant
/external/icu4c/common/unicode/
H A Dusetiter.h51 * if (it.isString()) {
138 inline UBool isString() const;
141 * Returns the current code point, if <tt>isString()</tt> returned
149 * <tt>isString()</tt> returned false and <tt>nextRange()</tt> was
156 * Returns the current string, if <tt>isString()</tt> returned
174 * If <tt>isString() == TRUE</tt>, the value is a
195 * false. If <tt>isString() == TRUE</tt>, the value is a
203 * is undefined unless <tt>isString() == TRUE</tt>. Do not mix calls to
303 inline UBool UnicodeSetIterator::isString() const { function in class:UnicodeSetIterator
/external/markdown/markdown/
H A Dtreeprocessors.py4 def isString(s): function
171 if not isString(node): # it's Element
224 if not isString(node):
228 if not isString(node):
/external/webkit/Source/WebCore/xml/
H A DXPathValue.h79 bool isString() const { return m_type == StringValue; } function in class:WebCore::XPath::Value
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
H A Dtst_qscriptvalue_generated_istype.cpp464 void tst_QScriptValue::isString() function in class:tst_QScriptValue
468 QCOMPARE(value.isString(), expected);
469 QCOMPARE(value.isString(), expected);
/external/webkit/Source/JavaScriptCore/qt/api/
H A Dqscriptvalue.cpp288 bool QScriptValue::isString() const function in class:QScriptValue
290 return d_ptr->isString();
372 \sa isString()
H A Dqscriptvalue_p.h100 inline bool isString();
381 bool QScriptValuePrivate::isString() function in class:QScriptValuePrivate
/external/webkit/Source/JavaScriptCore/qt/benchmarks/qscriptvalue/
H A Dtst_qscriptvalue.cpp63 void isString();
246 void tst_QScriptValue::isString() function in class:tst_QScriptValue
250 value.isString();
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSCell.h86 bool isString() const;
188 inline bool JSValue::isString() const function in class:JSC::JSValue
190 return isCell() && asCell()->isString();
H A DStructure.h266 inline bool JSCell::isString() const function in class:JSC::JSCell
/external/webkit/Source/WebKit/chromium/src/
H A DWebBindings.cpp187 void WebBindings::extractIdentifierData(const NPIdentifier& identifier, const NPUTF8*& string, int32_t& number, bool& isString) argument
191 isString = false;
196 isString = data->isString;
197 if (isString)
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.h192 isString, enumerator in enum:llvm::DIEValue::__anon9239
/external/llvm/lib/VMCore/
H A DConstants.cpp2404 /// isString - This method returns true if this is an array of i8.
2405 bool ConstantDataSequential::isString() const { function in class:ConstantDataSequential
2409 /// isCString - This method returns true if the array "isString", ends with a
2412 if (!isString())
/external/webkit/Tools/Scripts/webkitpy/thirdparty/
H A DBeautifulSoup.py647 if isString(val):
847 if isString(attrs):
920 isString(markup):
940 if markup is not None and not isString(markup):
947 and (markup is not None or not isString(matchAgainst))):
951 elif matchAgainst and isString(markup):
973 return ((hasattr(l, '__iter__') and not isString(l))
976 def isString(s): function
994 elif isList(portion) and not isString(portion):
/external/icu4c/test/intltest/
H A Dusettest.cpp644 if (!iset.next() || !iset.isString()) {
645 errln("FAIL: UnicodeSetIterator::next/isString");
760 UBool isString = it.isString(); local
767 TEST_ASSERT(isString == FALSE);
773 TEST_ASSERT(isString == FALSE);
779 TEST_ASSERT(isString == FALSE);
785 TEST_ASSERT(isString == FALSE);
791 TEST_ASSERT(isString == FALSE);
797 TEST_ASSERT(isString
[all...]
/external/v8/src/
H A Dd8.js1701 if (value.isString()) {
2134 if (value.isString()) {
2138 if (value.isString()) {
2452 this.isNumber() || this.isString();
2505 ProtocolValue.prototype.isString = function() {
H A Dmirror-debugger.js285 Mirror.prototype.isString = function() {
/external/clang/include/clang/AST/
H A DStmt.h1572 bool isString() const { return MyKind == String; } function in class:clang::GCCAsmStmt::AsmStringPiece
1576 assert(isString());
/external/webkit/Source/JavaScriptCore/parser/
H A DNodes.h150 virtual bool isString() const { return false; } function in class:JSC::ExpressionNode
242 virtual bool isString() const { return true; } function in class:JSC::StringNode
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...

Completed in 648 milliseconds