Home
last modified time | relevance | path

Searched full:empty (Results 1 – 25 of 13341) sorted by relevance

12345678910>>...534

/external/llvm/test/DebugInfo/PDB/
Dpdbdump-headers.test5 ; RUN: -tpi-hash -fpo %p/Inputs/empty.pdb | FileCheck -check-prefix=EMPTY %s
6 ; RUN: llvm-pdbdump raw -all %p/Inputs/empty.pdb | FileCheck -check-prefix=ALL %s
11 ; EMPTY: FileHeaders {
12 ; EMPTY-NEXT: BlockSize: 4096
13 ; EMPTY-NEXT: Unknown0: 2
14 ; EMPTY-NEXT: NumBlocks: 25
15 ; EMPTY-NEXT: NumDirectoryBytes: 136
16 ; EMPTY-NEXT: Unknown1: 0
17 ; EMPTY-NEXT: BlockMapAddr: 24
18 ; EMPTY-NEXT: NumDirectoryBlocks: 1
[all …]
/external/brotli/csharp/org/brotli/dec/
DTransform.cs34 …i.Dec.Transform(string.Empty, Org.Brotli.Dec.WordTransformType.Identity, string.Empty), new Org.Br…
35 …, " "), new Org.Brotli.Dec.Transform(string.Empty, Org.Brotli.Dec.WordTransformType.OmitFirst1, st…
36 …(string.Empty, Org.Brotli.Dec.WordTransformType.UppercaseFirst, " "), new Org.Brotli.Dec.Transform…
37Empty), new Org.Brotli.Dec.Transform("s ", Org.Brotli.Dec.WordTransformType.Identity, " "), new Or…
38Empty), new Org.Brotli.Dec.Transform(string.Empty, Org.Brotli.Dec.WordTransformType.Identity, " an…
39Empty, Org.Brotli.Dec.WordTransformType.OmitLast1, string.Empty), new Org.Brotli.Dec.Transform(", …
40 …otli.Dec.Transform(string.Empty, Org.Brotli.Dec.WordTransformType.Identity, " in "), new Org.Brotl…
41 …rotli.Dec.Transform(string.Empty, Org.Brotli.Dec.WordTransformType.Identity, "\""), new Org.Brotli…
42 …rotli.Dec.Transform(string.Empty, Org.Brotli.Dec.WordTransformType.Identity, "\">"), new Org.Brotl…
43Empty, Org.Brotli.Dec.WordTransformType.OmitLast3, string.Empty), new Org.Brotli.Dec.Transform(str…
[all …]
/external/protobuf/src/google/protobuf/
Dempty.pb.cc2 // source: google/protobuf/empty.proto
4 #include <google/protobuf/empty.pb.h>
21 ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<Empty> _instance;
29 new (ptr) PROTOBUF_NAMESPACE_ID::Empty(); in InitDefaultsscc_info_Empty_google_2fprotobuf_2fempty_2eproto()
32 PROTOBUF_NAMESPACE_ID::Empty::InitAsDefaultInstance(); in InitDefaultsscc_info_Empty_google_2fprotobuf_2fempty_2eproto()
44 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::Empty, _internal_metadata_),
50 { 0, -1, sizeof(PROTOBUF_NAMESPACE_ID::Empty)},
58 "\n\033google/protobuf/empty.proto\022\017google.pr"
61 "/ptypes/empty\370\001\001\242\002\003GPB\252\002\036Google.Protobuf"
72 …d, descriptor_table_protodef_google_2fprotobuf_2fempty_2eproto, "google/protobuf/empty.proto", 183,
[all …]
Dempty.pb.h2 // source: google/protobuf/empty.proto
58 class Empty; variable
63 …late<> PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::Empty* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_…
69 class PROTOBUF_EXPORT Empty :
70 …OBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:google.protobuf.Empty) */ {
72 Empty();
73 virtual ~Empty();
75 Empty(const Empty& from);
76 Empty(Empty&& from) noexcept in Empty() function
77 : Empty() { in Empty()
[all …]
/external/clang/test/SemaCXX/
Dempty-class-layout.cpp24 struct Empty { Empty(); }; struct
26 struct I : Empty {
27 Empty e;
31 struct J : Empty {
32 Empty e[2];
36 template<int N> struct Derived : Empty, Derived<N - 1> {
38 template<> struct Derived<0> : Empty { };
41 Empty e;
46 Empty e[2];
51 Empty e;
[all …]
/external/llvm/unittests/IR/
DConstantRangeTest.cpp22 static ConstantRange Empty; member in __anon7f2bd7fa0111::ConstantRangeTest
29 ConstantRange ConstantRangeTest::Empty(16, false); member in __anon7f2bd7fa0111::ConstantRangeTest
45 EXPECT_FALSE(Empty.isFullSet()); in TEST_F()
46 EXPECT_TRUE(Empty.isEmptySet()); in TEST_F()
47 EXPECT_TRUE(Empty.inverse().isFullSet()); in TEST_F()
48 EXPECT_FALSE(Empty.isWrappedSet()); in TEST_F()
49 EXPECT_FALSE(Empty.contains(APInt(16, 0x0))); in TEST_F()
50 EXPECT_FALSE(Empty.contains(APInt(16, 0x9))); in TEST_F()
51 EXPECT_FALSE(Empty.contains(APInt(16, 0xa))); in TEST_F()
52 EXPECT_FALSE(Empty.contains(APInt(16, 0xaa9))); in TEST_F()
[all …]
/external/tensorflow/third_party/toolchains/preconfig/win_1803/bazel_025/
DBUILD26 name = "empty",
46 all_files = ":empty",
47 ar_files = ":empty",
48 as_files = ":empty",
49 compiler_files = ":empty",
50 dwp_files = ":empty",
51 linker_files = ":empty",
52 objcopy_files = ":empty",
53 strip_files = ":empty",
82 all_files = ":empty",
[all …]
/external/tensorflow/third_party/toolchains/preconfig/win_1803/bazel_026/
DBUILD26 name = "empty",
46 all_files = ":empty",
47 ar_files = ":empty",
48 as_files = ":empty",
49 compiler_files = ":empty",
50 dwp_files = ":empty",
51 linker_files = ":empty",
52 objcopy_files = ":empty",
53 strip_files = ":empty",
82 all_files = ":empty",
[all …]
/external/grpc-grpc-java/interop-testing/src/generated/main/java/io/grpc/testing/integration/
DEmptyProtos.java2 // source: grpc/testing/empty.proto
18 // @@protoc_insertion_point(interface_extends:grpc.testing.Empty)
23 * An empty message that you can re-use to avoid defining duplicated empty
27 * rpc Bar (grpc.testing.Empty) returns (grpc.testing.Empty) { };
31 * Protobuf type {@code grpc.testing.Empty}
33 public static final class Empty extends class in EmptyProtos
35 // @@protoc_insertion_point(message_implements:grpc.testing.Empty)
38 // Use Empty.newBuilder() to construct.
39 private Empty(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Empty() method in EmptyProtos.Empty
42 private Empty() { in Empty() method in EmptyProtos.Empty
[all …]
/external/libcxx/test/std/containers/views/span.obs/
Dempty.pass.cpp14 // constexpr bool empty() const noexcept;
30 static_assert( noexcept(std::span<int> ().empty()), ""); in main()
31 static_assert( noexcept(std::span<int, 0>().empty()), ""); in main()
34 static_assert( std::span<int>().empty(), ""); in main()
35 static_assert( std::span<long>().empty(), ""); in main()
36 static_assert( std::span<double>().empty(), ""); in main()
37 static_assert( std::span<A>().empty(), ""); in main()
38 static_assert( std::span<std::string>().empty(), ""); in main()
40 static_assert( std::span<int, 0>().empty(), ""); in main()
41 static_assert( std::span<long, 0>().empty(), ""); in main()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dcpus.ll10 …=i686-unknown-unknown -mcpu=generic 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ERROR --allow-empty
16 …ple=i686-unknown-unknown -mcpu=i386 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ERROR --allow-empty
17 …ple=i686-unknown-unknown -mcpu=i486 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ERROR --allow-empty
18 …ple=i686-unknown-unknown -mcpu=i586 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ERROR --allow-empty
19 …=i686-unknown-unknown -mcpu=pentium 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ERROR --allow-empty
20 …6-unknown-unknown -mcpu=pentium-mmx 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ERROR --allow-empty
21 …ple=i686-unknown-unknown -mcpu=i686 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ERROR --allow-empty
22 …86-unknown-unknown -mcpu=pentiumpro 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ERROR --allow-empty
23 …i686-unknown-unknown -mcpu=pentium2 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ERROR --allow-empty
24 …i686-unknown-unknown -mcpu=pentium3 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ERROR --allow-empty
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Demptystruct.ll3 ; This tests correct handling of empty aggregate parameters and return values.
4 ; An empty parameter passed by value does not consume a protocol register or
5 ; a parameter save area doubleword. An empty parameter passed by reference
6 ; is treated as any other pointer parameter. An empty aggregate return value
15 %struct.empty = type {}
17 define void @callee(%struct.empty* noalias sret %agg.result, %struct.empty* byval %a1, %struct.empt…
19 %a2.addr = alloca %struct.empty*, align 8
20 store %struct.empty* %a2, %struct.empty** %a2.addr, align 8
21 %0 = load %struct.empty*, %struct.empty** %a2.addr, align 8
22 %1 = bitcast %struct.empty* %agg.result to i8*
[all …]
/external/llvm/test/CodeGen/PowerPC/
Demptystruct.ll3 ; This tests correct handling of empty aggregate parameters and return values.
4 ; An empty parameter passed by value does not consume a protocol register or
5 ; a parameter save area doubleword. An empty parameter passed by reference
6 ; is treated as any other pointer parameter. An empty aggregate return value
15 %struct.empty = type {}
17 define void @callee(%struct.empty* noalias sret %agg.result, %struct.empty* byval %a1, %struct.empt…
19 %a2.addr = alloca %struct.empty*, align 8
20 store %struct.empty* %a2, %struct.empty** %a2.addr, align 8
21 %0 = load %struct.empty*, %struct.empty** %a2.addr, align 8
22 %1 = bitcast %struct.empty* %agg.result to i8*
[all …]
/external/mockito/src/main/java/org/mockito/internal/util/
DJavaEightUtil.java28 * Creates an empty Optional using reflection to stay backwards-compatible with older JDKs.
30 * @return an empty Optional.
38 return emptyOptional = invokeNullaryFactoryMethod("java.util.Optional", "empty"); in emptyOptional()
43 … * Creates an empty OptionalDouble using reflection to stay backwards-compatible with older JDKs.
45 * @return an empty OptionalDouble.
53 … return emptyOptionalDouble = invokeNullaryFactoryMethod("java.util.OptionalDouble", "empty"); in emptyOptionalDouble()
57 * Creates an empty OptionalInt using reflection to stay backwards-compatible with older JDKs.
59 * @return an empty OptionalInt.
67 return emptyOptionalInt = invokeNullaryFactoryMethod("java.util.OptionalInt", "empty"); in emptyOptionalInt()
71 * Creates an empty OptionalLong using reflection to stay backwards-compatible with older JDKs.
[all …]
/external/clang/test/Layout/
Dms-x86-empty-virtual-base.cpp34 // CHECK-NEXT: 8 | struct B0 (virtual base) (empty)
42 // CHECK-X64-NEXT: 16 | struct B0 (virtual base) (empty)
55 // CHECK-NEXT: 8 | struct B0 b0 (empty)
57 // CHECK-NEXT: 24 | struct B0 (virtual base) (empty)
63 // CHECK-X64-NEXT: 8 | struct B0 b0 (empty)
65 // CHECK-X64-NEXT: 24 | struct B0 (virtual base) (empty)
82 // CHECK-NEXT: 8 | struct B0 (virtual base) (empty)
83 // CHECK-NEXT: 16 | struct B1 (virtual base) (empty)
84 // CHECK-NEXT: 24 | struct B2 (virtual base) (empty)
85 // CHECK-NEXT: 32 | struct B3 (virtual base) (empty)
[all …]
Dms-x86-lazy-empty-nonvirtual-base.cpp41 // CHECK-NEXT: 13 | struct B1 (base) (empty)
44 // CHECK-NEXT: 20 | struct B0 (virtual base) (empty)
54 // CHECK-X64-NEXT: 17 | struct B1 (base) (empty)
57 // CHECK-X64-NEXT: 24 | struct B0 (virtual base) (empty)
70 // CHECK-NEXT: 13 | struct B1 (base) (empty)
73 // CHECK-NEXT: 16 | struct B0 (virtual base) (empty)
80 // CHECK-X64-NEXT: 17 | struct B1 (base) (empty)
83 // CHECK-X64-NEXT: 24 | struct B0 (virtual base) (empty)
96 // CHECK-NEXT: 12 | struct B1 (base) (empty)
99 // CHECK-NEXT: 16 | struct B0 (virtual base) (empty)
[all …]
/external/clang/test/Preprocessor/
Dsysroot-prefix.c1 // RUN: %clang_cc1 -v -isysroot /var/empty -I /var/empty/include -E %s -o /dev/null 2>&1 | FileChec…
2 // RUN: %clang_cc1 -v -isysroot /var/empty -I =/var/empty/include -E %s -o /dev/null 2>&1 | FileChe…
3 // RUN: %clang_cc1 -v -I =/var/empty/include -E %s -o /dev/null 2>&1 | FileCheck -check-prefix CHEC…
4 // RUN: %clang_cc1 -v -isysroot /var/empty -I =null -E %s -o /dev/null 2>&1 | FileCheck -check-pref…
5 // RUN: %clang_cc1 -v -isysroot /var/empty -isysroot /var/empty/root -I =null -E %s -o /dev/null 2>…
6 // RUN: %clang_cc1 -v -isysroot /var/empty/root -isysroot /var/empty -I =null -E %s -o /dev/null 2>…
8 // CHECK-ISYSROOT_NO_SYSROOT: ignoring nonexistent directory "/var/empty/include"
9 // CHECK-ISYSROOT_NO_SYSROOT-NOT: ignoring nonexistent directory "/var/empty/var/empty/include"
11 // CHECK-ISYSROOT_SYSROOT_DEV_NULL: ignoring nonexistent directory "/var/empty/var/empty/include"
12 // CHECK-ISYSROOT_SYSROOT_DEV_NULL-NOT: ignoring nonexistent directory "/var/empty"
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DConstantRangeTest.cpp22 static ConstantRange Empty; member in __anon4f4681920111::ConstantRangeTest
29 ConstantRange ConstantRangeTest::Empty(16, false); member in __anon4f4681920111::ConstantRangeTest
45 EXPECT_FALSE(Empty.isFullSet()); in TEST_F()
46 EXPECT_TRUE(Empty.isEmptySet()); in TEST_F()
47 EXPECT_TRUE(Empty.inverse().isFullSet()); in TEST_F()
48 EXPECT_FALSE(Empty.isWrappedSet()); in TEST_F()
49 EXPECT_FALSE(Empty.contains(APInt(16, 0x0))); in TEST_F()
50 EXPECT_FALSE(Empty.contains(APInt(16, 0x9))); in TEST_F()
51 EXPECT_FALSE(Empty.contains(APInt(16, 0xa))); in TEST_F()
52 EXPECT_FALSE(Empty.contains(APInt(16, 0xaa9))); in TEST_F()
[all …]
/external/antlr/runtime/Cpp/include/
Dantlr3traits.hpp14 typedef Empty AllocPolicyType;
15 typedef Empty StringType;
16 typedef Empty StringStreamType;
17 typedef Empty StreamDataType;
18 typedef Empty Endianness;
21 typedef Empty BitsetType;
22 typedef Empty BitsetListType;
24 typedef Empty InputStreamType;
27 class IntStreamType : public Empty
30 typedef Empty BaseType;
[all …]
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer/
Dlstm.mlir16 // CHECK-EMPTY:
23 // CHECK-EMPTY:
30 // CHECK-EMPTY:
37 // CHECK-EMPTY:
44 // CHECK-EMPTY:
51 // CHECK-EMPTY:
58 // CHECK-EMPTY:
65 // CHECK-EMPTY:
72 // CHECK-EMPTY:
79 // CHECK-EMPTY:
[all …]
Dunidirectional_sequence_lstm.mlir16 // CHECK-EMPTY:
23 // CHECK-EMPTY:
30 // CHECK-EMPTY:
37 // CHECK-EMPTY:
44 // CHECK-EMPTY:
51 // CHECK-EMPTY:
58 // CHECK-EMPTY:
65 // CHECK-EMPTY:
72 // CHECK-EMPTY:
79 // CHECK-EMPTY:
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/FileCheck/
Dcheck-empty-tag.txt7 CHECK1-EMPTY:
14 CHECK2A-EMPTY:
15 CHECK2B: CHECK2A-EMPTY: is not on the line after the previous match
17 ; CHECK-EMPTY must have empty pattern
20 CHECK3A-EMPTY: this is not empty
21 CHECK3B: found non-empty check string for empty check with prefix 'CHECK3A:'
23 ; CHECK-EMPTY cannot be the first check
25 CHECK4A-EMPTY:
26 CHECK4B: found 'CHECK4A-EMPTY' without previous 'CHECK4A: line
28 ; CHECK-EMPTY-NOT and CHECK-NOT-EMPTY rejected
[all …]
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DEmpty.cs3 // source: google/protobuf/empty.proto
14 …/// <summary>Holder for reflection information generated from google/protobuf/empty.proto</summary>
18 /// <summary>File descriptor for google/protobuf/empty.proto</summary>
35 …nfo(typeof(global::Google.Protobuf.WellKnownTypes.Empty), global::Google.Protobuf.WellKnownTypes.E… in EmptyReflection()
43 /// A generic empty message that you can re-use to avoid defining duplicated
44 /// empty messages in your APIs. A typical example is to use it as the request
48 /// rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
51 /// The JSON representation for `Empty` is empty JSON object `{}`.
53 public sealed partial class Empty : pb::IMessage<Empty> { class
54 …private static readonly pb::MessageParser<Empty> _parser = new pb::MessageParser<Empty>(() => new
[all …]
/external/golang-protobuf/ptypes/empty/
Dempty.pb.go2 // source: google/protobuf/empty.proto
4 package empty package
23 // A generic empty message that you can re-use to avoid defining duplicated
24 // empty messages in your APIs. A typical example is to use it as the request
28 // rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
31 // The JSON representation for `Empty` is empty JSON object `{}`.
32 type Empty struct { struct
38 func (m *Empty) Reset() { *m = Empty{} } argument
39 func (m *Empty) String() string { return proto.CompactTextString(m) } argument
40 func (*Empty) ProtoMessage() {} argument
[all …]
/external/golang-protobuf/proto/test_proto/
Dtest.proto369 message Empty { message
373 optional Empty x201 = 201;
374 optional Empty x202 = 202;
375 optional Empty x203 = 203;
376 optional Empty x204 = 204;
377 optional Empty x205 = 205;
378 optional Empty x206 = 206;
379 optional Empty x207 = 207;
380 optional Empty x208 = 208;
381 optional Empty x209 = 209;
[all …]

12345678910>>...534