Searched refs:Actual (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/
H A Dassert_additions.js23 '\n' + 'Actual: ' + a);
/external/llvm/unittests/Support/
H A DCommandLineTest.cpp161 SmallVector<const char *, 0> Actual; local
163 parse(Input, Saver, Actual);
164 EXPECT_EQ(OutputSize, Actual.size());
165 for (unsigned I = 0, E = Actual.size(); I != E; ++I) {
167 EXPECT_STREQ(Output[I], Actual[I]);
168 free(const_cast<char *>(Actual[I]));
201 StackOption<std::string> Actual("actual");
205 cl::alias Alias("alias", llvm::cl::aliasopt(Actual));
208 EXPECT_EQ("x", Actual);
H A DLEB128Test.cpp24 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); \
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp514 void *Actual = TheJIT->isCompilingLazily() local
520 Actual = TheJIT->getPointerToFunction(F);
524 if (!Actual) return nullptr;
531 Stub = TheJIT->getJITInfo().emitFunctionStub(F, Actual, JE);
534 if (Actual != (void*)(intptr_t)LazyResolverFn) {
552 } else if (!Actual) {
557 "'Actual' should have been set above.");
/external/llvm/lib/Analysis/
H A DLint.cpp227 Value *Actual = *AI; local
230 Assert1(Formal->getType() == Actual->getType(),
237 if (Formal->hasNoAliasAttr() && Actual->getType()->isPointerTy())
247 if (Formal->hasStructRetAttr() && Actual->getType()->isPointerTy()) {
250 visitMemoryReference(I, Actual, AA->getTypeStoreSize(Ty),
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A DplotReceiveTrace.m198 % legend('Complete time - Estimated arrival time', 'Desired jitter buffer level', 'Actual decode time', 'Max decode time', 0);
/external/harfbuzz_ng/
H A Dgit.mk155 # Actual .gitignore generation:
/external/iproute2/doc/
H A Dip-tunnels.tex124 rather than via Internet. Actual tunnel endpoint address \verb|A|
H A Dip-cref.tex1335 this destination. Actual window size is this value multiplied by the
/external/openssl/crypto/bn/asm/
H A Dia64-mont.pl491 // The loop is scheduled for 32*n ticks on Itanium 2. Actual attempt

Completed in 1680 milliseconds