Home
last modified time | relevance | path

Searched refs:RUBY_PLATFORM (Results 1 – 11 of 11) sorted by relevance

/external/grpc-grpc/src/ruby/ext/grpc/
Dextconf.rb18 windows = RUBY_PLATFORM =~ /mingw|mswin/
19 bsd = RUBY_PLATFORM =~ /bsd/
32 ENV['AR'] = 'libtool -o' if RUBY_PLATFORM =~ /darwin/
38 ENV['ARCH_FLAGS'] = '-arch i386 -arch x86_64' if RUBY_PLATFORM =~ /darwin/
65 $LDFLAGS << ' -Wl,-wrap,memcpy' if RUBY_PLATFORM =~ /linux/
78 strip_tool = 'strip -x' if RUBY_PLATFORM =~ /darwin/
/external/protobuf/ruby/ext/google/protobuf_c/
Dextconf.rb5 if RUBY_PLATFORM =~ /darwin/ || RUBY_PLATFORM =~ /linux/ constant
14 if RUBY_PLATFORM =~ /linux/ constant
/external/protobuf/ruby/
DRakefile3 require "rake/extensiontask" unless RUBY_PLATFORM == "java"
42 if RUBY_PLATFORM == "java" constant
55 unless RUBY_PLATFORM =~ /darwin/ constant
57 # "no_native" can only be set if the RUBY_PLATFORM doing
76 if RUBY_PLATFORM =~ /darwin/ constant
Dgoogle-protobuf.gemspec12 if RUBY_PLATFORM == "java" constant
/external/protobuf/ruby/lib/google/
Dprotobuf.rb44 if RUBY_PLATFORM == "java" constant
/external/grpc-grpc/
DRakefile26 unless RUBY_PLATFORM =~ /darwin/ constant
28 # "no_native" can only be set if the RUBY_PLATFORM doing
119 if RUBY_PLATFORM =~ /darwin/ constant
/external/protobuf/ruby/tests/
Dbasic.rb318 return if RUBY_PLATFORM == "java"
333 return if RUBY_PLATFORM == "java"
344 return if RUBY_PLATFORM == "java"
Dcommon_tests.rb826 if RUBY_PLATFORM != "java"
1068 return if RUBY_PLATFORM == "java"
1106 return if RUBY_PLATFORM == "java"
1140 return if RUBY_PLATFORM == "java"
1175 return if RUBY_PLATFORM == "java"
Dbasic_proto2.rb248 return if RUBY_PLATFORM == "java"
/external/rust/crates/grpcio-sys/grpc/
DRakefile26 unless RUBY_PLATFORM =~ /darwin/ constant
28 # "no_native" can only be set if the RUBY_PLATFORM doing
126 if RUBY_PLATFORM =~ /darwin/ constant
/external/protobuf/ruby/compatibility_tests/v3.0.0/tests/
Dbasic.rb953 if RUBY_PLATFORM != "java"
1234 return if RUBY_PLATFORM == "java"
1266 return if RUBY_PLATFORM == "java"