HomeSort by relevance Sort by last modified time
    Searched refs:Actual (Results 1 - 25 of 44) sorted by null

1 2

  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
IteratorTest.cpp 149 SmallVector<int, 3> Actual(Range.begin(), Range.end());
150 EXPECT_EQ((SmallVector<int, 3>{1, 3, 5}), Actual);
169 SmallVector<int, 3> Actual(Range.begin(), Range.end());
171 EXPECT_EQ((SmallVector<int, 3>{1, 3, 5}), Actual);
178 SmallVector<int, 3> Actual(Range.begin(), Range.end());
179 EXPECT_EQ((SmallVector<int, 3>{1, 3, 5}), Actual);
192 SmallVector<int, 3> Actual(Range.begin(), Range.end());
193 EXPECT_EQ((SmallVector<int, 3>{1, 3, 5}), Actual);
210 SmallVector<int, 3> Actual(Range.begin(), Range.end());
211 EXPECT_EQ((SmallVector<int, 3>{1, 3, 5}), Actual);
    [all...]
  /external/boringssl/src/util/testresult/
testresult.go 50 Actual: result,
92 Actual string `json:"actual"`
  /external/strace/tests/
strace-k.test 76 Actual output:
  /external/strace/tests-m32/
strace-k.test 76 Actual output:
  /external/strace/tests-mx32/
strace-k.test 76 Actual output:
  /development/tools/repo_diff/service/repodiff/repositories/
helpers_test.go 37 // Actual commit subject!
denormalizer_test.go 81 // Actual commit subject!
  /external/llvm/unittests/Support/
