HomeSort by relevance Sort by last modified time
    Searched full:directory (Results 301 - 325 of 15801) sorted by null

<<11121314151617181920>>

  /external/libgdx/extensions/gdx-freetype/jni/maven/
ios.xml 11 <directory>${project.basedir}</directory>
18 <directory>${project.build.directory}/ios</directory>
25 <directory>${project.basedir}</directory>
34 <source>${project.build.directory}/ios/libgdx-freetype.a.tvos</source>
pom.xml 37 <cacheDirectory>${project.build.directory}/download-cache</cacheDirectory>
40 <outputDirectory>${project.build.directory}/desktop</outputDirectory>
49 <cacheDirectory>${project.build.directory}/download-cache/x86</cacheDirectory>
51 <outputDirectory>${project.build.directory}/x86</outputDirectory>
60 <cacheDirectory>${project.build.directory}/download-cache/x86_64</cacheDirectory>
62 <outputDirectory>${project.build.directory}/x86_64</outputDirectory>
71 <cacheDirectory>${project.build.directory}/download-cache/armeabi</cacheDirectory>
73 <outputDirectory>${project.build.directory}/armeabi</outputDirectory>
82 <cacheDirectory>${project.build.directory}/download-cache/armeabi-v7a</cacheDirectory>
84 <outputDirectory>${project.build.directory}/armeabi-v7a</outputDirectory
    [all...]
  /external/libphonenumber/geocoder/
pom.xml 21 <directory>src/com/google/i18n/phonenumbers/geocoding/data</directory>
25 <directory>src/com/google/i18n/phonenumbers/timezones/data</directory>
31 <directory>test/com/google/i18n/phonenumbers/geocoding/testing_data</directory>
35 <directory>test/com/google/i18n/phonenumbers/timezones/testing_data</directory>
  /external/skia/platform_tools/ios/bin/
ios_mkdir 9 # Create a directory relative to the Documents directory.
  /prebuilts/deqp/
README 1 This directory contains prebuilt SPIR-V binaries used by the deqp
4 Binaries were built by running following command in external/deqp directory:
  /sdk/files/
adb_has_moved.txt 3 If you don't see this directory in your SDK,
8 include the platform-tools/ directory, so you can
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactDirectoryManager.java 33 import android.provider.ContactsContract.Directory;
49 * Manages the contents of the {@link Directory} table.
66 int exportSupport = Directory.EXPORT_SUPPORT_NONE;
67 int shortcutSupport = Directory.SHORTCUT_SUPPORT_NONE;
68 int photoSupport = Directory.PHOTO_SUPPORT_NONE;
82 Directory.ACCOUNT_NAME,
83 Directory.ACCOUNT_TYPE,
84 Directory.DISPLAY_NAME,
85 Directory.TYPE_RESOURCE_ID,
86 Directory.EXPORT_SUPPORT
    [all...]
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/maven/
pom.xml 42 <cacheDirectory>${project.build.directory}/download-cache</cacheDirectory>
45 <outputDirectory>${project.build.directory}/desktop</outputDirectory>
64 <resource><directory>${basedir}/../../libs/linux32</directory></resource>
65 <resource><directory>${basedir}/../../libs/linux64</directory></resource>
66 <resource><directory>${basedir}/../../libs/macosx32</directory></resource>
67 <resource><directory>${basedir}/../../libs/macosx64</directory></resource
    [all...]
  /external/objenesis/main/
assembly.xml 25 <directory>${project.build.outputDirectory}/META-INF</directory>
33 <directory>${project.build.directory}</directory>
  /external/icu/icu4c/source/samples/props/
readme.txt 21 2. Add ICU's bin directory to the path, e.g.
24 3. cd into the props directory, e.g.
31 Specify an ICU install directory when running configure,
34 cd <icu directory>/source
35 runConfigureICU <platform-name> --prefix <icu install directory> [other options]
42 cd <icu directory>/source/samples/props
43 gmake ICU_PREFIX=<icu install directory)
46 cd <icu directory>/source/samples/props
48 gmake ICU_PREFIX=<icu install directory> check
51 export LD_LIBRARY_PATH=<icu install directory>/lib:.:$LD_LIBRARY_PAT
    [all...]
  /external/icu/icu4c/source/samples/ustring/
