/frameworks/compile/mclinker/lib/Target/ |
D | ELFEmulation.cpp | 95 pScript.directories().insert("=/usr/lib"); in MCLDEmulateELF() 98 pScript.directories().insert("=/mingw/lib"); in MCLDEmulateELF() 101 pScript.directories().insert("=/lib"); in MCLDEmulateELF() 102 pScript.directories().insert("=/usr/lib"); in MCLDEmulateELF()
|
/frameworks/compile/mclinker/lib/Script/ |
D | GroupCmd.cpp | 108 script.directories().find(token->name(), Input::Script); in activate() 129 path = script.directories().find(token->name(), Input::Archive); in activate() 133 path = script.directories().find(token->name(), Input::DynObj); in activate() 137 path = script.directories().find(token->name(), Input::Archive); in activate()
|
D | SearchDirCmd.cpp | 36 pModule.getScript().directories().insert(m_Path); in activate()
|
/frameworks/base/docs/html/training/secure-file-sharing/ |
D | setup-sharing.jd | 45 the name of an XML file that specifies the directories your app can share. 90 ><provider></a></code> points to an XML file that specifies the directories you want to 97 you need to specify the directories that contain the files you want to share. To specify the 98 directories, start by creating the file <code>filepaths.xml</code> in the <code>res/xml/</code> 99 subdirectory of your project. In this file, specify the directories by adding an XML element for 109 In this example, the <code><files-path></code> tag shares directories within the 118 use the <code><external-path></code> element to share directories in external storage, and 119 the <code><cache-path></code> element to share directories in your internal cache 120 directory. To learn more about the child elements that specify shared directories, see the 124 <strong>Note:</strong> The XML file is the only way you can specify the directories you want to
|
/frameworks/compile/mclinker/include/mcld/ |
D | LinkerScript.h | 65 const SearchDirs& directories() const { return m_SearchDirs; } in directories() function 66 SearchDirs& directories() { return m_SearchDirs; } in directories() function
|
/frameworks/compile/mclinker/unittests/ |
D | LinkerTest.cpp | 92 script.directories().insert(search_dir); in TEST_F() 150 script1.directories().insert(search_dir); in TEST_F() 199 script2.directories().insert(search_dir); in TEST_F() 247 script1.directories().insert(search_dir); in TEST_F() 301 script2.directories().insert(search_dir); in TEST_F()
|
/frameworks/base/docs/html/tools/building/ |
D | plugin-for-gradle.jd | 89 you need to replace the default source folders in your module directories, you can configure a new 388 <h3>Source directories</h3> 400 <p class="note"><strong>Note:</strong> The build type and product flavor source directories are opt… 401 as Android Studio does not create these directories for you. You should create these directories 403 use these directories if they are not present.</p> 406 settings, the main app directory and the default build type directories. For example, to generate 416 flavor and main source directories. For example, to generate the <em>full-debug</em> build variant, 417 the build system merges the build type, product flavor and main directories:</p> 435 <p>The source code from these directories is used together to generate the output for a build 436 variant. You can have classes with the same name in different directories as long as those [all …]
|
D | configuring-gradle.jd | 240 <li>Create additional source directories for each flavor.</li> 290 <h4>Add additional source directories for each flavor</h4> 301 <li><p>Similarly, create the following directories:</p> 314 <p class="img-caption"><strong>Figure 1.</strong> New source directories for the demo flavor.</p>
|
/frameworks/ex/common/java/com/android/common/contacts/ |
D | BaseEmailAddressAdapter.java | 371 List<DirectoryPartition> directories = new ArrayList<DirectoryPartition>(); in onDirectoryLoadFinished() local 410 directories.add(partition); in onDirectoryLoadFinished() 415 directories.add(1, preferredDirectory); in onDirectoryLoadFinished() 418 for (DirectoryPartition partition : directories) { in onDirectoryLoadFinished()
|
/frameworks/base/docs/html/tools/help/ |
D | jobb.jd | 50 directory and all its sub-directories are included in the OBB file system. 89 {@code -d <directory>} parameter to get a listing of the directories inside the file,
|
/frameworks/compile/mclinker/tools/mcld/lib/ |
D | SearchPathOptions.cpp | 91 if (!pScript.directories().insert(*sd)) { in parse()
|
D | PositionalOptions.cpp | 214 pScript.directories())); in parse() 246 pScript.directories())); in parse()
|
/frameworks/base/docs/html/training/basics/firstapp/ |
D | running-app.jd | 87 <li>Change directories to the root of your Android project and execute: 115 <li>Or, from the command line, change directories to 160 <li>Change directories to the root of your Android project and execute:
|
/frameworks/base/media/java/android/media/ |
D | MediaScanner.java | 1174 private boolean inScanDirectory(String path, String[] directories) { 1175 for (int i = 0; i < directories.length; i++) { 1176 String directory = directories[i]; 1270 private void postscan(String[] directories) throws RemoteException { 1313 public void scanDirectories(String[] directories, String volumeName) { 1325 for (int i = 0; i < directories.length; i++) { 1326 processDirectory(directories[i], mClient); 1336 postscan(directories);
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | uses-permission-element.jd | 73 app wants to write to its own application-specific directories on external storage (the directories
|
/frameworks/compile/mclinker/lib/CodeGen/ |
D | MCLinker.cpp | 283 m_Module.getScript().directories())); in initializeInputTree() 316 m_Module.getScript().directories())); in initializeInputTree()
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 44 # 4096 sub-directories (in 2 levels) under the output directory of each output 45 # format and will distribute the generated files over these directories. 486 # If the sources in your project are distributed over multiple directories 579 # The INPUT tag can be used to specify the files and/or directories that contain 581 # directories like "/usr/src/myproject". Separate the files or directories 594 # If the value of the INPUT tag contains directories, you can use the 596 # and *.h) to filter out the source-files in the directories. If left 609 # The EXCLUDE tag can be used to specify files and/or directories that should 616 # directories that are symbolic links (a Unix filesystem feature) are excluded 621 # If the value of the INPUT tag contains directories, you can use the [all …]
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | overview.jd | 28 project's {@code res/} directory, using various sub-directories that group resources by type and 93 directories by name. Files saved in the {@code assets/} directory will not be given a resource
|
D | providing-resources.jd | 40 specific device configurations, by grouping them in specially-named resource directories. At 75 <p class="table-caption" id="table1"><strong>Table 1.</strong> Resource directories 249 high-density screen. The images in each of these drawable directories are sized for a specific 399 <p>When your application provides multiple resource directories with different values for 427 <p>When your application provides multiple resource directories with different values 455 <p>When your application provides multiple resource directories with different values 822 <li>Alternative resource directories cannot be nested. For example, you cannot have 829 <code>drawable-rES-rFR/</code>. Instead you need two resource directories, such as 836 <p>After you save alternative resources into directories named with 839 resource directories that contain the requested resource file, then <a href="#BestMatch">finds the [all …]
|
/frameworks/compile/mclinker/lib/Core/ |
D | IRBuilder.cpp | 161 path = m_Module.getScript().directories().find(pNameSpec, Input::Archive); in ReadInput() 166 path = m_Module.getScript().directories().find(pNameSpec, Input::DynObj); in ReadInput() 171 path = m_Module.getScript().directories().find(pNameSpec, Input::Archive); in ReadInput()
|
/frameworks/base/docs/html/tools/adk/ |
D | adk.jd | 203 <code>arduino_libs</code>, and <code>hardware</code> directories.</li> 214 <code>arduino_libs/USB_Host_Shield</code> directories (the complete directories, 230 <code>arduino_libs/USB_Host_Shield</code> directories (the 231 complete directories, not just the files within) to your 242 <code>firmware/arduino_libs/USB_Host_Shield</code> directories (the complete directories, 255 <p>You should now have three new directories in the Arduino <code>libraries/</code> directory:
|
/frameworks/base/docs/html/guide/topics/data/ |
D | data-storage.jd | 317 device. When doing so, you should use to one of the shared public directories, such as {@code 359 directories does not require the {@link android.Manifest.permission#READ_EXTERNAL_STORAGE} 375 Also, the system media scanner does not read files in these directories, so they are not accessible 377 use these directories</b> for media that ultimately belongs to the user, such as photos 379 files should be <a href="#SavingSharedFiles">saved in the public directories</a>.</p> 397 <p class="caution"><strong>Caution</strong> Although the directories provided by {@link
|
/frameworks/base/docs/html/sdk/installing/ |
D | studio-androidview.jd | 13 <li>Shows the most important source directories at the top level of the module hierarchy.</li>
|
/frameworks/base/docs/html/tools/projects/ |
D | index.jd | 73 resources, directories, and files.</p> 94 <dd>Application module directories and files. </dd> 156 required. The following directories and files comprise an Android application module:</p> 209 in the following directories. See 356 <code>res/</code> and similar directories. The module can contain the same types of source
|
/frameworks/base/docs/html/training/basics/supporting-devices/ |
D | languages.jd | 40 <p>To add support for more languages, create additional <code>values</code> directories inside
|