Home
last modified time | relevance | path

Searched refs:spaces (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/docs/html/wear/design/
Duser-interface.jd13 main spaces centered around the core functions of <strong>Suggest</strong> and
15 spaces.</p>
/frameworks/av/services/audiopolicy/
DAudioPolicyManager.cpp6300 void AudioPolicyManager::AudioPort::dump(int fd, int spaces) const in dump()
6307 snprintf(buffer, SIZE, "%*s- name: %s\n", spaces, "", mName.string()); in dump()
6312 snprintf(buffer, SIZE, "%*s- sampling rates: ", spaces, ""); in dump()
6327 snprintf(buffer, SIZE, "%*s- channel masks: ", spaces, ""); in dump()
6344 snprintf(buffer, SIZE, "%*s- formats: ", spaces, ""); in dump()
6362 snprintf(buffer, SIZE, "%*s- gains:\n", spaces, ""); in dump()
6366 mGains[i]->dump(fd, spaces + 2, i); in dump()
6439 void AudioPolicyManager::AudioGain::dump(int fd, int spaces, int index) const in dump() argument
6445 snprintf(buffer, SIZE, "%*sGain %d:\n", spaces, "", index+1); in dump()
6447 snprintf(buffer, SIZE, "%*s- mode: %08x\n", spaces, "", mGain.mode); in dump()
[all …]
DAudioPolicyManager.h223 void dump(int fd, int spaces, int index) const;
272 void dump(int fd, int spaces) const;
315 status_t dump(int fd, int spaces, int index) const;
337 status_t dump(int fd, int spaces, int index) const;
/frameworks/native/services/surfaceflinger/EventLog/
DEventLogTags.logtags8 # "[A-Z][a-z][0-9]_". Do not include spaces or punctuation (the former
/frameworks/base/docs/html/design/wear/
Dindex.jd22 main spaces centered around the core functions of <strong>Suggest</strong> and
24 spaces.</p>
/frameworks/base/docs/html/guide/topics/renderscript/
Dadvanced.jd358 … <p>You can specify multiple memory spaces by using the bitwise <code>OR</code> operator. Doing so
360 specified memory spaces. The following example allocates memory for a custom data type
361 in both the script and vertex memory spaces:</p>
539 many memory spaces concurrently. If memory is modified in one space, you must explicitly
540 synchronize the memory, so that it is updated in all the other spaces in which it exists.
/frameworks/compile/mclinker/lib/Script/
DScriptScanner.ll266 /* gobble up white-spaces */
/frameworks/rs/scriptc/
Drs_graphics.rsh215 * memory spaces.
Drs_types.rsh424 * These values are ORed together to specify which usages or memory spaces are
/frameworks/base/docs/html/about/versions/
Dandroid-1.1.jd163 special characters in passwords (e.g. spaces).</li>
Dandroid-4.2.jd320 <p>Android now allows multiple user spaces on shareable devices such as tablets. Each user on a
375 all user spaces on the device.</p>
Dandroid-4.0-highlights.jd217 double-typed characters, skipped letters, and omitted spaces. Word suggestion
Djelly-bean.jd694 space</strong>. Users can switch to their spaces with a single touch from the
/frameworks/wilhelm/doc/
DDoxyfile11 # Values that contain spaces should be placed between quotes (" ")
170 # The TAB_SIZE tag can be used to set the number of spaces in a tab.
171 # Doxygen uses this value to replace tabs by spaces in code fragments.
582 # with spaces.
1363 # or name=definition (no spaces). If the definition and the = are
/frameworks/base/docs/html/tools/sdk/
Dtools-notes.jd380 spaces on Windows platforms.
503 <li>Improved support for path names with spaces in the Windows command-line tools.</li>
1402 <li>Fix compilation issue in Ant (<code>dex</code> step) when paths have spaces.</li>
1403 <li>Fix issue in emulator installation when paths have spaces.</li>
1404 <li>Fix issue when AVD paths have spaces.</li>
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dwidget_design.jd113 offer users a grid of available spaces into which they can place widgets and icons. This grid can
/frameworks/base/docs/html/design/style/
Diconography.jd193 spaces should be a minimum of 2 dp.</p>
/frameworks/base/docs/html/training/basics/data-storage/
Dfiles.jd52 without a removable storage medium, there are always two storage spaces and
/frameworks/base/docs/html/guide/faq/
Dtroubleshooting.jd85 spaces or other characters can often sneak into these strings.</li>
/frameworks/base/docs/html/google/backup/
Dsignup.jd225 alert("Your package name cannot contain spaces. Please try again.");
/frameworks/base/core/java/android/view/
DView.java17302 StringBuilder spaces = new StringBuilder((depth * 2 + 3) * 2);
17304 spaces.append(' ').append(' ');
17306 return spaces.toString();
/frameworks/base/docs/html/tools/sdk/ndk/
Dindex.jd1985 <li>Added checks for spaces in the NDK path to the {@code ndk-build[.cmd]} and
2291 <li>Updated tool to accept device serial names containing spaces.</li>
2622 <li>Fixed a problem where special characters in files or paths, other than spaces and
3217 contain spaces. Previously, an invalid path
/frameworks/base/docs/html/tools/help/uiautomator/
DUiObject.jd1499 if the text contains separators such as spaces, slashes, at symbol etc.