Searched refs:find_all (Results 1 - 25 of 64) sorted by relevance

123

/macosx-10.9.5/ruby-104/ruby/test/dtrace/
H A Dtest_hash_create.rb7 saw = saw.map(&:split).find_all { |num, file, line|
16 saw = saw.map(&:split).find_all { |num, file, line|
25 saw = saw.map(&:split).find_all { |num, file, line|
34 saw = saw.map(&:split).find_all { |num, file, line|
H A Dtest_array_create.rb7 saw = saw.map(&:split).find_all { |num, file, line|
17 saw = saw.map(&:split).find_all { |num, file, line|
H A Dtest_object_create_start.rb7 saw = saw.map(&:split).find_all { |_, file, _|
16 saw = saw.map(&:split).find_all { |klass, file, line|
H A Dtest_raise.rb13 saw = saw.map(&:split).find_all { |_, source_file, _|
H A Dtest_require.rb13 required = saw.map { |s| s.split }.find_all do |(required, _)|
H A Dtest_cmethod.rb14 foo_calls = probes.map { |line| line.split }.find_all { |row|
31 foo_calls = probes.map { |line| line.split }.find_all { |row|
H A Dtest_load.rb25 saw = saw.map(&:split).find_all { |loaded, _, _|
40 saw = saw.map(&:split).find_all { |loaded, _, _|
H A Dtest_singleton_function.rb15 foo_calls = probes.map { |line| line.split }.find_all { |row|
35 foo_calls = probes.map { |line| line.split }.find_all { |row|
H A Dtest_function_entry.rb15 foo_calls = probes.map { |line| line.split }.find_all { |row|
36 foo_calls = probes.map { |line| line.split }.find_all { |row|
69 foo_calls = probes.map { |line| line.split }.find_all { |row|
H A Dtest_string.rb7 saw = saw.map(&:split).find_all { |klass, file, line, len|
/macosx-10.9.5/ruby-104/ruby/test/rexml/
H A Dtest_comment.rb18 comments = document.doctype.children.find_all do |child|
/macosx-10.9.5/ruby-104/ruby/test/rinda/
H A Dtest_tuplebag.rb23 assert_equal [], @tb.find_all(tem(:val, 1))
34 assert_equal [t2], @tb.find_all(tem(:val, 1))
92 assert_equal [], @tb.find_all(template)
100 assert_equal [t2, t3], @tb.find_all(template)
104 assert_equal [t3], @tb.find_all(template), 'canceled'
108 assert_equal [], @tb.find_all(template), 'expired'
/macosx-10.9.5/apache-786.1/httpd/srclib/pcre/
H A Dpcredemo.c34 int find_all; local
45 * like Perl's /g option. We set the variable find_all to a non-zero value *
50 find_all = 0;
53 if (strcmp(argv[i], "-g") == 0) find_all = 1;
224 if (!find_all)
/macosx-10.9.5/pcre-7/pcre/
H A Dpcredemo.c54 int find_all; local
65 * like Perl's /g option. We set the variable find_all to a non-zero value *
70 find_all = 0;
73 if (strcmp(argv[i], "-g") == 0) find_all = 1;
244 if (!find_all)
/macosx-10.9.5/ruby-104/ruby/test/rss/
H A Dtest_trackback.rb56 @elems.find_all{|k, v| k == :ping}.each do |tag, value|
67 @elems.find_all{|k, v| k == :about}.each do |tag, value|
H A Dtest_xml-stylesheet.rb87 have_href_xsss = xsss.find_all {|xss| xss.has_key?(:href)}
/macosx-10.9.5/ruby-104/ruby/lib/rexml/parsers/
H A Dsax2parser.rb110 nsdecl = event[2].find_all { |n, value| n =~ /^xmlns(:|$)/ }
205 @procs.find_all do |sym, match, block|
219 @listeners.find_all do |sym, match, block|
241 uris = (@namespace_stack.find_all { |ns| not ns[prefix].nil? }) ||
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem_dependency_resolver_api_set.rb33 assert_equal expected, @api_set.find_all(b_req)
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Dwinpkg.rb132 lst.find_all{|key| key =~ pattern}
149 lst.find_all{|val| val =~ pattern}
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Dtabset.rb122 find_all{|id| @canvas.itemtype(id) == TkcPolygon} .
133 find_all{|id| @canvas.itemtype(id) == TkcPolygon} .
/macosx-10.9.5/ruby-104/ruby/ext/psych/lib/psych/visitors/
H A Demitter.rb5 opts = [:indentation, :canonical, :line_width].find_all { |opt|
/macosx-10.9.5/ruby-104/ruby/lib/rinda/
H A Dtuplespace.rb293 def_delegators '@bin', :find_all, :delete_if, :each, :empty?
353 def find_all(template) method in class:Rinda.TupleBag
354 bin_for_find(template).find_all do |tuple|
373 @enum.find_all do |template|
549 entry = @bag.find_all(template)
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Ddependency_resolver.rb127 def find_all(req) method in class:Gem.DependencyResolver.APISet
144 needed = names.find_all { |d| !@data.key?(d) }
210 def find_all(req) method in class:Gem.DependencyResolver.IndexSet
245 def find_all(req) method in class:Gem.DependencyResolver.CurrentSet
485 possible = @set.find_all(dep)
/macosx-10.9.5/ruby-104/ruby/ext/tk/
H A Dextconf.rb222 path_dirs |= ENV['LIBRARY_PATH'].split(';').find_all{|dir| File.directory? dir}.map{|dir| File.expand_path(dir)} if ENV['LIBRARY_PATH']
223 path_dirs |= ENV['PATH'].split(';').find_all{|dir| File.directory? dir}.map{|dir| File.expand_path(dir)} if ENV['PATH']
520 config_dir.concat(Dir.glob(File.join(path, '{tcl,tk}*'), File::FNM_CASEFOLD).sort.reverse.find_all{|d| File.directory?(d)})
977 path_list.find_all{|path| not TkLib_Config["tcl-NG-path"].include?(path) }
981 path_list.find_all{|path| not TkLib_Config["tk-NG-path"].include?(path) }
985 path_list.find_all{|path|
1056 vers.find_all{|ver| files.find{|f| f =~ /(#{ver}|#{ver.delete('.')})/} }
1092 ].find_all{|dir| File.directory?(dir)} unless CROSS_COMPILING
1102 ].find_all{|dir| File.directory?(dir)}.map{|dir| File.expand_path(dir)}
1109 default_paths |= ENV['LIBRARY_PATH'].split(';').find_all{|di
[all...]
/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dtest_iseq.rb20 lines = body.find_all{|e| e.kind_of? Fixnum}

Completed in 300 milliseconds

123