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

1 2 3 4 5 6 7 8 9

  /development/samples/VoiceRecognitionService/src/com/example/android/voicerecognitionservice/
VoiceRecognitionService.java 52 String resultType = prefs.getString(
55 int resultTypeInt = Integer.parseInt(resultType);
  /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);
  /frameworks/compile/slang/
slang_rs_check_ast.cpp 179 clang::QualType resultType = FD->getReturnType().getCanonicalType();
183 if (!RSExportType::ValidateType(Context, C, resultType, FD,
slang_rs_foreach_lowering.cpp 233 clang::QualType resultType = kernel->getReturnType().getCanonicalType();
234 const unsigned numOutputsExpected = resultType->isVoidType() ? 0 : 1;
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 366 QualType resultType = CastE->getType();
368 resultType = getContext().getPointerType(resultType);
393 svalBuilder.conjureSymbolVal(nullptr, CastE, LCtx, resultType,
418 QualType resultType = CastE->getType();
420 resultType = getContext().getPointerType(resultType);
422 resultType,
    [all...]
ExprEngine.cpp     [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
AttachmentUtilities.java 217 String resultType = null;
222 resultType = "message/rfc822";
230 resultType = MimeTypeMap.getSingleton().getMimeTypeFromExtension(fileExtension);
231 if (TextUtils.isEmpty(resultType)) {
233 resultType = isTextPlain ? mimeType : "application/" + fileExtension;
237 resultType = mimeType;
242 if (TextUtils.isEmpty(resultType)) {
243 resultType = isTextPlain ? "text/plain" : "application/octet-stream";
245 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/CodeGen/
CGCall.cpp 131 CanQualType resultType = FTP->getReturnType().getUnqualifiedType();
132 return CGT.arrangeLLVMFunctionInfo(resultType, instanceMethod,
248 CanQualType resultType = TheCXXABI.HasThisReturn(GD)
253 return arrangeLLVMFunctionInfo(resultType, /*instanceMethod=*/true,
272 CanQualType ResultType = TheCXXABI.HasThisReturn(GD)
279 return arrangeLLVMFunctionInfo(ResultType, /*instanceMethod=*/true,
461 CodeGenTypes::arrangeFreeFunctionCall(QualType resultType,
470 GetReturnType(resultType), /*instanceMethod=*/false,
491 QualType resultType, const FunctionArgList &args,
501 GetReturnType(resultType), /*instanceMethod=*/false
    [all...]
CGExprCXX.cpp     [all...]
CGClass.cpp     [all...]
CGObjC.cpp 200 QualType ResultType = E->getType();
202 = ResultType->getAsObjCInterfacePointerType();
427 QualType ResultType = method ? method->getReturnType() : E->getType();
454 result = Runtime.GenerateMessageSendSuper(*this, Return, ResultType,
463 result = Runtime.GenerateMessageSend(*this, Return, ResultType,
    [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 497 QualType resultType = result.get()->getType();
530 new (S.Context) UnaryOperator(syntacticOp, opcode, resultType,
    [all...]
SemaExprObjC.cpp     [all...]
SemaDeclAttr.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderMatrixTests.cpp 779 DataType resultType = TYPE_LAST;
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) << " res = " << getOperationName(m_op) << "(" << operationValue0 << ", " << operationValue1 << ") (…)
    [all...]
es2fShaderOperatorTests.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/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderMatrixTests.cpp     [all...]
vktShaderRenderOperatorTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderMatrixTests.cpp     [all...]
es3fShaderOperatorTests.cpp     [all...]
  /external/dexmaker/src/main/java/com/google/dexmaker/stock/
ProxyBuilder.java 420 TypeId<?> resultType = TypeId.get(returnType);
421 MethodId<T, ?> superMethod = superclassType.getMethod(resultType, name, argTypes);
422 MethodId<?, ?> methodId = generatedType.getMethod(resultType, name, argTypes);
431 Local<?> resultHolder = code.newLocal(resultType);
441 Local<?> superResult2 = code.newLocal(resultType);
494 resultType, superMethodName(method), argTypes);
505 Local<?> superResult = superCode.newLocal(resultType);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ScanManager.java 560 int resultType = getResultType(batchScanParams);
561 int fullScanPercent = getFullScanStoragePercent(resultType);
572 gattClientStartBatchScanNative(clientIf, resultType, scanInterval,
580 private int getFullScanStoragePercent(int resultType) {
581 switch (resultType) {
    [all...]

Completed in 1014 milliseconds

1 2 3 4 5 6 7 8 9