/external/chromium_org/third_party/WebKit/Source/core/xml/ |
D | XPathResult.cpp | 116 unsigned short XPathResult::resultType() const in resultType() function in WebCore::XPathResult 123 if (resultType() != NUMBER_TYPE) { in numberValue() 132 if (resultType() != STRING_TYPE) { in stringValue() 141 if (resultType() != BOOLEAN_TYPE) { in booleanValue() 150 if (resultType() != ANY_UNORDERED_NODE_TYPE && resultType() != FIRST_ORDERED_NODE_TYPE) { in singleNodeValue() 156 if (resultType() == FIRST_ORDERED_NODE_TYPE) in singleNodeValue() 164 if (resultType() != UNORDERED_NODE_ITERATOR_TYPE && resultType() != ORDERED_NODE_ITERATOR_TYPE) in invalidIteratorState() 173 … if (resultType() != UNORDERED_NODE_SNAPSHOT_TYPE && resultType() != ORDERED_NODE_SNAPSHOT_TYPE) { in snapshotLength() 183 … if (resultType() != UNORDERED_NODE_ITERATOR_TYPE && resultType() != ORDERED_NODE_ITERATOR_TYPE) { in iterateNext() 205 … if (resultType() != UNORDERED_NODE_SNAPSHOT_TYPE && resultType() != ORDERED_NODE_SNAPSHOT_TYPE) { in snapshotItem()
|
D | XPathFunctions.cpp | 76 virtual Value::Type resultType() const { return Value::NumberValue; } in resultType() function in WebCore::XPath::FunLast 83 virtual Value::Type resultType() const { return Value::NumberValue; } in resultType() function in WebCore::XPath::FunPosition 90 virtual Value::Type resultType() const { return Value::NumberValue; } in resultType() function in WebCore::XPath::FunCount 95 virtual Value::Type resultType() const { return Value::NodeSetValue; } in resultType() function in WebCore::XPath::FunId 100 virtual Value::Type resultType() const { return Value::StringValue; } in resultType() function in WebCore::XPath::FunLocalName 107 virtual Value::Type resultType() const { return Value::StringValue; } in resultType() function in WebCore::XPath::FunNamespaceURI 114 virtual Value::Type resultType() const { return Value::StringValue; } in resultType() function in WebCore::XPath::FunName 121 virtual Value::Type resultType() const { return Value::StringValue; } in resultType() function in WebCore::XPath::FunString 128 virtual Value::Type resultType() const { return Value::StringValue; } in resultType() function in WebCore::XPath::FunConcat 133 virtual Value::Type resultType() const { return Value::BooleanValue; } in resultType() function in WebCore::XPath::FunStartsWith [all …]
|
D | XPathPredicate.h | 42 virtual Value::Type resultType() const { return Value::NumberValue; } in resultType() function 52 virtual Value::Type resultType() const { return Value::StringValue; } in resultType() function 60 virtual Value::Type resultType() const { return Value::NumberValue; } in resultType() function 71 virtual Value::Type resultType() const { return Value::NumberValue; } in resultType() function 82 virtual Value::Type resultType() const { return Value::BooleanValue; } in resultType() function 93 virtual Value::Type resultType() const { return Value::BooleanValue; } in resultType() function 103 virtual Value::Type resultType() const { return Value::NodeSetValue; } in resultType() function 113 …itive() const { return m_expr->isContextPositionSensitive() || m_expr->resultType() == Value::Numb… in isContextPositionSensitive()
|
D | XPathPath.h | 48 virtual Value::Type resultType() const OVERRIDE { return Value::NodeSetValue; } in resultType() function 67 virtual Value::Type resultType() const OVERRIDE { return Value::NodeSetValue; } in resultType() function 81 virtual Value::Type resultType() const OVERRIDE { return Value::NodeSetValue; } in resultType() function
|
D | XSLTProcessorLibxslt.cpp | 262 const xmlChar* resultType = 0; in resultMIMEType() local 263 XSLT_GET_IMPORT_PTR(resultType, sheet, method); in resultMIMEType() 264 if (!resultType && resultDoc->type == XML_HTML_DOCUMENT_NODE) in resultMIMEType() 265 resultType = (const xmlChar*)"html"; in resultMIMEType() 267 if (xmlStrEqual(resultType, (const xmlChar*)"html")) in resultMIMEType() 269 if (xmlStrEqual(resultType, (const xmlChar*)"text")) in resultMIMEType()
|
D | XPathVariableReference.h | 41 … virtual Value::Type resultType() const { ASSERT_NOT_REACHED(); return Value::NumberValue; } in resultType() function
|
D | XPathResult.h | 61 unsigned short resultType() const;
|
D | XPathExpressionNode.h | 81 virtual Value::Type resultType() const = 0;
|
D | XPathResult.idl | 33 readonly attribute unsigned short resultType;
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ |
D | results_unittests.js | 224 equals(results.resultType("http://example.com/foo-actual.txt"), "text"); 225 equals(results.resultType("http://example.com/foo-expected.txt"), "text"); 226 equals(results.resultType("http://example.com/foo-diff.txt"), "text"); 227 equals(results.resultType("http://example.com/foo.bar-actual.txt"), "text"); 228 equals(results.resultType("http://example.com/foo.bar-expected.txt"), "text"); 229 equals(results.resultType("http://example.com/foo.bar-diff.txt"), "text"); 230 equals(results.resultType("http://example.com/foo-actual.png"), "image"); 231 equals(results.resultType("http://example.com/foo-expected.png"), "image"); 232 equals(results.resultType("http://example.com/foo-diff.png"), "image"); 233 equals(results.resultType("http://example.com/foo-pretty-diff.html"), "text"); [all …]
|
/external/icu4c/common/ |
D | utrie.h | 184 #define _UTRIE_GET_FROM_PAIR(trie, data, c, c2, result, resultType) { \ argument 195 (result)=(resultType)((trie)->initialValue); \ 208 #define _UTRIE_GET(trie, data, c32, result, resultType) \ argument 215 _UTRIE_GET_FROM_PAIR(trie, data, __lead16, c32, result, resultType); \ 218 (result)=(resultType)((trie)->initialValue); \ 222 #define _UTRIE_NEXT(trie, data, src, limit, c, c2, result, resultType) { \ argument 229 _UTRIE_GET_FROM_PAIR((trie), data, (c), (c2), (result), resultType); \ 238 #define _UTRIE_PREVIOUS(trie, data, start, src, c, c2, result, resultType) { \ argument 248 _UTRIE_GET_FROM_PAIR((trie), data, (c), (c2), (result), resultType); \
|
/external/chromium_org/third_party/icu/source/common/ |
D | utrie.h | 183 #define _UTRIE_GET_FROM_PAIR(trie, data, c, c2, result, resultType) { \ argument 194 (result)=(resultType)((trie)->initialValue); \ 207 #define _UTRIE_GET(trie, data, c32, result, resultType) \ argument 214 _UTRIE_GET_FROM_PAIR(trie, data, __lead16, c32, result, resultType); \ 217 (result)=(resultType)((trie)->initialValue); \ 221 #define _UTRIE_NEXT(trie, data, src, limit, c, c2, result, resultType) { \ argument 228 _UTRIE_GET_FROM_PAIR((trie), data, (c), (c2), (result), resultType); \ 237 #define _UTRIE_PREVIOUS(trie, data, start, src, c, c2, result, resultType) { \ argument 247 _UTRIE_GET_FROM_PAIR((trie), data, (c), (c2), (result), resultType); \
|
/external/skia/gm/viewer/ |
D | module.js | 52 angular.forEach(response['actual-results'], function(resultsOfThisType, resultType) { argument 66 var resultTypeAndCollection = { resultType: resultType, property
|
/external/chromium_org/chrome/third_party/chromevox/extensions/searchvox/ |
D | search.js | 90 var resultType = cvox.Search.getResultType(result); 91 var isSpoken = resultType.speak(result); 92 cvox.ChromeVox.syncToNode(resultType.getSyncNode(result), !isSpoken); 132 var resultType = new cvox.SearchResults.RESULT_TYPES[i](); 133 if (resultType.isType(result)) { 134 return resultType; 203 var resultType = cvox.Search.getResultType(result); 204 var url = resultType.getURL(result);
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/ |
D | results.js | 111 addComparison: function(resultType, resultsURLsByKind) argument 114 var constructor = constructorForResultType(resultType); 123 addRow: function(resultType, url) argument 125 var constructor = constructorForResultType(resultType); 139 resultsURLsByTypeAndKind[results.resultType(url)][results.resultKind(url)] = url; 142 $.each(resultsURLsByTypeAndKind, function(resultType, resultsURLsByKind) { argument 147 this.addRow(resultType, resultsURLsByKind[results.kUnknownKind]); 150 this.addComparison(resultType, resultsURLsByKind);
|
/external/skia/tools/ |
D | PictureBenchmark.h | 49 void setTimerResultType(TimerData::Result resultType) { fTimerResult = resultType; } in setTimerResultType() argument
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | Length.h | 263 LengthType resultType = type(); in blend() local 265 resultType = from.type(); in blend() 270 return Length(blendedValue, resultType); in blend()
|
/external/clang/lib/CodeGen/ |
D | CGCall.cpp | 94 CanQualType resultType = FTP->getResultType().getUnqualifiedType(); in arrangeLLVMFunctionInfo() local 95 return CGT.arrangeLLVMFunctionInfo(resultType, prefix, extInfo, required); in arrangeLLVMFunctionInfo() 205 CanQualType resultType = in arrangeCXXConstructorDeclaration() local 208 TheCXXABI.BuildConstructorSignature(D, ctorKind, resultType, argTypes); in arrangeCXXConstructorDeclaration() 220 return arrangeLLVMFunctionInfo(resultType, argTypes, extInfo, required); in arrangeCXXConstructorDeclaration() 233 CanQualType resultType = in arrangeCXXDestructor() local 236 TheCXXABI.BuildDestructorSignature(D, dtorKind, resultType, argTypes); in arrangeCXXDestructor() 244 return arrangeLLVMFunctionInfo(resultType, argTypes, extInfo, in arrangeCXXDestructor() 377 CodeGenTypes::arrangeFreeFunctionCall(QualType resultType, in arrangeFreeFunctionCall() argument 386 return arrangeLLVMFunctionInfo(GetReturnType(resultType), argTypes, info, in arrangeFreeFunctionCall() [all …]
|
D | CGCall.h | 224 CanQualType resultType, 295 CanQualType resultType, in Profile() argument 303 resultType.Profile(ID); in Profile()
|
D | CGObjCRuntime.cpp | 348 QualType resultType, in getMessageSendInfo() argument 366 CGM.getTypes().arrangeFreeFunctionCall(resultType, callArgs, einfo, in getMessageSendInfo() 374 CGM.getTypes().arrangeFreeFunctionCall(resultType, callArgs, in getMessageSendInfo()
|
D | CGObjC.cpp | 2552 llvm::Type *resultType = 0; in tryEmitARCRetainScalarExpr() local 2569 if (resultType) { in tryEmitARCRetainScalarExpr() 2571 value = CGF.Builder.CreateBitCast(value, resultType); in tryEmitARCRetainScalarExpr() 2584 if (!resultType) in tryEmitARCRetainScalarExpr() 2585 resultType = CGF.ConvertType(ce->getType()); in tryEmitARCRetainScalarExpr() 2594 if (resultType) result = CGF.Builder.CreateBitCast(result, resultType); in tryEmitARCRetainScalarExpr() 2618 if (resultType) in tryEmitARCRetainScalarExpr() 2619 result = CGF.Builder.CreateBitCast(result, resultType); in tryEmitARCRetainScalarExpr() 2628 if (resultType) result = CGF.Builder.CreateBitCast(result, resultType); in tryEmitARCRetainScalarExpr() 2636 if (resultType) result = CGF.Builder.CreateBitCast(result, resultType); in tryEmitARCRetainScalarExpr() [all …]
|
/external/dexmaker/src/main/java/com/google/dexmaker/stock/ |
D | ProxyBuilder.java | 414 TypeId<?> resultType = TypeId.get(returnType); in generateCodeForAllMethods() local 415 MethodId<T, ?> superMethod = superclassType.getMethod(resultType, name, argTypes); in generateCodeForAllMethods() 416 MethodId<?, ?> methodId = generatedType.getMethod(resultType, name, argTypes); in generateCodeForAllMethods() 425 Local<?> resultHolder = code.newLocal(resultType); in generateCodeForAllMethods() 435 Local<?> superResult2 = code.newLocal(resultType); in generateCodeForAllMethods() 488 resultType, superMethodName(method), argTypes); in generateCodeForAllMethods() 499 Local<?> superResult = superCode.newLocal(resultType); in generateCodeForAllMethods()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineC.cpp | 335 QualType resultType = CastE->getType(); in VisitCast() local 337 resultType = getContext().getPointerType(resultType); in VisitCast() 362 svalBuilder.conjureSymbolVal(0, CastE, LCtx, resultType, in VisitCast() 387 QualType resultType = CastE->getType(); in VisitCast() local 389 resultType = getContext().getPointerType(resultType); in VisitCast() 391 resultType, in VisitCast()
|
/external/skia/gm/rebaseline_server/static/ |
D | loader.js | 27 if (!(true == hiddenResultTypes[item.resultType]) && 409 $scope.showOnlyResultType = function(resultType) { argument 415 $scope.toggleValueInSet(resultType, $scope.hiddenResultTypes);
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 9371 QualType resultType; in CreateBuiltinUnaryOp() local 9377 resultType = CheckIncrementDecrementOperand(*this, Input.get(), VK, OpLoc, in CreateBuiltinUnaryOp() 9384 resultType = CheckAddressOfOperand(Input, OpLoc); in CreateBuiltinUnaryOp() 9389 resultType = CheckIndirectionOperand(*this, Input.get(), VK, OpLoc); in CreateBuiltinUnaryOp() 9396 resultType = Input.get()->getType(); in CreateBuiltinUnaryOp() 9397 if (resultType->isDependentType()) in CreateBuiltinUnaryOp() 9399 if (resultType->isArithmeticType() || // C99 6.5.3.3p1 in CreateBuiltinUnaryOp() 9400 resultType->isVectorType()) in CreateBuiltinUnaryOp() 9403 resultType->isEnumeralType()) in CreateBuiltinUnaryOp() 9407 resultType->isPointerType()) in CreateBuiltinUnaryOp() [all …]
|