Home
last modified time | relevance | path

Searched refs:initial (Results 1 – 25 of 85) sorted by relevance

1234

/frameworks/av/services/audioflinger/
DFastCapture.cpp32 /*static*/ const FastCaptureState FastCapture::initial; member in android::FastCapture
40 previous = &initial; in FastCapture()
41 current = &initial; in FastCapture()
DFastCapture.h60 static const FastCaptureState initial; variable
DFastMixer.h56 static const FastMixerState initial; variable
DFastMixer.cpp47 /*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/
DUserStartedState.java43 public UserStartedState(UserHandle handle, boolean initial) { in UserStartedState() argument
/frameworks/opt/net/ims/
DREADME.txt54 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/
DSystem.inc47 /// srandom - set the initial seed value for future calls to random().
/frameworks/base/docs/html/distribute/essentials/
Dindex.jd11 initial concept through app and UI design, coding and testing and onto a
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/essentials/
Dindex.jd11 initial concept through app and UI design, coding and testing and onto a
/frameworks/base/docs/html/google/gcs/
Dindex.jd25 Finally, Google Cloud Save provides a generous initial per-user free quota that
/frameworks/base/docs/html/guide/topics/manifest/
Dgrant-uri-permission-element.jd48 The {@code pathPrefix} attribute specifies the initial part of a path;
50 initial part.
Dpath-permission-element.jd43 <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/
DSystem.inc77 /// srandom - set the initial seed value for future calls to random().
/frameworks/base/docs/html/guide/webapps/
Dtargeting.jd44 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> ,
Dbest-practices.jd77 specify the height and width for the browser's viewport, the initial web page scale and even the
81 &lt;meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"&gt;
/frameworks/base/docs/html/training/load-data-background/
Dindex.jd51 object is a {@link android.support.v4.content.CursorLoader}. Besides doing the initial
/frameworks/base/docs/html/distribute/monetize/
Dsubscriptions.jd40 features or content for free or part of the initial purchase and extended
Dpayments.jd46 users to get started, registration is offered as a part of the initial device
/frameworks/base/docs/html/training/multiple-threads/
Dcreate-threadpool.jd159 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/
Dswipe-views.jd35 …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/
Dkeystore.jd75 you also specify the initial X.509 attributes that the self-signed
/frameworks/base/docs/html/tools/testing/
Dactivity_test.jd34 <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…
1042initial setup of the application under test. If testPreConditions() fails, then succeeding tests c…
/frameworks/compile/mclinker/lib/Script/
DScriptParser.yy57 %initial-action
59 /* Initialize the initial location. */
/frameworks/base/docs/html/training/keyboard-input/
Dvisibility.jd117 href="#ShowOnStart">initial input method visibility</a> specification from above:</p>
/frameworks/base/tools/aapt/
DAaptAssets.cpp504 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()

1234