HomeSort by relevance Sort by last modified time
    Searched refs:ruby (Results 1 - 25 of 104) sorted by null

1 2 3 4 5

  /external/grpc-grpc/tools/run_tests/helper_scripts/
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=
    [all...]
  /external/grpc-grpc/tools/run_tests/performance/
run_worker_ruby.sh 21 ruby src/ruby/qps/worker.rb "$@"
run_worker_php.sh 21 # The proxy worker for PHP is implemented in Ruby
22 ruby src/ruby/qps/proxy-worker.rb "$@"
  /external/grpc-grpc/src/ruby/ext/grpc/
rb_compression_options.h 22 #include <ruby/ruby.h>
26 /* Initializes the compression options ruby wrapper. */
rb_call_credentials.h 22 #include <ruby/ruby.h>
26 /* Initializes the ruby CallCredentials class. */
rb_channel.h 22 #include <ruby/ruby.h>
31 /* Gets the wrapped channel from the ruby wrapper */
rb_channel_args.h 22 #include <ruby/ruby.h>
29 * a ruby error is raised during processing of the hash values, the func takes
32 * @param src_hash A ruby hash
rb_channel_credentials.h 22 #include <ruby/ruby.h>
26 /* Initializes the ruby ChannelCredentials class. */
29 /* Gets the wrapped credentials from the ruby wrapper */
rb_server.h 22 #include <ruby/ruby.h>
29 /* Gets the wrapped server from the ruby wrapper */
rb_server_credentials.h 22 #include <ruby/ruby.h>
26 /* Initializes the ruby ServerCredentials class. */
29 /* Gets the wrapped server_credentials from the ruby wrapper */
rb_completion_queue.h 22 #include <ruby/ruby.h>
rb_byte_buffer.h 22 #include <ruby/ruby.h>
29 /* Converts a grpc_byte_buffer to a ruby string */
32 /* Converts a grpc_slice to a ruby string */
rb_call.h 22 #include <ruby/ruby.h>
38 /* grpc_rb_md_ary_convert converts a ruby metadata hash into
46 /* grpc_rb_eCallError is the ruby class of the exception thrown during call
rb_grpc.h 22 #include <ruby/ruby.h>
27 /* grpc_rb_mGrpcCore is the module containing the ruby wrapper GRPC classes. */
46 wrapped struct does not need to participate in ruby gc. */
50 wrapped struct should not be freed the wrapped ruby object is released by
58 /* A ruby object alloc func that fails by raising an exception. */
61 /* A ruby object init func that fails by raising an exception. */
64 /* A ruby object clone init func that fails by raising an exception. */
67 /* grpc_rb_time_timeval creates a gpr_timespec from a ruby time object. */
  /external/protobuf/ruby/src/main/java/google/
ProtobufJavaService.java 36 import org.jruby.Ruby;
43 public boolean basicLoad(Ruby ruby) throws IOException {
44 ruby.defineModule("Google");
45 RubyProtobuf.createProtobuf(ruby);
46 RubyDescriptor.createRubyDescriptor(ruby);
47 RubyBuilder.createRubyBuilder(ruby);
48 RubyFieldDescriptor.createRubyFileDescriptor(ruby);
49 RubyMessageBuilderContext.createRubyMessageBuilderContext(ruby);
50 RubyEnumDescriptor.createRubyEnumDescriptor(ruby);
    [all...]
  /external/bcc/tools/
rubycalls.sh 3 $lib/ucalls.py -l ruby "$@"
rubyflow.sh 3 $lib/uflow.py -l ruby "$@"
rubygc.sh 3 $lib/ugc.py -l ruby "$@"
rubyobjnew.sh 3 $lib/uobjnew.py -l ruby "$@"
rubystat.sh 3 $lib/ustat.py -l ruby "$@"
  /external/grpc-grpc/src/ruby/pb/
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
    [all...]
  /external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_ruby/
build_interop.sh 16 # Builds Ruby interop server and client in a base image.
30 rvm --default use ruby-2.1
32 # build Ruby interop client and server
33 (cd src/ruby && gem update bundler && bundle && rake compile)
  /external/grpc-grpc/tools/distrib/
build_ruby_environment_macos.sh 22 curl https://raw.githubusercontent.com/rake-compiler/rake-compiler/v1.0.3/tasks/bin/cross-ruby.rake > "$CROSS_RUBY"
26 --- cross-ruby.rake 2018-04-10 11:32:16.000000000 -0700
42 file "#{USER_HOME}/builds/#{MINGW_HOST}/#{RUBY_CC_VERSION}/ruby.exe" => ["#{USER_HOME}/builds/#{MINGW_HOST}/#{RUBY_CC_VERSION}/Makefile"] do |t|
54 rake -f "$CROSS_RUBY" cross-ruby VERSION="$v" HOST=x86_64-darwin11 MAKE="$MAKE"
  /external/google-breakpad/src/third_party/libdisasm/swig/
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
35 # install-ruby install-tcl
40 install-ruby:
41 cd ruby && sudo make -f Makefile-swig install
51 #uninstall-ruby uninstall-perl uninstall-tcl
56 uninstall-ruby:
57 cd ruby && sudo make -f Makefile-swig uninstall
68 cd ruby && make -f Makefile-swig clea
    [all...]
  /build/kati/
Makefile 26 ruby runtest.rb -c -n $(RUN_TESTS_QUIETLY)

Completed in 1164 milliseconds

1 2 3 4 5