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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
unittestresults_unittest.py 61 <failure message="Value of: scale&#x0A; Actual: 4&#x0A;Expected: 1" type=""><![CDATA[../../Source/WebKit/chromium/tests/WebFrameTest.cpp:191
63 Actual: 4
76 <failure message="Value of: pi&#x0A; Actual: 3&#x0A;Expected: 3.14" type=""><![CDATA[../../Source/WebKit/chromium/tests/ClassOneTest.cpp:42
78 Actual: 3
82 <failure message="Value of: e&#x0A; Actual: 2&#x0A;Expected: 2.71" type=""><![CDATA[../../Source/WebKit/chromium/tests/ClassTwoTest.cpp:30
84 Actual: 2
86 <failure message="Value of: tau&#x0A; Actual: 6&#x0A;Expected: 6.28" type=""><![CDATA[../../Source/WebKit/chromium/tests/ClassTwoTest.cpp:55
88 Actual: 6
  /external/llvm/unittests/Support/
CommandLineTest.cpp 161 SmallVector<const char *, 0> Actual;
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]));
194 { "-tool", "-actual=x", "-extra" },
195 { "-tool", "-actual", "x" },
201 StackOption<std::string> Actual("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); \
  /external/chromium_org/v8/test/mjsunit/regress/
regress-compare-constant-doubles.js 45 // Actual test.
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 514 void *Actual = TheJIT->isCompilingLazily()
520 Actual = TheJIT->getPointerToFunction(F);
524 if (!Actual) return nullptr;
529 // Codegen a new stub, calling the lazy resolver or the actual address of the
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.");
649 << "' In stub ptr = " << Stub << " actual ptr = "
    [all...]
  /external/llvm/lib/Analysis/
Lint.cpp 227 Value *Actual = *AI;
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/
plotReceiveTrace.m 198 % legend('Complete time - Estimated arrival time', 'Desired jitter buffer level', 'Actual decode time', 'Max decode time', 0);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
braille_util_test.js 55 * @param {cvox.NavBraille} actual Actual result.
57 assertBrailleEquals: function(expected, actual) {
58 actual = new cvox.NavBraille({
59 text: actual.text.toString(),
60 startIndex: actual.startIndex,
61 endIndex: actual.endIndex
63 assertThat(new cvox.NavBraille(expected), eqJSON(actual));
  /external/harfbuzz_ng/
git.mk 155 # Actual .gitignore generation:
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
id3_parser.js 67 * @param {number} size maximum string size. Actual result may be shorter.
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
ia64-mont.pl 491 // The loop is scheduled for 32*n ticks on Itanium 2. Actual attempt
  /external/openssl/crypto/bn/asm/
ia64-mont.pl 491 // The loop is scheduled for 32*n ticks on Itanium 2. Actual attempt
  /external/iproute2/doc/
ip-tunnels.tex 124 rather than via Internet. Actual tunnel endpoint address \verb|A|
ip-cref.tex     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js 177 " actual " + stateStr + "\n" +
    [all...]
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js     [all...]
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]

Completed in 2887 milliseconds