Searched defs:empty (Results 1 - 25 of 429) sorted by relevance

1234567891011>>

/external/mesa3d/src/glsl/glcpp/tests/
H A D068-accidental-pasting.c1 #define empty macro
2 <empty<
3 <empty=
4 >empty>
5 >empty=
6 =empty=
7 !empty=
8 &empty&
9 |empty|
10 +empty
[all...]
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_bstring_unittest.cpp10 // CFX_ByteString includes the NUL terminator for non-empty strings.
19 CFX_ByteString empty; local
24 EXPECT_FALSE(empty < empty);
29 EXPECT_TRUE(empty < a);
30 EXPECT_FALSE(a < empty);
32 EXPECT_TRUE(empty < abc);
33 EXPECT_FALSE(abc < empty);
35 EXPECT_TRUE(empty < def);
36 EXPECT_FALSE(def < empty);
[all...]
H A Dfx_basic_wstring_unittest.cpp10 // CFX_WideString includes the NUL terminator for non-empty strings.
19 CFX_WideString empty; local
24 EXPECT_FALSE(empty < empty);
29 EXPECT_TRUE(empty < a);
30 EXPECT_FALSE(a < empty);
32 EXPECT_TRUE(empty < abc);
33 EXPECT_FALSE(abc < empty);
35 EXPECT_TRUE(empty < def);
36 EXPECT_FALSE(def < empty);
[all...]
/external/clang/test/CodeGen/
H A D2007-02-04-EmptyStruct.c4 struct empty { }; struct
6 void foo(struct empty *p) {
/external/v8/test/intl/general/
H A Dsupported-locales-of.js33 var empty = Intl.DateTimeFormat.supportedLocalesOf([]); variable
34 assertEquals(undefined, empty[0]);
/external/llvm/test/MC/ARM/
H A Deh-directive-unwind_raw.s16 .type empty,%function
18 empty: label
/external/cblas/src/
H A Dcblas_xerbla.c11 char empty[1] = ""; local
66 F77_xerbla(empty, &info); /* Force link of our F77 error handler */
/external/v8/test/webkit/
H A Ddfg-dead-min-one-arg.js35 var empty = ""; variable
42 var result = eval(empty + "foo(x)");
H A Ddfg-dead-min-two-args.js42 var empty = ""; variable
49 var result = eval(empty + "foo(x, y)");
65 var result = eval(empty + "bar(x, y)");
/external/clang/test/CodeGenCXX/
H A D2004-09-27-DidntEmitTemplate.cpp15 bool empty() const { return true; } function in struct:basic_string
20 return X.empty();
H A Dwasm-args-returns.cpp76 struct empty {}; struct
77 test(empty); variable
/external/libchrome/base/trace_event/
H A Dmemory_allocator_dump_guid.h32 bool empty() const { return guid_ == 0u; } function in class:base::trace_event::MemoryAllocatorDumpGuid
/external/protobuf/src/google/protobuf/stubs/
H A Dstringprintf_unittest.cc65 const char* empty = ""; local
66 StringAppendF(&value, "%s", empty);
90 // StringPrintf should return an empty string instead of running
105 EXPECT_TRUE(value.empty() || value == kInvalidCodePoint);
115 EXPECT_TRUE(value.empty() || value == buf);
/external/xmlrpcpp/test/
H A DTestXml.cpp22 std::string empty; local
23 assert(empty == XmlRpcUtil::xmlEncode(empty));
24 assert(empty == XmlRpcUtil::xmlDecode(empty));
25 assert(empty == XmlRpcUtil::xmlEncode(""));
26 assert(empty == XmlRpcUtil::xmlDecode(""));
38 if (s.empty()) break;
46 if (s.empty()) break;
/external/clang/include/clang/Basic/
H A DSanitizers.h70 bool empty() const { return Mask == 0; } function in struct:clang::SanitizerSet
/external/clang/test/SemaCXX/
H A Dcrash-lambda-12645424.cpp42 int empty = on(0) >> [] {}; // expected-error {{invalid operands to binary expression}} member in class:Z
/external/icu/icu4c/source/i18n/
H A Dremtrans.cpp61 UnicodeString empty; local
62 text.handleReplaceBetween(index.start, index.limit, empty);
/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
H A DAntResourcesLocator.java35 private boolean empty; field in class:AntResourcesLocator
41 this.empty = true;
52 empty = false;
74 return empty;
/external/libchrome/base/
H A Denvironment_unittest.cc16 // Every setup should have non-empty PATH...
93 const wchar_t empty[] = L"\0"; local
98 e = AlterEnvironment(empty, changes);
102 e = AlterEnvironment(empty, changes);
107 e = AlterEnvironment(empty, changes);
128 const char* const empty[] = { NULL }; local
133 e = AlterEnvironment(empty, changes);
137 e = AlterEnvironment(empty, changes);
143 e = AlterEnvironment(empty, changes);
H A Dstl_util_unittest.cc242 std::string empty; local
243 EXPECT_EQ(nullptr, string_as_array(&empty));
/external/libchrome/base/test/
H A Dmultiprocess_test_android.cc27 FileHandleMappingVector empty; local
29 options.fds_to_remap ? options.fds_to_remap : &empty;
/external/llvm/include/llvm/IR/
H A DValueSymbolTable.h71 /// @returns true iff the symbol table is empty
72 /// @brief Determine if the symbol table is empty
73 inline bool empty() const { return vmap.empty(); } function in class:llvm::ValueSymbolTable
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDbgValueHistoryCalculator.h49 bool empty() const { return VarInstrRanges.empty(); } function in class:llvm::DbgValueHistoryMap
H A DDwarfStringPool.h43 bool empty() const { return Pool.empty(); } function in class:llvm::DwarfStringPool
/external/opencv3/modules/videoio/test/
H A Dtest_precomp.hpp81 bool empty() const { return ext.empty(); } function in struct:cvtest::VideoFormat

Completed in 2236 milliseconds

1234567891011>>