Home
last modified time | relevance | path

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

123

/frameworks/av/media/libstagefright/foundation/
DADebug.cpp109 const char *term = terms[i]; in GetDebugName() local
110 const size_t len = strlen(term); in GetDebugName()
111 char *match = strcasestr(debugName, term); in GetDebugName()
/frameworks/base/docs/html/distribute/stories/games/
Dconcrete-bowling.jd36 Both short-term and long-term quests were offered to users.
/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/base/docs/html/distribute/tools/promote/
Dbrand.jd59 proper generic term. (Think of "Android" as a term used in place of
/frameworks/native/libs/input/
DVelocityTracker.cpp542 float term = 1; in solveLeastSquares() local
544 term *= x[h]; in solveLeastSquares()
545 err -= term * outB[i]; in solveLeastSquares()
/frameworks/base/core/jni/
Dandroid_util_Process.cpp906 const char term = (char)(mode&PROC_TERM_MASK); in android_os_Process_parseProcLineArray() local
930 while (i < endIndex && buffer[i] != term) { in android_os_Process_parseProcLineArray()
940 while (i < endIndex && buffer[i] == term) { in android_os_Process_parseProcLineArray()
/frameworks/compile/mclinker/tools/mcld/
DMain.cpp139 const char* term = getenv("TERM"); in ShouldColorize() local
140 return term && (0 != strcmp(term, "dumb")); in ShouldColorize()
/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.jd264 You may also want to run short-term promotions and discounts in specific
/frameworks/base/docs/html/
Dlegal.jd32 proper generic term (for example, "Android&trade; application"). Any use of the Android name
/frameworks/base/docs/html/training/tv/discovery/
Dsearchable.jd187 to return search term suggestions to the Android TV search dialog. The system queries your content
267 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/rs/scriptc/
Drs_object_info.rsh40 * The term "element" is used a bit ambiguously in RenderScript, as both type information
/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/work/
Dmanaged-configurations.jd47 term (such as {@link android.content.RestrictionsManager}). However, these
/frameworks/base/docs/html/training/monitoring-device-state/
Ddoze-standby.jd86 reduce battery consumption in cases of longer-term inactivity when the device is not
/frameworks/base/docs/html/training/articles/
Dperf-tips.jd101 <p>Generally speaking, avoid creating short-term temporary objects if you
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/providers/
Ddocument-provider.jd346 // which is just a fancy term for &quot;unpredictable&quot;. So as
/frameworks/base/docs/html-intl/intl/ru/guide/topics/providers/
Ddocument-provider.jd346 // which is just a fancy term for &quot;unpredictable&quot;. So as
/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-intl/intl/ja/guide/topics/providers/
Ddocument-provider.jd346 // which is just a fancy term for &quot;unpredictable&quot;. So as

123