Searched refs:resultType (Results 1 - 25 of 53) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathResult.cpp122 unsigned short XPathResult::resultType() const function in class:blink::XPathResult
129 if (resultType() != NUMBER_TYPE) {
138 if (resultType() != STRING_TYPE) {
147 if (resultType() != BOOLEAN_TYPE) {
156 if (resultType() != ANY_UNORDERED_NODE_TYPE && resultType() != FIRST_ORDERED_NODE_TYPE) {
162 if (resultType() == FIRST_ORDERED_NODE_TYPE)
169 if (resultType() != UNORDERED_NODE_ITERATOR_TYPE && resultType() != ORDERED_NODE_ITERATOR_TYPE)
178 if (resultType() !
[all...]
H A DXPathVariableReference.h42 virtual Value::Type resultType() const OVERRIDE { ASSERT_NOT_REACHED(); return Value::NumberValue; }
H A DXPathPredicate.h44 virtual Value::Type resultType() const OVERRIDE { return Value::NumberValue; }
56 virtual Value::Type resultType() const OVERRIDE { return Value::StringValue; }
64 virtual Value::Type resultType() const OVERRIDE { return Value::NumberValue; }
76 virtual Value::Type resultType() const OVERRIDE { return Value::NumberValue; }
88 virtual Value::Type resultType() const OVERRIDE { return Value::BooleanValue; }
100 virtual Value::Type resultType() const OVERRIDE { return Value::BooleanValue; }
110 virtual Value::Type resultType() const OVERRIDE { return Value::NodeSetValue; }
121 bool isContextPositionSensitive() const { return m_expr->isContextPositionSensitive() || m_expr->resultType() == Value::NumberValue; }
H A DXPathPath.h49 virtual Value::Type resultType() const OVERRIDE { return Value::NodeSetValue; }
68 virtual Value::Type resultType() const OVERRIDE { return Value::NodeSetValue; }
83 virtual Value::Type resultType() const OVERRIDE { return Value::NodeSetValue; }
H A DXPathFunctions.cpp77 virtual Value::Type resultType() const OVERRIDE { return Value::NumberValue; }
84 virtual Value::Type resultType() const OVERRIDE { return Value::NumberValue; }
91 virtual Value::Type resultType() const OVERRIDE { return Value::NumberValue; }
96 virtual Value::Type resultType() const OVERRIDE { return Value::NodeSetValue; }
101 virtual Value::Type resultType() const OVERRIDE { return Value::StringValue; }
108 virtual Value::Type resultType() const OVERRIDE { return Value::StringValue; }
115 virtual Value::Type resultType() const OVERRIDE { return Value::StringValue; }
122 virtual Value::Type resultType() const OVERRIDE { return Value::StringValue; }
129 virtual Value::Type resultType() const OVERRIDE { return Value::StringValue; }
134 virtual Value::Type resultType() cons
[all...]
H A DXPathResult.idl34 readonly attribute unsigned short resultType;
H A DXSLTProcessorLibxslt.cpp265 const xmlChar* resultType = 0; local
266 XSLT_GET_IMPORT_PTR(resultType, sheet, method);
267 if (!resultType && resultDoc->type == XML_HTML_DOCUMENT_NODE)
268 resultType = (const xmlChar*)"html";
270 if (xmlStrEqual(resultType, (const xmlChar*)"html"))
272 if (xmlStrEqual(resultType, (const xmlChar*)"text"))
H A DXPathExpressionNode.h83 virtual Value::Type resultType() const = 0;
H A DXPathResult.h70 unsigned short resultType() const;
/external/chromium_org/third_party/skia/tools/
H A DPictureBenchmark.h54 void setTimerResultType(TimerData::Result resultType) { fTimerResult = resultType; } argument
/external/skia/tools/
H A DPictureBenchmark.h53 void setTimerResultType(TimerData::Result resultType) { fTimerResult = resultType; } argument
/external/chromium_org/third_party/icu/source/common/
H A Dutrie.h184 #define _UTRIE_GET_FROM_PAIR(trie, data, c, c2, result, resultType) { \
195 (result)=(resultType)((trie)->initialValue); \
208 #define _UTRIE_GET(trie, data, c32, result, resultType) \
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) { \
229 _UTRIE_GET_FROM_PAIR((trie), data, (c), (c2), (result), resultType); \
238 #define _UTRIE_PREVIOUS(trie, data, start, src, c, c2, result, resultType) { \
248 _UTRIE_GET_FROM_PAIR((trie), data, (c), (c2), (result), resultType); \
/external/icu/icu4c/source/common/
H A Dutrie.h184 #define _UTRIE_GET_FROM_PAIR(trie, data, c, c2, result, resultType) { \
195 (result)=(resultType)((trie)->initialValue); \
208 #define _UTRIE_GET(trie, data, c32, result, resultType) \
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) { \
229 _UTRIE_GET_FROM_PAIR((trie), data, (c), (c2), (result), resultType); \
238 #define _UTRIE_PREVIOUS(trie, data, start, src, c, c2, result, resultType) { \
248 _UTRIE_GET_FROM_PAIR((trie), data, (c), (c2), (result), resultType); \
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DRewriteElseBlocks.cpp41 TIntermBinary *MakeNewBinary(TOperator op, TIntermTyped *left, TIntermTyped *right, const TType &resultType) argument
46 binary->setType(resultType);
108 TType resultType(EbtBool, EbpUndefined);
111 typedCondition, resultType);
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
H A Dsearch.js92 var resultType = cvox.Search.getResultType(result);
93 var isSpoken = resultType.speak(result);
94 cvox.ChromeVox.syncToNode(resultType.getSyncNode(result), !isSpoken);
134 var resultType = new cvox.SearchResults.RESULT_TYPES[i]();
135 if (resultType.isType(result)) {
136 return resultType;
205 var resultType = cvox.Search.getResultType(result);
206 var url = resultType.getURL(result);
/external/chromium_org/third_party/WebKit/Source/platform/
H A DLength.h308 LengthType resultType = type();
310 resultType = from.type();
315 return Length(blendedValue, resultType);
/external/deqp/modules/gles2/functional/
H A Des2fShaderMatrixTests.cpp779 DataType resultType = TYPE_LAST; local
794 resultType = m_in0.dataType;
799 resultType = m_in0.dataType;
808 resultType = matrixType;
812 resultType = otherType;
924 op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " tmpValue = " << inValue0 << ";\n";
944 op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << operationValue0 << " " << getOperationName(m_op) << " " << operationValue1 << ";\n";
948 op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << getOperationName(m_op) << operationValue0 << ";\n";
952 op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << operationValue0 << getOperationName(m_op) << ";\n";
956 op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " re
[all...]
/external/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h372 CanQualType resultType,
462 CanQualType resultType,
471 resultType.Profile(ID);
458 Profile(llvm::FoldingSetNodeID &ID, bool InstanceMethod, const FunctionType::ExtInfo &info, RequiredArgs required, CanQualType resultType, ArrayRef<CanQualType> argTypes) argument
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp344 QualType resultType = CastE->getType(); local
346 resultType = getContext().getPointerType(resultType);
371 svalBuilder.conjureSymbolVal(nullptr, CastE, LCtx, resultType,
396 QualType resultType = CastE->getType(); local
398 resultType = getContext().getPointerType(resultType);
400 resultType,
/external/deqp/modules/gles3/functional/
H A Des3fShaderMatrixTests.cpp1425 DataType resultType = TYPE_LAST; local
1439 resultType = getDataTypeMatrix(getDataTypeMatrixNumColumns(m_in1.dataType), getDataTypeMatrixNumRows(m_in0.dataType));
1443 resultType = getDataTypeMatrix(getDataTypeScalarSize(m_in1.dataType), getDataTypeScalarSize(m_in0.dataType));
1447 resultType = getDataTypeMatrix(getDataTypeMatrixNumRows(m_in0.dataType), getDataTypeMatrixNumColumns(m_in0.dataType));
1451 resultType = m_in0.dataType;
1455 resultType = TYPE_FLOAT;
1460 resultType = m_in0.dataType;
1465 resultType = m_in0.dataType;
1474 resultType = matrixType;
1478 resultType
[all...]
/external/clang/lib/CodeGen/
H A DCGCall.cpp99 CanQualType resultType = FTP->getReturnType().getUnqualifiedType(); local
100 return CGT.arrangeLLVMFunctionInfo(resultType, IsInstanceMethod, prefix,
228 CanQualType resultType = local
237 TheCXXABI.BuildConstructorSignature(D, ctorKind, resultType, argTypes);
243 return arrangeLLVMFunctionInfo(resultType, true, argTypes, extInfo, required);
278 CanQualType resultType = local
281 TheCXXABI.BuildDestructorSignature(D, dtorKind, resultType, argTypes);
288 return arrangeLLVMFunctionInfo(resultType, true, argTypes, extInfo,
423 CodeGenTypes::arrangeFreeFunctionCall(QualType resultType, argument
432 return arrangeLLVMFunctionInfo(GetReturnType(resultType), fals
452 arrangeFreeFunctionDeclaration( QualType resultType, const FunctionArgList &args, const FunctionType::ExtInfo &info, bool isVariadic) argument
476 arrangeLLVMFunctionInfo(CanQualType resultType, bool IsInstanceMethod, ArrayRef<CanQualType> argTypes, FunctionType::ExtInfo info, RequiredArgs required) argument
527 create(unsigned llvmCC, bool IsInstanceMethod, const FunctionType::ExtInfo &info, CanQualType resultType, ArrayRef<CanQualType> argTypes, RequiredArgs required) argument
945 llvm::Type *resultType = nullptr; local
[all...]
H A DCGObjCRuntime.cpp345 /// \param resultType - the result type to use if there's no method
349 QualType resultType,
367 CGM.getTypes().arrangeFreeFunctionCall(resultType, callArgs, einfo,
375 CGM.getTypes().arrangeFreeFunctionCall(resultType, callArgs,
348 getMessageSendInfo(const ObjCMethodDecl *method, QualType resultType, CallArgList &callArgs) argument
H A DCGObjC.cpp2567 llvm::Type *resultType = nullptr; local
2584 if (resultType) {
2586 value = CGF.Builder.CreateBitCast(value, resultType);
2599 if (!resultType)
2600 resultType = CGF.ConvertType(ce->getType());
2609 if (resultType) result = CGF.Builder.CreateBitCast(result, resultType);
2633 if (resultType)
2634 result = CGF.Builder.CreateBitCast(result, resultType);
2643 if (resultType) resul
[all...]
/external/dexmaker/src/main/java/com/google/dexmaker/stock/
H A DProxyBuilder.java414 TypeId<?> resultType = TypeId.get(returnType);
415 MethodId<T, ?> superMethod = superclassType.getMethod(resultType, name, argTypes);
416 MethodId<?, ?> methodId = generatedType.getMethod(resultType, name, argTypes);
425 Local<?> resultHolder = code.newLocal(resultType);
435 Local<?> superResult2 = code.newLocal(resultType);
488 resultType, superMethodName(method), argTypes);
499 Local<?> superResult = superCode.newLocal(resultType);
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
H A Dresults.js169 results.resultType = function(url)

Completed in 4789 milliseconds

123