HomeSort by relevance Sort by last modified time
    Searched defs:copyProperty (Results 1 - 3 of 3) sorted by null

  /external/webkit/JavaScriptGlue/
JavaScriptGlue.h 68 JSObjectCopyPropertyProcPtr copyProperty;
  /dalvik/libcore/support/src/test/java/tests/util/
TestEnvironment.java 95 copyProperty(p, "android.vm.dexfile");
96 copyProperty(p, "java.boot.class.path");
97 copyProperty(p, "java.class.path");
98 copyProperty(p, "java.io.tmpdir");
99 copyProperty(p, "java.library.path");
100 copyProperty(p, "os.arch");
101 copyProperty(p, "os.name");
102 copyProperty(p, "os.version");
147 private static void copyProperty(Properties p, String key) {
  /prebuilt/common/ant/
ant.jar 

Completed in 30 milliseconds