/frameworks/av/media/libstagefright/foundation/ |
D | ADebug.cpp | 100 const char *term = terms[i]; in GetDebugName() local 101 const size_t len = strlen(term); in GetDebugName() 102 char *match = strcasestr(debugName, term); in GetDebugName()
|
/frameworks/compile/mclinker/tools/mcld/lib/ |
D | PreferenceOptions.cpp | 107 const char* term = getenv("TERM"); in ShouldColorize() local 108 return term && (0 != strcmp(term, "dumb")); in ShouldColorize()
|
/frameworks/av/cmds/screenrecord/ |
D | screenrecord.cpp | 510 struct termios term; in prepareRawOutput() local 511 if (tcgetattr(fd, &term) == 0) { in prepareRawOutput() 512 cfmakeraw(&term); in prepareRawOutput() 513 if (tcsetattr(fd, TCSANOW, &term) == 0) { in prepareRawOutput()
|
/frameworks/rs/cpu_ref/linkloader/include/impl/ |
D | ELFSymbol.hxx | 107 using namespace term::color; in print()
|
/frameworks/native/libs/input/ |
D | VelocityTracker.cpp | 539 float term = 1; in solveLeastSquares() local 541 term *= x[h]; in solveLeastSquares() 542 err -= term * outB[i]; in solveLeastSquares()
|
/frameworks/base/core/jni/ |
D | android_util_Process.cpp | 728 const char term = (char)(mode&PROC_TERM_MASK); in android_os_Process_parseProcLineArray() local 750 while (i < endIndex && buffer[i] != term) { in android_os_Process_parseProcLineArray() 760 while (i < endIndex && buffer[i] == term) { in android_os_Process_parseProcLineArray()
|
/frameworks/base/docs/html/distribute/tools/promote/ |
D | brand.jd | 41 proper generic term. (Think of "Android" as a term used in place of
|
/frameworks/base/docs/html/distribute/googleplay/ |
D | about.jd | 287 quality and great user interface, long-term popularity and innovative use of 310 displayed in Google Play. The badge means long-term recognition of all of the
|
D | developer-console.jd | 584 These charts highlight your app’s installation peaks and longer-term trends.
|
/frameworks/base/docs/html/training/gestures/ |
D | scroll.jd | 17 <li><a href="#term">Understand Scrolling Terminology</a></li> 85 <h2 id="term">Understand Scrolling Terminology</h2>
|
/frameworks/base/docs/html/distribute/users/ |
D | your-listing.jd | 141 Wallpaper app, you may want to include the term ‘background’. This way, users
|
D | expand-to-new-markets.jd | 256 You may also want to run short-term promotions and discounts in specific
|
/frameworks/base/docs/html/design/patterns/ |
D | settings.jd | 63 <p>The number of items an average human can hold in short-term memory is 7±2. If you 385 <li>Steer clear of technical jargon as much as possible, unless it's a term widely understood by 571 <p>In this multiple choice setting, we changed the label to a friendlier term and also replaced
|
/frameworks/base/docs/html/ |
D | legal.jd | 32 proper generic term (for example, "Android™ application"). Any use of the Android name
|
/frameworks/base/docs/html/guide/faq/ |
D | security.jd | 107 <p>The term <i>malicious software</i> is subjective, and we cannot make an
|
/frameworks/base/docs/html/google/gcm/ |
D | c2dm.jd | 36 … deprecated. The C2DM service will continue to be maintained in the short term, but C2DM will acce…
|
/frameworks/base/docs/html/training/tv/discovery/ |
D | searchable.jd | 186 to return search term suggestions to the Android TV search dialog. The system queries your content 266 action for providing a search term, explained below. See also,
|
/frameworks/base/docs/html/training/basics/network-ops/ |
D | xml.jd | 90 …heme="http://stackoverflow.com/feeds/tag?tagnames=android&sort=newest/tags" term="android"/> 91 … scheme="http://stackoverflow.com/feeds/tag?tagnames=android&sort=newest/tags" term="file"/>
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | document-provider.jd | 111 <li>Makes it possible for your app to have long term, persistent access to 234 app to have long term, persistent access to documents owned by a document 348 // which is just a fancy term for "unpredictable". So as
|
/frameworks/base/docs/html/distribute/essentials/quality/ |
D | core.jd | 2 page.metaDescription=App quality directly influences the long-term success of your app—in terms of … 38 long-term success of your app—in terms of installs, user rating and reviews,
|
/frameworks/base/docs/html/training/transitions/ |
D | transitions.jd | 127 a search term and clicks the search button, the app changes to the scene that represents the
|
/frameworks/base/docs/html/guide/practices/ |
D | compatibility.jd | 59 <p>As you read more about Android development, you'll probably encounter the term "compatibility"
|
/frameworks/base/docs/html/distribute/essentials/ |
D | optimizing-your-app.jd | 223 ratings peaks and longer-term trends, which you can correlate to promotions,
|
/frameworks/base/docs/html/training/articles/ |
D | perf-tips.jd | 101 <p>Generally speaking, avoid creating short-term temporary objects if you
|
/frameworks/base/docs/html/guide/topics/search/ |
D | searchable-config.jd | 267 <td>Use web-search-term recognition for shorter, search-like phrases. This is
|