Searched refs:initial (Results 1 – 25 of 92) sorted by relevance
1234
/frameworks/base/services/core/java/com/android/server/am/ |
D | UserState.java | 50 public UserState(UserHandle handle, boolean initial) { in UserState() argument
|
/frameworks/opt/net/ims/ |
D | README.txt | 54 Manages all IMS calls which are established hereafter the initial 1-to-1 call is established. 95 Manages all calls which are established hereafter the initial 1-to-1 call is established. 103 Provides the interface to manage all calls which are established hereafter the initial
|
/frameworks/base/docs/html/develop/ |
D | index.jd | 64 data-initial-results="3"></div> 76 data-initial-results="3" 130 data-initial-results="6"
|
/frameworks/compile/mclinker/lib/Support/Windows/ |
D | System.inc | 44 /// srandom - set the initial seed value for future calls to random().
|
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/essentials/ |
D | index.jd | 11 initial concept through app and UI design, coding and testing and onto a
|
/frameworks/base/docs/html/distribute/essentials/ |
D | index.jd | 11 initial concept through app and UI design, coding and testing and onto a
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | grant-uri-permission-element.jd | 48 The {@code pathPrefix} attribute specifies the initial part of a path; 50 initial part.
|
D | path-permission-element.jd | 43 <dd>The initial part of a URI path for a subset of content provider data. 44 Permission can be granted to all data subsets with paths that share this initial part.
|
/frameworks/compile/mclinker/lib/Support/Unix/ |
D | System.inc | 74 /// srandom - set the initial seed value for future calls to random().
|
/frameworks/base/docs/html/guide/webapps/ |
D | targeting.jd | 44 You can specify several viewport properties, such as its size and initial scale. Most important 80 <p>You can define properties of the viewport for your web page, such as the width and initial zoom 92 <b>initial-scale</b> = <em>float_value</em> ,
|
D | best-practices.jd | 77 specify the height and width for the browser's viewport, the initial web page scale and even the 81 <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
/frameworks/base/docs/html/training/ |
D | index.jd | 41 data-initial-results="3"></div>
|
/frameworks/base/docs/html/ndk/ |
D | index.jd | 49 data-initial-results="3"></div>
|
/frameworks/av/media/libmedia/docs/ |
D | paused.dot | 2 initial [label="INITIAL\n\
|
/frameworks/base/docs/html/training/load-data-background/ |
D | index.jd | 51 object is a {@link android.support.v4.content.CursorLoader}. Besides doing the initial
|
/frameworks/base/docs/html/distribute/monetize/ |
D | subscriptions.jd | 40 features or content for free or part of the initial purchase and extended
|
D | payments.jd | 46 users to get started, registration is offered as a part of the initial device
|
/frameworks/base/docs/html/tools/studio/ |
D | studio-config.jd | 40 <p>After the initial Android Studio installation and setup, use the 88 <p class="note"><strong>Note:</strong> After the initial installation of the Android Studio bundle,
|
/frameworks/base/docs/html/training/multiple-threads/ |
D | create-threadpool.jd | 159 The initial number of threads to allocate to the pool, and the maximum allowable number. 219 This creates and manages a constrained group of threads. Because the initial pool size and
|
/frameworks/base/docs/html/ndk/guides/ |
D | ndk-stack.jd | 78 <p>When it begins parsing the logcat output, the tool looks for an initial line of asterisks.
|
/frameworks/base/docs/html/distribute/ |
D | index.jd | 26 data-initial-results="3"></div>
|
/frameworks/base/docs/html/design/patterns/ |
D | swipe-views.jd | 35 …e width of the screen such as a wide email message, make sure the user's initial swipes will scrol…
|
/frameworks/base/docs/html/google/ |
D | index.jd | 48 data-initial-results="3"></div>
|
/frameworks/base/docs/html/tools/testing/ |
D | activity_test.jd | 34 <a href="#AddPreConditionsTest">Adding an initial conditions test</a> 115 …{@link android.app.Activity#onCreate(android.os.Bundle) onCreate()} method. Testing initial condit… 300 Notice that Eclipse and ADT have already done some initial setup for your test application. 353 Testing initial conditions. This test demonstrates a good testing technique. 360 <strong>Note:</strong> The purpose of testing initial conditions is not the same as 363 … environment. The initial conditions test runs once, and its purpose is to verify that the 529 <h3 id="AddPreConditionsTest">Adding an initial conditions test</h3> 531 …The initial conditions test verifies that the application under test is initialized correctly. It … 595 …code to to request focus for the spinner and set its position to default or initial position, "Ear… 1042 …initial setup of the application under test. If testPreConditions() fails, then succeeding tests c…
|
/frameworks/compile/mclinker/lib/Script/ |
D | ScriptParser.yy | 60 %initial-action 62 /* Initialize the initial location. */
|
1234