HomeSort by relevance Sort by last modified time
    Searched defs:empty (Results 451 - 475 of 3009) sorted by null

<<11121314151617181920>>

  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/
ConstraintFormulaSet.java 21 private static final ConstraintFormulaSet EMPTY = new ConstraintFormulaSet();
23 public static ConstraintFormulaSet empty() { method in class:ConstraintFormulaSet
24 return EMPTY;
40 BoundSet boundSet = BoundSet.empty();
  /external/libchrome/base/files/
file_path.h 203 bool empty() const { return path_.empty(); } function in class:base::FilePath
252 // Returns ".jpg" for path "C:\pics\jojo.jpg", or an empty string if
253 // the file has no extension. If non-empty, Extension() will always start
295 // |extension| is empty. Returns "" if BaseName() == "." or "..".
300 // empty, then the extension is removed from |file_name|.
335 // the input path is empty, an empty FilePath will be returned.
352 // Return the path as ASCII, or the empty string if the path is not ASCII.
  /external/libchrome/base/
stl_util_unittest.cc 302 TEST(StringAsArrayTest, Empty) {
303 std::string empty; local
304 EXPECT_EQ(nullptr, string_as_array(&empty));
  /external/llvm/include/llvm/ADT/
PackedVector.h 102 bool empty() const { return Bits.empty(); } function in class:llvm::PackedVector
SetVector.h 53 /// \brief Construct an empty SetVector
64 /// \brief Determine if the SetVector is empty or not.
65 bool empty() const { function in class:llvm::SetVector
66 return vector_.empty();
116 assert(!empty() && "Cannot call back() on empty SetVector!");
211 assert(!empty() && "Cannot remove an element from an empty SetVector!");
StringRef.h 68 /// Construct an empty string ref.
118 /// empty - Check if the string is empty.
120 bool empty() const { return Length == 0; } function in class:llvm::StringRef
128 assert(!empty());
134 assert(!empty());
141 if (empty())
363 /// erroneous if empty or if it overflows T.
395 /// non-empty number in the appropriate base.
419 /// empty substring will be returned
    [all...]
  /external/llvm/include/llvm/Analysis/
Trace.h 102 bool empty() const { return BasicBlocks.empty(); } function in class:llvm::Trace
  /external/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 88 bool empty() const { return LI.empty(); } function in class:llvm::MachineLoopInfo
  /external/llvm/include/llvm/Support/
StringPool.h 68 /// empty - Checks whether the pool is empty. Returns true if so.
70 inline bool empty() const { return InternTable.empty(); } function in class:llvm::StringPool
115 assert(*this && "Attempt to dereference empty PooledStringPtr!");
120 assert(*this && "Attempt to dereference empty PooledStringPtr!");
125 assert(*this && "Attempt to dereference empty PooledStringPtr!");
  /external/llvm/lib/Target/Hexagon/
RDFDeadCode.cpp 31 bool empty() const { function in struct:DeadCodeElimination::SetQueue
32 return Queue.empty();
103 // dead instructions. Return "true" if any of these sets is non-empty,
121 while (!WorkQ.empty()) {
162 return !DeadNodes.empty();
169 if (Nodes.empty())
  /external/llvm/lib/Transforms/ObjCARC/
BlotMapVector.h 103 bool empty() const { function in class:llvm::BlotMapVector
104 assert(Map.empty() == Vector.empty());
105 return Map.empty();
  /external/llvm/tools/bugpoint/
ListReducer.h 53 std::vector<ElTy> empty; local
55 switch (doTest(TheList, empty, Error)) {
65 "selected empty set.");
71 assert(!Error.empty());
105 if (doTest(ShuffledList, empty, Error) == KeepPrefix) {
151 assert(Error.empty() && "doTest did not return InternalError for error");
192 if (!Error.empty())
  /external/llvm/tools/llvm-cov/
CoverageFilters.h 112 bool empty() const { return Filters.empty(); } function in class:llvm::CoverageFilters
  /external/llvm/utils/TableGen/
SequenceToOffsetTable.h 84 bool empty() const { return Seqs.empty(); } function in class:llvm::SequenceToOffsetTable
  /external/ltp/testcases/kernel/syscalls/fork/
fork05.c 128 unsigned int empty:25; member in struct:modify_ldt_ldt_s
162 ldt0.empty = 0;
  /external/ltp/testcases/kernel/syscalls/modify_ldt/
modify_ldt01.c 84 unsigned int empty:25; member in struct:modify_ldt_ldt_t
  /external/ltp/testcases/open_posix_testsuite/functional/semaphores/
sem_conpro.c 32 sem_t empty; member in struct:__anon28614
60 if (-1 == sem_post(&buf->empty)) {
74 if (-1 == sem_wait(&buf->empty)) {
114 if (-1 == sem_init(&buf.empty, shared, empty_value)) {
129 sem_destroy(&buf.empty);
  /external/ltp/testcases/open_posix_testsuite/stress/semaphores/
multi_con_pro.c 33 sem_t empty; member in struct:__anon28616
71 if (-1 == sem_post(&buf->empty)) {
98 if (-1 == sem_post(&buf->empty)) {
114 if (-1 == sem_wait(&buf->empty)) {
184 if (-1 == sem_init(&buf->empty, shared, empty_value)) {
210 sem_destroy(&buf->empty);
  /external/nos/test/system-test-harness/tools/
avb_tools.cc 79 uint8_t empty[AVB_SIGNATURE_SIZE]; local
80 memset(empty, 0, sizeof(empty));
81 request.mutable_token()->set_signature(empty, sizeof(empty));
117 // Substitute an empty hash
118 uint8_t empty[AVB_DEVICE_DATA_SIZE]; local
119 memset(empty, 0, sizeof(empty));
121 request.set_device_data(empty, sizeof(empty))
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
reactor_op_queue.hpp 101 bool empty() const function in class:asio::detail::reactor_op_queue
103 return operations_.empty();
  /external/parameter-framework/upstream/bindings/c/
Test.cpp 49 /** @return true if str is empty. */
50 bool empty(const char *str) function in struct:Test
62 CHECK(not empty(pfwGetLastError(pfw)));
72 CHECK(empty(pfwGetLastError(pfw)));
153 THEN ("Error message should be empty") {
154 CHECK(empty(pfwGetLastError(pfw)));
  /external/parameter-framework/upstream/utility/test/
utility.cpp 50 int empty; member in struct:utility::Test
63 REQUIRE(join(first, last, test.binaryOpt, test.empty) == test.result);
79 {"Empty list", {}, "aa", "", ""},
83 {"empty elem list", {"a", "b", "", "d"}, "|", "a|b||d", "a\nb\n\nd"},
  /external/pcre/pcrecpp/include/
pcre_stringpiece.h 90 bool empty() const { return length_ == 0; } function in class:pcrecpp::StringPiece
  /external/pdfium/fxjs/
fxjs_v8_embeddertest.cpp 83 v8::Local<v8::Value> empty; local
84 EXPECT_FALSE(engine()->ToBoolean(empty));
85 EXPECT_EQ(0, engine()->ToInt32(empty));
86 EXPECT_EQ(0.0, engine()->ToDouble(empty));
87 EXPECT_EQ(L"", engine()->ToWideString(empty));
88 EXPECT_TRUE(engine()->ToObject(empty).IsEmpty());
89 EXPECT_TRUE(engine()->ToArray(empty).IsEmpty());
  /external/protobuf/gtest/test/
gtest-tuple_test.cc 147 tuple<> empty; local

Completed in 851 milliseconds

<<11121314151617181920>>