CommandLineTest.cpp 173 SmallVector<const char *, 0> Actual;
176 parse(Input, Saver, Actual, /*MarkEOLs=*/false);
177 EXPECT_EQ(OutputSize, Actual.size());
178 for (unsigned I = 0, E = Actual.size(); I != E; ++I) {
180 EXPECT_STREQ(Output[I], Actual[I]);
207 { "-tool", "-actual=x", "-extra" },
208 { "-tool", "-actual", "x" },
214 StackOption<std::string> Actual("actual");
218 cl::alias Alias("alias", llvm::cl::aliasopt(Actual));
    [all...]
LEB128Test.cpp 24 std::string Actual; \
25 raw_string_ostream Stream(Actual); \
28 EXPECT_EQ(Expected, Actual); \
91 uint64_t Actual = decodeULEB128(reinterpret_cast<const uint8_t *>(VALUE), \
94 EXPECT_EQ(EXPECTED, Actual); \
126 int64_t Actual = decodeSLEB128(reinterpret_cast<const uint8_t *>(VALUE), \
129 EXPECT_EQ(EXPECTED, Actual); \
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
CommandLineTest.cpp 165 SmallVector<const char *, 0> Actual;
168 parse(Input, Saver, Actual, /*MarkEOLs=*/false);
169 EXPECT_EQ(OutputSize, Actual.size());
170 for (unsigned I = 0, E = Actual.size(); I != E; ++I) {
172 EXPECT_STREQ(Output[I], Actual[I]);
247 SmallVector<const char *, 0> Actual;
250 cl::tokenizeConfigFile("\\\n", Saver, Actual, /*MarkEOLs=*/false);
251 EXPECT_TRUE(Actual.empty());
255 SmallVector<const char *, 0> Actual;
258 cl::tokenizeConfigFile("\\\r\n", Saver, Actual, /*MarkEOLs=*/false)
    [all...]
LEB128Test.cpp 111 uint64_t Actual = decodeULEB128(reinterpret_cast<const uint8_t *>(VALUE), \
114 EXPECT_EQ(EXPECTED, Actual); \
146 int64_t Actual = decodeSLEB128(reinterpret_cast<const uint8_t *>(VALUE), \
149 EXPECT_EQ(EXPECTED, Actual); \
Path.cpp 532 SmallString<64> Actual;
543 Twine(TestDirectory) + "/././test1/../test1/test2/./test3/..", Actual));
545 EXPECT_EQ(Expected, Actual);
551 ASSERT_NO_ERROR(fs::real_path("~", Actual, true));
552 EXPECT_EQ(Expected, Actual);
553 ASSERT_NO_ERROR(fs::real_path("~/", Actual, true));
554 EXPECT_EQ(Expected, Actual);
    [all...]
  /external/skia/modules/pathkit/tests/
pathops.spec.js 40 <svg class='actual' viewBox='${getViewBox(actualPath)}'>
50 function diffPaths(expected, actual) {
52 let eCmds = expected.toCmds(), aCmds = actual.toCmds();
54 //console.log(`Expected: ${JSON.stringify(eCmds)} and Actual: ${JSON.stringify(aCmds)}`);
55 return `Different amount of verbs. Expected had ${eCmds.length}, Actual had ${aCmds.length}`;
61 return `Command index ${idx} differs in num arguments. Expected had ${eCmd.length}, Actual had ${aCmd.length}`;
65 return `Command index ${idx} differs. Expected had ${eVerb}, Actual had ${aVerb}`;
69 return `Command index ${idx} has different argument for verb ${eVerb} at position ${arg}. Expected had ${eCmd[arg]}, Actual had ${aCmd[arg]}`
  /external/skqp/modules/pathkit/tests/
pathops.spec.js 40 <svg class='actual' viewBox='${getViewBox(actualPath)}'>
50 function diffPaths(expected, actual) {
52 let eCmds = expected.toCmds(), aCmds = actual.toCmds();
54 //console.log(`Expected: ${JSON.stringify(eCmds)} and Actual: ${JSON.stringify(aCmds)}`);
55 return `Different amount of verbs. Expected had ${eCmds.length}, Actual had ${aCmds.length}`;
61 return `Command index ${idx} differs in num arguments. Expected had ${eCmd.length}, Actual had ${aCmd.length}`;
65 return `Command index ${idx} differs. Expected had ${eVerb}, Actual had ${aVerb}`;
69 return `Command index ${idx} has different argument for verb ${eVerb} at position ${arg}. Expected had ${eCmd[arg]}, Actual had ${aCmd[arg]}`
  /external/chromium-trace/catapult/devil/devil/utils/
lsusb.py 54 # bDeviceClass 5 Actual School Bus
67 # '_desc': 'Actual School Bus',
  /external/guice/core/src/com/google/inject/internal/
RealOptionalBinder.java 56 * The actual OptionalBinder plays several roles. It implements Module to hide that fact from the
169 ACTUAL
180 @interface Actual {
219 * Returns the key to use for the actual binding, overrides the default if set.
621 // ACTUAL to fallback to DEFAULT if ACTUAL's provider returns null.
622 // Right now, an ACTUAL binding can convert from present -> absent
628 // If neither the actual or default is set, then we fallback
630 // "actual binding" for the SPI.
718 // if it isn't one of the things we bound directly it might be an actual or default ke
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp 534 void *Actual = TheJIT->isCompilingLazily()
540 Actual = TheJIT->getPointerToFunction(F);
544 if (!Actual) return 0;
549 // Codegen a new stub, calling the lazy resolver or the actual address of the
551 Stub = TheJIT->getJITInfo().emitFunctionStub(F, Actual, JE);
554 if (Actual != (void*)(intptr_t)LazyResolverFn) {
572 } else if (!Actual) {
577 "'Actual' should have been set above.");
669 << "' In stub ptr = " << Stub << " actual ptr = "
    [all...]
  /external/llvm/lib/Analysis/
Lint.cpp 235 Value *Actual = *AI;
238 Assert(Formal->getType() == Actual->getType(),
246 if (Formal->hasNoAliasAttr() && Actual->getType()->isPointerTy())
255 if (Formal->hasStructRetAttr() && Actual->getType()->isPointerTy()) {
258 visitMemoryReference(I, Actual, DL->getTypeStoreSize(Ty),
  /external/swiftshader/third_party/LLVM/lib/Analysis/
Lint.cpp 222 Value *Actual = *AI;
225 Assert1(Formal->getType() == Actual->getType(),
232 if (Formal->hasNoAliasAttr() && Actual->getType()->isPointerTy())
242 if (Formal->hasStructRetAttr() && Actual->getType()->isPointerTy()) {
245 visitMemoryReference(I, Actual, AA->getTypeStoreSize(Ty),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
Lint.cpp 257 Value *Actual = *AI;
260 Assert(Formal->getType() == Actual->getType(),
268 if (Formal->hasNoAliasAttr() && Actual->getType()->isPointerTy()) {
285 if (Formal->hasStructRetAttr() && Actual->getType()->isPointerTy()) {
288 visitMemoryReference(I, Actual, DL->getTypeStoreSize(Ty),
  /external/guice/core/test/com/google/inject/internal/
OptionalBinderTest.java 667 + RealOptionalBinder.Actual.class.getName()
700 + RealOptionalBinder.Actual.class.getName()
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DWARFDebugLineTest.cpp 99 handleErrors(std::move(Err), [&](const ErrorInfoBase &Actual) {
103 EXPECT_EQ(Actual.message(), ExpectedMsgs[WhichMsg++].str());
  /external/tensorflow/tensorflow/lite/g3doc/performance/
delegates.md 76 // Actual running of the delegate subgraph.
  /external/webrtc/webrtc/modules/video_coding/test/
plotReceiveTrace.m 198 % legend('Complete time - Estimated arrival time', 'Desired jitter buffer level', 'Actual decode time', 'Max decode time', 0);
  /external/gflags/test/
gflags_unittest.cc 272 template <typename Expected, typename Actual>
273 void AssertIsType(Actual& x) {
274 CompileAssertTypesEqual<Expected, Actual>();
652 // Make sure the actual value and default value are the same
    [all...]

Completed in 1335 milliseconds

1 2