Searched refs:empty (Results 401 - 425 of 2008) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Ducoleitr.cpp68 UBool empty() const;
87 UBool RCEBuffer::empty() const function in class:RCEBuffer
142 UBool PCEBuffer::empty() const function in class:PCEBuffer
407 while (pceBuffer.empty()) {
412 // **** do we need to reset rceb, or will it always be empty at this point ****
419 if (! rceb.empty()) {
430 while (! rceb.empty()) {
442 if (pceBuffer.empty()) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DStringRef.cpp329 if (Str.empty()) return true;
333 while (!Str.empty()) {
368 if (Str.empty() || Str.front() != '-') {
399 if (Str.empty()) return true;
403 while (!Str.empty() && Str.front() == '0')
407 if (Str.empty()) {
432 while (!Str.empty()) {
/macosx-10.10.1/llvmCore-3425.0.34/tools/llc/
H A Dllc.cpp297 if (OutputFilename.empty()) {
345 if (!error.empty()) {
393 (!MAttrs.empty() && MAttrs.front() == "help");
405 if (!TargetTriple.empty())
412 if (TheTriple.getTriple().empty())
531 if (!StartAfter.empty()) {
539 if (!StopAfter.empty()) {
/macosx-10.10.1/llvmCore-3425.0.34/tools/lto/
H A DLTOCodeGenerator.cpp133 if (!ErrInfo.empty()) {
166 if (!errMsg.empty()) {
222 if (TripleStr.empty())
251 if (_mCpu.empty() && Triple.isOSDarwin()) {
359 if (!_codegenOptions.empty())
418 !o.first.empty(); o = getToken(o.second)) {
421 if (_codegenOptions.empty())
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DInstrInfoEmitter.cpp130 assert(!Inst.Operands[i].OperandType.empty() && "Invalid operand type.");
206 if (!Uses.empty()) {
211 if (!Defs.empty()) {
359 if (UseList.empty())
365 if (DefList.empty())
372 if (OperandInfo.empty())
393 if (Namespace.empty()) {
H A DCodeGenDAGPatterns.cpp61 assert(!VTList.empty() && "empty list?");
64 if (!VTList.empty())
87 if (TypeVec.empty())
129 if (TypeVec.empty()) return "<empty>";
221 if (!TypeVec.empty())
233 if (TypeVec.empty())
245 if (TypeVec.empty())
254 if (TypeVec.empty())
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/
H A Derb.rb349 def empty?
350 @value.empty?
423 next if token.empty?
432 next if token.empty?
447 next if token.empty?
468 next if token.empty?
495 next if token.empty?
H A Dscanf.rb172 # it has found. If none are found, scanf will return an empty array. An
555 break if @string_left.empty?
685 break if current.empty?
754 final.push(yield(current)) unless current.empty?
756 end until current.empty? || str.empty?
/macosx-10.10.1/ruby-106/ruby/lib/rexml/parsers/
H A Dbaseparser.rb146 def empty?
147 return (@source.empty? and @stack.empty?)
150 # Returns true if there are more events. Synonymous with !empty?
152 return !(@source.empty? and @stack.empty?)
171 temp.push(pull()) until empty?
195 return [ :end_document ] if empty?
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/tests/
H A Dtstore4.cpp62 B(s32, Set memo empty or same size, 0)W(s32a);
64 c4_Bytes empty; local
78 p1(v1[0]) = empty;
79 A(p1(v1[0]) == empty);
81 A(p1(v1[0]) == empty);
314 B(s38, Lots of empty subviews, 0)W(s38a);
327 // this should not materialize all the empty subviews
345 B(s39, Do not detach empty top-level views, 0)W(s39a);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A Dilist.h21 // provide a constant time size() method, so be careful to use empty() when you
22 // really want to know if it's empty.
301 /// 2. The list may be empty, but contain a sentinel for the end iterator. This
303 /// in the list. When the list is empty, the pointer in the iplist points
385 bool empty() const { return Head == 0 || Head == getTail(); } function in class:llvm::iplist
389 assert(!empty() && "Called front() on empty list!");
393 assert(!empty() && "Called front() on empty list!");
397 assert(!empty()
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/library/xml/
H A Dsgml.tcl181 # -reportempty whether to include an indication of empty elements
185 # Returns empty string.
188 # If command options are set to empty string then they should not be invoked.
238 foreach {tag close empty param text} $sgml {
255 set empty {}
261 uplevel #0 $options(-commentcommand) [list $state(commentdata)<$close$tag$empty>$comm1]
266 set empty {}
270 uplevel #0 $options(-commentcommand) [list $state(commentdata)<$close$tag$param$empty>$comm1]
275 set empty {}
279 append state(commentdata) <$close$tag$param$empty>
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/tile/
H A Dstyle.rb38 unless Tk.info(:commands, '::ttk::style').empty?
66 unless Tk.info(:commands, '::ttk::style').empty?
100 unless Tk.info(:commands, '::style').empty?
252 fail ArgumentError, 'too many arguments' unless args.empty?
295 fail ArgumentError, "too many arguments" unless args.empty?
/macosx-10.10.1/ruby-106/ruby/lib/rss/maker/
H A Dfeed.rb46 (!authors.empty? or
47 @maker.items.any? {|item| !item.authors.empty?})
60 super or !authors.empty?
65 if authors.empty? and
66 @maker.items.all? {|item| item.author.to_s.empty?}
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/commands/
H A Dquery_command.rb71 if name.source.empty? then
137 if options[:name].source.empty?
221 if platforms.empty? or options[:details] then
260 return if spec.homepage.nil? or spec.homepage.empty?
266 return if spec.license.nil? or spec.license.empty?
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/tree/
H A Dms.c257 Tcl_Obj* empty;
261 empty = Tcl_NewObj ();
262 Tcl_IncrRefCount (empty);
264 end = tn_serialize (n, listc, listv, 0, -1, empty);
270 Tcl_DecrRefCount (empty);
254 Tcl_Obj* empty; local
/macosx-10.10.1/ruby-106/ruby/ext/
H A Dextmk.rb86 unless installrb.empty?
96 if !srcs.empty?
236 unless $destdir.to_s.empty? or $mflags.defined?("DESTDIR")
239 if $static and ok and !$objs.empty? and !File.fnmatch?("-*", target)
311 $extstatic = nil if $extstatic.empty?
318 $extout = (v unless v.empty?)
349 $mflags.unshift(*rest) unless rest.empty?
460 elsif (w = w.grep(String)).empty?
541 unless $extlist.empty?
542 $extinit << "\n" unless $extinit.empty
[all...]
/macosx-10.10.1/ruby-106/ruby/test/rubygems/
H A Dtest_gem_commands_install_command.rb94 assert out.empty?, out.inspect
423 assert out.empty?, out.inspect
462 assert out.empty?, out.inspect
496 assert out.empty?, out.inspect
549 assert out.empty?, out.inspect
628 assert out.empty?, out.inspect
661 assert out.empty?, out.inspect
694 assert out.empty?, out.inspect
723 assert out.empty?, out.inspect
753 assert out.empty
[all...]
/macosx-10.10.1/WTF-7600.1.24/wtf/text/
H A DAtomicString.cpp111 return StringImpl::empty();
244 return StringImpl::empty();
256 return StringImpl::empty();
272 return StringImpl::empty();
323 return StringImpl::empty();
384 return StringImpl::empty();
402 return StringImpl::empty();
420 return StringImpl::empty();
447 return static_cast<AtomicStringImpl*>(StringImpl::empty());
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DJumpThreading.cpp183 // empty", we can replace uses of it with uses of the successor and make
364 return !Result.empty();
381 return !Result.empty();
398 if (LHSVals.empty() && RHSVals.empty())
429 return !Result.empty();
438 if (Result.empty())
467 return !Result.empty();
499 return !Result.empty();
524 return !Result.empty();
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-ar/
H A Dllvm-ar.cpp353 if (Paths.empty() ||
404 if (Paths.empty() ||
440 if (Paths.empty() ||
481 if (Paths.empty())
543 I != E && !remaining.empty(); ++I ) {
568 if (Paths.empty())
594 if (Paths.empty())
605 I != E && !remaining.empty(); ++I ) {
668 if (!remaining.empty()) {
/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-diff/
H A DDifferenceEngine.cpp47 /// Checks whether the heap is empty.
48 bool empty() const { return Storage.empty(); } function in class:__anon10506::PriorityQueue
66 /// Remove the minimum value in the heap. Only valid on a non-empty heap.
68 assert(!empty());
188 while (!Queue.empty()) {
508 assert(TentativeValues.empty());
645 if (L->empty() && R->empty())
647 else if (L->empty())
[all...]
/macosx-10.10.1/ruby-106/ruby/test/
H A Dtest_set.rb47 assert_equal(false, set.empty?)
83 assert_equal(true, Set[].empty?)
84 assert_equal(false, Set[1, 2].empty?)
92 assert_equal(true, set.empty?)
159 empty = Set[]
160 set = Set[Set[empty, "a"],Set[empty, "b"]]
166 set1 = empty.merge(Set["no_more", set])
315 ary.empty? or raise "forgotten elements: #{ary.join(', ')}"
/macosx-10.10.1/ruby-106/ruby/tool/
H A Dtranscode-tblgen.rb9 if args.empty?
290 return region_rects if region_rects.empty? && !((s_rect = @singleton_rects.last) && s_rect[0].start_with?(prefix))
291 if region_rects.empty? ? s_rect[0].length == prefix.length : region_rects[0][0].empty?
299 raise ArgumentError, "ambiguous pattern: #{prefix}" if !min.empty?
324 raise ArgumentError, "ambiguous pattern: #{prefix}" if min.empty?
359 if prev_r_start < min_byte && !prev_r_rects.empty?
380 if prev_r_start < region_byte && !prev_r_rects.empty?
455 if !n && !(suf = rawbytes.gsub(/[^A-Za-z0-9_]/, '')).empty? && !UsedName[nn = "str1_" + suf] then n = nn end
802 a1 = as1.empty
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DDetailsSection.css229 .details-section > .content > .group > .row.simple.empty {
233 .details-section > .content > .group > .row.empty.syntax-highlighted {
237 .details-section > .content > .group > .row.simple.empty:last-child {
241 .details-section > .content > .group > .row.simple.empty:last-child > * {
250 .details-section > .content > .group > .row.simple.empty:last-child > * > * {
289 .details-section > .content > .group > .row.empty {
295 .details-section > .content > .group > .row.properties:not(.empty) {

Completed in 396 milliseconds

<<11121314151617181920>>