/frameworks/base/tests/ImfTest/src/com/android/imftest/samples/ |
BigEditTextActivityNonScrollablePanScan.java | 17 package com.android.imftest.samples;
|
BigEditTextActivityNonScrollableResize.java | 17 package com.android.imftest.samples;
|
ManyEditTextActivityScrollResize.java | 17 package com.android.imftest.samples;
|
/frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/ |
BigEditTextActivityNonScrollablePanScanTests.java | 17 package com.android.imftest.samples;
|
BigEditTextActivityNonScrollableResizeTests.java | 17 package com.android.imftest.samples;
|
BigEditTextActivityScrollablePanScanTests.java | 17 package com.android.imftest.samples;
|
BigEditTextActivityScrollableResizeTests.java | 17 package com.android.imftest.samples;
|
BottomEditTextActivityPanScanTests.java | 17 package com.android.imftest.samples;
|
BottomEditTextActivityResizeTests.java | 17 package com.android.imftest.samples;
|
ButtonActivityTest.java | 17 package com.android.imftest.samples;
|
ManyEditTextActivityBaseTestCase.java | 17 package com.android.imftest.samples;
|
OneEditTextActivityNotSelectedTests.java | 17 package com.android.imftest.samples;
|
OneEditTextActivitySelectedTests.java | 17 package com.android.imftest.samples;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
NewSampleProjectWizard.java | 23 * This displays the new project wizard pre-configured for samples only.
|
/external/oprofile/libpp/ |
callgraph_container.cpp | 142 samples.clear(); 157 samples.push_back(make_pair(p_it.first.vma(), 161 sort(samples.begin(), samples.end(), 217 samples_t samples; member in class:__anon8940::call_data 248 /// accumulate all samples for a given caller/callee pair 400 // non callgraph samples container, we record sample at symbol level 451 cverb << vdebug << "samples file : " << *it << endl; 552 call_data::const_iterator dit = caller.samples.begin(); 553 call_data::const_iterator dend = caller.samples.end() [all...] |
/external/qemu/audio/ |
coreaudio.c | 389 // TODO: hw->samples = *pNBuffers * core->bufferFrameSize; 523 /* if there are not enough samples, set signal and return */ 549 rpos = (rpos + frameCount) % hw->samples; 573 hw->samples = core->bufferFrameSize * conf.out_nbuffers; 659 avail = hw->samples - hw->total_samples_captured - core->decr; 661 D("%s: enter avail=%d core.decr=%d core.pos=%d hw.samples=%d hw.total_samples_captured=%d frameCount=%d\n", 662 __FUNCTION__, avail, core->decr, core->pos, hw->samples, hw->total_samples_captured, (int)frameCount); 664 /* if there are not enough samples, set signal and return */ 690 wpos = (wpos + frameCount) % hw->samples; 720 hw->samples = core->bufferFrameSize * conf.in_nbuffers [all...] |
/external/webp/src/dec/ |
vp8i.h | 69 // Constraints are: We need to store one 16x16 block of luma samples (y), 72 // top-left samples (from previously decoded blocks), along with four 73 // extra top-right samples for luma (intra4x4 prediction only). 87 // 'y' = y-samples 'u' = u-samples 'v' = u-samples 219 uint8_t* y_t_; // top luma samples: 16 * mb_w_ 220 uint8_t* u_t_, *v_t_; // top u/v samples: 8 * mb_w_ each 226 uint8_t* cache_y_; // macroblock row for storing unfiltered samples 318 // *dst is the destination block, with stride BPS. Boundary samples ar [all...] |
/frameworks/base/services/audioflinger/ |
AudioResamplerSinc.cpp | 150 * p = past samples, convoluted with the (p)ositive side of sinc() 151 * n = future samples, convoluted with the (n)egative side of sinc() 230 // Always read-in the first samples from the input buffer 264 // if done with buffer, save samples 305 int32_t& l, int32_t& r, uint32_t phase, int16_t const *samples) 321 int16_t const *sP = samples; 322 int16_t const *sN = samples+CHANNELS; 342 int32_t const* coefs, int16_t lerp, int16_t const* samples) 348 uint32_t rl = *reinterpret_cast<uint32_t const*>(samples); 352 r = l = mulAdd(samples[0], sinc, l) [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/ |
emu10k1.h | 246 unsigned int internal_tram_size; /* in samples */ 247 unsigned int external_tram_size; /* in samples */ 312 unsigned int size; /* size in samples (4 bytes) */ 313 unsigned int *samples; /* pointer to samples (20-bit) */ member in struct:__anon20464 321 unsigned int tram_start; /* ring buffer position in TRAM (in samples) */ 322 unsigned int buffer_size; /* count of buffered samples */ 323 unsigned short gpr_size; /* GPR containing size of ringbuffer in samples (host) */ 325 unsigned short gpr_count; /* GPR containing count of samples between two interrupts (host) */ 326 unsigned short gpr_tmpcount; /* GPR containing current count of samples to interrupt (host = set, FX8010) * [all...] |
/external/opencv/cv/src/ |
cvcondens.cpp | 51 // SamplesNum - number of samples in sample set used in algorithm 110 // SamplesNum - number of samples in sample set used in algorithm 190 /* Updating the set of random samples */ 265 /* Generating the samples */ 274 /* Reinitializes the structures to update samples randomly */
|
/external/qemu/distrib/sdl-1.2.12/src/audio/dc/ |
SDL_dcaudio.c | 100 while(aica_get_pos(0)/this->spec.samples == this->hidden->nextbuf) { 155 while(aica_get_pos(0)/spec->samples == this->hidden->nextbuf) { 179 aica_play(0,mode,this->hidden->leftpos,0,spec->samples*2,spec->freq,255,128,1); 181 aica_play(0,mode,this->hidden->leftpos ,0,spec->samples*2,spec->freq,255,0,1); 182 aica_play(1,mode,this->hidden->rightpos,0,spec->samples*2,spec->freq,255,255,1);
|
/external/webp/src/enc/ |
vp8enci.h | 63 // The original or reconstructed samples can be accessed using VP8Scan[] 66 // +----+ YUV Samples area. See VP8Scan[] for accessing the blocks. 67 // Y_OFF |YYYY| <- original samples (enc->yuv_in_) 74 // Y_OFF |YYYY| <- compressed/decoded samples ('yuv_out_') 249 // right neighbouring data (samples, predictions, contexts, ...) 263 uint8_t i4_boundary_[37]; // 32+5 boundary samples needed by intra4x4 281 // import samples from source 283 // export decimated samples 369 uint8_t* yuv_in_; // input samples 370 uint8_t* yuv_out_; // output samples [all...] |
/external/oprofile/doc/ |
internals.xml | 75 number of events. OProfile can use these interrupts to generate samples: then, the 95 counters, then a simpler method is used: the kernel timer interrupt feeds samples 99 The rest of this document concerns itself with how we get from receiving samples at 134 as the actual character device that the OProfile userspace receives samples 151 how OProfile works in the kernel. Its job is to take samples delivered 165 <filename>$SESSION_DIR/samples/current/</filename>, by default located at 166 <filename>/var/lib/oprofile/samples/current/</filename>. For the benefit 168 are mangled to reflect where the samples were from: this can include 303 samples are registered with the OProfile core itself as usual (with 312 <chapter id="collecting-samples"> [all...] |
/external/libvpx/ |
examples.mk | 242 samples.dox: examples.mk 244 @echo "/*!\page samples Sample Code" > $@ 247 "and the associated C code. In general, later samples"\ 248 "build upon prior samples, so it is best to work through the"\ 249 "list in order. The following samples are included: ">>$@ 256 "pieces like the samples are. Thir sourcre is included here"\ 262 CLEAN-OBJS += examples.doxy samples.dox $(ALL_EXAMPLES:.c=.dox) 263 DOCS-yes += examples.doxy samples.dox $(ALL_EXAMPLES:.c=.dox) 264 examples.doxy: samples.dox $(ALL_EXAMPLES:.c=.dox)
|
/frameworks/base/docs/html/sdk/ndk/ |
overview.jd | 17 <li><a href="#samples">Sample applications</a></li> 46 <li>Documentation, samples, and tutorials</li> 221 <h3 id="samples">Sample applications</h3> 259 and Application.mk files. There are located under <code><ndk>/samples/<name>/</code> 260 and their source code can be found under <code><ndk>/samples/<name>/jni/</code>.</p> 263 <code><ndk>/samples/<name>/</code> then calling the <code>ndk-build</code> command. 265 <code><ndk>/samples/<name>/libs/armeabi/</code> for (ARMv5TE machine code) and/or 266 <code><ndk>/samples/<name>/libs/armeabi-v7a/</code> for (ARMv7 machine code).</p> 322 the <code><ndk-root>/samples/hello-jni</code> directory.</li> 331 <li>Change to the <code><ndk-root>/samples/hello-jni</code> directory.</li [all...] |