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

  /external/icu/icu4c/source/test/perf/collationperf/
CollPerf.pl 43 my $filePrefix = "TestNames_";
45 $filePrefix."Latin.txt",
46 $filePrefix."Latin.txt",
47 $filePrefix."Latin.txt",
48 $filePrefix."Latin.txt",
49 $filePrefix."Latin.txt",
50 $filePrefix."Japanese_h.txt",
51 $filePrefix."Japanese_k.txt",
52 $filePrefix."Asian.txt",
53 $filePrefix."Latin.txt"
    [all...]
  /frameworks/base/test-runner/src/android/test/
RenamingDelegatingContext.java 55 Class<T> contentProvider, Context c, String filePrefix)
57 return providerWithRenamedContext(contentProvider, c, filePrefix, false);
61 Class<T> contentProvider, Context c, String filePrefix,
66 RenamingDelegatingContext mContext = new RenamingDelegatingContext(c, filePrefix);
75 * Makes accessible all files and databases whose names match the filePrefix that was passed to
115 * @param filePrefix : a prefix with which database and file names will be
118 public RenamingDelegatingContext(Context context, String filePrefix) {
121 mFilePrefix = filePrefix;
127 * @param filePrefix : a prefix with which database and file names will be
130 public RenamingDelegatingContext(Context context, Context fileContext, String filePrefix) {
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/nm/
nm.go 28 filePrefix = false
69 filePrefix = len(args) > 1
115 if filePrefix {
  /prebuilts/go/linux-x86/src/cmd/nm/
nm.go 28 filePrefix = false
69 filePrefix = len(args) > 1
115 if filePrefix {
  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
MultiFileMetadataSourceImpl.java 98 void loadMetadataFromFile(String filePrefix, String regionCode, int countryCallingCode,
101 String fileName = filePrefix + "_" +
  /toolchain/binutils/binutils-2.25/binutils/
dllwrap.c 819 char *fileprefix = choose_temp_base (); local
821 def_file_name = (char *) xmalloc (strlen (fileprefix) + 5);
823 (dontdeltemps) ? mybasename (fileprefix) : fileprefix);
825 free (fileprefix);
1032 char *fileprefix = choose_temp_base (); local
1033 base_file_name = (char *) xmalloc (strlen (fileprefix) + 6);
1035 (dontdeltemps) ? mybasename (fileprefix) : fileprefix);
1037 free (fileprefix);
    [all...]
resrc.c 316 char *fileprefix;
318 fileprefix = choose_temp_base ();
319 cpp_temp_file = (char *) xmalloc (strlen (fileprefix) + 5);
320 sprintf (cpp_temp_file, "%s.irc", fileprefix);
321 free (fileprefix);
315 char *fileprefix; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
FingerPrint.java 72 String filePrefix = buffer.toString();
148 String fileName = filePrefix + '.' + configName ;
  /external/zopfli/src/zopflipng/
zopflipng_bin.cc 65 " zopflipng [options]... --prefix=[fileprefix] [files.png]...\n"
73 "--prefix=[fileprefix]: Adds a prefix to output filenames. May also"
  /hardware/ti/omap4-aah/domx/omx_core/src/
OMX_Core.c 727 static OMX_STRING filePrefix = "libOMX.";
753 if (strncmp(namelist[numFiles]->d_name, filePrefix,
754 strlen(filePrefix)) == 0)
  /hardware/ti/omap4xxx/domx/omx_core/src/
OMX_Core.c 714 static OMX_STRING filePrefix = "libOMX.";
740 if (strncmp(namelist[numFiles]->d_name, filePrefix,
741 strlen(filePrefix)) == 0)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.equinox.common_3.7.0.v20150402-1709.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 

Completed in 644 milliseconds