HomeSort by relevance Sort by last modified time
    Searched refs:ResultType (Results 126 - 150 of 178) sorted by null

1 2 3 4 56 7 8

  /cts/libs/deviceutil/src/android/cts/util/
MediaUtils.java 32 import com.android.compatibility.common.util.ResultType;
157 log.addValue("reason", reason, ResultType.NEUTRAL, ResultUnit.NONE);
159 "test", getTestNameWithClass(), ResultType.NEUTRAL, ResultUnit.NONE);
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 493 QualType ResultType, Selector Sel,
499 QualType ResultType, Selector Sel,
    [all...]
CGCXXABI.h 423 RValue RV, QualType ResultType);
CodeGenModule.h     [all...]
CGStmt.cpp     [all...]
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...]
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/gmock/include/gmock/
gmock-matchers.h     [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/opencv3/modules/features2d/test/
test_descriptors_regression.cpp 101 typedef typename Distance::ResultType DistanceType;
  /external/opencv3/modules/flann/include/opencv2/flann/
autotuned_index.h 74 typedef typename Distance::ResultType DistanceType;
kdtree_index.h 74 typedef typename Distance::ResultType DistanceType;
hierarchical_clustering_index.h 84 typedef typename Distance::ResultType DistanceType;
kdtree_single_index.h 74 typedef typename Distance::ResultType DistanceType;
  /external/v8/build/android/pylib/local/device/
local_device_gtest_run.py 357 if r.GetType() == base_test_result.ResultType.CRASH)
  /external/opencv3/modules/flann/src/
miniflann.cpp 466 typedef typename Distance::ResultType DistanceType;
492 typedef typename Distance::ResultType DistanceType;
  /cts/tests/tests/media/src/android/media/cts/
DecoderTest.java 42 import com.android.compatibility.common.util.ResultType;
481 log.addValue("decoder_name", decoderName, ResultType.NEUTRAL, ResultUnit.NONE);
482 log.addValue("test_id", testId, ResultType.NEUTRAL, ResultUnit.NONE);
485 ResultType.NEUTRAL, ResultUnit.NONE);
488 ResultType.NEUTRAL, ResultUnit.NONE);
491 log.setSummary("result", 1, ResultType.HIGHER_BETTER, ResultUnit.COUNT);
493 log.setSummary("result", 0, ResultType.HIGHER_BETTER, ResultUnit.COUNT);
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaChecking.cpp 106 QualType ResultType = S.CheckAddressOfOperand(Arg, TheCall->getLocStart());
107 if (ResultType.isNull())
111 TheCall->setType(ResultType);
    [all...]
SemaCodeComplete.cpp     [all...]
SemaExpr.cpp     [all...]
SemaDeclObjC.cpp 121 QualType ResultType = NewMethod->getReturnType();
142 << ResultType
147 << ResultType
    [all...]
  /external/clang/include/clang/Sema/
Initialization.h     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 3205 milliseconds

1 2 3 4 56 7 8