HomeSort by relevance Sort by last modified time
    Searched defs:resultType (Results 1 - 25 of 42) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathVariableReference.h 41 virtual Value::Type resultType() const { ASSERT_NOT_REACHED(); return Value::NumberValue; }
XPathPath.h 48 virtual Value::Type resultType() const { return Value::NodeSetValue; }
67 virtual Value::Type resultType() const { return Value::NodeSetValue; }
81 virtual Value::Type resultType() const { return Value::NodeSetValue; }
XPathResult.cpp 116 unsigned short XPathResult::resultType() const
123 if (resultType() != NUMBER_TYPE) {
132 if (resultType() != STRING_TYPE) {
141 if (resultType() != BOOLEAN_TYPE) {
150 if (resultType() != ANY_UNORDERED_NODE_TYPE && resultType() != FIRST_ORDERED_NODE_TYPE) {
156 if (resultType() == FIRST_ORDERED_NODE_TYPE)
164 if (resultType() != UNORDERED_NODE_ITERATOR_TYPE && resultType() != ORDERED_NODE_ITERATOR_TYPE)
173 if (resultType() != UNORDERED_NODE_SNAPSHOT_TYPE && resultType() != ORDERED_NODE_SNAPSHOT_TYPE)
    [all...]
XPathPredicate.h 42 virtual Value::Type resultType() const { return Value::NumberValue; }
52 virtual Value::Type resultType() const { return Value::StringValue; }
60 virtual Value::Type resultType() const { return Value::NumberValue; }
71 virtual Value::Type resultType() const { return Value::NumberValue; }
82 virtual Value::Type resultType() const { return Value::BooleanValue; }
93 virtual Value::Type resultType() const { return Value::BooleanValue; }
103 virtual Value::Type resultType() const { return Value::NodeSetValue; }
113 bool isContextPositionSensitive() const { return m_expr->isContextPositionSensitive() || m_expr->resultType() == Value::NumberValue; }
XSLTProcessorLibxslt.cpp 266 const xmlChar* resultType = 0;
267 XSLT_GET_IMPORT_PTR(resultType, sheet, method);
268 if (!resultType && resultDoc->type == XML_HTML_DOCUMENT_NODE)
269 resultType = (const xmlChar*)"html";
271 if (xmlStrEqual(resultType, (const xmlChar*)"html"))
273 if (xmlStrEqual(resultType, (const xmlChar*)"text"))
XPathFunctions.cpp 76 virtual Value::Type resultType() const { return Value::NumberValue; }
83 virtual Value::Type resultType() const { return Value::NumberValue; }
90 virtual Value::Type resultType() const { return Value::NumberValue; }
95 virtual Value::Type resultType() const { return Value::NodeSetValue; }
100 virtual Value::Type resultType() const { return Value::StringValue; }
107 virtual Value::Type resultType() const { return Value::StringValue; }
114 virtual Value::Type resultType() const { return Value::StringValue; }
121 virtual Value::Type resultType() const { return Value::StringValue; }
128 virtual Value::Type resultType() const { return Value::StringValue; }
133 virtual Value::Type resultType() const { return Value::BooleanValue;
    [all...]
  /development/samples/VoiceRecognitionService/src/com/example/android/voicerecognitionservice/
VoiceRecognitionService.java 52 String resultType = prefs.getString(
55 int resultTypeInt = Integer.parseInt(resultType);
  /frameworks/compile/slang/
slang_rs_check_ast.cpp 159 clang::QualType resultType = FD->getResultType().getCanonicalType();
162 if (!RSExportType::ValidateType(C, resultType, FD,
  /dalvik/dx/src/com/android/dx/cf/code/
Merger.java 59 TypeBearer resultType = mergeType(tb1, tb2);
60 if (resultType != tb1) {
70 if (resultType == null) {
73 result.set(i, resultType);
111 TypeBearer resultType = mergeType(tb1, tb2);
112 if (resultType != tb1) {
123 if (resultType == null) {
127 result.change(i, resultType);
BaseMachine.java 405 Type resultType = result.getType();
408 if (resultType == localType) {
421 if (! Merger.isPossiblyAssignableFrom(localType, resultType)) {
423 throwLocalMismatch(resultType, localType);
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 335 QualType resultType = CastE->getType();
337 resultType = getContext().getPointerType(resultType);
362 svalBuilder.conjureSymbolVal(0, CastE, LCtx, resultType,
387 QualType resultType = CastE->getType();
389 resultType = getContext().getPointerType(resultType);
391 resultType,
    [all...]
ExprEngine.cpp 803 QualType resultType = Ex->getType();
809 SVal result = svalBuilder.conjureSymbolVal(0, Ex, LCtx, resultType,
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
results.js 487 results.resultType = function(url)
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
AttachmentUtilities.java 205 String resultType = null;
210 resultType = "message/rfc822";
218 resultType = MimeTypeMap.getSingleton().getMimeTypeFromExtension(fileExtension);
219 if (TextUtils.isEmpty(resultType)) {
221 resultType = isTextPlain ? mimeType : "application/" + fileExtension;
225 resultType = mimeType;
230 if (TextUtils.isEmpty(resultType)) {
231 resultType = isTextPlain ? "text/plain" : "application/octet-stream";
233 return resultType.toLowerCase();
  /dalvik/dx/src/com/android/dx/ssa/
EscapeAnalysis.java 536 Type resultType = def.getResult().getType();
540 Constant newZero = Zeroes.zeroFor(resultType.getComponentType());
    [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 460 QualType resultType = result.get()->getType();
464 (result.get()->isTypeDependent() || CanCaptureValueOfType(resultType))) {
488 new (S.Context) UnaryOperator(syntacticOp, opcode, resultType,
806 QualType resultType = Getter->getResultType();
807 if (!resultType->isLValueReferenceType()) return false;
    [all...]
SemaDeclAttr.cpp     [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
EscapeAnalysis.java 537 Type resultType = def.getResult().getType();
541 Constant newZero = Zeroes.zeroFor(resultType.getComponentType());
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 94 CanQualType resultType = FTP->getResultType().getUnqualifiedType();
95 return CGT.arrangeLLVMFunctionInfo(resultType, prefix, extInfo, required);
205 CanQualType resultType =
208 TheCXXABI.BuildConstructorSignature(D, ctorKind, resultType, argTypes);
220 return arrangeLLVMFunctionInfo(resultType, argTypes, extInfo, required);
233 CanQualType resultType =
236 TheCXXABI.BuildDestructorSignature(D, dtorKind, resultType, argTypes);
244 return arrangeLLVMFunctionInfo(resultType, argTypes, extInfo,
377 CodeGenTypes::arrangeFreeFunctionCall(QualType resultType,
386 return arrangeLLVMFunctionInfo(GetReturnType(resultType), argTypes, info
    [all...]
CGExprCXX.cpp     [all...]
CGClass.cpp     [all...]
CGObjC.cpp 179 QualType ResultType = E->getType();
181 = ResultType->getAsObjCInterfacePointerType();
371 QualType ResultType =
401 result = Runtime.GenerateMessageSendSuper(*this, Return, ResultType,
410 result = Runtime.GenerateMessageSend(*this, Return, ResultType,
    [all...]
CGExpr.cpp     [all...]
CGObjCMac.cpp 107 llvm::Type *resultType =
110 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(resultType,
    [all...]
  /external/dexmaker/src/main/java/com/google/dexmaker/stock/
ProxyBuilder.java 414 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);
    [all...]

Completed in 691 milliseconds

1 2