Searched refs:empty (Results 176 - 200 of 2008) sorted by relevance

1234567891011>>

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DGraphWriter.h64 // edge labels not equal to the empty string "".
73 if (label.empty())
112 if (!Title.empty())
114 else if (!GraphName.empty())
122 if (!Title.empty())
124 else if (!GraphName.empty())
167 if (!NodeAttributes.empty()) O << NodeAttributes << ",";
238 if (DTraits.getEdgeSourceLabel(Node, EI).empty())
252 if (!Attr.empty())
284 if (!Attrs.empty())
[all...]
H A DRecycler.h76 assert(FreeList.empty() && "Non-empty recycler deleted!");
84 while (!FreeList.empty()) {
96 return !FreeList.empty() ?
/macosx-10.10.1/llvmCore-3425.0.34/unittests/ADT/
H A DDenseMapTest.cpp114 EXPECT_TRUE(this->Map.empty());
139 EXPECT_TRUE(ConstMap.empty());
150 EXPECT_FALSE(this->Map.empty());
172 EXPECT_TRUE(this->Map.empty());
182 EXPECT_TRUE(this->Map.empty());
192 EXPECT_TRUE(this->Map.empty());
228 EXPECT_TRUE(this->Map.empty());
234 EXPECT_TRUE(otherMap.empty());
244 EXPECT_TRUE(this->Map.empty());
251 EXPECT_TRUE(otherMap.empty());
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/pathname/lib/
H A Dpathname.rb64 if relpath.empty?
167 if names.empty?
315 break if path.empty?
346 while !basename_list2.empty? && basename_list2.first == '.'
353 if basename1 == '..' || basename_list2.empty? || basename_list2.first != '..'
362 while !basename_list2.empty? && basename_list2.first == '..'
367 if !basename_list2.empty?
502 while !dest_names.empty? &&
503 !base_names.empty? &&
513 if relpath_names.empty
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dos-ip.c929 int empty=-1; local
936 if( empty==-1 && sip->si_fds[i].fd == -1 ) {
937 empty=i;
941 if( empty == -1 ) {
946 empty = sip->si_maxfd++;
949 sip->si_fds[empty].fd = sd;
950 sip->si_fds[empty].events = POLL_WRITE;
952 return empty;
970 int empty=-1; local
977 if( empty
1051 int empty=-1; local
1106 int empty=-1; local
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/ri/
H A Ddriver.rb403 return if also_in.empty?
455 return if extensions.empty?
474 wout, with = modules.partition { |incl| incl.comment.empty? }
476 out << RDoc::Markup::BlankLine.new unless with.empty?
484 unless wout.empty? then
532 return if methods.empty?
558 break if unexamined.empty?
564 break unless stores and not stores.empty?
600 # TODO the store's cache should always return an empty Array
605 if comment.empty
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/markup/
H A Dparser.rb118 until @tokens.empty? do
154 # In all cases, we have an empty description.
157 empty = true
161 empty = :continue
163 empty = true
165 empty = false
168 empty = false
171 if empty then
173 next if empty == :continue
198 if list.empty
[all...]
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-run/
H A Dintegration_test.sh304 -e empty atf-run
351 -e empty atf-run
373 -e empty atf-run
396 atf_check -s eq:1 -o match:'^tc-end: tc1, .*line 1.*line 2' -e empty atf-run
427 atf_check -s eq:1 -o match:"${re}" -e empty atf-run
449 -e empty atf-run
470 -e empty atf-run
493 -e empty atf-run
512 -o match:'^info: time.end, ' -e empty -x \
526 -e empty
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/
H A Dtile.rb150 if Tk.info(:commands, "::ttk::#{proc_name}").empty?
155 if Tk.info(:commands, "::tile::#{proc_name}").empty?
162 unless Tk.info(:commands, cmd).empty?
232 if TILE_SPEC_VERSION_ID < 8 && Tk.info(:commands, '::ttk::themes').empty?
250 if TILE_SPEC_VERSION_ID < 8 && Tk.info(:commands, '::ttk::setTheme').empty?
303 until lst.empty?
307 until lst.empty?
318 sub << keys unless keys.empty?
358 (ret.empty?)? nil: ret
/macosx-10.10.1/JavaScriptCore-7600.1.17/offlineasm/
H A Dsettings.rb43 if remaining.empty?
109 if optionalSettingsCombinations.empty?
150 not ast.filter(Error).empty?
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dtqueue.h79 bool empty() const { return first.fwd == &first; } function in class:Security::ScheduleQueue
80 Time next() const { assert(!empty()); return first.fwd->fireTime; }
128 if (!empty()) {
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dtqueue.h79 bool empty() const { return first.fwd == &first; } function in class:Security::ScheduleQueue
80 Time next() const { assert(!empty()); return first.fwd->fireTime; }
128 if (!empty()) {
/macosx-10.10.1/bind9-45.101/bind9/bin/named/
H A Dbuiltin.c22 * The built-in "version", "hostname", "id", "authors" and "empty" databases.
183 * it corresponds to a empty node in the zone or there should be
196 * If the total length is not 74 then this is a empty node
211 * If the total length is not 74 then this is a empty node
226 * If the total length is not 74 then this is a empty node
241 * If the total length is not 74 then this is a empty node
256 * If the total length is not 74 then this is a empty node
265 * If the total length is not 74 then this is a empty node
456 if (strcmp(argv[0], "empty") == 0 || strcmp(argv[0], "dns64") == 0) {
470 else if (strcmp(argv[0], "empty")
472 builtin_t *empty; local
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/disc/
H A Dsfdcprefix.c37 size_t empty; /* empty line prefix length */ member in struct:__anon9055
80 sfwr(f, pfx->prefix, n > 1 ? pfx->length : pfx->empty, dp);
144 pfx->empty = n;
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/binomial_heap_base_/
H A Derase_fn_imps.hpp53 _GLIBCXX_DEBUG_ASSERT(!base_type::empty());
123 _GLIBCXX_DEBUG_ASSERT(!base_type::empty());
144 if (base_type::empty())
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMSubtarget.cpp88 if (CPUString.empty())
95 if (!FS.empty()) {
96 if (!ArchFS.empty())
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Dvirtevent.rb82 unless seq_ary.empty?
103 if sequences.empty?
113 if tk_call_without_enc('event','info',"<#{@id}>").empty?
/macosx-10.10.1/ruby-106/ruby/lib/rake/
H A Dthread_pool.rb43 # Waits until the queue of futures is empty and all threads have exited.
48 @join_cond.wait unless @threads.empty?
95 return false if @queue.empty?
97 # Even though we just asked if the queue was empty, it
100 # because we will sleep indefinitely if it is empty.
106 rescue ThreadError # this means the queue is empty
123 @join_cond.broadcast if @threads.empty?
/macosx-10.10.1/ruby-106/ruby/test/rubygems/
H A Dtest_gem_available_set.rb16 assert set.empty?
20 refute set.empty?
71 assert set.empty?
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/graph/
H A Dnode.c88 gn_serial_arcs (GN* n, Tcl_Obj* empty, Tcl_HashTable* cn) argument
100 if (!n->out.n) return empty;
118 lv [i] = ga_serial (a, empty, id);
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DShrinkWrapping.cpp128 return (MBB && !MBB->empty() && MBB->back().isReturn());
365 if (CSI.empty()) {
438 if (CSRUsed[MBB].empty())
497 if (MBB == EntryBlock || CSRUsed[MBB].empty() || MBB->succ_size() < 1)
569 if (!CSRRestore[MBB].empty() && MBB->succ_size() > 0) {
584 if (!CSRSave[MBB].empty())
586 else if (!CSRRestore[MBB].empty())
590 if (prop.empty())
646 if (CSRSave[MBB].empty()) {
648 assert(!loopSpills.empty()
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DMatchResult.h62 ALWAYS_INLINE bool empty() function in struct:MatchResult
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLDAPAttributeList.h48 * Constructs an empty list.
67 bool empty() const;
/macosx-10.10.1/WTF-7600.1.24/wtf/text/cf/
H A DStringCF.cpp38 m_impl = StringImpl::empty();
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DWebCache.h50 virtual HRESULT STDMETHODCALLTYPE empty(void);

Completed in 280 milliseconds

1234567891011>>