HomeSort by relevance Sort by last modified time
    Searched refs:empty (Results 351 - 375 of 8383) sorted by null

<<11121314151617181920>>

  /external/libchrome/base/
environment_unittest.cc 18 // Every setup should have non-empty PATH...
95 const wchar_t empty[] = L"\0"; local
100 e = AlterEnvironment(empty, changes);
104 e = AlterEnvironment(empty, changes);
109 e = AlterEnvironment(empty, changes);
130 const char* const empty[] = { NULL }; local
135 e = AlterEnvironment(empty, changes);
139 e = AlterEnvironment(empty, changes);
145 e = AlterEnvironment(empty, changes);
  /external/libcxx/test/std/containers/sequences/forwardlist/
incomplete.pass.cpp 41 assert(a.d.empty());
48 assert(b.d.empty());
  /external/libcxx/test/std/containers/sequences/list/list.modifiers/
pop_back.pass.cpp 30 assert(c.empty());
41 assert(c.empty());
pop_front.pass.cpp 29 assert(c.empty());
40 assert(c.empty());
  /external/libcxx/test/std/re/re.submatch/re.submatch.members/
operator_string.pass.cpp 27 assert(str.empty());
40 assert(str.empty());
str.pass.cpp 27 assert(str.empty());
40 assert(str.empty());
  /external/libmojo/mojo/public/cpp/bindings/lib/
filter_chain.cc 39 if (!filters_.empty())
45 return filters_.empty() ? sink_ : filters_.front();
  /external/llvm/include/llvm/ObjectYAML/
YAML.h 90 if (LHS.Data.empty() && RHS.Data.empty())
  /external/llvm/include/llvm/Support/
TypeName.h 34 assert(!Name.empty() && "Unable to find the template parameter!");
44 assert(!Name.empty() && "Unable to find the function name!");
  /external/llvm/lib/CodeGen/AsmPrinter/
DbgValueHistoryCalculator.h 48 bool empty() const { return VarInstrRanges.empty(); } function in class:llvm::DbgValueHistoryMap
  /external/llvm/lib/CodeGen/
PHIEliminationUtils.cpp 25 if (MBB->empty())
43 if (DefUsesInMBB.empty()) {
  /external/llvm/lib/Target/NVPTX/
NVPTXSubtarget.cpp 32 if (CPU.empty() && FS.size())
34 TargetName = CPU.empty() ? "sm_20" : CPU;
  /external/parameter-framework/upstream/utility/
Utility.h 44 * If their is no element to join, return empty.
54 T join(InputIt first, InputIt last, BinaryOperation op, T empty = T{})
57 return empty;
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
UniqueVector.h 75 /// empty - Returns true if the vector is empty.
77 bool empty() const { return Vector.empty(); } function in class:llvm::UniqueVector
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
PHIEliminationUtils.cpp 25 if (MBB->empty())
45 if (DefUsesInMBB.empty()) {
  /external/toybox/tests/
getfattr.test 9 setfattr -n user.empty attrs/file
13 "# file: attrs/file\nuser.data\nuser.empty\n\n" "" ""
15 "# file: attrs/file\nuser.data=\"hello\"\nuser.empty\n\n" "" ""
16 testing "-n" "getfattr -n user.empty attrs/file" \
17 "# file: attrs/file\nuser.empty\n\n" "" ""
setfattr.test 9 setfattr -n user.empty attrs/file
15 "# file: attrs/file\nuser.data\nuser.empty\n\n" "" ""
17 "# file: attrs/file\nuser.data=\"hello\"\nuser.empty\nuser.new\n\n" "" ""
19 "# file: attrs/file\nuser.data=\"hello\"\nuser.empty\nuser.new=\"data\"\n\n" "" ""
  /external/vulkan-validation-layers/libs/vkjson/
vkjson_info.cc 72 !options->device_name.empty())) {
77 if (options->device_index != unsignedNegOne && !options->device_name.empty()) {
82 if (options->instance && options->output_file.empty()) {
87 if (!options->output_file.empty() && !options->instance &&
88 options->device_index == unsignedNegOne && options->device_name.empty()) {
108 } else if (!options.device_name.empty()) {
122 if (options.output_file.empty()) {
162 !options.device_name.empty()) {
  /frameworks/base/libs/androidfw/
ResourceUtils.cpp 44 return !(has_package_separator && out_package->empty()) &&
45 !(has_type_separator && out_type->empty());
  /frameworks/compile/mclinker/include/mcld/Script/
RpnExpr.h 47 bool empty() const { return m_TokenQueue.empty(); } function in class:mcld::RpnExpr
StringList.h 50 bool empty() const { return m_Tokens.empty(); } function in class:mcld::StringList
  /frameworks/compile/mclinker/include/mcld/Target/
GOT.h 67 bool empty() const { return m_SectionData->empty(); } function in class:mcld::GOT
  /frameworks/native/libs/ui/
GraphicsEnv.cpp 39 if (!mDriverPath.empty()) {
51 if (mDriverPath.empty())
  /frameworks/rs/rsov/compiler/spirit/
word_stream_impl.h 33 bool empty() const override {
34 return mWords.empty() || mIter == mWords.end();
  /prebuilts/go/darwin-x86/test/import4.dir/
empty.go 5 package empty package

Completed in 1155 milliseconds

<<11121314151617181920>>