/external/grpc-grpc/tools/run_tests/helper_scripts/ |
D | run_ruby_end2end_tests.sh | 22 time ruby src/ruby/end2end/sig_handling_driver.rb || EXIT_CODE=1 23 time ruby src/ruby/end2end/channel_state_driver.rb || EXIT_CODE=1 24 time ruby src/ruby/end2end/channel_closing_driver.rb || EXIT_CODE=1 25 time ruby src/ruby/end2end/sig_int_during_channel_watch_driver.rb || EXIT_CODE=1 26 time ruby src/ruby/end2end/killed_client_thread_driver.rb || EXIT_CODE=1 27 time ruby src/ruby/end2end/forking_client_driver.rb || EXIT_CODE=1 28 time ruby src/ruby/end2end/grpc_class_init_driver.rb || EXIT_CODE=1 29 time ruby src/ruby/end2end/multiple_killed_watching_threads_driver.rb || EXIT_CODE=1 30 time ruby src/ruby/end2end/load_grpc_with_gc_stress_driver.rb || EXIT_CODE=1 31 time ruby src/ruby/end2end/client_memory_usage_driver.rb || EXIT_CODE=1 [all …]
|
/external/protobuf/ruby/src/main/java/google/ |
D | ProtobufJavaService.java | 43 public boolean basicLoad(Ruby ruby) throws IOException { in basicLoad() argument 44 ruby.defineModule("Google"); in basicLoad() 45 RubyProtobuf.createProtobuf(ruby); in basicLoad() 46 RubyDescriptor.createRubyDescriptor(ruby); in basicLoad() 47 RubyBuilder.createRubyBuilder(ruby); in basicLoad() 48 RubyFieldDescriptor.createRubyFileDescriptor(ruby); in basicLoad() 49 RubyMessageBuilderContext.createRubyMessageBuilderContext(ruby); in basicLoad() 50 RubyEnumDescriptor.createRubyEnumDescriptor(ruby); in basicLoad() 51 RubyEnumBuilderContext.createRubyEnumBuilderContext(ruby); in basicLoad() 52 RubyDescriptorPool.createRubyDescriptorPool(ruby); in basicLoad() [all …]
|
/external/grpc-grpc/templates/ |
D | grpc.gemspec.template | 3 # -*- ruby -*- 5 $LOAD_PATH.push File.expand_path('../src/ruby/lib', __FILE__) 13 s.homepage = 'https://github.com/google/grpc/tree/master/src/ruby' 22 s.files += Dir.glob('src/ruby/bin/**/*') 23 s.files += Dir.glob('src/ruby/ext/**/*') 24 s.files += Dir.glob('src/ruby/lib/**/*') 25 s.files += Dir.glob('src/ruby/pb/**/*').reject do |f| 26 f.match(%r{^src/ruby/pb/test}) 29 s.test_files = Dir.glob('src/ruby/spec/**/*') 30 s.bindir = 'src/ruby/bin' [all …]
|
/external/grpc-grpc/ |
D | Rakefile | 1 # -*- ruby -*- 14 task.options = ['-c', 'src/ruby/.rubocop.yml'] 16 task.patterns = ['src/ruby/{lib,spec}/**/*.rb', 'src/ruby/end2end/*.rb'] 33 ext.ext_dir = File.join('src', 'ruby', 'ext', 'grpc') 34 ext.lib_dir = File.join('src', 'ruby', 'lib', 'grpc') 42 spec.files = %w( etc/roots.pem grpc_c.32.ruby grpc_c.64.ruby ) 43 spec.files += Dir.glob('src/ruby/bin/**/*') 44 spec.files += Dir.glob('src/ruby/ext/**/*') 45 spec.files += Dir.glob('src/ruby/lib/**/*') 46 spec.files += Dir.glob('src/ruby/pb/**/*') [all …]
|
/external/grpc-grpc/src/ruby/pb/ |
D | generate_proto_ruby.sh | 24 --grpc_out=src/ruby/pb \ 25 --ruby_out=src/ruby/pb \ 30 --grpc_out=src/ruby/pb \ 31 --ruby_out=src/ruby/pb \ 36 --grpc_out=src/ruby/qps \ 37 --ruby_out=src/ruby/qps \ 42 --grpc_out=src/ruby/qps \ 43 --ruby_out=src/ruby/qps \ 47 --grpc_out=src/ruby/bin \ 48 --ruby_out=src/ruby/bin \
|
/external/google-breakpad/src/third_party/libdisasm/swig/ |
D | Makefile | 16 dummy: swig swig-python swig-ruby swig-perl swig-tcl install uninstall clean 24 swig-ruby: 25 cd ruby && make -f Makefile-swig 40 install-ruby: 41 cd ruby && sudo make -f Makefile-swig install 56 uninstall-ruby: 57 cd ruby && sudo make -f Makefile-swig uninstall 68 cd ruby && make -f Makefile-swig clean
|
/external/grpc-grpc/src/ruby/ |
D | README.md | 32 the exact ruby version that's used. 35 $ \curl -sSL https://get.rvm.io | bash -s stable --ruby=ruby-2 50 $ bundle install # creates the ruby bundle, including building the grpc extension 61 Directory structure is the layout for [ruby extensions][] 62 - ext: the gRPC ruby extension 63 - lib: the entrypoint gRPC ruby library to be used in a 'require' statement 67 ```ruby 75 [ruby extensions]:http://guides.rubygems.org/gems-with-extensions/ 77 [grpc.io]: https://grpc.io/docs/quickstart/ruby.html
|
/external/grpc-grpc/tools/interop_matrix/patches/ruby_v1.0.1/ |
D | git_repo.patch | 10 -RUN /bin/bash -l -c "rvm install ruby-2.1" 11 -RUN /bin/bash -l -c "rvm use --default ruby-2.1" 13 +RUN /bin/bash -l -c "rvm install ruby-2.1.8" 14 +RUN /bin/bash -l -c "rvm use --default ruby-2.1.8" 17 -RUN /bin/bash -l -c "echo 'rvm --default use ruby-2.1' >> ~/.bashrc" 18 +RUN /bin/bash -l -c "echo 'rvm --default use ruby-2.1.8' >> ~/.bashrc" 30 -rvm --default use ruby-2.1 31 +rvm --default use ruby-2.1.8 34 (cd src/ruby && gem update bundler && bundle && rake compile)
|
/external/google-breakpad/src/third_party/libdisasm/swig/ruby/ |
D | Makefile-swig | 33 RUBY_INC = `ruby -e 'puts $$:.join("\n")' | tail -2 | head -1` 40 all: swig-ruby 42 dummy: swig-ruby install uninstall clean 44 swig-ruby: $(RUBY_MOD) 50 ruby extconf.rb 56 swig -ruby -o $(RUBY_SHADOW) -outdir . $<
|
/external/grpc-grpc/third_party/rake-compiler-dock/ |
D | Dockerfile | 5 …ed.__MINGW64__.$/1/' /usr/local/rake-compiler/ruby/i686-w64-mingw32/ruby-2.0.0-p645/include/ruby-2… 8 RUN find / -name *msvcrt-ruby*.dll.a | while read f ; do n=`echo $f | sed s/.dll//` ; mv $f $n ; do…
|
/external/bcc/tools/ |
D | tclobjnew_example.txt | 12 # ./uobjnew -l ruby 27245 13 Tracing allocations in process 27245 (language: ruby)... Ctrl-C to quit. 51 usage: uobjnew.py [-h] [-l {c,java,ruby,tcl}] [-C TOP_COUNT] [-S TOP_SIZE] [-v] 62 -l {c,java,ruby,tcl}, --language {c,java,ruby,tcl} 74 ./uobjnew -l ruby 6712 -C 10 # top 10 Ruby types by number of allocations 75 ./uobjnew -l ruby 6712 -S 10 # top 10 Ruby types by total size
|
D | cobjnew_example.txt | 12 # ./uobjnew -l ruby 27245 13 Tracing allocations in process 27245 (language: ruby)... Ctrl-C to quit. 51 usage: uobjnew.py [-h] [-l {c,java,ruby,tcl}] [-C TOP_COUNT] [-S TOP_SIZE] [-v] 62 -l {c,java,ruby,tcl}, --language {c,java,ruby,tcl} 74 ./uobjnew -l ruby 6712 -C 10 # top 10 Ruby types by number of allocations 75 ./uobjnew -l ruby 6712 -S 10 # top 10 Ruby types by total size
|
D | javaobjnew_example.txt | 12 # ./uobjnew -l ruby 27245 13 Tracing allocations in process 27245 (language: ruby)... Ctrl-C to quit. 51 usage: uobjnew.py [-h] [-l {c,java,ruby,tcl}] [-C TOP_COUNT] [-S TOP_SIZE] [-v] 62 -l {c,java,ruby,tcl}, --language {c,java,ruby,tcl} 74 ./uobjnew -l ruby 6712 -C 10 # top 10 Ruby types by number of allocations 75 ./uobjnew -l ruby 6712 -S 10 # top 10 Ruby types by total size
|
D | rubyobjnew_example.txt | 12 # ./uobjnew -l ruby 27245 13 Tracing allocations in process 27245 (language: ruby)... Ctrl-C to quit. 51 usage: uobjnew.py [-h] [-l {c,java,ruby,tcl}] [-C TOP_COUNT] [-S TOP_SIZE] [-v] 62 -l {c,java,ruby,tcl}, --language {c,java,ruby,tcl} 74 ./uobjnew -l ruby 6712 -C 10 # top 10 Ruby types by number of allocations 75 ./uobjnew -l ruby 6712 -S 10 # top 10 Ruby types by total size
|
/external/bcc/tools/lib/ |
D | uobjnew_example.txt | 12 # ./uobjnew -l ruby 27245 13 Tracing allocations in process 27245 (language: ruby)... Ctrl-C to quit. 51 usage: uobjnew.py [-h] [-l {c,java,ruby,tcl}] [-C TOP_COUNT] [-S TOP_SIZE] [-v] 62 -l {c,java,ruby,tcl}, --language {c,java,ruby,tcl} 74 ./uobjnew -l ruby 6712 -C 10 # top 10 Ruby types by number of allocations 75 ./uobjnew -l ruby 6712 -S 10 # top 10 Ruby types by total size
|
/external/lmfit/ruby/swig/ |
D | README | 6 vi lmfit-ruby.i 7 swig -ruby lmfit-ruby.i 8 ruby extconf.rb
|
/external/protobuf/ |
D | tests.sh | 288 cd ruby && bash travis-test.sh ruby-1.9 && cd .. 292 cd ruby && bash travis-test.sh ruby-2.0 && cd .. 296 cd ruby && bash travis-test.sh ruby-2.1 && cd .. 300 cd ruby && bash travis-test.sh ruby-2.2 && cd .. 304 cd ruby && bash travis-test.sh jruby && cd ..
|
D | Makefile.am | 625 ruby/Gemfile \ 626 ruby/Gemfile.lock \ 627 ruby/.gitignore \ 628 ruby/README.md \ 629 ruby/Rakefile \ 630 ruby/ext/google/protobuf_c/defs.c \ 631 ruby/ext/google/protobuf_c/encode_decode.c \ 632 ruby/ext/google/protobuf_c/extconf.rb \ 633 ruby/ext/google/protobuf_c/map.c \ 634 ruby/ext/google/protobuf_c/message.c \ [all …]
|
/external/grpc-grpc/examples/ruby/ |
D | grpc-demo.gemspec | 1 # -*- ruby -*- 13 s.files = `git ls-files -- ruby/*`.split("\n") 14 s.executables = `git ls-files -- ruby/greeter*.rb ruby/route_guide/*.rb`.split("\n").map do |f|
|
D | README.md | 19 $ \curl -sSL https://get.rvm.io | bash -s stable --ruby=ruby-2 62 [Install gRPC ruby]:../../src/ruby#installation 63 [gRPC Basics: Ruby]:https://grpc.io/docs/tutorials/basic/ruby.html
|
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
D | RubyOneofBuilderContext.java | 52 public IRubyObject allocate(Ruby ruby, RubyClass rubyClass) { in createRubyOneofBuilderContext() 53 return new RubyOneofBuilderContext(ruby, rubyClass); in createRubyOneofBuilderContext() 59 public RubyOneofBuilderContext(Ruby ruby, RubyClass rubyClass) { in RubyOneofBuilderContext() argument 60 super(ruby, rubyClass); in RubyOneofBuilderContext()
|
D | RubyOneofDescriptor.java | 25 public IRubyObject allocate(Ruby ruby, RubyClass rubyClass) { in createRubyOneofDescriptor() 26 return new RubyOneofDescriptor(ruby, rubyClass); in createRubyOneofDescriptor() 33 public RubyOneofDescriptor(Ruby ruby, RubyClass rubyClass) { in RubyOneofDescriptor() argument 34 super(ruby, rubyClass); in RubyOneofDescriptor()
|
/external/antlr/runtime/Ruby/ |
D | README.txt | 34 in ruby code 36 * a ruby run-time library that collects classes used throughout the code that 44 1. generates ruby code capable of: 86 ruby SomeLanguageLexer.rb < path/to/source-code.xyz 89 ruby SomeLanguageParser.rb --rule=top < path/to/source-code.xyz 96 * Currently, there are a few nuanced ways in which using the ruby output differs 100 * So far, this has only been tested on Linux with ruby 1.8.7 and ruby 1.9.1. 102 slightly older versions of ruby.
|
/external/grpc-grpc/tools/distrib/ |
D | build_ruby_environment_macos.sh | 22 curl https://raw.githubusercontent.com/rake-compiler/rake-compiler/v1.0.3/tasks/bin/cross-ruby.rake… 26 --- cross-ruby.rake 2018-04-10 11:32:16.000000000 -0700 54 rake -f "$CROSS_RUBY" cross-ruby VERSION="$v" HOST=x86_64-darwin11 MAKE="$MAKE"
|
/external/grpc-grpc/examples/ruby/errors_and_cancellation/ |
D | README.md | 1 # Errors and Cancelletion code samples for grpc-ruby 18 > ruby error_examples_server.rb 24 > ruby error_examples_client.rb
|