/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/ |
MifareUltralightTagTester.java | 66 public Result verifyTag(Tag tag) throws IOException { 72 return new Result(expectedContent, actualContent, 75 return new Result(expectedContent, null, false);
|
/cts/libs/vogar-expect/src/vogar/ |
Expectation.java | 24 * The expected result of an action execution. This is typically encoded in the 28 * result UNSUPPORTED 33 * result COMPILE_FAILED 42 /** The action's expected result, such as {@code EXEC_FAILED}. */ 43 private final Result result; field in class:Expectation 57 public Expectation(Result result, Pattern pattern, Set<String> tags, String description, long bug) { 58 if (result == null || description == null || pattern == null) { 60 "result=" + result + " description=" + description + " pattern=" + pattern) [all...] |
/device/generic/goldfish/dhcp/client/ |
dhcpclient.h | 20 #include "result.h" 36 Result init(const char* interfaceName); 37 Result run(); 71 Result send(in_addr_t source, in_addr_t destination,
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/MonoStatusCode/ |
MonoStatusCode.c | 97 VOID *Result;
101 Result = BuildGuidDataHob (
106 if (Result != NULL) {
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/ |
rx-connect_forever.hpp | 74 class Result = observable<Value, ConnectForever> 76 static Result member(ConnectableObservable&& o) { 77 return Result(ConnectForever(std::forward<ConnectableObservable>(o)));
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
APSIntType.h | 40 // is signed, /then/ match the signedness of the result type. 50 llvm::APSInt Result(Value, Value.isUnsigned()); 51 apply(Result); 52 return Result;
|
/external/clang/lib/Index/ |
SimpleFormatContext.h | 57 std::string Result; 58 llvm::raw_string_ostream OS(Result); 61 return Result;
|
/external/clang/tools/diagtool/ |
DiagnosticNames.cpp | 55 const DiagnosticRecord *Result = 59 assert(Result && "diagnostic not found; table may be out of date"); 60 return *Result;
|
/external/clang/unittests/Rewrite/ |
RewriteBufferTest.cpp | 44 std::string Result; 45 raw_string_ostream OS(Result); 48 EXPECT_EQ(Output, Result);
|
/external/junit/src/main/java/org/junit/experimental/results/ |
PrintableResult.java | 10 import org.junit.runner.Result; 14 * A test result that prints nicely in error messages. 23 private Result result; field in class:PrintableResult 26 * The result of running JUnit on {@code type} 33 * The result of running JUnit on Request {@code request} 40 * A result that includes the given {@code failures} 43 this(new FailureList(failures).result()); 46 private PrintableResult(Result result) { [all...] |
/external/llvm/include/llvm/ADT/ |
SetOperations.h | 52 S1Ty Result; 56 Result.insert(*SI); 57 return Result;
|
/external/llvm/include/llvm/ProfileData/ |
SampleProf.h | 50 sampleprof_error Result) { 54 Result != sampleprof_error::success) 55 Accumulator = Result; 155 sampleprof_error Result = addSamples(Other.getSamples(), Weight); 157 MergeResult(Result, addCalledTarget(I.first(), I.second, Weight)); 159 return Result; 260 sampleprof_error Result = sampleprof_error::success; 262 MergeResult(Result, addTotalSamples(Other.getTotalSamples(), Weight)); 263 MergeResult(Result, addHeadSamples(Other.getHeadSamples(), Weight)); 267 MergeResult(Result, BodySamples[Loc].merge(Rec, Weight)) [all...] |
/external/llvm/lib/DebugInfo/PDB/Raw/ |
InfoStream.cpp | 57 uint32_t Result; 58 if (!NamedStreams.tryGetValue(Name, Result)) 60 return Result;
|
/external/llvm/lib/Transforms/Utils/ |
NameAnonFunctions.cpp | 51 // Now return the result. 54 SmallString<32> Result; 55 MD5::stringifyResult(Hash, Result); 56 TheHash = Result.str();
|
/external/llvm/tools/llvm-readobj/ |
ObjDumper.h | 86 std::unique_ptr<ObjDumper> &Result); 90 std::unique_ptr<ObjDumper> &Result); 94 std::unique_ptr<ObjDumper> &Result);
|
/external/skia/include/utils/ |
SkInterpolator.h | 18 enum Result { 63 Result timeToT(SkMSec time, SkScalar* T, int* index, bool* exact) const; 109 those values are the result of pinning to either the first 115 Result timeToValues(SkMSec time, SkScalar values[] = nullptr) const;
|
/external/skia/src/codec/ |
SkHeifCodec.h | 30 static std::unique_ptr<SkCodec> MakeFromStream(std::unique_ptr<SkStream>, Result*); 34 Result onGetPixels( 64 Result onStartScanlineDecode(const SkImageInfo& dstInfo,
|
/external/skqp/include/utils/ |
SkInterpolator.h | 18 enum Result { 63 Result timeToT(SkMSec time, SkScalar* T, int* index, bool* exact) const; 109 those values are the result of pinning to either the first 115 Result timeToValues(SkMSec time, SkScalar values[] = nullptr) const;
|
/external/skqp/src/codec/ |
SkHeifCodec.h | 30 static std::unique_ptr<SkCodec> MakeFromStream(std::unique_ptr<SkStream>, Result*); 34 Result onGetPixels( 62 Result onStartScanlineDecode(const SkImageInfo& dstInfo,
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
SetOperations.h | 52 S1Ty Result; 56 Result.insert(*SI); 57 return Result;
|
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/ |
EDInst.h | 35 /// CachedResult - Encapsulates the result of a function along with the validity 36 /// of that result, so that slow functions don't need to run twice 38 /// True if the result has been obtained by executing the function 40 /// The result last obtained from the function 41 int Result; 43 /// Constructor - Initializes an invalid result 45 /// valid - Returns true if the result has been obtained by executing the 48 /// result - Returns the result of the function or an undefined value if 50 int result() { return Result; function in struct:llvm::CachedResult [all...] |
/external/swiftshader/third_party/LLVM/lib/Object/ |
MachOObjectFile.cpp | 106 SymbolRef &Result) const { 109 Result = SymbolRef(DRI, this); 114 StringRef &Result) const { 118 Result = MachOObj->getStringAtIndex(Entry->StringIndex); 122 Result = MachOObj->getStringAtIndex(Entry->StringIndex); 128 uint64_t &Result) const { 134 Result = Entry->Value; 139 Result = Entry->Value; 143 Result -= SectionOffset; 149 uint64_t &Result) const 344 static char result[34]; local [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
SetOperations.h | 52 S1Ty Result; 56 Result.insert(*SI); 57 return Result;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
PredIteratorCache.h | 59 auto Result = BlockToPredCountMap.find(BB); 60 if (Result != BlockToPredCountMap.end()) 61 return Result->second;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
BinaryStreamRef.h | 67 RefType Result(static_cast<const RefType &>(*this)); 69 return Result; 71 Result.ViewOffset += N; 72 if (Result.Length.hasValue()) 73 *Result.Length -= N; 74 return Result; 84 RefType Result(static_cast<const RefType &>(*this)); 88 return Result; 92 if (!Result.Length.hasValue()) 93 Result.Length = getLength() [all...] |