readme.txt 21 2. Add ICU's bin directory to the path, e.g.
24 3. cd into the ustring directory, e.g.
31 Specify an ICU install directory when running configure,
34 cd <icu directory>/source
35 runConfigureICU <platform-name> --prefix <icu install directory> [other options]
42 cd <icu directory>/source/samples/ustring
43 gmake ICU_PREFIX=<icu install directory)
46 cd <icu directory>/source/samples/ustring
48 gmake ICU_PREFIX=<icu install directory> check
51 export LD_LIBRARY_PATH=<icu install directory>/lib:.:$LD_LIBRARY_PAT
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/maven/
pom.xml 34 <cacheDirectory>${project.build.directory}/download-cache</cacheDirectory>
37 <outputDirectory>${project.build.directory}/desktop</outputDirectory>
46 <cacheDirectory>${project.build.directory}/download-cache/x86</cacheDirectory>
48 <outputDirectory>${project.build.directory}/x86</outputDirectory>
57 <cacheDirectory>${project.build.directory}/download-cache/x86_64</cacheDirectory>
59 <outputDirectory>${project.build.directory}/x86_64</outputDirectory>
68 <cacheDirectory>${project.build.directory}/download-cache/armeabi</cacheDirectory>
70 <outputDirectory>${project.build.directory}/armeabi</outputDirectory>
79 <cacheDirectory>${project.build.directory}/download-cache/armeabi-v7a</cacheDirectory>
81 <outputDirectory>${project.build.directory}/armeabi-v7a</outputDirectory
    [all...]
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/command/
PwdCommandHandler.java 25 * CommandHandler for the PWD (Print Working Directory) and XPWD commands. By default, return
26 * an empty directory name, along with a reply code of 257. You can customize the returned
27 * directory name by setting the <code>directory</code> property.
37 private String directory = ""; field in class:PwdCommandHandler
50 sendReply(session, quotes(directory));
54 * Set the directory String to be returned by this command
55 * @param directory - the directory
58 this.directory = response;
    [all...]
  /frameworks/compile/mclinker/include/mcld/Support/
Directory.h 1 //===- Directory.h --------------------------------------------------------===//
26 /** \class Directory
27 * \brief A Directory object stores a Path object, a FileStatus object for
31 class Directory {
34 friend void detail::open_dir(Directory& pDir);
35 friend void detail::close_dir(Directory& pDir);
45 Directory();
47 /// constructor - a directory whose path is pPath
48 explicit Directory(const Path& pPath,
52 explicit Directory(const char* pPath
    [all...]
  /external/valgrind/memcheck/tests/solaris/
syscall_at.c 14 #define DIRECTORY "/tmp/"
22 int dfd = open(DIRECTORY, O_RDONLY);
26 linkat(0x9879151, DIRECTORY FILENAME, 0x9879152, DIRECTORY FILENAME, 0);
32 symlinkat(DIRECTORY FILENAME, 0x26868151, DIRECTORY FILENAME);
38 readlinkat(0x4368151, DIRECTORY FILENAME, buf, 1);
45 syscall(SYS_frealpathat, 0x443115, DIRECTORY FILENAME, buf, 1);
51 faccessat(0x4132151, DIRECTORY FILENAME, F_OK, 0);
57 fchownat(0x4369251, DIRECTORY FILENAME, -1, -1, 0)
    [all...]
  /external/icu/icu4c/source/samples/udata/
readme.txt 22 2. Add ICU's bin directory to the path, e.g.
25 3. cd into the udata directory, e.g.
30 IMPORTANT: On some systems, the reader and writer executables may not be in the same directory. If this is the case, this will likely cause a problem with reader looking for the .dat file in the wrong directory).
34 Specify an ICU install directory when running configure,
37 cd <icu directory>/source
38 runConfigureICU <platform-name> --prefix <icu install directory> [other options]
46 cd <icu directory>/source/samples/udata
47 gmake ICU_PATH=<icu source directory> ICU_PREFIX=<icu install directory)
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/maven/
pom.xml 37 <cacheDirectory>${project.build.directory}/download-cache</cacheDirectory>
40 <outputDirectory>${project.build.directory}/desktop</outputDirectory>
49 <cacheDirectory>${project.build.directory}/download-cache/x86</cacheDirectory>
51 <outputDirectory>${project.build.directory}/x86</outputDirectory>
60 <cacheDirectory>${project.build.directory}/download-cache/x86_64</cacheDirectory>
62 <outputDirectory>${project.build.directory}/x86_64</outputDirectory>
71 <cacheDirectory>${project.build.directory}/download-cache/armeabi</cacheDirectory>
73 <outputDirectory>${project.build.directory}/armeabi</outputDirectory>
82 <cacheDirectory>${project.build.directory}/download-cache/armeabi-v7a</cacheDirectory>
84 <outputDirectory>${project.build.directory}/armeabi-v7a</outputDirectory
    [all...]
  /external/pdfium/testing/utils/
path_service.h 16 // Get the various file directory and path information.
22 // Retrieve the directory where executables run from.
25 // Retrieve the root directory of the source tree.
27 // directory is two levels above the executable directory.
30 // Retrieve the test data directory where test files are stored.
34 // Get the full path for a test file under the test data directory.
  /external/testng/src/test/java/testhelper/
OutputDirectoryPatch.java 4 * <code>OutputDirectoryPatch</code> is a helper class to provide an output directory
6 * output directory specified for the test.
13 /** The default output directory name if none was specified. We should use something
14 * different than "test-output" to make it clear that the output directory
18 /** The name of the System property used to store the output directory. */
31 * Returns the output directory as specified for the current test.
33 * @return the output directory as specified for the current test.
  /external/libchrome/base/files/
