HomeSort by relevance Sort by last modified time
    Searched full:samples (Results 26 - 50 of 1585) sorted by null

12 3 4 5 6 7 8 91011>>

  /development/samples/SearchableDictionary/
Android.mk 4 LOCAL_MODULE_TAGS := samples
  /development/samples/SoftKeyboard/
Android.mk 4 LOCAL_MODULE_TAGS := samples
  /development/samples/SpellChecker/HelloSpellChecker/
Android.mk 4 LOCAL_MODULE_TAGS := samples
  /development/samples/SpellChecker/SampleSpellCheckerService/
Android.mk 4 LOCAL_MODULE_TAGS := samples
  /development/samples/TtsEngine/
Android.mk 4 LOCAL_MODULE_TAGS := samples
  /development/samples/USB/AdbTest/
Android.mk 4 LOCAL_MODULE_TAGS := samples
  /development/samples/USB/MissileLauncher/
Android.mk 4 LOCAL_MODULE_TAGS := samples
  /development/samples/VoiceRecognitionService/
Android.mk 4 LOCAL_MODULE_TAGS := samples
  /external/v8/build/
all.gyp 11 '../samples/samples.gyp:*',
  /external/oprofile/libpp/
format_flags.h 35 /// number of samples
37 /// number of samples accumulated
39 /// relative percentage of samples
41 /// relative percentage of samples accumulated
45 * to symbol but relative to the total nr of samples
50 * to symbol but relative to the total nr of samples,
profile_container.h 3 * Container associating symbols and samples
31 * Store multiple samples files belonging to the same profiling session.
38 * Build an object to store information on samples. All parameters
39 * acts as hint for what you will request after recording samples and
44 * @param need_details If true if we need to record all samples or to
54 * add() - record symbols/samples in the underlying container
56 * @param profile the samples files container
63 * Obviously you can add only samples files which are coherent (same
117 /// return the total number of samples
120 /// Get the samples count which belongs to filename. Return 0 i
170 scoped_ptr<sample_container> samples; member in class:profile_container
    [all...]
  /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 decr, samples; local
53 samples = bytes >> hw->info.shift;
56 decr = audio_MIN (live, samples);
57 hw->rpos = (hw->rpos + decr) % hw->samples;
69 hw->samples = 1024;
88 hw->samples = 1024;
101 int dead = hw->samples - live;
102 int samples = 0; local
112 samples = bytes >> hw->info.shift;
113 samples = audio_MIN (samples, dead)
120 int samples = size >> sw->info.shift; local
    [all...]
  /frameworks/base/docs/html/resources/samples/
get.jd 1 page.title=Getting the Samples
12 application development. For example, the samples show the structure of the
18 <p>The SDK provides the samples both as source code and as browseable HTML, as
19 described in the sections below. All of the samples included in the SDK are
27 components, each of which contains the samples for a specific Android platform
28 version. Once you have installed the SDK, you can download one or more samples
32 <p>To download the samples, launch the Android SDK and AVD Manager tool and
33 select one of the samples components from the <strong>Available
34 Packages</strong> panel, for example "Samples for SDK API 7". Select
41 <p>When the download is complete, you can find the samples sources on you
    [all...]
  /external/icu4c/samples/
Makefile 1 ## Makefile.in for ICU samples
14 subdir = samples
41 all-samples: all-samples-recursive
42 clean-samples: clean-samples-recursive
43 check-samples: check-samples-recursive
45 # Note (srl 4/15/2002) do NOT recursively check samples for 2.1, look into testing them in the future.
68 all-samples-recursive check-samples-recursive clean-samples-recursive
    [all...]
Makefile.in 1 ## Makefile.in for ICU samples
14 subdir = samples
41 all-samples: all-samples-recursive
42 clean-samples: clean-samples-recursive
43 check-samples: check-samples-recursive
45 # Note (srl 4/15/2002) do NOT recursively check samples for 2.1, look into testing them in the future.
68 all-samples-recursive check-samples-recursive clean-samples-recursive
    [all...]
  /external/protobuf/gtest/
Makefile.am 50 xcode/Samples/FrameworkSample/Info.plist \
51 xcode/Samples/FrameworkSample/widget_test.cc \
52 xcode/Samples/FrameworkSample/widget.cc \
53 xcode/Samples/FrameworkSample/widget.h \
54 xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj
120 # Bulid rules for samples and tests. Automake's naming for some of
127 noinst_LTLIBRARIES = samples/libsamples.la
129 samples_libsamples_la_SOURCES = samples/sample1.cc \
130 samples/sample1.h \
131 samples/sample2.cc
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
_package.html 23 <li>{@link com.android.samples.view.RelativeLayout1
25 <li>{@link com.android.samples.view.RelativeLayout2
31 <li>{@link com.android.samples.view.LinearLayout1
33 <li>{@link com.android.samples.view.LinearLayout2 Example
35 <li>{@link com.android.samples.view.LinearLayout3 Example
37 <li>{@link com.android.samples.view.LinearLayout4 Example
39 <li>{@link com.android.samples.view.LinearLayout5 Example
41 <li>{@link com.android.samples.view.LinearLayout6 Example
43 <li>{@link com.android.samples.view.LinearLayout7 Example
45 <li>{@link com.android.samples.view.LinearLayout8 Exampl
    [all...]
  /external/webrtc/src/modules/audio_processing/utility/
ring_buffer.h 26 // Returns number of samples read
29 // Returns number of samples written
32 // Returns number of samples flushed
35 // Returns number of samples stuffed
38 // Returns number of samples in buffer
  /external/oprofile/daemon/
opd_stats.c 46 printf("Nr. non-backtrace samples: %lu\n", opd_stats[OPD_SAMPLES]);
47 printf("Nr. kernel samples: %lu\n", opd_stats[OPD_KERNEL]);
48 printf("Nr. lost samples (no kernel/user): %lu\n", opd_stats[OPD_NO_CTX]);
49 printf("Nr. lost kernel samples: %lu\n", opd_stats[OPD_LOST_KERNEL]);
51 printf("Nr. samples lost due to sample file open failure: %lu\n",
53 printf("Nr. samples lost due to no permanent mapping: %lu\n",
57 print_if("Nr. samples lost due to no mapping: %u\n",
61 print_if("Nr. samples lost due to no mm: %u\n",
76 print_if("Nr. samples lost cpu buffer overflow: %u\n",
78 print_if("Nr. samples lost task exit: %u\n"
    [all...]
  /external/chromium/testing/gtest/
Makefile.am 35 samples/prime_tables.h \
36 samples/sample2_unittest.cc \
37 samples/sample3_unittest.cc \
38 samples/sample4_unittest.cc \
39 samples/sample5_unittest.cc \
40 samples/sample6_unittest.cc \
41 samples/sample7_unittest.cc \
42 samples/sample8_unittest.cc \
43 samples/sample9_unittest.cc
147 xcode/Samples/FrameworkSample/Info.plist
    [all...]
  /frameworks/base/docs/html/guide/topics/renderscript/
compute.jd 9 <h2>Related Samples</h2>
12 <li><a href="{@docRoot}resources/samples/RenderScript/HelloCompute/index.html">Hello
14 <li><a href="{@docRoot}resources/samples/RenderScript/Balls/index.html">Balls</a></li>
29 <p>See the <a href="{@docRoot}resources/samples/RenderScript/HelloCompute/index.html">HelloCompute</a>
33 See the <a href="{@docRoot}resources/samples/RenderScript/Balls/index.html">Balls</a>
37 <a href="{@docRoot}resources/samples/RenderScript/Balls/src/com/example/android/rs/balls/ball_physics.html">balls_physics.rs</a>.
  /frameworks/base/voip/jni/rtp/
GsmCodec.cpp 46 int encode(void *payload, int16_t *samples);
47 int decode(int16_t *samples, int count, 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, int count, void *payload, int length)
65 gsm_decode(mDecode, bytes, &samples[n]) == 0) {
  /dalvik/hit/test/
testparser 6 #java -Djava.compiler=NONE -Xdebug -Xrunjdwp:transport=dt_socket,address=53635,server=y,suspend=y -cp build com.android.hit.Main ../samples/android.hprof
8 java -cp build com.android.hit.Main ../samples/android.hprof
  /external/oprofile/pp/
opgprof.cpp 63 profile_container const & samples)
68 sample_container::samples_iterator it = samples.begin();
69 sample_container::samples_iterator end = samples.end();
95 bool aligned_samples(profile_container const & samples, int gap)
97 sample_container::samples_iterator it = samples.begin();
98 sample_container::samples_iterator end = samples.end();
136 void output_gprof(op_bfd const & abfd, profile_container const & samples,
146 if (aligned_samples(samples, 4))
151 get_vma_range(low_pc, high_pc, samples);
167 // (this can occur with callgraph w/o samples to the binary) but i
    [all...]

Completed in 1047 milliseconds

12 3 4 5 6 7 8 91011>>