Home
last modified time | relevance | path

Searched refs:term (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/av/media/libstagefright/foundation/
DADebug.cpp100 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/
DPreferenceOptions.cpp107 const char* term = getenv("TERM"); in ShouldColorize() local
108 return term && (0 != strcmp(term, "dumb")); in ShouldColorize()
/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp510 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/
DELFSymbol.hxx107 using namespace term::color; in print()
/frameworks/native/libs/input/
DVelocityTracker.cpp539 float term = 1; in solveLeastSquares() local
541 term *= x[h]; in solveLeastSquares()
542 err -= term * outB[i]; in solveLeastSquares()
/frameworks/base/core/jni/
Dandroid_util_Process.cpp728 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/
Dbrand.jd41 proper generic term. (Think of "Android" as a term used in place of
/frameworks/base/docs/html/distribute/googleplay/
Dabout.jd287 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
Ddeveloper-console.jd584 These charts highlight your app’s installation peaks and longer-term trends.
/frameworks/base/docs/html/training/gestures/
Dscroll.jd17 <li><a href="#term">Understand Scrolling Terminology</a></li>
85 <h2 id="term">Understand Scrolling Terminology</h2>
/frameworks/base/docs/html/distribute/users/
Dyour-listing.jd141 Wallpaper app, you may want to include the term ‘background’. This way, users
Dexpand-to-new-markets.jd256 You may also want to run short-term promotions and discounts in specific
/frameworks/base/docs/html/design/patterns/
Dsettings.jd63 <p>The number of items an average human can hold in short-term memory is 7&plusmn;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/
Dlegal.jd32 proper generic term (for example, "Android&trade; application"). Any use of the Android name
/frameworks/base/docs/html/guide/faq/
Dsecurity.jd107 <p>The term <i>malicious software</i> is subjective, and we cannot make an
/frameworks/base/docs/html/google/gcm/
Dc2dm.jd36 … deprecated. The C2DM service will continue to be maintained in the short term, but C2DM will acce…
/frameworks/base/docs/html/training/tv/discovery/
Dsearchable.jd186 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/
Dxml.jd90 …heme="http://stackoverflow.com/feeds/tag?tagnames=android&amp;sort=newest/tags" term="android"/&gt;
91 … scheme="http://stackoverflow.com/feeds/tag?tagnames=android&amp;sort=newest/tags" term="file"/&gt;
/frameworks/base/docs/html/guide/topics/providers/
Ddocument-provider.jd111 <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 &quot;unpredictable&quot;. So as
/frameworks/base/docs/html/distribute/essentials/quality/
Dcore.jd2 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/
Dtransitions.jd127 a search term and clicks the search button, the app changes to the scene that represents the
/frameworks/base/docs/html/guide/practices/
Dcompatibility.jd59 <p>As you read more about Android development, you'll probably encounter the term "compatibility"
/frameworks/base/docs/html/distribute/essentials/
Doptimizing-your-app.jd223 ratings peaks and longer-term trends, which you can correlate to promotions,
/frameworks/base/docs/html/training/articles/
Dperf-tips.jd101 <p>Generally speaking, avoid creating short-term temporary objects if you
/frameworks/base/docs/html/guide/topics/search/
Dsearchable-config.jd267 <td>Use web-search-term recognition for shorter, search-like phrases. This is

12