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

1 2 3

  /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...]
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
embed.i 3 #include <ruby.h>
  /build/kati/
Makefile 21 ruby runtest.rb -c -n
  /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...]
  /external/protobuf/src/google/protobuf/compiler/ruby/
ruby_generator.h 41 namespace ruby { namespace in namespace:google::protobuf::compiler
52 } // namespace ruby
ruby_generator_unittest.cc 33 #include <google/protobuf/compiler/ruby/ruby_generator.h>
45 namespace ruby { namespace in namespace:google::protobuf::compiler
52 while (!File::Exists(prefix + "/src/google/protobuf/compiler/ruby" + file)) {
55 << "Could not find Ruby test directory. Please run tests from "
60 return prefix + "/src/google/protobuf/compiler/ruby";
62 return "third_party/protobuf/src/google/protobuf/compiler/ruby";
66 // This test is a simple golden-file test over the output of the Ruby code
67 // generator. When we make changes to the Ruby extension and alter the Ruby code
79 ruby::Generator ruby_generator
    [all...]
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/ruby/
TestObject.java 16 package org.yaml.snakeyaml.ruby;
Sub1.java 16 package org.yaml.snakeyaml.ruby;
Sub2.java 16 package org.yaml.snakeyaml.ruby;
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/ruby/
ruby_generator.h 41 namespace ruby { namespace in namespace:google::protobuf::compiler
52 } // namespace ruby
  /build/kati/testcase/
implicit_pattern_rule_prefix.mk 1 MAKEVER:=$(shell make --version | ruby -n0e 'puts $$_[/Make (\d)/,1]')
include_glob_order.mk 1 MAKEVER:=$(shell make --version | ruby -n0e 'puts $$_[/Make (\d)/,1]')
multi_implicit_output_patterns.mk 3 MAKEVER:=$(shell make --version | ruby -n0e 'puts $$_[/Make (\d)/,1]')
shell_var_with_args.mk 3 MAKEVER:=$(shell make --version | ruby -n0e 'puts $$_[/Make (\d)/,1]')
var_with_space.mk 1 MAKEVER:=$(shell make --version | ruby -n0e 'puts $$_[/Make (\d)/,1]')
comment_in_command.mk 1 MAKEVER:=$(shell make --version | ruby -n0e 'puts $$_[/Make (\d)/,1]')
err_export_override.mk 5 MAKEVER:=$(shell make --version | ruby -n0e 'puts $$_[/Make (\d)/,1]')
err_override_export.mk 5 MAKEVER:=$(shell make --version | ruby -n0e 'puts $$_[/Make (\d)/,1]')
posix_var.mk 3 MAKEVER:=$(shell make --version | ruby -n0e 'puts $$_[/Make (\d)/,1]')
wildcard.mk 3 MAKEVER:=$(shell make --version | ruby -n0e 'puts $$_[/Make (\d)/,1]')
  /frameworks/base/tests/backup/
test_backup.sh 23 ruby -e 'p_stanza = STDIN.read.match(/Participants:.*?(?=Ever)/m)[0]
  /external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
RubyOneofBuilderContext.java 35 import org.jruby.Ruby;
47 public static void createRubyOneofBuilderContext(Ruby runtime) {
52 public IRubyObject allocate(Ruby ruby, RubyClass rubyClass) {
53 return new RubyOneofBuilderContext(ruby, rubyClass);
59 public RubyOneofBuilderContext(Ruby ruby, RubyClass rubyClass) {
60 super(ruby, rubyClass);
RubyOneofDescriptor.java 5 import org.jruby.Ruby;
21 public static void createRubyOneofDescriptor(Ruby runtime) {
25 public IRubyObject allocate(Ruby ruby, RubyClass rubyClass) {
26 return new RubyOneofDescriptor(ruby, rubyClass);
33 public RubyOneofDescriptor(Ruby ruby, RubyClass rubyClass) {
34 super(ruby, rubyClass);
RubyEnumBuilderContext.java 35 import org.jruby.Ruby;
47 public static void createRubyEnumBuilderContext(Ruby runtime) {
51 public IRubyObject allocate(Ruby runtime, RubyClass klazz) {
58 public RubyEnumBuilderContext(Ruby ruby, RubyClass klazz) {
59 super(ruby, klazz);
72 * Adds the given name => number mapping to the enum type. Name must be a Ruby
  /external/freetype/src/autofit/
afcover.h 74 COVERAGE( ruby, RUBY,
75 "ruby",

Completed in 279 milliseconds

1 2 3