HomeSort by relevance Sort by last modified time
    Searched full:samples (Results 1 - 25 of 2159) 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
  /developers/samples/android/common/
README.txt 1 This directory contains shared classes referenced by some samples.
  /external/eigen/doc/snippets/
LLT_solve.cpp 2 // let's generate some samples on the 3D plane of equation z = 2x+3y (with some noise)
3 DataMatrix samples = DataMatrix::Random(12,2); variable
4 VectorXf elevations = 2*samples.col(0) + 3*samples.col(1) + VectorXf::Random(12)*0.1;
5 // and let's solve samples * [x y]^T = elevations in least square sense:
7 = (samples.adjoint() * samples).llt().solve((samples.adjoint()*elevations));
  /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 175 frameworks/base/docs/docs-samples-redirect.html docs/samples/index.html
179 # Samples Component
182 # samples to include in the sdk samples package
184 # the list here should match the list of samples that we generate docs for,
186 development/apps/GestureBuilder samples/${PLATFORM_NAME}/legacy/GestureBuilder
187 development/samples/samples_source.properties samples/${PLATFORM_NAME}/source.properties
189 # PLEASE KEEP THE SAMPLES IN ALPHABETICAL ORDER
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetIteratorTester.java 42 Arrays.asList(samples.e0, samples.e1, samples.e1, samples.e2)),
46 return getSubjectGenerator().create(samples.e0, samples.e1, samples.e1, samples.e2)
55 new IteratorTester<E>(4, IteratorFeature.MODIFIABLE, Arrays.asList(samples.e0, samples.e1
    [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/
_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
  /frameworks/base/tests/RenderScriptTests/MiscSamples/
_index.html 1 <p>A set of samples that demonstrate how to use various features of the Renderscript 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 */
  /prebuilts/tools/common/easymock-tools/
easymock-3.1-samples.jar 
  /ndk/
.gitignore 7 samples/
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_AudioSpec.3 12 Uint16 samples;
22 Audio frequency in samples per second
34 Audio buffer size in samples
49 The number of samples sent to the sound device every second\&. Common values are 11025, 22050 and 44100\&. The higher the better\&.
53 .IP "\fBAUDIO_U8\fP" 10Unsigned 8-bit samples
54 .IP "\fBAUDIO_S8\fP" 10Signed 8-bit samples
55 .IP "\fBAUDIO_U16\fP or \fBAUDIO_U16LSB\fP" 10Unsigned 16-bit little-endian samples
56 .IP "\fBAUDIO_S16\fP or \fBAUDIO_S16LSB\fP" 10Signed 16-bit little-endian samples
57 .IP "\fBAUDIO_U16MSB\fP" 10Unsigned 16-bit big-endian samples
58 .IP "\fBAUDIO_S16MSB\fP" 10Signed 16-bit big-endian samples
    [all...]
  /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.html 3 <meta http-equiv="refresh" content="0;url=http://developer.android.com/tools/samples/index.html">
8 href="http://developer.android.com/tools/samples/index.html">click here</a>.</p>
  /frameworks/av/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...]
  /cts/suite/audio_quality/test/
AudioSignalFactoryTest.cpp 26 AudioHardware::SamplingRate samplingRate, int signalFreq, int samples) {
27 ASSERT_TRUE(buffer->getSize() == (unsigned int)(AudioHardware::E2BPS * 2 * samples));
29 for(int i = 0; i < samples; i++) {
43 const int samples = 8192 * 10; local
45 maxPositive, AudioHardware::ESampleRate_44100, signalFreq, samples);
46 testSignalBasic(buffer, maxPositive, AudioHardware::ESampleRate_44100, signalFreq, samples);
52 const int samples = 8192 * 10; local
54 maxPositive, samples);
55 testSignalBasic(buffer, maxPositive, AudioHardware::ESampleRate_44100, signalFreq, samples);
  /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/native/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

Completed in 707 milliseconds

1 2 3 4 5 6 7 8 91011>>