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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/compile/mclinker/lib/Script/
SearchDirCmd.cpp 32 pModule.getScript().directories().insert(m_Path);
GroupCmd.cpp 109 script.directories().find(token->name(), Input::Script);
130 path = script.directories().find(token->name(), Input::Archive);
134 path = script.directories().find(token->name(), Input::DynObj);
139 path = script.directories().find(token->name(), Input::Archive);
InputCmd.cpp 120 script.directories().find(token->name(), Input::Script);
141 path = script.directories().find(token->name(), Input::Archive);
145 path = script.directories().find(token->name(), Input::DynObj);
150 path = script.directories().find(token->name(), Input::Archive);
  /frameworks/compile/mclinker/lib/Target/
ELFEmulation.cpp 93 pScript.directories().insert("=/usr/lib");
96 pScript.directories().insert("=/mingw/lib");
99 pScript.directories().insert("=/lib");
100 pScript.directories().insert("=/usr/lib");
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaScannerService.java 64 private void scan(String[] directories, String volumeName) {
65 Uri uri = Uri.parse("file://" + directories[0]);
82 scanner.scanDirectories(directories);
229 String[] directories = null; local
233 directories = new String[] {
241 directories = ArrayUtils.appendElement(String.class,
245 directories = mExternalStoragePaths;
249 if (directories != null) {
251 + Arrays.toString(directories));
252 scan(directories, volume)
    [all...]
  /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);
  /external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
InterpreterUninstaller.java 116 List<File> directories = new ArrayList<File>(); local
118 directories.add(new File(mInterpreterRoot));
121 directories.add(InterpreterUtils.getInterpreterRoot(mContext, mDescriptor.getName()));
124 for (File directory : directories) {
  /toolchain/binutils/binutils-2.25/gold/
dirsearch.h 38 // A simple interface to manage directories to be searched for
48 // Set the list of directories to search.
74 const General_options::Dir_list& directories,
82 // Directories to search.
dirsearch.cc 70 // We ignore directories which do not exist or are actually file
229 const General_options::Dir_list* directories)
233 this->directories_ = directories;
234 this->token_.add_blockers(directories->size());
235 for (General_options::Dir_list::const_iterator p = directories->begin();
236 p != directories->end();
286 const General_options::Dir_list& directories,
294 for (General_options::Dir_list::const_iterator dir = directories.begin();
295 dir != directories.end();
  /external/scrypt/
Android.mk 8 # respective crypto, ssl, and apps directories so
  /sdk/files/proguard/bin/
proguard.bat 7 rem issues with directories containing whitespaces.
proguardgui.bat 7 rem issues with directories containing whitespaces.
retrace.bat 7 rem issues with directories containing whitespaces.
  /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
  /build/make/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...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactDirectoryManager.java 124 * Scans through existing directories to see if the cached resource IDs still
125 * match their original resource names. If not - plays it safe by refreshing all directories.
136 + " FROM " + Tables.DIRECTORIES, null);
240 // then we need to rescan directories.
245 Log.i(TAG, "Discovered " + count + " contact directories in " + (end - start) + "ms");
251 // We schedule a rescan if update(DIRECTORIES) is called while we're scanning all packages.
305 // directories.
336 List<DirectoryInfo> directories = updateDirectoriesForPackage(packageInfo, true); local
337 if (directories != null && !directories.isEmpty())
429 ArrayList<DirectoryInfo> directories = Lists.newArrayList(); local
    [all...]
  /external/deqp/android/cts/runner/
Android.mk 19 # Build all sub-directories
  /art/compiler/debug/
elf_debug_line_writer.h 66 std::vector<std::string> directories; local
193 directory_index = 1 + directories.size();
195 directories.push_back(package_name);
269 WriteDebugLineTable(directories, files, opcodes, offset, &buffer, &debug_line_patches_);
  /external/autotest/server/cros/dynamic_suite/
control_file_getter.py 135 @param paths: base directories to start search.
164 directories = self._paths
165 while len(directories) > 0:
166 directory = directories.pop()
177 directories.append(fullpath)
179 # Some directories under results/ like the Chrome Crash
  /build/blueprint/bootstrap/
glob.go 31 // traversed directories, but this will cause the regeneration step to run every time a
38 // depends on the traversed directories via a depfile. The depfile is used to avoid build
45 // globRule rule traverses directories to produce a list of files that match $glob
46 // and writes it to $out if it has changed, and writes the directories to $out.d
110 // re-evaluate them whenever the contents of the searched directories change, and retrigger the
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-clean-plugin/2.5/
maven-clean-plugin-2.5.jar 
  /prebuilts/go/darwin-x86/src/cmd/doc/
dirs.go 21 scan chan string // directories generated by walk.
70 // this is the queue of directories to examine in this pass.
72 // next is the queue of directories to examine in the next pass.
  /prebuilts/go/linux-x86/src/cmd/doc/
dirs.go 21 scan chan string // directories generated by walk.
70 // this is the queue of directories to examine in this pass.
72 // next is the queue of directories to examine in the next pass.
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/
maven-clean-plugin-2.5.jar 
  /cts/tools/cts-tradefed/
Android.mk 34 # Build all sub-directories

Completed in 752 milliseconds

1 2 3 4 5 6 7 8 91011>>