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

  /external/svox/PicoLangInstallerDeuDeu/src/com/svox/pico/voice/deu/deu/
InstallerActivity.java 23 private String rootDirectory = "";
43 rootDirectory = data.getStringExtra(TextToSpeech.Engine.EXTRA_VOICE_DATA_ROOT_DIRECTORY);
78 File newDir = new File(rootDirectory + entry.getName());
82 File outputFile = new File(rootDirectory + name);
  /external/svox/PicoLangInstallerEngGbr/src/com/svox/pico/voice/eng/gbr/
InstallerActivity.java 23 private String rootDirectory = "";
43 rootDirectory = data.getStringExtra(TextToSpeech.Engine.EXTRA_VOICE_DATA_ROOT_DIRECTORY);
78 File newDir = new File(rootDirectory + entry.getName());
82 File outputFile = new File(rootDirectory + name);
  /external/svox/PicoLangInstallerEngUsa/src/com/svox/pico/voice/eng/usa/
InstallerActivity.java 23 private String rootDirectory = "";
43 rootDirectory = data.getStringExtra(TextToSpeech.Engine.EXTRA_VOICE_DATA_ROOT_DIRECTORY);
78 File newDir = new File(rootDirectory + entry.getName());
82 File outputFile = new File(rootDirectory + name);
  /external/svox/PicoLangInstallerFraFra/src/com/svox/pico/voice/fra/fra/
InstallerActivity.java 23 private String rootDirectory = "";
43 rootDirectory = data.getStringExtra(TextToSpeech.Engine.EXTRA_VOICE_DATA_ROOT_DIRECTORY);
78 File newDir = new File(rootDirectory + entry.getName());
82 File outputFile = new File(rootDirectory + name);
  /external/svox/PicoLangInstallerItaIta/src/com/svox/pico/voice/ita/ita/
InstallerActivity.java 23 private String rootDirectory = "";
43 rootDirectory = data.getStringExtra(TextToSpeech.Engine.EXTRA_VOICE_DATA_ROOT_DIRECTORY);
78 File newDir = new File(rootDirectory + entry.getName());
82 File outputFile = new File(rootDirectory + name);
  /external/svox/PicoLangInstallerSpaEsp/src/com/svox/pico/voice/spa/esp/
InstallerActivity.java 23 private String rootDirectory = "";
43 rootDirectory = data.getStringExtra(TextToSpeech.Engine.EXTRA_VOICE_DATA_ROOT_DIRECTORY);
78 File newDir = new File(rootDirectory + entry.getName());
82 File outputFile = new File(rootDirectory + name);
  /external/svox/picolanginstaller/src/com/svox/langpack/installer/
InstallerActivity.java 24 private String rootDirectory = "";
44 rootDirectory = data.getStringExtra(TextToSpeech.Engine.EXTRA_VOICE_DATA_ROOT_DIRECTORY);
79 File newDir = new File(rootDirectory + entry.getName());
83 File outputFile = new File(rootDirectory + name);
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebCache.cpp 45 static const string& rootDirectory()
66 string storageDirectory = rootDirectory();
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoStore.java 65 * @param rootDirectory The root directory of the storage.
68 public PhotoStore(File rootDirectory, ContactsDatabaseHelper databaseHelper) {
69 mStorePath = new File(rootDirectory, DIRECTORY);
  /external/llvm/lib/Support/
PathV2.cpp 575 rootDirectory = path::has_root_directory(p);
578 if (rootName && rootDirectory)
586 if (!rootName && !rootDirectory) {
594 if (!rootName && rootDirectory) {
603 if (rootName && !rootDirectory) {
615 llvm_unreachable("All rootName and rootDirectory combinations should have "
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
CDPlayer.c 320 FSRef rootDirectory;
330 &rootDirectory);
337 result = FSOpenIterator (&rootDirectory, kFSIterateFlat, &iterator);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ExportHelper.java 313 * The <var>rootDirectory</var> dictates the path of the file inside the jar file. It must be
317 * @param rootDirectory the rootDirectory.
320 private static void addFileToJar(JarOutputStream jar, File file, File rootDirectory)
324 addFileToJar(jar, child, rootDirectory);
334 String rootPath = rootDirectory.getAbsolutePath();
  /prebuilt/common/ant/
ant.jar 

Completed in 306 milliseconds