Searched refs:path (Results 1 – 25 of 33) sorted by relevance
12
/docs/source.android.com/scripts/ |
D | build.py | 47 t += open(os.path.join(TEMPLATE_DIR, f), 'r').read() 51 if os.path.exists(HTML_DIR): 60 def md(path): argument 61 text = codecs.open(path, encoding='utf8').read() 67 curdir = os.path.normpath(curdir) 68 outdir = curdir.split(os.path.sep) 72 outdir = os.path.join(*outdir) 76 os.mkdir(os.path.join(outdir, subdir)) 81 parentdir = os.path.dirname(curdir) 88 sidebar = md(os.path.join(curdir, 'sidebar.md')) [all …]
|
D | micro-httpd.py | 22 outdir = os.environ.get('OUTDIR', os.path.join(os.path.dirname(__file__), '..', 'out'))
|
/docs/source.android.com/src/devices/ |
D | drm.jd | 172 <code>int checkRightsStatus(int uniqueId, const String8& path, int 174 <p>Save DRM rights to the specified rights path and make association with content path. 175 The input parameters are DrmRights to be saved, rights file path where rights 176 are to be saved and content file path where content was saved.</p> 181 <p>Save DRM rights to specified rights path and make association with content 182 path.</p> 191 <code>DrmConstraints* getConstraints(int uniqueId, const String path, int 195 Unique identifier for a session and path of the protected content) are required. 202 <code>DrmMetadata* getMetadata(int uniqueId, const String path);</code> 203 <p>Get metadata information associated with input content for a given path of the [all …]
|
D | graphics.jd | 54 drawing path works and the differences in its behavior from that of the 55 software drawing path.</p>
|
D | audio_implement.jd | 134 $(call include-path-for, audio-utils) \ 135 $(call include-path-for, audio-effects)
|
D | media.jd | 32 …There actually isn't a HAL to implement for custom codecs, but to provide a hardware path to encod…
|
D | latency_design.jd | 29 a lower latency audio output path. There were no public client API
|
D | audio_latency_measure.jd | 72 APIs in the test app so that you're exercising the fast audio output path.
|
D | audio_tv.jd | 28 path changes. When a System on Chip (SoC) implements the TV hardware abstraction layer (HAL), each
|
/docs/source.android.com/src/devices/tech/storage/ |
D | config.jd | 34 <li><code>mount_point</code>: Filesystem path where the volume should be mounted.</li> 49 <li><code>src</code>: A path under sysfs (usually mounted at /sys) to the device that 50 can provide the mount point. The path must start with <code>/</code>.</li> 51 <li><code>mount_point</code>: Filesystem path where the volume should be mounted.</li> 70 <li><code>mountPoint</code>: filesystem path of this mount.</li> 93 environment variable must be defined as the path to the primary external 94 storage. The <code>/sdcard</code> path must also resolve to the same location, possibly
|
D | index.jd | 79 <li>The <code>/sdcard</code> path must resolve to the correct user-specific
|
/docs/source.android.com/src/source/ |
D | using-eclipse.jd | 33 <pre><code>cd /path/to/android/root 38 <pre><code>cd /path/to/android/root 76 <p>Select "Create project from existing source", enter the path to your Android root directory, and… 97 <h3 id="adding-apps-to-the-build-path">Adding Apps to the Build Path</h3> 119 <p>When you're done, the "source folder" path in the list should look like </p> 139 <pre><code>cd /path/to/android/root 147 <pre><code>cd /path/to/android/root
|
D | building-dream.jd | 43 <p>Run <code>make adb</code> if you don't already have adb in your path.</p> 58 <p>from this point, the fastboot tool (which is put automatically in your path) can be used to flas…
|
D | building-running.jd | 123 … will need to use <code>fastboot</code>, which should be included in your path after a successful … 133 <p>The emulator is added to your path automatically by the build process. To run the emulator, type… 171 <p>Another JDK previously installed appearing in your path. Prepend the correct JDK to the beginnin…
|
D | initializing.jd | 76 path as described in the <a href="building-running.html#wrong-java-version">Wrong 180 <pre><code>export CCACHE_DIR=<path-to-your-cache-directory> 204 <pre><code>export OUT_DIR_COMMON_BASE=<path-to-your-out-directory> 276 <p><em>Note: Make sure that <code>/opt/local/bin</code> appears in your path BEFORE <code>/usr/bin<…
|
D | downloading.jd | 45 your path: 211 specify an absolute path:
|
D | using-repo.jd | 147 <p><code>REPO_PATH</code> is the path relative to the root of the client.</p> 220 <td>not in HEAD, path changed in index</td>
|
D | building-kernels.jd | 180 <p>Ensure that the prebuilt toolchain is in your path.</p>
|
D | developing.jd | 35 anywhere in your path. In working with the Android source files, you will
|
/docs/source.android.com/ |
D | Doxyfile | 51 # base path where the generated documentation will be put. 52 # If a relative path is entered, it will be relative to the location 129 # path before files name in the file list and in the header files. If set 130 # to NO the shortest path that makes the file name unique will be used. 135 # can be used to strip a user-defined part of the path. Stripping is 137 # the path. The tag can be used to show relative paths in the file list. 139 # path to strip. Note that you specify absolute paths here, but also 146 # the path mentioned in the documentation of a class, which tells 615 # feature you need bibtex and perl available in the search path. Do not use 758 # against the file with absolute path, so to exclude all test directories [all …]
|
/docs/source.android.com/src/devices/tech/test_infra/tradefed/fundamentals/ |
D | machine_setup.jd | 48 <pre><code>$ export PATH=$PATH:<path to adb></pre></code> 51 to your path. So to launch the TF console, run</p>
|
/docs/source.android.com/src/devices/tech/input/ |
D | validate-keymaps.jd | 31 <code>validatekeymaps</code> tool should already be on your path. You can verify 42 <p>Then all you need to do is run <code>validatekeymaps</code> an give it the path of
|
D | input-device-configuration-files.jd | 56 <p>When constructing a file path that contains the device name, all characters
|
/docs/source.android.com/src/compatibility/ |
D | cts-development.jd | 30 <pre><code>cd /path/to/android/root 39 <pre><code>cd /path/to/android/root
|
/docs/source.android.com/src/devices/tech/security/selinux/ |
D | validate.jd | 56 denied { connectto } for pid=2671 comm="ping" path="/dev/socket/dnsproxyd"
|
12