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

  /libcore/dalvik/src/main/java/dalvik/system/
TemporaryDirectory.java 26 * startup, as a reasonably easy way to get the standard property
32 /** system property name for the temporary directory */
33 private static final String PROPERTY = "java.io.tmpdir";
72 System.getProperty(PROPERTY));
96 System.setProperty(PROPERTY, absolute);
  /external/chromium/third_party/icu/source/tools/genpname/
data.h     [all...]
  /external/icu4c/tools/genpname/
data.h     [all...]
  /external/webkit/WebCore/inspector/front-end/
SourceCSSTokenizer.js 96 "-webkit-transition-duration", "-webkit-transition-property", "-webkit-transition-timing-function",
161 PROPERTY: 1,
437 else if (this._parseCondition === this._parseConditions.PROPERTY && token in this._propertyKeywords)
438 this.tokenType = "css-property";
    [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 327 milliseconds