Searched refs:empty (Results 101 - 125 of 2025) sorted by relevance

1234567891011>>

/macosx-10.10/ruby-106/ruby/lib/rubygems/package/
H A Dtar_header.rb101 empty = (header == "\0" * 512)
122 :empty => empty
149 @empty = vals[:empty]
153 # Is the tar entry empty?
155 def empty?
156 @empty
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dplaceholder.js23 wrapper.className = wrapper.className.replace(" CodeMirror-empty", "");
48 var wrapper = cm.getWrapperElement(), empty = isEmpty(cm);
49 wrapper.className = wrapper.className.replace(" CodeMirror-empty", "") + (empty ? " CodeMirror-empty" : "");
51 if (empty) setPlaceholder(cm);
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/notify/ns2/
H A Dnamed.conf20 controls { /* empty */ };
42 // Check that named can handle a empty also-notify.
43 also-notify { /* empty */ };
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/resolver/ns7/
H A Dnamed.conf21 controls { /* empty */ };
32 empty-zones-enable yes;
33 disable-empty-zone 20.172.in-addr.arpa;
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DGCOV.h67 if (Tag.empty() ||
80 if (Tag.empty() ||
93 if (Tag.empty() ||
106 if (Tag.empty() ||
119 if (Tag.empty() ||
131 assert (Str.empty() == false && "Unexpected memory buffer end!");
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DScheduleDAGVLIW.cpp175 if (SUnits[i].Preds.empty()) {
181 // While AvailableQueue is not empty, grab the node with the highest
185 while (!AvailableQueue->empty() || !PendingQueue.empty()) {
203 if (AvailableQueue->empty()) {
213 while (!AvailableQueue->empty()) {
230 if (!NotReady.empty()) {
/macosx-10.10/Libc-1044.1.2/locale/FreeBSD/
H A Dlmessages.c42 static char empty[] = ""; variable
88 xp->_messages_locale.yesstr = empty;
90 xp->_messages_locale.nostr = empty;
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/nssov/
H A Dalias.c52 struct berval tmparr[2], empty; local
78 BER_BVZERO( &empty );
79 members = ∅
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-sh/
H A Datf-check_test.sh166 atf_set "descr" "Tests for the -o option using the 'empty' argument"
170 h_pass "true" -o empty
171 h_fail "echo foo" -o empty
192 touch empty
193 h_pass "true" -o file:empty
275 h_fail "echo foo" -o empty
276 h_pass "echo foo" -o not-empty
285 atf_set "descr" "Tests for the -e option using the 'empty' argument"
289 h_pass "true 1>&2" -e empty
290 h_fail "echo foo 1>&2" -e empty
[all...]
/macosx-10.10/crontabs-52/periodic/
H A Dperiodic.sh75 empty=TRUE
94 [ $output = TRUE ] && { cat $tmp_output; empty=FALSE; }
100 if [ $empty = TRUE ]
/macosx-10.10/llvmCore-3425.0.34/lib/ExecutionEngine/
H A DTargetSelect.cpp49 if (TheTriple.getTriple().empty())
54 if (!MArch.empty()) {
87 if (!MAttrs.empty()) {
/macosx-10.10/llvmCore-3425.0.34/lib/TableGen/
H A DMain.cpp80 if (!Error.empty()) {
85 if (!DependFilename.empty()) {
91 if (!Error.empty()) {
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineWorklist.h34 bool isEmpty() const { return Worklist.empty(); }
51 /// which should only be done when the worklist is empty and when the group
54 assert(Worklist.empty() && "Worklist must be empty to add initial group");
94 /// Zap - check that the worklist is empty and nuke the backing store for
97 assert(WorklistMap.empty() && "Worklist empty, but map not?");
/macosx-10.10/ruby-106/ruby/ext/tk/
H A Dold-extconf.rb91 dot = ! minor_dot.empty?
92 if plvl_dot.empty? && ! plvl.empty?
97 dot = ! minor_dot.empty?
105 tkver = "4" + ((dot)? ".": "") + ((minor.empty)? "": "2") + ext
108 tclver = "7" + ((dot)? ".": "") + ((minor.empty)? "": "6") + ext
118 if (paths = opt_paths.compact).empty?
130 if version && ! version.empty?
161 if (paths = opt_paths.compact).empty?
173 if version && ! version.empty
[all...]
/macosx-10.10/ruby-106/ruby/lib/rubygems/
H A Davailable_set.rb39 def empty?
40 @set.empty?
70 return self if empty?
/macosx-10.10/ruby-106/ruby/lib/rubygems/core_ext/
H A Dkernel_require.rb52 if Gem::Specification.unresolved_deps.empty? then
92 if found_specs.empty? then
113 valid = found_specs.select { |s| s.conflicts.empty? }.last
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DPropertyNameArray.cpp35 ASSERT(!identifier || identifier == StringImpl::empty() || identifier->isAtomic());
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLDAPControlSet.h23 * Constructs an empty std::list
61 bool empty() const;
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/rootStoreTool/
H A DbuildSysAnchors20 echo Creating empty $ROOT_KC in build directory...
24 echo Creating empty $SETTINGS_FILE in build directory....
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DResourceSidebarPanel.css27 .sidebar > .panel.navigation.resource > .empty-content-placeholder {
32 body.mac-platform.legacy .sidebar > .panel.navigation.resource > .empty-content-placeholder {
/macosx-10.10/WebKit-7600.1.25/mac/Misc/
H A DWebCache.h35 + (void)empty; variable
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/test-programs/
H A Dfork_test.sh54 atf_check -s eq:0 -o ignore -e empty grep '^passed$' resfile
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/binary_heap_/
H A Dfind_fn_imps.hpp53 _GLIBCXX_DEBUG_ASSERT(!empty());
/macosx-10.10/llvmCore-3425.0.34/include/llvm/ADT/
H A DSCCIterator.h81 assert(!VisitStack.empty());
101 while (!VisitStack.empty()) {
108 if (!MinVisitNumStack.empty() && MinVisitNumStack.back() > minVisitNum)
135 inline scc_iterator() { /* End is when DFS stack is empty */ }
146 assert(!CurrentSCC.empty() || VisitStack.empty());
147 return CurrentSCC.empty();
166 assert(!CurrentSCC.empty() && "Dereferencing END SCC iterator!");
170 assert(!CurrentSCC.empty() && "Dereferencing END SCC iterator!");
178 assert(!CurrentSCC.empty()
[all...]
H A DSetVector.h48 /// @brief Construct an empty SetVector
57 /// @brief Determine if the SetVector is empty or not.
58 bool empty() const { function in class:llvm::SetVector
59 return vector_.empty();
89 assert(!empty() && "Cannot call back() on empty SetVector!");
143 assert(!empty() && "Cannot remove an element from an empty SetVector!");

Completed in 340 milliseconds

1234567891011>>