Searched defs:empty (Results 201 - 225 of 312) sorted by relevance

1234567891011>>

/external/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.h94 bool empty() const { return Queue.empty(); } function in class:llvm::ReadyQueue
/external/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp202 bool empty() const { return Ranges.empty(); } function in class:__anon9708::MemsetRanges
418 if (Ranges.empty())
464 if (!Range.TheStores.empty())
634 while (!srcUseList.empty()) {
/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h70 /// otherwise, it's empty.
145 bool empty() const { return OperandList.empty(); } function in class:llvm::CGIOperandList
154 /// non-empty name. If the instruction does not have an operand with the
/external/opencv/cv/src/
H A Dcvinpaint.cpp81 CvHeapElem *mem,*empty,*head,*tail; member in class:CvPriorityQueueFloat
102 empty = mem+1;
130 CvHeapElem *tmp=empty,*add=empty;
131 if (empty==tail) return false;
133 if (tmp!=empty) {
136 empty = add->next;
142 empty = empty->next;
154 if (empty
[all...]
/external/qemu/audio/
H A Daudio_int.h119 int empty; member in struct:SWVoiceOut
/external/regex-re2/re2/
H A Dprog.h55 kInstEmptyWidth, // empty-width special (^ $ ...); bit(s) set in empty_
61 // Bit flags for empty-width specials
92 void InitEmptyWidth(EmptyOp empty, uint32 out);
107 EmptyOp empty() { DCHECK_EQ(opcode(), kInstEmptyWidth); return empty_; } function in class:re2::Prog::Inst
256 // Matching text == StringPiece(NULL, 0) is treated as any other empty
258 // submatches that matched that empty string from submatches that didn't
/external/skia/include/core/
H A DSkBitmap.h87 /** Return true iff the bitmap has empty dimensions.
89 bool empty() const { return 0 == fWidth || 0 == fHeight; } function in class:SkBitmap
92 return true even if the dimensions of the bitmap are > 0 (see empty()).
397 be set to empty. If dx >= width or dy >= height, then
469 dimensions is empty, or if there is an unsupported config, false will be
/external/skia/src/gpu/
H A DGrRedBlackTree.h42 * Creates an empty tree.
51 * legal to decerement end() if the tree is not empty to get the last
71 bool empty() const {return 0 == fCount;} function in class:GrRedBlackTree
79 * @return an iterator to the first item in sorted order, or end() if empty
83 * Gets the last valid iterator. This is always valid, even on an empty.
90 * empty.
613 // the new root (if the tree is not empty) black.
1110 while (!tree.empty()) {
1114 // test reset on empty tree.
/external/stlport/src/
H A Dnum_get_float.cpp65 unsigned int empty:16; member in struct:ieee854_long_double::__anon13147
/external/stlport/stlport/stl/
H A D_hashtable.h365 bool empty() const { return size() == 0; } function in class:hashtable
H A D_string_sum.h114 bool empty() const { return size() == 0; } function in class:__bstr_sum
/external/stlport/stlport/stl/debug/
H A D_string.h218 bool empty() const { return _M_non_dbg_impl.empty(); } function in class:basic_string
/external/stlport/test/unit/
H A Dstring_test.cpp352 CPPUNIT_ASSERT( str.empty() );
659 string empty; local
660 CPPUNIT_ASSERT( s.substr(s.find(empty), empty.size()) == empty );
1063 CPPUNIT_CHECK( !(one + ' ' + two).empty() );
1247 CPPUNIT_CHECK( !(one + L' ' + two).empty() );
/external/v8/test/cctest/
H A Dtest-profile-generator.cc89 const char* empty = ""; local
92 CodeEntry entry1(i::Logger::FUNCTION_TAG, empty, aaa, empty, 0,
98 CodeEntry entry2(i::Logger::FUNCTION_TAG, empty, aaa, empty, 0,
102 CodeEntry entry3(i::Logger::FUNCTION_TAG, empty, aaa, empty, 0,
/external/valgrind/main/helgrind/
H A Dhg_wordset.c159 WordSet empty; /* cached, for speed */ member in struct:_WordSetU
362 WordVec* empty; local
379 empty = new_WV_of_size( wsu, 0 );
380 wsu->empty = add_or_dealloc_WordVec( wsu, empty );
397 return wsu->empty;
405 tl_assert(ws == wsu->empty);
408 tl_assert(ws != wsu->empty);
468 return; // we never die the empty set.
655 /* special case empty se
[all...]
/external/valgrind/tsan/
H A Dthread_sanitizer.h170 bool empty() { return end_ == pcs_; } function in struct:CallStack
173 DCHECK(!empty());
178 DCHECK(!empty());
/external/webkit/Source/JavaScriptCore/assembler/
H A DAbstractMacroAssembler.h433 bool empty() function in class:JSC::AbstractMacroAssembler::JumpList
/external/yaffs2/yaffs2/mtdemul/
H A Dnandemul2k.c69 int empty; // is this empty? member in struct:__anon16658
146 blk->page[i]->empty = 1;
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtree.rb251 children.nil? or children.empty?
288 stack.push( cursor.children.dup ) unless cursor.empty?
292 break if stack.empty?
294 stack.pop if stack.last.empty?
409 empty? and return to_s
424 stack.push( Array[ *cursor ] ) unless cursor.empty?
428 break if stack.empty?
430 stack.pop if stack.last.empty?
444 alias leaf? empty?
513 return ( empty
[all...]
/external/chromium/chrome/browser/history/
H A Dhistory_types.h401 bool empty() const { return results_.empty(); } function in class:history::QueryResults
485 // query is empty, this will return the most recent visit within the time
/external/chromium/testing/gmock/test/
H A Dgmock-generated-actions_test.cc973 const tuple<> empty = make_tuple(); local
976 EXPECT_EQ(1, a.Perform(empty));
979 EXPECT_EQ(3, a.Perform(empty));
982 EXPECT_EQ(6, a.Perform(empty));
988 EXPECT_EQ(55, a.Perform(empty));
/external/clang/include/clang/Frontend/
H A DASTUnit.h182 bool empty() const { return Buffer.empty(); } function in class:clang::ASTUnit::PreambleData
487 if (!TopLevelDeclsInPreamble.empty())
494 if (!TopLevelDeclsInPreamble.empty())
506 return TopLevelDeclsInPreamble.empty() && TopLevelDecls.empty();
/external/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h470 bool empty() const { return NumChunks == 0; } function in class:clang::CodeCompletionString
H A DLookup.h267 bool empty() const { return Decls.empty(); } function in class:clang::LookupResult
381 assert(ResultKind == NotFound && Decls.empty());
395 if (Decls.empty()) {
438 assert(!Decls.empty() && "cannot get representative of empty set");
549 assert(I != Results.end() && "next() called on empty filter");
/external/icu4c/i18n/
H A Ducol_res.cpp726 // NULL destination for pure preflighting: empty dummy string
859 * if results list is empty.
1015 UnicodeString empty; local
1016 CanonicalIterator it(empty, *status);

Completed in 2979 milliseconds

1234567891011>>