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

<<11121314151617181920>>

  /external/doclava/res/assets/templates/
sample.cs 20 <p>The file containing the source code shown below is located in the corresponding directory in <code>&lt;sdk&gt;/samples/android-&lt;version&gt;/...</code></p>
  /external/icu4c/data/misc/
miscfiles.mk 9 # you should consider creating a 'misclocal.mk' file in this same directory.
  /external/icu4c/data/sprep/
sprepfiles.mk 9 # you should consider creating a 'brklocal.mk' file in this same directory.
  /external/junit/
Common.mk 35 # $(1): directory for search (to support use from frameworks/base)
  /external/skia/tools/lua/
lua_pictures.cpp 127 // Add all .skp in this directory.
128 const SkString directory(FLAGS_skpPath[i]);
132 sk_tools::make_filepath(&paths.push_back(), directory, filename);
  /external/skia/tools/
svn.py 45 def __init__(self, directory):
46 """Set up to manipulate SVN control within the given directory.
48 @param directory
50 self._directory = directory
92 @param url remote directory to list subdirectories of
102 """Return a list of files which are in this directory but NOT under
  /frameworks/base/media/mca/filterfw/native/
libfilterfw.mk 31 # Finally, add this directory
  /libcore/
Docs.mk 16 # $(1): directory for search (to support use from frameworks/base)
  /prebuilts/devtools/tools/lib/
dvlib.jar 
  /external/chromium_org/chrome/browser/resources/file_manager/js/metadata/
exif_parser.js 15 var EXIF_TAG_TIFF = 0x002a; // First directory containing TIFF data.
16 var EXIF_TAG_GPSDATA = 0x8825; // Pointer from TIFF to the GPS directory.
194 // Image directory.
195 this.vlog('Read image directory.');
200 // Thumbnail Directory chained from the end of the image directory.
202 this.vlog('Read thumbnail directory.');
212 // EXIF Directory may be specified as a tag in the image directory.
214 this.vlog('Read EXIF directory.')
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
path_util.js 8 * Type of a root directory.
22 * Top directory for each root type.
36 * Sub root directory for Drive. "root" and "other". This is not used now.
48 * The path to the default directory.
83 * @return {string} Top directory (starting with '/').
124 * Returns a directory part of the given |path|. In other words, the path
138 * @return {string} The directory path.
322 * If the directory is root, returns the root label, which is same as
  /external/chromium_org/chrome/browser/
shell_integration_linux.h 22 // in the XDG Base Directory Specification:
29 // preference, as specified in the XDG Base Directory Specification:
51 // to the user's desktop directory. Useful for testing.
60 // Searches the "applications" subdirectory of each XDG data directory for a
76 // on |profile_path| in a given |directory|.
79 const base::FilePath& directory);
93 // Returns contents for .directory file named |title| with icon |icon_name|. If
  /external/chromium_org/content/browser/dom_storage/
dom_storage_area.cc 59 const GURL& origin, const base::FilePath& directory,
62 directory_(directory),
69 if (!directory.empty()) {
70 base::FilePath path = directory.Append(DatabaseFileNameFromOrigin(origin_));
  /external/chromium_org/sync/sessions/
sync_session.cc 13 #include "sync/syncable/directory.h"
40 syncable::Directory* dir = context_->directory();
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
run_webkit_tests.py 117 optparse.make_option("--results-directory", help="Location of test results"),
118 optparse.make_option("--build-directory",
119 help="Path to the directory under which build files are kept (should not include configuration)"),
121 help="Save generated results into the *most-specific-platform* directory rather than the *generic-platform* directory"),
124 "into the *most-specific-platform* directory, overwriting whatever's "
133 #FIXME: we should support a comma separated list with --pixel-test-directory as well.
134 optparse.make_option("--pixel-test-directory", action="append", default=[], dest="pixel_test_directories",
135 help="A directory where it is allowed to execute tests as pixel tests. "
151 optparse.make_option("--additional-platform-directory", action="append"
    [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
nanoftp.h 112 const char *directory);
  /external/chromium_org/webkit/browser/appcache/
appcache_disk_cache.h 83 int Init(net::CacheType cache_type, const base::FilePath& directory,
  /external/chromium_org/win8/delegate_execute/
command_execute_impl.h 71 STDMETHOD(SetDirectory)(LPCWSTR directory);
  /external/libxml2/include/libxml/
nanoftp.h 131 const char *directory);
  /ndk/build/core/
prebuilt-library.mk 49 # in the TARGET_OUT directory, and then the installation one. Note that
50 # it shouldn't have an .a or .so extension nor contain directory separators.
  /prebuilts/devtools/tools/
monkeyrunner.bat 20 rem and set up progdir to be the fully-qualified pathname of its directory.
23 rem Change current directory and drive to where the script is, to avoid
traceview.bat 20 rem and set up progdir to be the fully-qualified pathname of its directory.
23 rem Change current directory and drive to where the script is, to avoid
uiautomatorviewer.bat 20 rem and set up progdir to be the fully-qualified pathname of its directory.
23 rem Change current directory and drive to where the script is, to avoid
  /sdk/files/
android.el 28 :type 'directory
49 'file-directory-p)
50 (labels ((read-directory ()
56 (do ((entered-root (read-directory) (read-directory)))
58 (file-directory-p entered-root))
62 "Set GUD+JDB up to run against Android on PORT in directory ROOT."
82 "Run the Android emulator. This expects the SDK tools directory to be in the current path."
87 "Install an Android application package APK in the Android emulator. This expects the SDK tools directory to be in the current path."
99 "Uninstall an Android application package APK in the Android emulator. This expects the SDK tools directory to be in the current path
    [all...]
  /system/extras/tests/sdcard/
sysutil.cpp 408 void resetDirectory(const char *directory)
410 DIR *dir = opendir(directory);
425 strcpy(name_buffer, directory);
432 mkdir(directory, S_IRWXU);

Completed in 1242 milliseconds

<<11121314151617181920>>