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

1 2

  /external/llvm/unittests/Support/
CommandLineTest.cpp 156 SmallVector<const char *, 0> Actual;
159 parse(Input, Saver, Actual, /*MarkEOLs=*/false);
160 EXPECT_EQ(OutputSize, Actual.size());
161 for (unsigned I = 0, E = Actual.size(); I != E; ++I) {
163 EXPECT_STREQ(Output[I], Actual[I]);
189 { "-tool", "-actual=x", "-extra" },
190 { "-tool", "-actual", "x" },
196 StackOption<std::string> Actual("actual");
200 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/boringssl/src/ssl/test/runner/
test_output.go 36 Actual string `json:"actual"`
57 Actual: result,
  /external/guice/extensions/multibindings/src/com/google/inject/multibindings/
OptionalBinder.java 270 * Returns a binding builder used to set the actual value that will be injected.
278 enum Source { DEFAULT, ACTUAL }
288 @interface Actual {
293 * The actual OptionalBinder plays several roles. It implements Module to hide that
313 /** the actual binding, for the SPI */
524 // ACTUAL to fallback to DEFAULT if ACTUAL's provider returns null.
525 // Right now, an ACTUAL binding can convert from present -> absent
531 // If neither the actual or default is set, then we fallback
533 // "actual binding" for the SPI
    [all...]
  /external/boringssl/src/util/
all_tests.go 56 Actual string `json:"actual"`
76 Actual: result,
  /external/v8/test/mjsunit/regress/
regress-compare-constant-doubles.js 45 // Actual test.
  /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/guice/extensions/multibindings/test/com/google/inject/multibindings/
OptionalBinderTest.java 46 import com.google.inject.multibindings.OptionalBinder.Actual;
519 + Actual.class.getName() + " was already configured at "
545 + Actual.class.getName() + " was already configured at "
    [all...]
SpiUtils.java 618 * @param expectedActual the expected actual binding, or null if none
619 * @param expectedUserLinkedActual the user binding that is the actual binding, used if
620 * neither the default nor actual are set and a user binding existed for the type.
657 assertNull("cannot have actual if expecting user binding", expectedActual);
    [all...]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/
test_utils.js 37 exports.getStringDiffMsg = function (actual, expected) {
39 if (actual[i] !== expected[i]) {
47 var actualStr = 'Actual: ' + addSlashes(actual.substring(i - 100, i + 1)),
50 diffMsg += actualStr + addSlashes(actual.substring(i + 1, i + 20)) + '\n' + actualDiffMarker;
232 exports.prettyPrintParserAssertionArgs = function (actual, expected) {
238 msg += actual + '\n';
  /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/v8/test/mjsunit/es8/
syntactic-tail-call-parsing.js 373 print("Actual | " + e);
  /external/libvpx/libvpx/vpx_dsp/x86/
quantize_avx_x86_64.asm 92 ; Actual quantization of size 16 block - setup pointers, rounders, etc.
197 ; Actual quantization loop - setup pointers, rounders, etc.
  /external/harfbuzz_ng/
git.mk 162 # Actual .gitignore generation:
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]
  /external/iproute2/doc/
ip-tunnels.tex 124 rather than via Internet. Actual tunnel endpoint address \verb|A|
ip-cref.tex     [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp 283 std::string Actual;
285 raw_string_ostream OS(Actual);
289 EXPECT_EQ(Expected, Actual);
    [all...]
  /external/v8/src/js/
i18n.js 205 * Actual value is assigned on first run.
635 // Build xx-ZZ. We don't care about the actual value,
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js     [all...]
  /external/v8/test/mjsunit/asm/embenchen/
copy.js     [all...]
corrections.js     [all...]
primes.js     [all...]
  /external/v8/test/mjsunit/wasm/embenchen/
copy.js     [all...]
corrections.js     [all...]

Completed in 3342 milliseconds

1 2