HomeSort by relevance Sort by last modified time
    Searched refs:has (Results 151 - 175 of 1350) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/
debug_addr_small_length_field.s 7 # ERR: .debug_addr table at offset 0x0 has too small length (0x5) to contain a complete header
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ConstantFolding.cpp 195 // conversion here, which depends on whether the input or output has
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
ObjectArraysTest.java 102 assertThat(result).asList().has().item("foo");
107 assertThat(result).asList().has().exactly("foo", "bar").inOrder();
112 assertThat(result).asList().has().exactly("foo", "bar", "baz").inOrder();
117 assertThat(result).asList().has().item("foo");
122 assertThat(result).asList().has().exactly("foo", "bar").inOrder();
127 assertThat(result).asList().has().exactly("foo", "bar", "baz").inOrder();
  /external/grpc-grpc/src/csharp/Grpc.Core/
AsyncDuplexStreamingCall.cs 96 /// Gets the call status if the call has already finished.
105 /// Gets the call trailing metadata if the call has already finished.
115 /// If the call has already finished normally (request stream has been completed and response stream has been fully read), doesn't do anything.
AsyncUnaryCall.cs 90 /// Gets the call status if the call has already finished.
99 /// Gets the call trailing metadata if the call has already finished.
109 /// If the call has already finished normally (request stream has been completed and call result has been received), doesn't do anything.
AsyncServerStreamingCall.cs 80 /// Gets the call status if the call has already finished.
89 /// Gets the call trailing metadata if the call has already finished.
99 /// If the call has already finished normally (response stream has been fully read), doesn't do anything.
  /external/v8/src/wasm/baseline/
liftoff-register.h 77 "right type has been chosen");
229 bool has(LiftoffRegister reg) const { function in class:v8::internal::wasm::LiftoffRegList
231 DCHECK_EQ(has(reg.low()), has(reg.high()));
236 bool has(Register reg) const { return has(LiftoffRegister(reg)); } function in class:v8::internal::wasm::LiftoffRegList
237 bool has(DoubleRegister reg) const { return has(LiftoffRegister(reg)); } function in class:v8::internal::wasm::LiftoffRegList
  /external/clang/unittests/ASTMatchers/
ASTMatchersNarrowingTest.cpp 52 DeclarationMatcher HasClassX = recordDecl(has(recordDecl(hasName("X"))));
57 recordDecl(hasName("Y"), has(recordDecl(hasName("X"))));
67 has(recordDecl(
68 has(recordDecl(hasName("X"))),
69 has(recordDecl(hasName("Y"))),
71 has(recordDecl(
72 has(recordDecl(hasName("A"))),
73 has(recordDecl(hasName("B"))),
126 has(recordDecl(
128 has(recordDecl
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultimapRemoveAllTester.java 51 .has().exactly(sampleValues().e0).inOrder();
75 .has().exactly(sampleValues().e0, sampleValues().e1, sampleValues().e2);
84 assertThat(multimap().removeAll(null)).has().exactly(getValueForNullKey()).inOrder();
MultimapPutTester.java 142 assertThat(collection).has().item(sampleValues().e3);
151 assertThat(entries).has().allOf(Helpers.mapEntry(sampleKeys().e3, sampleValues().e3));
160 assertThat(entries).has().allOf(Helpers.mapEntry(sampleKeys().e0, sampleValues().e3));
177 assertThat(collection).has().exactlyAs(expectedCollection);
197 assertThat(collection).has().exactlyAs(expectedCollection);
225 assertThat(collection).has().exactlyAs(expectedCollection);
  /external/v8/tools/clang/empty_string/
EmptyStringConverter.cpp 90 // Note that expr(has()) in the matcher is significant; the Clang AST wraps
92 // the expr(has()) matcher, the first and last rules would not match anything!
93 match_finder->addMatcher(varDecl(forEach(expr(has(constructor_call)))),
95 match_finder->addMatcher(cxxNewExpr(has(constructor_call)),
106 withInitializer(expr(has(constructor_call))))),
  /external/guava/guava-tests/test/com/google/common/collect/
SynchronizedMultimapTest.java 207 assertThat(multimap.removeAll("foo")).has().exactly(3, -1, 2, 4, 1).inOrder();
210 .has().exactly(1, 2, 3, 1).inOrder();
211 assertThat(multimap.get("bar")).has().exactly(6, 5).inOrder();
220 assertThat(multimap.removeAll("foo")).has().exactly(-1, 1, 2, 3, 4).inOrder();
223 .has().exactly(1, 2, 3).inOrder();
224 assertThat(multimap.get("bar")).has().exactly(5, 6).inOrder();
ImmutableSetMultimapTest.java 252 assertThat(multimap.keySet()).has().exactly("d", "c", "b", "a").inOrder();
253 assertThat(multimap.values()).has().exactly(2, 4, 3, 6, 5, 2).inOrder();
254 assertThat(multimap.get("a")).has().exactly(5, 2).inOrder();
255 assertThat(multimap.get("b")).has().exactly(3, 6).inOrder();
277 assertThat(multimap.keySet()).has().exactly("d", "a", "bb", "cc").inOrder();
278 assertThat(multimap.values()).has().exactly(2, 5, 2, 3, 6, 4).inOrder();
279 assertThat(multimap.get("a")).has().exactly(5, 2).inOrder();
280 assertThat(multimap.get("bb")).has().exactly(3, 6).inOrder();
297 assertThat(multimap.keySet()).has().exactly("b", "d", "a", "c").inOrder();
298 assertThat(multimap.values()).has().exactly(6, 3, 2, 5, 2, 4).inOrder()
    [all...]
  /external/curl/docs/cmdline-opts/
alt-svc.d 11 the cache will be saved to the file name again if it has been modified.
header.d 9 header that has the same name as one of the internal ones curl would use, your
max-filesize.d 15 files this option has no effect even if the file transfer ends up being larger
  /external/llvm/test/MC/Mips/mips64r6/
invalid-mips3.s 30 # ddiv has been re-encoded. See valid.s
31 # ddivu has been re-encoded. See valid.s
32 # div has been re-encoded. See valid.s
33 # divu has been re-encoded. See valid.s
  /external/skia/modules/canvaskit/tests/
util.js 6 // In docker, the webgl canvas is blank, but the surface has the pixel
  /external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Inputs/
typeunit-header.s 40 # The type-unit DIE, which has just a visibility attribute.
43 # The type DIE, which also just has a one-byte visibility attribute.
  /external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
dwarfdump-str-offsets-invalid-6.s 54 # A compile-unit DIE, which has no attributes.
66 # A compile-unit DIE, which has no attributes.
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/
directive_incbin.s 47 # CHECK-ERROR: warning: negative count has no effect
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/crc/
module-nocrc.s 10 # Check that MIPS.abiflags has no CRC flag.
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/ginv/
module-noginv.s 10 # Check that MIPS.abiflags has no GINV flag.
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips64r6/
invalid-mips3.s 30 # ddiv has been re-encoded. See valid.s
31 # ddivu has been re-encoded. See valid.s
32 # div has been re-encoded. See valid.s
33 # divu has been re-encoded. See valid.s
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/virt/
module-novirt.s 10 # Check that MIPS.abiflags has no VZ flag.

Completed in 3185 milliseconds

1 2 3 4 5 67 8 91011>>