/libcore/ |
NativeCode.mk | 35 # $(1): directory containing the makefile to include
|
/ndk/sources/host-tools/make-3.81/config/ |
depcomp | 46 DEPDIR directory where to store dependencies. 201 # current directory. Also, the AIX compiler puts `$object:' at the 202 # start of each line; $object doesn't have directory information. 203 # Version 6 uses the directory in both cases.
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
depcomp | 45 DEPDIR directory where to store dependencies. 222 # current directory. Also, the AIX compiler puts `$object:' at the 223 # start of each line; $object doesn't have directory information. 224 # Version 6 uses the directory in both cases.
|
/packages/apps/Email/tests/src/com/android/email/provider/ |
ProviderTestUtils.java | 454 * Create a temporary EML file based on {@code msg} in the directory {@code directory}. 456 public static Uri createTempEmlFile(Context context, Message msg, File directory) 459 File outputFile = File.createTempFile("message", "tmp", directory);
|
/system/vold/ |
CommandListener.cpp | 281 void CommandListener::AsecCmd::listAsecsInDirectory(SocketClient *cli, const char *directory) { 282 DIR *d = opendir(directory);
|
/build/core/combo/ |
TARGET_linux-arm.mk | 181 # Set TARGET_FDO_PROFILE_PATH to set a custom profile directory for your build. 186 $(warning Custom TARGET_FDO_PROFILE_PATH supplied, but directory does not exist. Turn off FDO.) 190 # If the FDO profile directory can't be found, then FDO is off.
|
TARGET_linux-mips.mk | 172 # Set TARGET_FDO_PROFILE_PATH to set a custom profile directory for your build. 177 $(warning Custom TARGET_FDO_PROFILE_PATH supplied, but directory does not exist. Turn off FDO.) 181 # If the FDO profile directory can't be found, then FDO is off.
|
/external/chromium/base/ |
file_util.h | 54 // Makes sure that |path| ends with a separator IFF path is a directory that 55 // exists. Returns true if |path| is an existing directory, false otherwise. 88 // |pattern|, on this |directory| (without recursion). If the path does not 93 BASE_API int64 ComputeFilesSize(const FilePath& directory, 96 // Deletes the given path, whether it's a file or a directory. 97 // If it's a directory, it's perfectly happy to delete all of the 98 // directory's contents. Passing true to recursive deletes 107 // Schedules to delete the given path, whether it's a file or a directory, until 110 // 1) The file/directory to be deleted should exist in a temp folder. 111 // 2) The directory to be deleted must be empty [all...] |
/external/chromium_org/chrome/common/extensions/docs/server2/ |
link_error_detector.py | 133 '''Traverses the public templates directory rendering each URL and
|
/external/chromium_org/sync/engine/ |
process_updates_command.cc | 15 #include "sync/syncable/directory.h" 107 syncable::Directory* dir = session->context()->directory();
|
sync_scheduler_unittest.cc | 126 connection_.reset(new MockConnectionManager(directory())); 129 connection_.get(), directory(), workers, 211 syncable::Directory* directory() { function in class:syncer::SyncSchedulerTest 212 return dir_maker_.directory(); [all...] |
/external/chromium_org/sync/internal_api/ |
sync_encryption_handler_impl.cc | 27 #include "sync/syncable/directory.h" [all...] |
/external/chromium_org/sync/syncable/ |
directory.cc | 5 #include "sync/syncable/directory.h" 34 const base::FilePath::CharType Directory::kSyncDatabaseFilename[] = 37 Directory::PersistedKernelInfo::PersistedKernelInfo() 47 Directory::PersistedKernelInfo::~PersistedKernelInfo() {} 49 void Directory::PersistedKernelInfo::reset_download_progress( 57 Directory::SaveChangesSnapshot::SaveChangesSnapshot() 61 Directory::SaveChangesSnapshot::~SaveChangesSnapshot() { 66 Directory::Kernel::Kernel( 72 info_status(Directory::KERNEL_SHARE_INFO_VALID), 82 Directory::Kernel::~Kernel() [all...] |
/external/chromium_org/tools/telemetry/telemetry/core/ |
browser_options.py | 32 # will not provide an alternate profile directory. 116 help='Profile directory to launch the browser with. '
|
/external/chromium_org/v8/tools/ |
push-to-trunk.sh | 52 -c Specify the path to your Chromium src/ directory to automate the 338 the \"src\" directory here, otherwise just press <Return>: " 356 current directory is: $(pwd)."
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jar | |
org.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jar | |
/external/icu4c/ |
icudefs.mk | 285 # Current full path directory. 287 # Current full path directory for use in source code in a -D compiler option.
|
/external/skia/tools/ |
rebaseline.py | 24 # We need to add the 'gm' directory, so that we can import gm_json.py within 25 # that directory. That script allows us to parse the actual-results.json file 30 # This assumes that the 'gm' directory has been checked out as a sibling of 31 # the 'tools' directory containing this script, which will be the case if 120 # expectations_root: root directory of all expectations JSON files 310 help='root of expectations directory to update-- should ' +
|
/external/v8/tools/ |
push-to-trunk.sh | 52 -c Specify the path to your Chromium src/ directory to automate the 337 current directory is: $(pwd)."
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
imaplib.py | 486 def list(self, directory='""', pattern='*'): 487 """List mailbox names in directory matching pattern. 489 (typ, [data]) = <instance>.list(directory='""', pattern='*') 494 typ, dat = self._simple_command(name, directory, pattern) 543 def lsub(self, directory='""', pattern='*'): 544 """List 'subscribed' mailbox names in directory matching pattern. 546 (typ, [data, ...]) = <instance>.lsub(directory='""', pattern='*') 551 typ, dat = self._simple_command(name, directory, pattern) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
imaplib.py | 486 def list(self, directory='""', pattern='*'): 487 """List mailbox names in directory matching pattern. 489 (typ, [data]) = <instance>.list(directory='""', pattern='*') 494 typ, dat = self._simple_command(name, directory, pattern) 543 def lsub(self, directory='""', pattern='*'): 544 """List 'subscribed' mailbox names in directory matching pattern. 546 (typ, [data, ...]) = <instance>.lsub(directory='""', pattern='*') 551 typ, dat = self._simple_command(name, directory, pattern) [all...] |
/external/chromium_org/third_party/libxml/src/ |
parser.c | 13449 char *directory = NULL; local 13537 char *directory = NULL; local [all...] |
/external/libxml2/ |
parser.c | 13441 char *directory = NULL; local 13529 char *directory = NULL; local [all...] |
/external/chromium/chrome/browser/ui/views/ |
shell_dialogs_win.cc | 272 // Set up the initial directory for the dialog. 273 std::wstring directory; local 275 directory = FilePath(suggested_name).DirName().value(); 277 save_as.lpstrInitialDir = directory.c_str(); 345 // directory, and filter for .png file types. [all...] |