/external/libopus/doc/ |
customdoxygen.css | 523 /* @group Directory (tree) */ 534 .directory { 540 .directory h3 { 554 .directory h3.swap { 559 .directory h3.swap span { 564 .directory > h3 { 568 .directory p { 573 .directory div { 578 .directory img { 584 .directory-alt [all...] |
/external/llvm/tools/msbuild/ |
install.bat | 6 REM Change to the directory of this batch file.
15 REM Search for the MSBuild toolsets directory.
35 echo Failed to find MSBuild toolsets directory.
|
/external/qemu/distrib/sdl-1.2.15/Xcode/ |
package | 39 echo ${prog}: -d option requires destination directory. 53 echo ${prog}: -f option requires package root directory. 68 echo ${prog}: -r option requires package resource directory. 149 # create package directory 155 # (gnu)tar/pax and compress root directory to package archive 206 # copy the resource directory contents into the package directory 213 # directory itself
|
/frameworks/base/docs/html/reference/renderscript/ |
doxygen.css | 513 /* @group Directory (tree) */ 524 .directory { 530 .directory h3 { 544 .directory h3.swap { 549 .directory h3.swap span { 554 .directory > h3 { 558 .directory p { 563 .directory div { 568 .directory img { 574 .directory-alt [all...] |
/ndk/docs/renderscript/ |
doxygen.css | 513 /* @group Directory (tree) */ 524 .directory { 530 .directory h3 { 544 .directory h3.swap { 549 .directory h3.swap span { 554 .directory > h3 { 558 .directory p { 563 .directory div { 568 .directory img { 574 .directory-alt [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-clean-plugin/2.5/ |
maven-clean-plugin-2.5.jar | |
/bionic/libc/tools/ |
generate-NOTICE.py | 2 # Run with directory arguments from any directory, with no special setup required. 110 for directory, sub_directories, filenames in os.walk(arg): 116 path = os.path.join(directory, filename)
|
/external/chromium_org/base/win/ |
pe_image.h | 112 // Returns the size of a given directory entry. 113 DWORD GetImageDirectoryEntrySize(UINT directory) const; 115 // Returns the address of a given directory entry. 116 PVOID GetImageDirectoryEntryAddr(UINT directory) const; 130 // Returns the exports directory. 136 // Post: 'e' is a pointer to the export directory entry
|
/external/chromium_org/ppapi/native_client/tests/nacl_browser/browser_dynamic_library/ |
nacl.scons | 20 # Allow resolving a URL to the toolchain/ directory (instead of staging).
|
/external/chromium_org/sync/engine/ |
apply_control_data_updates.cc | 11 #include "sync/syncable/directory.h" 27 void ApplyControlDataUpdates(syncable::Directory* dir) { 104 trans->directory()->GetNigoriHandler()->ApplyNigoriUpdate(nigori, trans); 184 trans->directory()->GetNigoriHandler()->UpdateNigoriFromEncryptedTypes(
|
syncer.cc | 25 #include "sync/syncable/directory.h" 144 ApplyControlDataUpdates(session->context()->directory()); 175 session->context()->directory()->cache_guid(),
|
/external/chromium_org/sync/internal_api/ |
sync_rollback_manager.cc | 12 #include "sync/syncable/directory.h" 57 rollback_ready_types_ = GetUserShare()->directory->InitialSyncEndedTypes(); 69 std::map<ModelType, syncable::Directory::Metahandles> to_delete; 72 syncable::Directory::Metahandles unsynced; 73 GetUserShare()->directory->GetUnsyncedMetaHandles(trans.GetWrappedTrans(), 92 for (std::map<ModelType, syncable::Directory::Metahandles>::iterator it =
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/bindings/ |
main.py | 88 def idl_paths_recursive(directory): 95 for dirpath, _, files in os.walk(directory): 179 generated_files.add('.svn') # Subversion working copy directory 226 # Generate output into the reference directory if resetting results, or 227 # a temp directory if not.
|
/external/chromium_org/third_party/icu/source/data/misc/ |
miscfiles.mk | 9 # you should consider creating a 'misclocal.mk' file in this same directory.
|
/external/chromium_org/third_party/icu/source/data/sprep/ |
sprepfiles.mk | 9 # you should consider creating a 'brklocal.mk' file in this same directory.
|
/external/chromium_org/third_party/jinja2/ |
bccache.py | 120 def __init__(self, directory): 121 self.directory = directory 124 filename = path.join(self.directory, bucket.key) 130 filename = path.join(self.directory, bucket.key) 189 two arguments: The directory where the cache items are stored and a 192 If no directory is specified the system temporary items folder is used. 195 same directory. The default pattern is ``'__jinja2_%s.cache'``. ``%s`` 203 def __init__(self, directory=None, pattern='__jinja2_%s.cache'): 204 if directory is None [all...] |
/external/chromium_org/third_party/libxslt/linux/ |
xslt-config | 20 --plugins print plugin directory
|
/external/chromium_org/third_party/libxslt/ |
xslt-config.in | 20 --plugins print plugin directory
|
/external/chromium_org/third_party/skia/tools/lua/ |
lua_pictures.cpp | 130 // Add all .skp in this directory. 131 const SkString directory(FLAGS_skpPath[i]); 135 paths.push_back() = SkOSPath::SkPathJoin(directory.c_str(), filename.c_str());
|
/external/chromium_org/third_party/skia/tools/ |
misc_utils.py | 137 def __init__(self, directory, verbose=False): 138 self._directory = directory 171 should return root's home directory (/root on my system).
|
svn.py | 46 def __init__(self, directory): 47 """Set up to manipulate SVN control within the given directory. 53 @param directory 55 self._directory = directory 112 @param url remote directory to list subdirectories of 122 """Return a list of files which are in this directory but NOT under
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/ |
__init__.py | 106 def FlushSystemCacheForDirectory(self, directory, ignoring=None): 107 """Flushes the OS's file cache for the specified directory. 109 Any files or directories inside |directory| matching a name in the 114 directory, ignoring=ignoring)
|
/external/chromium_org/tools/telemetry/telemetry/page/ |
profile_generator.py | 66 def IsPseudoFile(directory, paths): 69 full_path = os.path.join(directory, path) 96 help='Generated profile is placed in this directory.') 126 " <--output-directory>")
|
/external/chromium_org/ui/base/win/ |
shell.cc | 37 const base::string16& directory, 44 sei.lpDirectory = directory.c_str();
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/ |
exif_encoder.js | 18 var EXIF_TAG_TIFF = 0x002a; // First directory containing TIFF data. 19 var EXIF_TAG_GPSDATA = 0x8825; // Pointer from TIFF to the GPS directory. 60 // Only update width/height in this directory if they are present. 268 * Write the contents of an IFD directory. 270 * @param {Object} directory A directory map as created by ExifParser. 274 * directory. If omitted the pointer is set to 0. 277 bw, directory, resolveLater, nextDirPointer) { 284 for (var key in directory) { 285 var tag = directory[key] [all...] |