Searched refs:empty (Results 51 - 75 of 2008) sorted by relevance

1234567891011>>

/macosx-10.10.1/llvmCore-3425.0.34/unittests/VMCore/
H A DTypesTest.cpp26 EXPECT_TRUE(Struct->getName().empty());
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Dmainwindow.rb41 unless args.empty?
48 unless args.empty?
55 unless args.empty?
62 unless args.empty?
/macosx-10.10.1/ruby-106/ruby/lib/irb/ext/
H A Dchange-ws.rb32 if _main.empty?
47 # unless _main.empty?
/macosx-10.10.1/ruby-106/ruby/lib/rake/
H A Dtrace_output.rb11 if strings.empty?
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/ext/
H A Dcmake_builder.rb5 cmd << " #{Gem::Command.build_args.join ' '}" unless Gem::Command.build_args.empty?
H A Dconfigure_builder.rb14 cmd << " #{args.join ' '}" unless args.empty?
/macosx-10.10.1/ruby-106/ruby/sample/openssl/
H A Dcert2text.rb17 if ARGV.empty?
/macosx-10.10.1/ruby-106/ruby/test/rake/
H A Dtest_rake_invocation_chain.rb8 @empty = Rake::InvocationChain::EMPTY
12 @one = @empty.append(@first_member)
17 chain = @empty.append("A")
47 assert_equal "TOP", @empty.to_s
/macosx-10.10.1/xnu-2782.1.97/osfmk/mach/
H A Dupl.defs86 out empty : boolean_t);
98 out empty : boolean_t);
/macosx-10.10.1/OpenSSH-189/openssh/regress/
H A Dbanner.sh7 rm -f $OBJ/banner.out $OBJ/banner.in $OBJ/empty.in
8 touch $OBJ/empty.in
13 cmp $OBJ/empty.in $OBJ/banner.out ) || \
18 # create empty banner
41 cmp $OBJ/empty.in $OBJ/banner.out ) || \
44 rm -f $OBJ/banner.out $OBJ/banner.in $OBJ/empty.in
/macosx-10.10.1/swig-12/Lib/lua/
H A D_std_common.i23 upon empty containers, rather than coredump
34 bool empty() const;
38 if (self->empty())
43 if (self->empty())
58 if (self->empty())
70 if (self->empty())
/macosx-10.10.1/swig-12/Source/Swig/
H A Dwrapfunc.c70 int empty = 1; local
89 empty = 0;
101 empty = 0;
105 if (!empty && !strchr(Char(ts), '?'))
112 empty = 0;
116 empty = 0;
131 empty = 0;
133 if (!empty) {
142 empty = 0;
145 empty
215 int empty = 1; local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/tools/bugpoint/
H A DBugDriver.cpp95 if (TargetTriple.getTriple().empty()) {
98 if (TheTriple.getTriple().empty())
116 assert(!Filenames.empty() && "Must specify at least on input filename!");
163 if (!PassesToRun.empty()) {
176 if (!Error.empty()) {
187 if (ReferenceOutputFile.empty()) {
205 if (!Error.empty()) {
212 if (!Error.empty()) {
222 if (!Error.empty()) {
H A DListReducer.h53 std::vector<ElTy> empty; local
55 switch (doTest(TheList, empty, Error)) {
65 "selected empty set.");
71 assert(!Error.empty());
100 if (doTest(ShuffledList, empty, Error) == KeepPrefix) {
146 assert(Error.empty() && "doTest did not return InternalError for error");
186 if (!Error.empty())
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_optimization.rb90 assert_equal true, "".empty?
91 assert_equal false, "string".empty?
92 assert_nil redefine_method('String', 'empty?') { "string".empty? }
93 assert_equal true, "".empty?
94 assert_equal false, "string".empty?
129 assert_equal true, [].empty?
130 assert_equal false, [1,2,3].empty?
139 assert_equal true, {}.empty?
140 assert_equal false, {1=>1}.empty
[all...]
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/test-programs/
H A Dresult_test.sh41 -e empty "${h}" -s "${srcdir}" result_pass
43 -e empty "${h}" -s "${srcdir}" result_fail
45 -e empty "${h}" -s "${srcdir}" result_skip
59 atf_check -s eq:0 -o inline:"msg\n" -e empty "${h}" -s "${srcdir}" \
63 atf_check -s eq:1 -o inline:"msg\n" -e empty "${h}" -s "${srcdir}" \
67 atf_check -s eq:0 -o inline:"msg\n" -e empty "${h}" -s "${srcdir}" \
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/markup/
H A Ddocument.rb42 unless part.empty? then
49 part.empty?
89 def empty?
90 @parts.empty? or (@parts.length == 1 and merged? and @parts.first.empty?)
114 if empty? then
/macosx-10.10.1/system_cmds-643.1.1/mkfile.tproj/
H A Dmkfile.c63 int empty = 0; local
79 case 'n': /* Create an empty file */
80 empty = 1;
128 create_file(*argv, file_size*multiplier, empty, verbose);
137 /* Create a file and make it empty (lseek) or zero'd */
140 create_file(file_name, size, empty, verbose)
143 int empty;
158 if (empty) { /* Create an empty file */
/macosx-10.10.1/KerberosHelper-151/Tests/
H A DKRBDecodeNegTokenInit.c10 gss_buffer_desc empty = { 0, NULL }, out; local
15 &empty, GSS_C_NO_CHANNEL_BINDINGS,
/macosx-10.10.1/Libc-1044.1.2/locale/FreeBSD/
H A Dlmonetary.c47 static char empty[] = ""; variable
51 empty, /* int_curr_symbol */
52 empty, /* currency_symbol */
53 empty, /* mon_decimal_point */
54 empty, /* mon_thousands_sep */
55 empty, /* mon_grouping [C99 7.11.2.1]*/
56 empty, /* positive_sign */
57 empty, /* negative_sign */
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLDAPModList.cpp42 bool LDAPModList::empty() const { function in class:LDAPModList
43 return m_modList.empty();
H A DLDAPUrlList.cpp42 bool LDAPUrlList::empty() const{ function in class:LDAPUrlList
43 return m_urls.empty();
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dbufferfifo.h53 Buffer *top() const { assert(!mBuffers.empty()); return mBuffers.front(); }
57 bool isEmpty() const { return mBuffers.empty(); }
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dbufferfifo.h53 Buffer *top() const { assert(!mBuffers.empty()); return mBuffers.front(); }
57 bool isEmpty() const { return mBuffers.empty(); }
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DUniqueVector.h75 /// empty - Returns true if the vector is empty.
77 bool empty() const { return Vector.empty(); } function in class:llvm::UniqueVector

Completed in 190 milliseconds

1234567891011>>