| /external/clang/www/timing-data/2009-03-02/ |
| sketch.txt | 34 'samples' : [ 47 'samples' : [ 60 'samples' : [ 73 'samples' : [ 86 'samples' : [ 99 'samples' : [ 112 'samples' : [ 125 'samples' : [ 138 'samples' : [ 151 'samples' : [all...] |
| 176.gcc.txt | 34 'samples' : [ 47 'samples' : [ 60 'samples' : [ 73 'samples' : [ 86 'samples' : [ 99 'samples' : [ 112 'samples' : [ 125 'samples' : [ 138 'samples' : [ 151 'samples' : [all...] |
| /development/samples/AndroidBeamDemo/ |
| Android.mk | 4 LOCAL_MODULE_TAGS := samples
|
| /development/samples/BackupRestore/ |
| Android.mk | 4 LOCAL_MODULE_TAGS := samples
|
| /development/samples/BasicGLSurfaceView/ |
| Android.mk | 4 LOCAL_MODULE_TAGS := samples
|
| /development/samples/BusinessCard/ |
| Android.mk | 4 LOCAL_MODULE_TAGS := samples
|
| /development/samples/Support13Demos/ |
| _index.html | 12 // when the docs are online. This will be changed once the samples get moved. 17 "<p>You'll notice that all the samples are included in a single Android "+ 18 "project, so the application code and other resource files for all samples are batched "+ 19 "together. Current samples are only for the fragment and loader in the "+
|
| /development/samples/Support4Demos/ |
| _index.html | 12 // when the docs are online. This will be changed once the samples get moved. 17 "<p>You'll notice that all the samples are included in a single Android "+ 18 "project, so the application code and other resource files for all samples are batched "+ 19 "together. Current samples are only for the fragment and loader in the "+
|
| /external/oprofile/daemon/liblegacy/ |
| opd_sample_files.h | 20 /** one samples file when profiling on a 2.2/2.4 kernel */ 29 * sync all samples files 36 * close all samples files belonging to this image 58 * put sfile at the head of samples files lru list
|
| /external/v8/ |
| Android.v8shell.mk | 4 LOCAL_SRC_FILES:= samples/shell.cc
|
| /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
| armVCM4P2_Clip8_s.s | 51 USAT16 x0, #8, x0 ;// clip two samples to [0,255] 52 USAT16 x1, #8, x1 ;// clip two samples to [0,255] 60 USAT16 x2, #8, x2 ;// clip two samples to [0,255] 61 USAT16 x3, #8, x3 ;// clip two samples to [0,255]
|
| /system/media/audio_effects/include/audio_effects/ |
| effect_visualizer.h | 32 #define VISUALIZER_CAPTURE_SIZE_MAX 1024 // maximum capture size in samples 33 #define VISUALIZER_CAPTURE_SIZE_MIN 128 // minimum capture size in samples 38 VISUALIZER_PARAM_CAPTURE_SIZE, // Sets the number PCM samples in the capture. 48 // It returns the number of samples specified by VISUALIZER_PARAM_CAPTURE_SIZE
|
| /external/webrtc/src/common_audio/signal_processing_library/main/source/ |
| copy_set_operations.c | 67 WebRtc_Word16 samples, 70 // Copy the last <samples> of the input vector to vector_out 71 WEBRTC_SPL_MEMCPY_W16(vector_out, &vector_in[length - samples], samples); 73 return samples;
|
| /external/chromium/testing/gtest/ |
| CMakeLists.txt | 76 # Samples on how to link user tests with gtest or gtest_main. 83 cxx_executable(sample1_unittest samples gtest_main samples/sample1.cc) 84 cxx_executable(sample2_unittest samples gtest_main samples/sample2.cc) 85 cxx_executable(sample3_unittest samples gtest_main) 86 cxx_executable(sample4_unittest samples gtest_main samples/sample4.cc) 87 cxx_executable(sample5_unittest samples gtest_main samples/sample1.cc [all...] |
| /external/clang/www/timing-data/2009-06-26/ |
| sketch.txt | 28 'samples' : [ 41 'samples' : [ 54 'samples' : [ 67 'samples' : [ 80 'samples' : [ 93 'samples' : [ 106 'samples' : [ 119 'samples' : [ 132 'samples' : [ 145 'samples' : [all...] |
| 176.gcc.txt | 28 'samples' : [ 41 'samples' : [ 54 'samples' : [ 67 'samples' : [ 80 'samples' : [ 93 'samples' : [ 106 'samples' : [ 119 'samples' : [ 132 'samples' : [ 145 'samples' : [all...] |
| /external/qemu/docs/ |
| AUDIO.TXT | 36 - A fixed-size circular buffer of stereo samples (for stereo). 40 - A 'samples' field giving the (constant) number of sample pairs in the stereo buffer. 46 - A 'rpos' offset into the circular buffer which tells where to read the next samples 50 |<----------------- samples ----------------------->| 63 send samples from the stereo buffer to the host sound card/server. This method 64 shall also modify 'rpos' and returns the number of samples 'played'. A more detailed 67 - A 'write' method callback used to write a buffer of emulated sound samples from 78 - a 'conv()' function used to read sound samples from the emulated sound card and 81 - a 'total_hw_samples_mixed' which correspond to the number of samples that have 83 HWVoiceOut's 'rpos' offset). NOTE: this is a count of samples in the HWVoiceOu [all...] |
| /external/qemu/audio/ |
| wavaudio.c | 61 int rpos, decr, samples; local 70 samples = INT_MAX >> hw->info.shift; 73 samples = bytes >> hw->info.shift; 77 decr = audio_MIN (live, samples); 78 samples = decr; 80 while (samples) { 81 int left_till_end_samples = hw->samples - rpos; 82 int convert_samples = audio_MIN (samples, left_till_end_samples); 90 rpos = (rpos + convert_samples) % hw->samples; 91 samples -= convert_samples 348 int wpos, live, decr, samples; local [all...] |
| /external/oprofile/libpp/ |
| profile.h | 3 * Encapsulation for samples files over all profile classes 43 /// return the header of the last opened samples file 49 * count samples count w/o recording them 53 * them. It's placed here so all access to samples files go through 63 * Convenience interface put here so all access to samples files 69 * cumulate sample file to our container of samples 72 * store samples for one sample file, sample file header is sanitized. 93 /// return a pair of iterator for all samples 102 /// copy of the samples file header 105 /// storage type for samples sorted by ei [all...] |
| populate.cpp | 59 populate_for_image(profile_container & samples, inverted_profile const & ip, 63 populate_for_spu_image(samples, ip, symbol_filter, 70 samples.extra_found_images, ok); 75 report_image_error(ip, false, samples.extra_found_images); 94 samples.add(profile, abfd, it->app_image, i); 103 samples.extra_found_images.find_image_path(
|
| /external/mesa3d/src/pixelflinger2/ |
| texture.cpp | 159 Vec4<int> samples[4] = {0}; local 160 PointSample<format>((unsigned *)(samples + 0), data, y0 * width + x0); 161 ToIntVec(samples + 0); 162 PointSample<format>((unsigned *)(samples + 1), data, y0 * width + x1); 163 ToIntVec(samples + 1); 164 PointSample<format>((unsigned *)(samples + 2), data, y1 * width + x1); 165 ToIntVec(samples + 2); 166 PointSample<format>((unsigned *)(samples + 3), data, y1 * width + x0); 167 ToIntVec(samples + 3); 169 Lerp(samples + 0, samples + 1, xLerp, samples + 0) 268 Vec4<int> samples[4] = {0}; local [all...] |
| /external/webrtc/src/modules/audio_processing/agc/main/interface/ |
| gain_control.h | 55 * 20ms. The length of the input speech vector must be given in samples 61 * - samples : Number of samples in input vector 69 WebRtc_Word16 samples); 74 * 20ms. The length of the input speech vector must be given in samples 77 * overwriting the samples in inMic[]. 88 * - samples : Number of samples in input vector 97 WebRtc_Word16 samples); 104 * input speech vector must be given in samples (80/160 when FS=8000, an [all...] |
| /frameworks/base/tests/ImfTest/ |
| AndroidManifest.xml | 8 <activity android:name=".samples.InputTypeActivity" android:label="Input Type Activity"> 16 <activity android:name=".samples.ButtonActivity" android:label="Button Activity"> 24 <activity android:name=".samples.BigEditTextActivityNonScrollablePanScan" android:label="Big ET !Scroll Pan/Scan"> 32 <activity android:name=".samples.ManyEditTextActivityNoScrollPanScan" android:label="ManyEditTextActivityNoScrollPanScan"> 40 <activity android:name=".samples.BigEditTextActivityNonScrollableResize" android:label="Big ET !Scroll Resize"> 48 <activity android:name=".samples.BigEditTextActivityScrollablePanScan" android:label="Big ET Scroll Pan/Scan"> 56 <activity android:name=".samples.BigEditTextActivityScrollableResize" android:label="Big ET Scroll Resize"> 64 <activity android:name=".samples.EditTextActivityDialog" android:label="ET Dialog"> 72 <activity android:name=".samples.ManyEditTextActivityScrollPanScan" android:label="ManyEditTextActivityScrollPanScan"> 80 <activity android:name=".samples.ManyEditTextActivityScrollResize" android:label="ManyEditTextActivityScrollResize" [all...] |
| /development/ndk/tests/ |
| run-all.sh | 7 # and that the samples will be under samples/ and platforms/android-N/samples/ 28 if [ ! -d "$NDK/platforms" -o ! -d "$NDK/samples" ] ; then 29 echo "ERROR: Your NDK directory does not have 'platforms' or 'samples' directories." 105 SAMPLE_DIRS=`cd $ROOTDIR && ls -d samples/*` 106 SAMPLE_DIRS="$SAMPLE_DIRS "`cd $ROOTDIR && ls -d platforms/android-*/samples/*` 109 # Rebuild all samples first
|
| /external/chromium/chrome/common/extensions/docs/static/ |
| cookies.html | 32 see <a href="samples.html">Samples</a>.
|