/external/chromium_org/webkit/browser/fileapi/ |
sandbox_isolated_origin_database.h | 27 base::FilePath* directory) OVERRIDE;
|
sandbox_isolated_origin_database.cc | 13 // Special directory name for isolated origin. 35 const std::string& origin, base::FilePath* directory) { 39 *directory = base::FilePath(kOriginDirectory);
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
intl.h | 39 # define bindtextdomain(domain, directory) (domain)
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
intl.h | 39 # define bindtextdomain(domain, directory) (domain)
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
intl.h | 39 # define bindtextdomain(domain, directory) (domain)
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
intl.h | 39 # define bindtextdomain(domain, directory) (domain)
|
/external/chromium/base/win/ |
pe_image.cc | 100 DWORD PEImage::GetImageDirectoryEntrySize(UINT directory) const { 103 return nt_headers->OptionalHeader.DataDirectory[directory].Size; 106 PVOID PEImage::GetImageDirectoryEntryAddr(UINT directory) const { 110 nt_headers->OptionalHeader.DataDirectory[directory].VirtualAddress); 256 PVOID directory = GetImageDirectoryEntryAddr(IMAGE_DIRECTORY_ENTRY_EXPORT); local 260 if (NULL == directory || 0 == size) 264 directory); 294 if (reinterpret_cast<char*>(func) >= reinterpret_cast<char*>(directory) && 295 reinterpret_cast<char*>(func) <= reinterpret_cast<char*>(directory) + 310 PVOID directory = GetImageDirectoryEntryAddr(IMAGE_DIRECTORY_ENTRY_BASERELOC) local 396 PVOID directory = GetImageDirectoryEntryAddr( local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
FileDialog.py | 35 'dialogstates', which keeps track of the values for the directory 49 self.directory = None 111 self.directory, pattern = dialogstates[key] 115 self.directory = dir_or_file 117 self.directory, default = os.path.split(dir_or_file) 118 self.set_filter(self.directory, pattern) 127 directory, pattern = self.get_filter() 129 directory = os.path.dirname(self.how) 130 dialogstates[key] = directory, pattern 144 dir = os.path.normpath(os.path.join(self.directory, subdir) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
FileDialog.py | 35 'dialogstates', which keeps track of the values for the directory 49 self.directory = None 111 self.directory, pattern = dialogstates[key] 115 self.directory = dir_or_file 117 self.directory, default = os.path.split(dir_or_file) 118 self.set_filter(self.directory, pattern) 127 directory, pattern = self.get_filter() 129 directory = os.path.dirname(self.how) 130 dialogstates[key] = directory, pattern 144 dir = os.path.normpath(os.path.join(self.directory, subdir) [all...] |
/external/chromium_org/content/shell/ |
shell_layout_tests_android.cc | 28 ScopedJavaLocalRef<jstring> directory = local 31 return base::FilePath(ConvertJavaStringToUTF8(directory));
|
/external/chromium_org/sync/sessions/ |
sync_session_context.h | 39 class Directory; 51 syncable::Directory* directory, 66 syncable::Directory* directory() { function in class:syncer::sessions::SyncSessionContext 96 // Account name, set once a directory has been opened. 151 syncable::Directory* const directory_;
|
/external/compiler-rt/lib/ |
Makefile.mk | 26 # Define the variables for this specific directory.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/ |
runrc.cmd | 45 if dir = '' then dir = directory()
|
/libcore/dalvik/src/main/java/dalvik/system/ |
BaseDexClassLoader.java | 38 * @param optimizedDirectory directory where optimized dex files 127 for (File directory : pathList.getNativeLibraryDirectories()) { 131 result.append(directory);
|
/sdk/files/proguard/bin/ |
proguardgui.bat | 6 rem Change current directory and drive to where the script is, to avoid
|
retrace.bat | 6 rem Change current directory and drive to where the script is, to avoid
|
/external/chromium_org/chrome/browser/resources/file_manager/js/ |
directory_model.js | 7 // If directory files changes too often, don't rescan directory more than once 47 // Resolve download root directory. 109 'watcher-directory-changed', 114 * Fake entry to be used in currentDirEntry_ when current directory is 126 * Fake entry representing a psuedo directory, which contains Drive files 139 * Fake entry representing a psuedo directory, which contains shared-with-me 152 * Fake entry representing a psuedo directory, which contains Drive files 200 * Disposes the directory model by removing file watchers. 207 * @return {cr.ui.ArrayDataModel} Files in the current directory [all...] |
/external/chromium_org/chrome/browser/sync/ |
test_profile_sync_service.cc | 19 #include "sync/syncable/directory.h" 27 using syncer::syncable::Directory; 142 Directory* directory = user_share->directory.get(); local 144 if (!directory->InitialSyncEndedForType(NIGORI)) { 151 if (!directory->InitialSyncEndedForType(DEVICE_INFO)) { 155 if (!directory->InitialSyncEndedForType(EXPERIMENTS)) { 159 if (!directory->InitialSyncEndedForType(PRIORITY_PREFERENCES)) {
|
/libcore/luni/src/main/java/java/lang/ |
Runtime.java | 78 // Add a '/' to the end of each directory so we don't have to do it every time. 155 * and the working directory specified by {@code directory}. 163 * @param directory 164 * the directory in which to execute the program. If {@code null}, 165 * execute if in the same directory as the parent process. 171 public Process exec(String[] progArray, String[] envp, File directory) throws IOException { 173 return ProcessManager.getInstance().exec(progArray, envp, directory, false); 214 * directory specified by {@code directory} [all...] |
/sdk/files/ |
post_tools_install.bat | 23 rem and set up progdir to be the fully-qualified pathname of its directory.
26 rem Grab current directory before we change it
29 rem Change current directory and drive to where the script is, to avoid
|
/external/chromium_org/base/win/ |
pe_image.cc | 101 DWORD PEImage::GetImageDirectoryEntrySize(UINT directory) const { 104 return nt_headers->OptionalHeader.DataDirectory[directory].Size; 107 PVOID PEImage::GetImageDirectoryEntryAddr(UINT directory) const { 111 nt_headers->OptionalHeader.DataDirectory[directory].VirtualAddress); 257 PVOID directory = GetImageDirectoryEntryAddr(IMAGE_DIRECTORY_ENTRY_EXPORT); local 261 if (NULL == directory || 0 == size) 265 directory); 295 if (reinterpret_cast<char*>(func) >= reinterpret_cast<char*>(directory) && 296 reinterpret_cast<char*>(func) <= reinterpret_cast<char*>(directory) + 311 PVOID directory = GetImageDirectoryEntryAddr(IMAGE_DIRECTORY_ENTRY_BASERELOC) local 397 PVOID directory = GetImageDirectoryEntryAddr( local [all...] |
/development/samples/training/bitmapfun/BitmapFun/src/main/java/com/example/android/bitmapfun/util/ |
DiskLruCache.java | 63 * <p>The cache stores its data in a directory on the filesystem. This 64 * directory must be exclusive to the cache; the cache may delete or overwrite 65 * files from its directory. It is an error for multiple processes to use the 66 * same cache directory at the same time. 154 private final File directory; field in class:DiskLruCache 257 throw new IllegalArgumentException("not a directory: " + dir); 288 private DiskLruCache(File directory, int appVersion, int valueCount, long maxSize) { 289 this.directory = directory; 291 this.journalFile = new File(directory, JOURNAL_FILE) [all...] |
/external/chromium_org/tools/deep_memory_profiler/lib/ |
policy.py | 353 """Loads a set of policies via the "default policy directory". 355 The "default policy directory" contains pairs of policies and their labels. 357 policy directory "policies.json". 359 All policies in the directory are loaded by default. Policies can be 396 def _load_policies(directory): 399 for label in directory: 400 LOGGER.info(' %s: %s' % (label, directory[label]['file'])) 401 loaded = Policy.load(directory[label]['file'], directory[label]['format'])
|
/ndk/sources/host-tools/make-3.81/ |
dir.c | 0 /* Directory hashing for GNU Make. 173 /* fake stat entry for a directory */ 223 * come up with is the fully qualified name of the directory. Beware 229 int mtime; /* controls check for stale directory cache */ 241 struct hash_table dirfiles; /* Files in this directory. */ 242 DIR *dirstream; /* Stream reading this directory. */ 338 /* Table of directory contents hashed by device and inode number. */ 341 struct directory 343 char *name; /* Name of the directory. */ 345 /* The directory's contents. This data may be shared by severa 339 struct directory struct [all...] |
/external/chromium_org/sync/engine/ |
process_updates_command_unittest.cc | 44 test_entry_factory_.reset(new TestEntryFactory(directory())); 50 WriteTransaction trans(FROM_HERE, UNITTEST, directory()); 123 syncable::ReadTransaction trans(FROM_HERE, directory()); 155 syncable::ReadTransaction trans(FROM_HERE, directory()); 180 syncable::ReadTransaction trans(FROM_HERE, directory());
|