scoped_temp_dir.h 8 // An object representing a temporary / scratch directory that should be cleaned
11 // if the directory fails to be deleted. As a result, deletion is not
14 // Multiple calls to the methods which establish a temporary directory
26 // No directory is owned/created initially.
32 // Creates a unique directory in TempPath, and takes ownership of it.
36 // Creates a unique directory under a given path, and takes ownership of it.
39 // Takes ownership of directory at |path|, creating it if necessary.
43 // Deletes the temporary directory wrapped by this object.
46 // Caller takes ownership of the temporary directory so it won't be destroyed
  /external/proguard/src/proguard/io/
DirectoryPump.java 27 * This class can read a given file or directory, recursively, applying a given
34 private final File directory; field in class:DirectoryPump
37 public DirectoryPump(File directory)
39 this.directory = directory;
48 if (!directory.exists())
50 throw new IOException("No such file or directory");
53 readFiles(directory, dataEntryReader);
65 dataEntryReader.read(new FileDataEntry(directory, file));
  /developers/samples/android/
README.txt 1 This directory contains samples that are distributed with the Android SDK.
8 will automatically import the "common" directory as needed. Until then, if
9 you need access to the "common" directory, you will need to have it copied
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
TrialOutputFactoryService.java 41 * A {@link TrialOutputFactory} implemented as a service that manages a directory either under
42 * {@code /tmp} or in a user configured directory.
44 * <p>If there is a user configured directory, then no files will be deleted on service shutdown.
60 private File directory; field in class:TrialOutputFactoryService
74 if (directory == null) {
78 dir = directory;
105 File directory; local
109 directory = new File(dirName);
110 if (!directory.exists()) {
111 if (!directory.mkdirs())
    [all...]
  /external/icu/icu4c/source/samples/csdet/
readme.txt 21 2. Add ICU's bin directory to the path, e.g.
24 3. cd into the uresb directory, e.g.
28 WARNING: The .txt files must be in the same directory as the executable, which is not the case by default on some systems.
32 Specify an ICU install directory when running configure,
35 cd <icu directory>/source
36 runConfigureICU <platform-name> --prefix <icu install directory> [other options]
43 cd <icu directory>/source/samples/uresb
44 gmake ICU_PREFIX=<icu install directory) ICU_PATH=<icu source directory>
47 cd <icu directory>/source/samples/ures
    [all...]
  /external/icu/icu4c/source/samples/uresb/
readme.txt 29 2. Add ICU's bin directory to the path, e.g.
32 3. cd into the uresb directory, e.g.
36 WARNING: The .txt files must be in the same directory as the executable, which is not the case by default on some systems.
40 Specify an ICU install directory when running configure,
43 cd <icu directory>/source
44 runConfigureICU <platform-name> --prefix <icu install directory> [other options]
51 cd <icu directory>/source/samples/uresb
52 gmake ICU_PREFIX=<icu install directory) ICU_PATH=<icu source directory>
55 cd <icu directory>/source/samples/ures
    [all...]

Completed in 461 milliseconds

<<11121314151617181920>>