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

  /external/pdfium/xfa/fxfa/fm2js/
cxfa_fmexpression.cpp 72 WideString tempName =
74 javascript << tempName;
143 WideString tempName(m_wsName);
145 tempName =
148 javascript << tempName;
153 javascript << tempName;
157 javascript << tempName;
171 WideString tempName(m_wsName);
173 tempName =
176 javascript << tempName;
    [all...]
  /development/samples/Vault/src/com/example/android/vault/
EncryptedDocument.java 214 final String tempName = mFile.getName() + ".tmp_" + Thread.currentThread().getId();
215 final File tempFile = new File(mFile.getParentFile(), tempName);
  /external/slf4j/slf4j-simple/src/main/java/org/slf4j/impl/
SimpleLogger.java 275 String tempName = name;
277 int indexOfLastDot = tempName.length();
279 tempName = tempName.substring(0, indexOfLastDot);
280 levelString = getStringProperty(LOG_KEY_PREFIX + tempName, null);
281 indexOfLastDot = String.valueOf(tempName).lastIndexOf(".");
  /external/conscrypt/openjdk/src/main/java/org/conscrypt/
Platform.java 107 String tempName = String.format(Locale.US, "%s%d%04d%s", prefix, time, i, suffix);
108 File tempFile = new File(directory, tempName);
109 if (!tempName.equals(tempFile.getName())) {
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
LocaleDisplayNamesImpl.java 615 String tempName = modified.getDisplayName(locale);
618 titlecase ? toTitleWholeStringNoLowercase(locale, tempName) : tempName;
619 tempName = modified.getDisplayName(modified);
622 toTitleWholeStringNoLowercase(modified, tempName) : tempName;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
LocaleDisplayNamesImpl.java 611 String tempName = modified.getDisplayName(locale);
614 titlecase ? toTitleWholeStringNoLowercase(locale, tempName) : tempName;
615 tempName = modified.getDisplayName(modified);
618 toTitleWholeStringNoLowercase(modified, tempName) : tempName;
  /libcore/ojluni/src/main/java/java/security/cert/
X509CertSelector.java     [all...]
  /prebuilts/tools/common/m2/repository/org/slf4j/slf4j-simple/1.7.2/
slf4j-simple-1.7.2.jar 
  /prebuilts/tools/common/m2/repository/com/facebook/testing/screenshot/core/0.2.3/
core-0.2.3.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 

Completed in 281 milliseconds