/frameworks/av/services/audioflinger/ |
D | FastCapture.cpp | 32 /*static*/ const FastCaptureState FastCapture::initial; member in android::FastCapture 40 previous = &initial; in FastCapture() 41 current = &initial; in FastCapture()
|
D | FastCapture.h | 60 static const FastCaptureState initial; variable
|
D | FastMixer.h | 56 static const FastMixerState initial; variable
|
D | FastMixer.cpp | 47 /*static*/ const FastMixerState FastMixer::initial; member in android::FastMixer 71 previous = &initial; in FastMixer() 72 current = &initial; in FastMixer()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | UserStartedState.java | 43 public UserStartedState(UserHandle handle, boolean initial) { in UserStartedState() 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/compile/mclinker/lib/Support/Windows/ |
D | System.inc | 47 /// srandom - set the initial seed value for future calls to random().
|
/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-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/google/gcs/ |
D | index.jd | 25 Finally, Google Cloud Save provides a generous initial per-user free quota that
|
/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 | 77 /// 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/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/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/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/training/articles/ |
D | keystore.jd | 75 you also specify the initial X.509 attributes that the self-signed
|
/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 | 57 %initial-action 59 /* Initialize the initial location. */
|
/frameworks/base/docs/html/training/keyboard-input/ |
D | visibility.jd | 117 href="#ShowOnStart">initial input method visibility</a> specification from above:</p>
|
/frameworks/base/tools/aapt/ |
D | AaptAssets.cpp | 504 size_t initial = mDataSize; in padData() local 505 void* data = editData(initial+(wordSize-extra)); in padData() 507 memset(((uint8_t*)data) + initial, 0, wordSize-extra); in padData()
|