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

1 2 34 5 6 7 8 91011>>

  /external/pdfium/core/fxcrt/css/
cfx_cssdeclaration.h 48 bool empty() const { return properties_.empty(); } function in class:CFX_CSSDeclaration
  /external/protobuf/src/google/protobuf/stubs/
stringprintf_unittest.cc 45 TEST(StringPrintfTest, Empty) {
63 TEST(StringAppendFTest, Empty) {
65 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/python/cpython2/Lib/
sched.py 76 def empty(self): member in class:scheduler
77 """Check whether the queue is empty."""
81 """Execute events until the queue is empty.
  /external/skia/experimental/sksg/
SkSGGroup.h 30 bool empty() const { return fChildren.empty(); } function in class:sksg::Group
  /external/skia/tests/
OSPathTest.cpp 84 // Basename of a directory with a path separator at the end is empty.
89 // Basename of nullptr is an empty string.
90 SkString empty = SkOSPath::Basename(nullptr); local
91 REPORTER_ASSERT(reporter, empty.size() == 0);
  /external/skqp/experimental/sksg/
SkSGGroup.h 30 bool empty() const { return fChildren.empty(); } function in class:sksg::Group
  /external/skqp/tests/
OSPathTest.cpp 84 // Basename of a directory with a path separator at the end is empty.
89 // Basename of nullptr is an empty string.
90 SkString empty = SkOSPath::Basename(nullptr); local
91 REPORTER_ASSERT(reporter, empty.size() == 0);
  /external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
JsonRpcResult.java 34 public static JSONObject empty(int id) throws JSONException { method in class:JsonRpcResult
  /external/tensorflow/tensorflow/core/lib/strings/
stringprintf_test.cc 26 TEST(PrintfTest, Empty) {
38 TEST(AppendfTest, Empty) {
40 const char* empty = ""; local
41 Appendf(&value, "%s", empty);
65 // Printf should return an empty string instead of running
80 EXPECT_TRUE(value.empty() || value == kInvalidCodePoint);
90 EXPECT_TRUE(value.empty() || value == buf);
  /external/valgrind/none/tests/
exec-sigmask.c 51 do_exec(argv[0], "empty", &mask);
55 int empty; local
58 empty = 0;
59 else if (strcmp(argv[1], "empty") == 0)
60 empty = 1;
62 fprintf(stderr, "empty or full?\n");
72 if (empty) {
74 printf("empty: signal %d added to mask\n", i);
  /frameworks/base/tools/aapt2/java/
ClassDefinition.cpp 68 bool ClassDefinition::empty() const { function in class:aapt::ClassDefinition
70 if (member != nullptr && !member->empty()) {
78 if (empty() && !create_if_empty_) {
  /frameworks/compile/mclinker/include/mcld/Target/
OutputRelocSection.h 42 bool empty() { return m_pRelocData->empty(); } function in class:mcld::OutputRelocSection
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
ValueSymbolTable.h 77 /// @returns true iff the symbol table is empty
78 /// @brief Determine if the symbol table is empty
79 inline bool empty() const { return vmap.empty(); } function in class:llvm::ValueSymbolTable
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
ValueSymbolTable.h 77 /// @returns true iff the symbol table is empty
78 /// @brief Determine if the symbol table is empty
79 inline bool empty() const { return vmap.empty(); } function in class:llvm::ValueSymbolTable
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
ValueSymbolTable.h 77 /// @returns true iff the symbol table is empty
78 /// @brief Determine if the symbol table is empty
79 inline bool empty() const { return vmap.empty(); } function in class:llvm::ValueSymbolTable
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
ValueSymbolTable.h 77 /// @returns true iff the symbol table is empty
78 /// @brief Determine if the symbol table is empty
79 inline bool empty() const { return vmap.empty(); } function in class:llvm::ValueSymbolTable
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
ValueSymbolTable.h 77 /// @returns true iff the symbol table is empty
78 /// @brief Determine if the symbol table is empty
79 inline bool empty() const { return vmap.empty(); } function in class:llvm::ValueSymbolTable
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
ValueSymbolTable.h 77 /// @returns true iff the symbol table is empty
78 /// @brief Determine if the symbol table is empty
79 inline bool empty() const { return vmap.empty(); } function in class:llvm::ValueSymbolTable
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
ValueSymbolTable.h 77 /// @returns true iff the symbol table is empty
78 /// @brief Determine if the symbol table is empty
79 inline bool empty() const { return vmap.empty(); } function in class:llvm::ValueSymbolTable
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
ValueSymbolTable.h 77 /// @returns true iff the symbol table is empty
78 /// @brief Determine if the symbol table is empty
79 inline bool empty() const { return vmap.empty(); } function in class:llvm::ValueSymbolTable
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
ValueSymbolTable.h 77 /// @returns true iff the symbol table is empty
78 /// @brief Determine if the symbol table is empty
79 inline bool empty() const { return vmap.empty(); } function in class:llvm::ValueSymbolTable
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
ValueSymbolTable.h 77 /// @returns true iff the symbol table is empty
78 /// @brief Determine if the symbol table is empty
79 inline bool empty() const { return vmap.empty(); } function in class:llvm::ValueSymbolTable
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
ValueSymbolTable.h 77 /// @returns true iff the symbol table is empty
78 /// @brief Determine if the symbol table is empty
79 inline bool empty() const { return vmap.empty(); } function in class:llvm::ValueSymbolTable
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
ValueSymbolTable.h 77 /// @returns true iff the symbol table is empty
78 /// @brief Determine if the symbol table is empty
79 inline bool empty() const { return vmap.empty(); } function in class:llvm::ValueSymbolTable
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/cc_hash_table_map_/
info_fn_imps.hpp 57 empty() const function in class:PB_DS_CLASS_C_DEC

Completed in 756 milliseconds

1 2 34 5 6 7 8 91011>>