Searched refs:RUBY (Results 1 – 6 of 6) sorted by relevance
/external/selinux/libsemanage/src/ |
D | Makefile | 6 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/ |
D | Makefile | 6 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/ |
D | afcover.h | 74 COVERAGE( ruby, RUBY,
|
/external/google-breakpad/src/third_party/libdisasm/swig/ruby/ |
D | Makefile-swig | 27 # RUBY rules
|
/external/sl4a/Common/src/com/googlecode/android_scripting/language/ |
D | SupportedLanguages.java | 30 PerlLanguage.class), PYTHON(".py", PythonLanguage.class), RUBY(".rb", RubyLanguage.class), enumConstant
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GameObjectFactory.java | 63 RUBY (2), enumConstant 393 case RUBY: 4423 FixedSizeArray<BaseObject> staticData = getStaticData(GameObjectType.RUBY); 4456 setStaticData(GameObjectType.RUBY, staticData); 4495 addStaticData(GameObjectType.RUBY, object, sprite);
|