/external/protobuf/ |
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 ..
|
Makefile.am | [all...] |
configure.ac | 29 all | cpp | csharp | java | python | javanano | objectivec | ruby | js) ;;
|
/external/protobuf/util/ |
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 ..
|
Makefile.am | [all...] |
configure.ac | 29 all | cpp | csharp | java | python | javanano | objectivec | ruby | js) ;;
|
/external/protobuf/src/google/protobuf/compiler/ |
main.cc | 39 #include <google/protobuf/compiler/ruby/ruby_generator.h> 75 // Ruby 76 google::protobuf::compiler::ruby::Generator rb_generator; 78 "Generate Ruby source file.");
|
/external/owasp/sanitizer/empiricism/ |
canned-data.js | 100 "ruby": true, 221 "ruby", 336 "ruby", 451 "ruby", 566 "ruby", 681 "ruby", 797 "ruby", 912 "ruby", 1027 "ruby", 1142 "ruby", [all...] |
/build/kati/testcase/ |
multiline_recipe.mk | 2 MAKEVER:=$(shell make --version | ruby -n0e 'puts $$_[/Make (\d)/,1]')
|
wildcard_cache.mk | 4 MAKEVER:=$(shell make --version | ruby -n0e 'puts $$_[/Make (\d)/,1]')
|
/external/lmfit/ruby/inline/ |
curve1_rubyinline.rb | 1 #! /usr/bin/env ruby 5 # $ ruby curve1_rubyinline.rb 23 builder.include("<ruby.h>)") 44 /* ruby macros dealing with inputs */ 54 VALUE result_pars = rb_ary_new(); // ruby array containing fitted params
|
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
RubyMap.java | 57 public static void createRubyMap(Ruby runtime) { 61 public IRubyObject allocate(Ruby ruby, RubyClass rubyClass) { 62 return new RubyMap(ruby, rubyClass); 69 public RubyMap(Ruby ruby, RubyClass rubyClass) { 70 super(ruby, rubyClass); 94 * this may be an ordinary Ruby hashmap or another Map instance with identical 183 * compared as per normal Ruby semantics, by calling their :== methods (or 279 * Note that Map also includes Enumerable; map thus acts like a normal Ruby [all...] |
RubyDescriptorPool.java | 48 public static void createRubyDescriptorPool(Ruby runtime) { 52 public IRubyObject allocate(Ruby runtime, RubyClass klazz) { 61 public RubyDescriptorPool(Ruby ruby, RubyClass klazz) { 62 super(ruby, klazz); 122 Ruby runtime = context.runtime;
|
RubyMessageBuilderContext.java | 47 public static void createRubyMessageBuilderContext(Ruby runtime) { 51 public IRubyObject allocate(Ruby runtime, RubyClass klazz) { 58 public RubyMessageBuilderContext(Ruby ruby, RubyClass klazz) { 59 super(ruby, klazz); 78 * number, and type class (for message and enum fields). The type must be a Ruby 84 Ruby runtime = context.runtime; 96 * number, and type class (for message and enum fields). The type must be a Ruby 117 * number, and type class (for message and enum fields). The type must be a Ruby 137 * type must be a Ruby symbol (as accepted by FieldDescriptor#type=) and th [all...] |
/external/protobuf/ruby/ext/google/protobuf_c/ |
defs.c | 460 * Returns the Ruby class created for this message type. Valid only once the 559 #define CONVERT(upb, ruby) \ 560 if (SYM2ID(type) == rb_intern( # ruby )) { \ 584 #define CONVERT(upb, ruby) \ 585 case UPB_TYPE_ ## upb : return ID2SYM(rb_intern( # ruby )); 607 #define CONVERT(upb, ruby) \ 608 if (SYM2ID(type) == rb_intern( # ruby )) { \ 639 #define CONVERT(upb, ruby) \ 640 case UPB_DESCRIPTOR_TYPE_ ## upb : return ID2SYM(rb_intern( # ruby )); 668 * Returns this field's type, as a Ruby symbol, or nil if not yet set [all...] |
protobuf.h | 34 #include <ruby/ruby.h> 35 #include <ruby/vm.h> 36 #include <ruby/encoding.h> 66 It can be a bit confusing how the C structs defined below and the Ruby 69 - Ruby's "TypedData" abstraction lets a Ruby VALUE hold a pointer to a C 71 Thus, each struct below will have a corresponding Ruby object 74 - To get back from an underlying upb {msg,enum}def to the Ruby object, we 79 Ruby | up [all...] |
/build/kati/ |
expr_test.go | 176 in: `$(shell make --version | ruby -n0e 'puts $$_[/Make (\d)/,1]')`, 181 literal(`make --version | ruby -n0e 'puts $_[/Make (\d)/,1]'`),
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/ruby/ |
RubyTest.java | 16 package org.yaml.snakeyaml.ruby; 31 TestObject result = parseObject(Util.getLocalResource("ruby/ruby1.yaml")); 40 TestObject result = parseObject(Util.getLocalResource("ruby/ruby1.yaml")); 57 TestObject result = parseObject(Util.getLocalResource("ruby/ruby1.yaml")); 61 repr.addClassTag(TestObject.class, new Tag("!ruby/object:Test::Module::Object")); 62 repr.addClassTag(Sub1.class, new Tag("!ruby/object:Test::Module::Sub1")); 63 repr.addClassTag(Sub2.class, new Tag("!ruby/object:Test::Module::Sub2")); 68 output.startsWith("--- !ruby/object:Test::Module::Object")); 70 output.contains("!ruby/object:Test::Module::Sub1")); 71 assertTrue("Tags must be present.", output.contains("!ruby/object:Test::Module::Sub2")) [all...] |
/external/selinux/libsemanage/src/ |
Makefile | 6 RUBY ?= ruby 7 RUBYPREFIX ?= $(notdir $(RUBY)) 19 RUBYINC ?= $(shell $(RUBY) -e 'puts "-I" + RbConfig::CONFIG["rubyarchhdrdir"] + " -I" + RbConfig::CONFIG["rubyhdrdir"]') 20 RUBYLIBS ?= $(shell $(RUBY) -e 'puts "-L" + RbConfig::CONFIG["libdir"] + " -L" + RbConfig::CONFIG["archlibdir"] + " " + RbConfig::CONFIG["LIBRUBYARG_SHARED"]') 21 RUBYINSTALL ?= $(DESTDIR)$(shell $(RUBY) -e 'puts RbConfig::CONFIG["vendorarchdir"]') 69 SWIGRUBY = swig -Wall -ruby -o $(SWIGRUBYCOUT) -outdir ./
|
/external/protobuf/src/google/protobuf/compiler/ruby/ |
ruby_generator.cc | 40 #include <google/protobuf/compiler/ruby/ruby_generator.h> 47 namespace ruby { namespace in namespace:google::protobuf::compiler 186 // Don't generate MapEntry messages -- we use the Ruby extension's native 240 // Module names, class names, and enum value names need to be Ruby constants, 265 // Don't generate MapEntry messages -- we use the Ruby extension's native 349 ". Ruby doesn't support proto2 yet, so we must fail."; 363 // Ruby doesn't currently support proto2. This causes a failure even for proto3 448 "Can only generate Ruby code for proto3 .proto files.\n" 460 } // namespace ruby
|
/external/selinux/libselinux/src/ |
Makefile | 6 RUBY ?= ruby 7 RUBYPREFIX ?= $(notdir $(RUBY)) 19 RUBYINC ?= $(shell $(RUBY) -e 'puts "-I" + RbConfig::CONFIG["rubyarchhdrdir"] + " -I" + RbConfig::CONFIG["rubyhdrdir"]') 20 RUBYLIBS ?= $(shell $(RUBY) -e 'puts "-L" + RbConfig::CONFIG["libdir"] + " -L" + RbConfig::CONFIG["archlibdir"] + " " + RbConfig::CONFIG["LIBRUBYARG_SHARED"]') 21 RUBYINSTALL ?= $(DESTDIR)$(shell $(RUBY) -e 'puts RbConfig::CONFIG["vendorarchdir"]') 122 SWIGRUBY = swig -Wall -ruby -o $(SWIGRUBYCOUT) -outdir ./ $(DISABLE_FLAGS)
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/ |
main-scripts.rb | 1 #!/usr/bin/ruby 15 options { language = Ruby; } 25 # when this grammar is compiled and the resulting ruby files 33 out = `ruby #{ lexer_script } 2>&1`.chomp 43 options { language = Ruby; } 67 options { language = Ruby; } 81 options { language = Ruby; } 102 language = Ruby; 125 language = Ruby; 138 language=Ruby; [all...] |
/external/replicaisland/src/com/replica/replicaisland/ |
HudSystem.java | 198 public void setCollectableDrawables(DrawableBitmap coin, DrawableBitmap ruby) { 200 mRubyDrawable = ruby;
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/ |
Ruby.stg | 23 #!/usr/bin/env ruby 28 # Ruby runtime library version: <runtimeLibraryVersion()> 57 # 1: try to load the ruby antlr3 runtime library from the system path 563 /** helper template to format a ruby method call */ [all...] |
/external/protobuf/src/ |
Makefile.am | 160 google/protobuf/compiler/ruby/ruby_generator.h \ 440 google/protobuf/compiler/ruby/ruby_generator.cc \ [all...] |