HomeSort by relevance Sort by last modified time
    Searched full:samples (Results 1 - 25 of 1049) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/ndk/
.gitignore 0 samples/*/libs/
2 samples/*/obj/
3 samples/*/bin/
4 samples/*/gen/
5 platforms/android-*/samples/*/obj
6 platforms/android-*/samples/*/libs
  /development/build/
sdk.atree 132 frameworks/base/docs/docs-samples-redirect.html docs/samples/index.html
136 # Samples Component
139 # samples to include in the sdk samples package
141 # the list here should match the list of samples that we generate docs for,
143 development/apps/GestureBuilder samples/${PLATFORM_NAME}/GestureBuilder
144 development/samples/source.properties samples/${PLATFORM_NAME}/source.properties
146 # PLEASE KEEP THE SAMPLES IN ALPHABETICAL ORDER
    [all...]
  /frameworks/base/docs/
docs-samples-redirect.html 3 <meta http-equiv="refresh" content="0;url=../../samples/">
6 <a href="../../samples/">click here if you are not redirected</a>
  /ndk/
.gitignore 7 samples/
  /external/oprofile/daemon/
opd_stats.h 17 enum { OPD_SAMPLES, /**< nr. samples */
18 OPD_KERNEL, /**< nr. kernel samples */
19 OPD_PROCESS, /**< nr. userspace samples */
20 OPD_NO_CTX, /**< nr. samples lost due to not knowing if in the kernel or not */
21 OPD_LOST_KERNEL, /**< nr. kernel samples lost */
22 OPD_LOST_SAMPLEFILE, /**< nr samples for which sample file can't be opened */
23 OPD_LOST_NO_MAPPING, /**< nr samples lost due to no mapping */
  /frameworks/base/tools/localize/testdata/
config.xml 7 <configuration id="samples"
10 <app dir="samples/NotePad" />
11 <reject file="samples/NotePad/res/values/strings.xml" name="string:menu_delete">
xml.xml 7 <a id="samples"
10 <app dir="samples/NotePad" />
11 <app dir="samples/LunarLander" />
  /development/samples/ApiDemos/src/com/example/android/apis/app/
_package.html 21 <li> {@link com.android.samples.app.HelloWorld Hello World}
22 <li> {@link com.android.samples.app.SaveRestoreState Save &amp; Restore State}
23 <li>{@link com.android.samples.app.PersistentState Persistent State}
24 <li>{@link com.android.samples.app.ReceiveResult Receive Result}
25 <li>{@link com.android.samples.app.Forwarding Forwarding}
31 <li>{@link com.android.samples.app.LocalServiceController Local Service
33 <li>{@link com.android.samples.app.LocalServiceBinding Local Service Binding}
34 <li>{@link com.android.samples.app.RemoteServiceController Remote Service
36 <li>{@link com.android.samples.app.RemoteServiceBinding Remote Service
43 <li>{@link com.android.samples.app.AlarmController Alarm Controller
    [all...]
  /frameworks/base/docs/html/guide/samples/
index.jd 7 window.location = toRoot + "resources/samples/index.html";
11 href="http://developer.android.com/resources/samples/index.html">List of Sample
  /frameworks/base/media/libeffects/lvm/lib/Bundle/src/
LVM_Buffers.c 34 /* any alignment and with any number of samples. The alignment is corrected within */
35 /* the buffer management and the samples are grouped in to blocks of the correct size */
43 /* pNumSamples - Pointer to the number of samples to process */
59 LVM_INT16 SampleCount; /* Number of samples to be processed this call */
60 LVM_INT16 NumSamples; /* Number of samples in scratch buffer */
82 * First call for a new block of samples
88 pStart = pInstance->pInputSamples; /* Pointer to the input samples */
89 pBuffer->SamplesToOutput = 0; /* Samples to output is same as number read for inplace processing */
93 * Calculate the number of samples to process this call and update the buffer state
98 * Process the maximum bock size of samples
    [all...]
  /development/samples/AccessibilityService/
Android.mk 4 LOCAL_MODULE_TAGS := samples
  /development/samples/AliasActivity/
Android.mk 4 LOCAL_MODULE_TAGS := samples
  /development/samples/FixedGridLayout/
Android.mk 4 LOCAL_MODULE_TAGS := samples
  /development/samples/Home/
Android.mk 4 LOCAL_MODULE_TAGS := samples
  /development/samples/JetBoy/
Android.mk 4 LOCAL_MODULE_TAGS := samples
  /development/samples/MySampleRss/
Android.mk 4 LOCAL_MODULE_TAGS := samples
  /development/samples/
README 1 Adding a new folder in development/samples is not enough to have it
  /development/samples/RSSReader/
Android.mk 4 LOCAL_MODULE_TAGS := samples
  /development/samples/SearchableDictionary/
Android.mk 4 LOCAL_MODULE_TAGS := samples
  /development/samples/SoftKeyboard/
Android.mk 4 LOCAL_MODULE_TAGS := samples
  /development/samples/VoiceRecognitionService/
Android.mk 4 LOCAL_MODULE_TAGS := samples
  /frameworks/base/voip/jni/rtp/
GsmCodec.cpp 46 int encode(void *payload, int16_t *samples);
47 int decode(int16_t *samples, void *payload, int length);
54 int GsmCodec::encode(void *payload, int16_t *samples)
56 gsm_encode(mEncode, samples, (unsigned char *)payload);
60 int GsmCodec::decode(int16_t *samples, void *payload, int length)
63 gsm_decode(mDecode, (unsigned char *)payload, samples) == 0) {
  /external/libpng/contrib/pngsuite/
README 41 Testing basn0g01.png: PASS (524 zero samples)
43 Testing basn0g02.png: PASS (448 zero samples)
45 Testing basn0g04.png: PASS (520 zero samples)
47 Testing basn0g08.png: PASS (3 zero samples)
50 Testing basn0g16.png: PASS (1 zero samples)
53 Testing basn2c08.png: PASS (6 zero samples)
56 Testing basn2c16.png: PASS (592 zero samples)
59 Testing basn3p01.png: PASS (512 zero samples)
61 Testing basn3p02.png: PASS (448 zero samples)
63 Testing basn3p04.png: PASS (544 zero samples)
    [all...]
  /external/qemu/audio/
noaudio.c 44 int live, decr, samples; local
58 samples = bytes >> hw->info.shift;
61 decr = audio_MIN (live, samples);
62 hw->rpos = (hw->rpos + decr) % hw->samples;
74 hw->samples = 1024;
93 hw->samples = 1024;
106 int dead = hw->samples - live;
107 int samples = 0; local
117 samples = bytes >> hw->info.shift;
118 samples = audio_MIN (samples, dead)
125 int samples = size >> sw->info.shift; local
    [all...]
  /frameworks/base/docs/html/resources/samples/
get.jd 1 page.title=Getting the Samples
10 application development. For example, the samples show the structure of the
16 <p>The SDK provides the samples both as source code and as browseable HTML, as
17 described in the sections below. All of the samples included in the SDK are
25 components, each of which contains the samples for a specific Android platform
26 version. Once you have installed the SDK, you can download one or more samples
30 <p>To download the samples, launch the Android SDK and AVD Manager tool and
31 select one of the samples components from the <strong>Available
32 Packages</strong> panel, for example "Samples for SDK API 7". Select
39 <p>When the download is complete, you can find the samples sources on you
    [all...]

Completed in 526 milliseconds

1 2 3 4 5 6 7 8 91011>>