HomeSort by relevance Sort by last modified time
    Searched defs:directories (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
InterpreterUninstaller.java 118 List<File> directories = new ArrayList<File>(); local
120 directories.add(new File(mInterpreterRoot));
123 directories.add(InterpreterUtils.getInterpreterRoot(mContext, mDescriptor.getName()));
126 for (File directory : directories) {
InterpreterInstaller.java 219 Log.e("Failed to make directories: " + root.getAbsolutePath());
307 List<File> directories = new ArrayList<File>(); local
309 directories.add(new File(mInterpreterRoot));
313 directories.add(InterpreterUtils.getInterpreterRoot(mContext, mDescriptor.getName()));
317 for (File directory : directories) {
  /art/compiler/debug/dwarf/
dwarf_test.cc 277 std::vector<std::string> directories; local
280 WriteDebugLineTable(directories, files, opcodes,
  /system/tools/aidl/
io_delegate.cpp 159 auto directories = Split(absolute_path, string{1u, OS_PATH_SEPARATOR}); local
164 string base = directories[0];
168 directories.erase(directories.begin());
171 directories.pop_back();
173 return CreatedNestedDirs(base, directories);
  /build/tools/atree/
atree.cpp 30 " -I INPUTDIR Specify one or more base directories in\n"
43 " directories in the order they are specified.\n"
208 set<string> directories; local
227 // expand the directories that we should copy into a list of files
249 // gather directories
253 directories.insert(it->outPath);
257 directories.insert(s);
263 // and directories that should become files
281 // remove all files or directories as requested from the input atree file.
282 // must be done before create new directories
    [all...]
  /frameworks/compile/mclinker/include/mcld/
LinkerScript.h 73 const SearchDirs& directories() const { return m_SearchDirs; } function in class:mcld::LinkerScript
74 SearchDirs& directories() { return m_SearchDirs; } function in class:mcld::LinkerScript
  /system/update_engine/payload_generator/
ext2_filesystem.cc 95 // Directories can't have hard links, and they are added from the outer loop.
162 // List of directories. We need to first parse all the files in a directory
164 vector<ext2_ino_t> directories; local
209 directories.push_back(it_ino);
216 // and triple indirect blocks (no data blocks). For directories and
252 for (ext2_ino_t dir_ino : directories) {
  /packages/providers/ContactsProvider/tests/assets/upgradeTest/
contacts2_1108.sql 49 CREATE TABLE directories(_id INTEGER PRIMARY KEY AUTOINCREMENT,packageName TEXT NOT NULL,authority TEXT NOT NULL,typeResourceId INTEGER,typeResourceName TEXT,accountType TEXT,accountName TEXT,displayName TEXT, exportSupport INTEGER NOT NULL DEFAULT 0,shortcutSupport INTEGER NOT NULL DEFAULT 0,photoSupport INTEGER NOT NULL DEFAULT 0); table
50 INSERT INTO "directories" VALUES(0,'com.android.providers.contacts','com.android.contacts',2130968582,'com.android.providers.contacts:string/default_directory',NULL,NULL,NULL,0,2,3);
51 INSERT INTO "directories" VALUES(1,'com.android.providers.contacts','com.android.contacts',2130968583,'com.android.providers.contacts:string/local_invisible_directory',NULL,NULL,NULL,0,2,3);
91 INSERT INTO "sqlite_stat1" VALUES('directories',NULL,'3');
112 INSERT INTO "sqlite_sequence" VALUES('directories',1);
    [all...]
  /art/compiler/debug/
elf_debug_line_writer.h 65 std::vector<std::string> directories; local
192 directory_index = 1 + directories.size();
194 directories.push_back(package_name);
268 WriteDebugLineTable(directories, files, opcodes, offset, &buffer, &debug_line_patches_);
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaScannerService.java 61 private void scan(String[] directories, String volumeName) {
62 Uri uri = Uri.parse("file://" + directories[0]);
79 scanner.scanDirectories(directories);
226 String[] directories = null; local
230 directories = new String[] {
237 directories = mExternalStoragePaths;
240 if (directories != null) {
242 + Arrays.toString(directories));
243 scan(directories, volume);
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-clean-plugin/2.5/
maven-clean-plugin-2.5.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/
maven-clean-plugin-2.5.jar 
  /external/nanohttpd/webserver/src/main/java/fi/iki/elonen/
SimpleWebServer.java 307 List<String> directories = Arrays.asList(f.list(new FilenameFilter() { local
314 Collections.sort(directories);
315 if (up != null || directories.size() + files.size() > 0) {
317 if (up != null || directories.size() > 0) {
318 msg.append("<section class=\"directories\">");
322 for (String directory : directories) {
  /ndk/sources/host-tools/make-3.81/
dir.c 209 /* Hash table of directories. */
370 /* Table of directories hashed by name. */
371 static struct hash_table directories;
373 /* Never have more than this many directories open at once. */
446 dir_slot = (struct directory **) hash_find_slot (&directories, &dir_key);
458 hash_insert_at (&directories, dir, dir_slot);
464 directories if they end in '\'. */
562 /* Keep track of how many directories are open. */
565 /* We have too many directories open already.
644 * on directories (ugh!)
369 static struct hash_table directories; variable in typeref:struct:hash_table
    [all...]
main.c 246 /* List of directories given with -C switches. */
248 static struct stringlist *directories = 0;
250 /* List of include directories given with -I switches. */
368 { 'C', string, (char *) &directories, 0, 0, 0, 0, 0, "directory" },
247 static struct stringlist *directories = 0; variable in typeref:struct:stringlist
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactDirectoryManager.java 115 * Scans through existing directories to see if the cached resource IDs still
116 * match their original resource names. If not - plays it safe by refreshing all directories.
123 Cursor cursor = db.query(Tables.DIRECTORIES,
181 Log.i(TAG, "Discovered " + count + " contact directories in " + (end - start) + "ms");
243 // directories.
273 List<DirectoryInfo> directories = updateDirectoriesForPackage(packageInfo, true); local
274 if (directories != null && !directories.isEmpty()) {
275 count += directories.size();
277 // We shouldn't delete rows for existing directories
363 ArrayList<DirectoryInfo> directories = Lists.newArrayList(); local
    [all...]
  /external/dbus/bus/
activation.c 56 DBusHashTable *directories; member in struct:BusActivation
788 DBusList **directories,
812 if (activation->directories != NULL)
813 _dbus_hash_table_unref (activation->directories);
814 activation->directories = _dbus_hash_table_new (DBUS_HASH_STRING, NULL,
817 if (activation->directories == NULL)
823 link = _dbus_list_get_first_link (directories);
856 if (!_dbus_hash_table_insert_string (activation->directories, s_dir->dir_c, s_dir))
872 link = _dbus_list_get_next_link (directories, link);
883 DBusList **directories,
2455 DBusList *directories; local
    [all...]
  /external/libchrome/base/files/
file_util_posix.cc 218 std::stack<std::string> directories; local
219 directories.push(path.value());
221 FileEnumerator::FILES | FileEnumerator::DIRECTORIES |
226 directories.push(current.value());
231 while (success && !directories.empty()) {
232 FilePath dir = FilePath(directories.top());
233 directories.pop();
286 traverse_type |= FileEnumerator::DIRECTORIES;
577 // Collect a list of all parent directories.
915 // must be the same type, either both files, or both directories
    [all...]
  /frameworks/ex/common/java/com/android/common/contacts/
BaseEmailAddressAdapter.java 74 * exceeded if there are several directories configured, because we will use
75 * the same limit for all directories.
128 Uri.withAppendedPath(ContactsContract.AUTHORITY_URI, "directories");
364 * directories as well as the search results for the local directories.
371 List<DirectoryPartition> directories = new ArrayList<DirectoryPartition>(); local
410 directories.add(partition);
415 directories.add(1, preferredDirectory);
418 for (DirectoryPartition partition : directories) {
440 // Show non-default directories as "loading
    [all...]
  /sdk/attribute_stats/src/
Analyzer.java 81 private Analyzer(List<File> directories, File xmlMetadataFile, boolean listAdvanced) {
82 mDirectories = directories;
97 List<File> directories = new ArrayList<File>(); local
137 directories.add(directory);
140 new Analyzer(directories, metadataFile, listAdvanced).analyze();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jar 
org.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jar 
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
FileTest.java 1446 File[] directories = baseDir.listFiles(dirFilter); local
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.natives_1.1.100.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.natives_1.1.100.v20130327-2119.jar 

Completed in 319 milliseconds

1 2 3 4