HomeSort by relevance Sort by last modified time
    Searched refs:javah (Results 1 - 10 of 10) sorted by null

  /external/clearsilver/java-jni/
Android.mk 57 # Use -force with javah to make sure that the output file
58 # gets updated. If javah decides not to update the file,
63 $(GEN): PRIVATE_CUSTOM_TOOL = javah -classpath $(PRIVATE_OUR_JAVA_LIB) -force -o $@ -jni org.clearsilver.HDF
71 $(GEN): PRIVATE_CUSTOM_TOOL = javah -classpath $(PRIVATE_OUR_JAVA_LIB) -force -o $@ -jni org.clearsilver.CS
  /external/clearsilver/
rules.mk.in 79 JAVAH = $(JAVA_PATH)/bin/javah
  /libcore/luni/src/main/java/javax/xml/datatype/
FactoryFinder.java 202 String javah = SecuritySupport.getSystemProperty("java.home"); local
203 String configFile = javah + File.separator + "lib" + File.separator + "jaxp.properties";
  /libcore/luni/src/main/java/javax/xml/validation/
SchemaFactoryFinder.java 202 String javah = SecuritySupport.getSystemProperty( "java.home" ); local
203 String configFile = javah + File.separator +
240 String javah = ss.getSystemProperty( "java.home" );
241 String configFile = javah + File.separator +
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFactoryFinder.java 198 String javah = SecuritySupport.getSystemProperty( "java.home" ); local
199 String configFile = javah + File.separator +
  /libcore/luni/src/main/java/org/apache/xalan/xslt/
ObjectFactory.java 283 String javah = ss.getSystemProperty("java.home"); local
284 propertiesFilename = javah + File.separator +
  /libcore/luni/src/main/java/org/apache/xml/dtm/
ObjectFactory.java 283 String javah = ss.getSystemProperty("java.home"); local
284 propertiesFilename = javah + File.separator +
  /libcore/luni/src/main/java/org/apache/xml/serializer/
ObjectFactory.java 282 String javah = ss.getSystemProperty("java.home"); local
283 propertiesFilename = javah + File.separator +
  /libcore/luni/src/main/java/org/apache/xml/utils/
ObjectFactory.java 283 String javah = ss.getSystemProperty("java.home"); local
284 propertiesFilename = javah + File.separator +
  /libcore/luni/src/main/java/org/apache/xpath/functions/
ObjectFactory.java 283 String javah = ss.getSystemProperty("java.home"); local
284 propertiesFilename = javah + File.separator +

Completed in 785 milliseconds