HomeSort by relevance Sort by last modified time
    Searched full:nameformat (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
secext.h 25 BOOLEAN SEC_ENTRY GetUserNameExA(EXTENDED_NAME_FORMAT NameFormat,LPSTR lpNameBuffer,PULONG nSize);
26 BOOLEAN SEC_ENTRY GetUserNameExW(EXTENDED_NAME_FORMAT NameFormat,LPWSTR lpNameBuffer,PULONG nSize);
27 BOOLEAN SEC_ENTRY GetComputerObjectNameA(EXTENDED_NAME_FORMAT NameFormat,LPSTR lpNameBuffer,PULONG nSize);
28 BOOLEAN SEC_ENTRY GetComputerObjectNameW(EXTENDED_NAME_FORMAT NameFormat,LPWSTR lpNameBuffer,PULONG nSize);
  /external/guava/guava/src/com/google/common/util/concurrent/
ThreadFactoryBuilder.java 46 private String nameFormat = null;
61 * @param nameFormat a {@link String#format(String, Object...)}-compatible
67 public ThreadFactoryBuilder setNameFormat(String nameFormat) {
68 String.format(nameFormat, 0); // fail fast if the format is bad or null
69 this.nameFormat = nameFormat;
147 final String nameFormat = builder.nameFormat;
156 final AtomicLong count = (nameFormat != null) ? new AtomicLong(0) : null;
160 if (nameFormat != null)
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
QsbApplication.java 219 String nameFormat = "QSB #%d";
222 .setNameFormat(nameFormat)
  /packages/services/Telecomm/libs/
guava.jar 

Completed in 2649 milliseconds