Home
last modified time | relevance | path

Searched refs:directories (Results 1 – 25 of 59) sorted by relevance

123

/frameworks/compile/mclinker/lib/Target/
DELFEmulation.cpp95 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/
DGroupCmd.cpp108 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()
DSearchDirCmd.cpp36 pModule.getScript().directories().insert(m_Path); in activate()
/frameworks/base/docs/html/training/secure-file-sharing/
Dsetup-sharing.jd45 the name of an XML file that specifies the directories your app can share.
90 >&lt;provider&gt;</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>&lt;files-path&gt;</code> tag shares directories within the
118 use the <code>&lt;external-path&gt;</code> element to share directories in external storage, and
119 the <code>&lt;cache-path&gt;</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/
DLinkerScript.h65 const SearchDirs& directories() const { return m_SearchDirs; } in directories() function
66 SearchDirs& directories() { return m_SearchDirs; } in directories() function
/frameworks/compile/mclinker/unittests/
DLinkerTest.cpp92 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/training/basics/firstapp/
Drunning-app.jd47 <p>Before you run your app, you should be aware of a few directories and files in the Android
80 <dd>Contains several sub-directories for <a
85 (hdpi) screens. Other drawable directories contain assets designed for other screen densities.</dd>
140 <li>Change directories to the root of your Android project and execute:
175 directories to <code>&lt;sdk>/tools/</code> and execute:
203 <li>Change directories to the root of your Android project and execute:
Dcreating-project.jd37 default project directories and files.</p>
134 <li>Change directories into the Android SDK’s <code>tools/</code> path.</li>
/frameworks/ex/common/java/com/android/common/contacts/
DBaseEmailAddressAdapter.java371 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/compile/mclinker/tools/mcld/lib/
DSearchPathOptions.cpp91 if (!pScript.directories().insert(*sd)) { in parse()
DPositionalOptions.cpp214 pScript.directories())); in parse()
246 pScript.directories())); in parse()
/frameworks/base/docs/html/tools/help/
Djobb.jd50 directory and all its sub-directories are included in the OBB file system.
89 {@code -d &lt;directory&gt;} parameter to get a listing of the directories inside the file,
/frameworks/base/media/java/android/media/
DMediaScanner.java1174 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/compile/mclinker/lib/CodeGen/
DMCLinker.cpp283 m_Module.getScript().directories())); in initializeInputTree()
316 m_Module.getScript().directories())); in initializeInputTree()
/frameworks/base/docs/html/guide/topics/manifest/
Duses-permission-element.jd73 app wants to write to its own application-specific directories on external storage (the directories
/frameworks/wilhelm/doc/
DDoxyfile44 # 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/
Doverview.jd28 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
Dproviding-resources.jd40 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/base/docs/html/sdk/installing/
Dstudio-build.jd790 <h4>Source directories</h4>
801 <p>The number of flavor source directories used in the build depends on the flavor configuration
805 flavor source directories. For example, to generate the <em>release</em> build variant
833 <p class="note"><strong>Note:</strong> The build type and flavor source directories are optional,
834 and Android Studio does not create these directories for you. The build system does not use them
837 <p>The source code from these directories is used together to generate the output for a build
838 variant. You can have classes with the same name in different directories as long as those
839 directories are not used together in the same variant. The exercise in this section shows you
845 <p>The build system merges all the resources from the all the source directories. If different
859 <li>Create additional source directories for each flavor.</li>
[all …]
Dstudio-androidview.jd13 <li>Shows the most important source directories at the top level of the module hierarchy.</li>
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp161 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/
Dadk.jd203 <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/
Ddata-storage.jd317 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/training/basics/supporting-devices/
Dlanguages.jd42 <p>To add support for more languages, create additional <code>values</code> directories inside
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dicon_design_status_bar.jd78 and <code>drawable-ldpi-v11</code> directories.</li>
81 and <code>drawable-ldpi-v9</code> directories.</li>
84 and <code>drawable-ldpi</code> directories.</li>

123