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

1 2 3 4 5 6 7 8 91011

  /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 164 clang::QualType resultType = FD->getReturnType().getCanonicalType();
168 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;
  /system/tools/hidl/
generateJava.cpp 498 std::string resultType = method->results().size() == 0 ? "void" :
501 << 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);
  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrImageQueryTests.cpp 108 glu::DataType resultType = glu::TYPE_LAST;
114 resultType = glu::TYPE_INT_VEC2;
119 resultType = glu::TYPE_INT;
129 spec.outputs.push_back(Symbol("result", glu::VarType(resultType, glu::PRECISION_HIGHP)));
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 377 QualType resultType = CastE->getType();
379 resultType = getContext().getPointerType(resultType);
404 svalBuilder.conjureSymbolVal(nullptr, CastE, LCtx, resultType,
429 QualType resultType = CastE->getType();
431 resultType = getContext().getPointerType(resultType);
433 resultType,
    [all...]
ExprEngine.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesShaderIntrinsicsSampled.cpp 489 const std::string& resultType,
496 src << resultVariable << " = OpImageSparseSampleExplicitLod " << resultType << " " << image << " " << coord << " Lod " << miplevel << "\n";
502 const std::string& resultType,
511 src << resultVariable << " = OpImageSparseSampleImplicitLod " << resultType << " " << image << " " << coord << "\n";
517 const std::string& resultType,
562 src << "%local_sparse_gather_result_x = OpImageSparseGather " << resultType << " " << image << " %local_coord_biased %constant_int_0\n";
563 src << "%local_sparse_gather_result_y = OpImageSparseGather " << resultType << " " << image << " %local_coord_biased %constant_int_1\n";
564 src << "%local_sparse_gather_result_z = OpImageSparseGather " << resultType << " " << image << " %local_coord_biased %constant_int_2\n";
565 src << "%local_sparse_gather_result_w = OpImageSparseGather " << resultType << " " << image << " %local_coord_biased %constant_int_3\n";
580 src << resultVariable << " = OpCompositeConstruct " << resultType << " %local_gather_residency_code %local_gather_primary_texel\n"
    [all...]
  /frameworks/rs/rsov/compiler/
Wrapper.cpp 199 auto resultType = kernel->getReturnType();
201 b.MakeFunctionCall(resultType, kernel->getInstruction(), inputs);
205 VariableInst *OutputBuffer = AddBuffer(resultType, 2, b, m);
206 auto resultPtrType = m->getPointerType(StorageClass::Function, resultType);
  /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 149 CanQualType resultType = FTP->getReturnType().getUnqualifiedType();
151 return CGT.arrangeLLVMFunctionInfo(resultType, instanceMethod,
293 CanQualType resultType = TheCXXABI.HasThisReturn(GD)
298 return arrangeLLVMFunctionInfo(resultType, /*instanceMethod=*/true,
363 CanQualType ResultType = TheCXXABI.HasThisReturn(GD)
372 return arrangeLLVMFunctionInfo(ResultType, /*instanceMethod=*/true,
586 CodeGenTypes::arrangeBuiltinFunctionCall(QualType resultType,
593 GetReturnType(resultType), /*instanceMethod=*/false,
599 CodeGenTypes::arrangeBuiltinFunctionDeclaration(QualType resultType,
604 GetReturnType(resultType), /*instanceMethod=*/false, /*chainCall=*/false
    [all...]
CGExprCXX.cpp     [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 497 QualType resultType = result.get()->getType();
530 new (S.Context) UnaryOperator(syntacticOp, opcode, resultType,
    [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/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderMatrixTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderMatrixTests.cpp     [all...]
  /external/dexmaker/dexmaker/src/main/java/com/android/dx/stock/
ProxyBuilder.java 450 TypeId<?> resultType = TypeId.get(returnType);
451 MethodId<T, ?> superMethod = superclassType.getMethod(resultType, name, argTypes);
452 MethodId<?, ?> methodId = generatedType.getMethod(resultType, name, argTypes);
461 Local<?> resultHolder = code.newLocal(resultType);
471 Local<?> superResult2 = code.newLocal(resultType);
524 resultType, superMethodName(method), argTypes);
535 Local<?> superResult = superCode.newLocal(resultType);
    [all...]
  /external/skia/src/sksl/
SkSLIRGenerator.cpp     [all...]
SkSLSPIRVCodeGenerator.cpp     [all...]
  /external/swiftshader/src/OpenGL/compiler/
OutputASM.cpp     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ScanManager.java 622 int resultType = getResultType(batchScanParams);
623 int fullScanPercent = getFullScanStoragePercent(resultType);
634 gattClientStartBatchScanNative(scannerId, resultType, scanInterval,
642 private int getFullScanStoragePercent(int resultType) {
643 switch (resultType) {
    [all...]

Completed in 1787 milliseconds

1 2 3 4 5 6 7 8 91011