Home
last modified time | relevance | path

Searched refs:RUBY (Results 1 – 6 of 6) sorted by relevance

/external/selinux/libsemanage/src/
DMakefile6 RUBY ?= ruby macro
7 RUBYPREFIX ?= $(notdir $(RUBY))
19 RUBYINC ?= $(shell $(RUBY) -e 'puts "-I" + RbConfig::CONFIG["rubyarchhdrdir"] + " -I" + RbConfig::C…
20 RUBYLIBS ?= $(shell $(RUBY) -e 'puts "-L" + RbConfig::CONFIG["libdir"] + " -lruby"')
21 RUBYINSTALL ?= $(DESTDIR)$(shell $(RUBY) -e 'puts RbConfig::CONFIG["vendorarchdir"]')
/external/selinux/libselinux/src/
DMakefile6 RUBY ?= ruby macro
7 RUBYPREFIX ?= $(notdir $(RUBY))
19 RUBYINC ?= $(shell $(RUBY) -e 'puts "-I" + RbConfig::CONFIG["rubyarchhdrdir"] + " -I" + RbConfig::C…
20 RUBYLIBS ?= $(shell $(RUBY) -e 'puts "-L" + RbConfig::CONFIG["libdir"] + " -lruby"')
21 RUBYINSTALL ?= $(DESTDIR)$(shell $(RUBY) -e 'puts RbConfig::CONFIG["vendorarchdir"]')
/external/freetype/src/autofit/
Dafcover.h74 COVERAGE( ruby, RUBY,
/external/google-breakpad/src/third_party/libdisasm/swig/ruby/
DMakefile-swig27 # RUBY rules
/external/sl4a/Common/src/com/googlecode/android_scripting/language/
DSupportedLanguages.java30 PerlLanguage.class), PYTHON(".py", PythonLanguage.class), RUBY(".rb", RubyLanguage.class), enumConstant
/external/replicaisland/src/com/replica/replicaisland/
DGameObjectFactory.java63 RUBY (2), enumConstant
393 case RUBY:
4423 FixedSizeArray<BaseObject> staticData = getStaticData(GameObjectType.RUBY);
4456 setStaticData(GameObjectType.RUBY, staticData);
4495 addStaticData(GameObjectType.RUBY, object, sprite);