Searched refs:empty (Results 326 - 350 of 2008) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/swig-12/Lib/java/
H A Dstd_map.i37 bool empty() const;
76 bool empty() const;
112 bool empty() const;
149 bool empty() const;
/macosx-10.10.1/swig-12/Lib/lua/
H A Dstd_map.i37 bool empty() const;
/macosx-10.10.1/swig-12/Lib/ocaml/
H A Dstd_map.i32 bool empty() const;
71 bool empty() const;
107 bool empty() const;
144 bool empty() const;
/macosx-10.10.1/swig-12/Lib/perl5/
H A Dstd_map.i33 bool empty() const;
72 bool empty() const;
108 bool empty() const;
145 bool empty() const;
/macosx-10.10.1/swig-12/Lib/ruby/
H A Dstd_list.i34 %rename("empty?") std::list::empty;
H A Dstd_multiset.i44 %rename("empty?") std::multiset::empty;
H A Dstd_vector.i45 %rename("empty?") std::vector::empty;
/macosx-10.10.1/swig-12/Lib/tcl/
H A Dstd_map.i31 bool empty() const;
70 bool empty() const;
106 bool empty() const;
143 bool empty() const;
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/stooop/
H A Dxifo.tcl22 empty $this
48 proc empty {this} { procedure
75 error "lifo $this out error, empty"
105 error "fifo $this out error, empty"
/macosx-10.10.1/llvmCore-3425.0.34/tools/opt/
H A Dopt.cpp368 if (!NS.getName().empty()) {
374 if (!TY.getName().empty()) {
390 if (!Name.empty() && Processed.insert(Name)) {
528 if (!TargetTriple.empty())
534 if (!OutputFilename.empty())
539 if (OutputFilename.empty())
545 if (!ErrorInfo.empty()) {
574 if (!ModuleDataLayout.empty())
576 else if (!DefaultDataLayout.empty())
592 if (OutputFilename.empty())
[all...]
/macosx-10.10.1/CPANInternal-159.1/Parse-Yapp-1.05/t/
H A Dstress.t235 /* empty */
250 | /* empty */
340 | /* empty */
407 /* empty */
413 /* empty */
480 /* empty */
484 /* empty */
579 /* empty */
618 /* empty */
927 /* empty */
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/
H A Doptparse.rb245 v << k if v.empty?
395 return if sopts.empty? and lopts.empty? # completely hidden
403 l < max or sopts.empty? or left << ''
404 left[-1] << if left[-1].empty? then ' ' * 4 else ', ' end << s
413 if l.length < width and (r = right[0]) and !r.empty?
421 l = l.to_s.ljust(width) + ' ' + r if r and !r.empty?
431 to << " [" + s + "]..." unless s.empty?
451 return if sopts.empty? and lopts.empty
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dstringpiece.h59 * Default constructor, creates an empty StringPiece.
102 * Returns the string pointer. May be NULL if it is empty.
125 * Returns whether the string is empty.
126 * @return TRUE if the string is empty
129 UBool empty() const { return length_ == 0; } function in class:StringPiece
132 * Sets to an empty string.
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLDAPException.cpp76 if (!e.m_err_string.empty()) {
/macosx-10.10.1/OpenSSH-189/openssh/regress/
H A Dbsd.regress.mk23 .if defined(PROG) && !empty(PROG)
46 . if (${ROOTUSER} != 0) && empty(SUDO)
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dcssmcred.cpp63 return !matches.empty();
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dcssmcred.cpp63 return !matches.empty();
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/importExport/
H A DimportExportKeyTool31 # import both keys into empty keychain, typed and untyped
34 echo Importing both keys into empty keychain, explicit type/format...
52 echo Importing both keys into empty keychain, unspecified type/format...
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dtokend.h84 bool hasTokenUid() const { return !mTokenUid.empty(); }
114 std::string mTokenUid; // tokenUid as returned by probe(), may be empty
/macosx-10.10.1/SmartCardServices-55111/src/PCSC/
H A DPCSCDriverBundles.cpp84 if (matchingProducts.empty())
/macosx-10.10.1/WTF-7600.1.24/wtf/text/
H A DStringStatics.cpp44 StringImpl* StringImpl::empty() function in class:WTF::StringImpl
50 // Set the hash early, so that all empty unique StringImpls have a hash,
/macosx-10.10.1/bash-94.1.2/bash-3.2/tests/
H A Dposix2.tests54 empty=""
55 test "${empty:-ok}" = ok || testfail "empty var colon"
57 test "${empty-bad}" = "" || testfail "got \"${empty-bad}\": empty var nocolon"
61 unset empty
62 test "${empty-ok}" = ok || testfail "unset"
67 # this should empty the argument list
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Denv_test.cpp46 ATF_REQUIRE(!atf::env::get("PATH").empty());
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dprolog.el184 (let ((empty t) ind more less)
189 (while empty
193 (setq empty nil)
196 (setq empty nil))))
/macosx-10.10.1/groff-38/groff/src/roff/troff/
H A Drequest.h71 int empty();

Completed in 299 milliseconds

<<11121314151617181920>>