/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/samples/SpellChecker/ |
_index.html | 1 <p>A set of samples that demonstrate how to create/use spell checker APIs.</p>
|
/development/build/ |
sdk.atree | 139 frameworks/base/docs/docs-samples-redirect.html docs/samples/index.html 143 # Samples Component 146 # samples to include in the sdk samples package 148 # the list here should match the list of samples that we generate docs for, 150 development/apps/GestureBuilder samples/${PLATFORM_NAME}/GestureBuilder 151 development/samples/source.properties samples/${PLATFORM_NAME}/source.properties 153 # PLEASE KEEP THE SAMPLES IN ALPHABETICAL ORDER [all...] |
/external/oprofile/daemon/liblegacy/ |
opd_24_stats.h | 17 enum { OPD_KERNEL, /**< nr kernel samples */ 18 OPD_MODULE, /**< nr module samples */ 19 OPD_LOST_MODULE, /**< nr samples in module for which modules can not be located */ 20 OPD_LOST_PROCESS, /**< nr samples for which process info couldn't be accessed */ 21 OPD_PROCESS, /**< nr userspace samples */ 22 OPD_LOST_MAP_PROCESS, /**< nr samples for which map info couldn't be accessed */ 23 OPD_LOST_SAMPLEFILE, /**< nr samples for which sample file can't be opened */ 31 OPD_SAMPLES, /**< nr distinct samples */
|
opd_24_stats.c | 29 printf("Nr. kernel samples: %lu\n", opd_24_stats[OPD_KERNEL]); 30 printf("Nr. modules samples: %lu\n", opd_24_stats[OPD_MODULE]); 31 printf("Nr. modules samples lost: %lu\n", opd_24_stats[OPD_LOST_MODULE]); 32 printf("Nr. samples lost due to no process information: %lu\n", 34 printf("Nr. samples lost due to sample file open failure: %lu\n", 36 printf("Nr. process samples in user-space: %lu\n", opd_24_stats[OPD_PROCESS]); 37 printf("Nr. samples lost due to no map information: %lu\n", 55 printf("Nr. samples total: %lu\n", opd_24_stats[OPD_SAMPLES]); 59 printf("Nr. kernel samples buffer overflow: %u\n",
|
/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>
|
/development/samples/RenderScript/MiscSamples/ |
_index.html | 1 <p>A set of samples that demonstrate how to use various features of the Renderscript APIs.</p
|
/development/samples/RenderScript/ |
_index.html | 1 <p>A set of samples that demonstrate how to use various features of the Renderscript APIs.</p
|
/development/samples/USB/ |
_index.html | 1 <p>A set of samples that demonstrate how to use various features of the USB APIs.</p
|
/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" />
|
/ndk/ |
.gitignore | 7 samples/
|
/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 & 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/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...] |
/external/oprofile/libpp/ |
sample_container.h | 24 * number of samples for a file or line number and 33 /// return iterator to the first samples for this symbol 35 /// return iterator to the last samples for this symbol 38 /// return iterator to the first samples 40 /// return iterator to the last samples 44 /// samples into an existing one. Can only be done before any lookups 47 /// return nr of samples in the given filename 50 /// return nr of samples at the given line nr in the given file 62 samples_storage samples; member in class:sample_container
|
sample_container.cpp | 3 * Internal container for samples 38 return samples.begin(); 44 return samples.end(); 53 return samples.lower_bound(key); 62 return samples.upper_bound(key); 71 samples_storage::iterator it = samples.find(key); 72 if (it != samples.end()) { 75 samples[key] = sample; 104 samples_iterator it = samples.find(key); 105 if (it != samples.end() [all...] |
/frameworks/base/include/cpustats/ |
CentralTendencyStatistics.h | 33 // add x to the set of samples 36 // return the arithmetic mean of all samples so far 39 // return the minimum of all samples so far 42 // return the maximum of all samples so far 45 // return the variance of all samples so far 48 // return the standard deviation of all samples so far 51 // return the number of samples added so far 54 // reset the set of samples to be empty 62 unsigned mN; // number of samples so far
|
/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
|