/development/samples/browseable/NavigationDrawer/src/com.example.android.navigationdrawer/ |
MainActivity.java | 35 private Sample[] mSamples; 43 mSamples = new Sample[]{ 44 new Sample(R.string.navigationdraweractivity_title, R.string.navigationdraweractivity_description, 90 private class Sample { 95 private Sample(int titleResId, int descriptionResId, Intent intent) { 101 private Sample(int titleResId, int descriptionResId,
|
/external/chromium_org/base/metrics/ |
histogram_samples.h | 25 virtual void Accumulate(HistogramBase::Sample value, 27 virtual HistogramBase::Count GetCount(HistogramBase::Sample value) const = 0; 47 // Based on |op| type, add or subtract sample counts data from the iterator. 74 // Get the sample and count at current position. 77 virtual void Get(HistogramBase::Sample* min, 78 HistogramBase::Sample* max,
|
sample_vector.cc | 15 typedef HistogramBase::Sample Sample; 25 void SampleVector::Accumulate(Sample value, Count count) { 33 Count SampleVector::GetCount(Sample value) const { 58 HistogramBase::Sample min; 59 HistogramBase::Sample max; 68 // Sample matches this bucket! 75 // Sample is larger than current bucket range. Try next. 78 // Sample is smaller than current bucket range. We scan buckets from 79 // smallest to largest, so the sample value must be invalid [all...] |
/external/chromium_org/chrome/test/base/ |
uma_histogram_helper.h | 39 base::HistogramBase::Sample sample, 46 base::HistogramBase::Sample sample, 59 base::HistogramBase::Sample sample,
|
/external/doclava/test/api/ |
add-class.xml | 2 <package name="doclava.sample" 13 type="doclava.sample.Bunk" 46 extends="doclava.sample.Bunk" 54 type="doclava.sample.DeBunk" 84 type="doclava.sample.Foo" 123 type="doclava.sample.Funk"
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
build-id.c | 21 struct perf_sample *sample, 27 struct thread *thread = machine__findnew_thread(machine, sample->pid, 28 sample->pid); 37 sample->ip, &al); 47 struct perf_sample *sample 68 .sample = build_id__mark_dso_hit,
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/ |
RollRecoveryEntry.java | 23 * a sample to be decoded correctly. A positive value indicates the number of samples after the sample 25 * the last sample is correct. A negative value indicates the number of samples before the sample that is 26 * a group member that must be decoded in order for recovery to be complete at the marked sample. 27 * The value zero must not be used; the sync sample table documents random access points for which
|
/frameworks/base/core/java/android/gesture/ |
InstanceLearner.java | 50 Instance sample = instances.get(i); local 51 if (sample.vector.length != vector.length) { 56 distance = GestureUtils.minimumCosineDistance(sample.vector, vector, orientationType); 58 distance = GestureUtils.squaredEuclideanDistance(sample.vector, vector); 66 Double score = label2score.get(sample.label); 68 label2score.put(sample.label, weight);
|
/external/deqp/doc/testspecs/GLES31/ |
functional.shaders.sample_variables.txt | 19 Sample variable tests 25 + Rendering to default framebuffer, multi- and single sample 37 + Rendering to every supported render buffer sample count / format 38 + Rendering to every supported multisample texture sample count / format 47 program. With texture targets, each sample encodes its gl_SampleID to the 60 values against a per-sample interpolated screen-space location (in pixels) 70 Distribution is verified by averaging sample position values (texture) or by 76 sample_mask_in.* cases write values to gl_SampleMask built-in variable. Sample 78 single sample render targets. *_per_pixel variations test value when fragment 80 sample. *_per_two_samples variations use OES_sample_shading, with sampl [all...] |
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/ |
sample-parsing.c | 155 struct perf_sample sample = { local 193 sample.read.group.nr = 4; 194 sample.read.group.values = values; 196 sample.read.one.value = 0x08789faeb786aa87ULL; 197 sample.read.one.id = 99; 200 sz = perf_event__sample_event_size(&sample, sample_type, 216 &sample, false); 243 if (!samples_same(&sample, &sample_out, sample_type, 259 * test__sample_parsing - test sample parsing. 261 * This function implements a test that synthesizes a sample event, parses i [all...] |
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/ |
test_handshake.py | 53 validate_subprotocol('sample', hixie=True) 54 validate_subprotocol('Sample', hixie=True) 55 validate_subprotocol('sample\x7eprotocol', hixie=True) 56 validate_subprotocol('sample\x20protocol', hixie=True) 57 validate_subprotocol('sample', hixie=False) 58 validate_subprotocol('Sample', hixie=False) 59 validate_subprotocol('sample\x7eprotocol', hixie=False) 68 'sample\x19protocol', 72 'sample\x7fprotocol', 85 'sample\x09protocol' [all...] |
/external/flac/libFLAC/ |
md5.c | 279 unsigned channel, sample; local 288 for(sample = 0; sample < samples; sample++, buf1_+=2) 289 *buf1_ = (FLAC__int16)signal[1][sample]; 293 for(sample = 0; sample < samples; sample++) 294 *buf1_++ = (FLAC__int16)signal[0][sample]; 300 for(sample = 0; sample < samples; sample++) [all...] |
/external/oprofile/libpp/ |
symbol_sort.cpp | 47 case sort_options::sample: 48 if (lhs.sample.counts[0] < rhs.sample.counts[0]) 50 if (lhs.sample.counts[0] > rhs.sample.counts[0]) 65 if (lhs.sample.vma < rhs.sample.vma) 67 if (lhs.sample.vma > rhs.sample.vma) 72 file_location const & f1 = lhs.sample.file_loc [all...] |
/frameworks/av/media/libstagefright/data/ |
media_codecs_google_audio.xml | 21 <Limit name="sample-rate" ranges="8000,11025,12000,16000,22050,24000,32000,44100,48000" /> 26 <Limit name="sample-rate" ranges="8000" /> 31 <Limit name="sample-rate" ranges="16000" /> 36 <Limit name="sample-rate" ranges="7350,8000,11025,12000,16000,22050,24000,32000,44100,48000" /> 41 <Limit name="sample-rate" ranges="8000" /> 46 <Limit name="sample-rate" ranges="8000" /> 51 <Limit name="sample-rate" ranges="8000,11025,12000,16000,22050,24000,32000,44100,48000,96000" /> 56 <Limit name="sample-rate" ranges="48000" /> 61 <Limit name="sample-rate" ranges="8000-96000" /> 68 <Limit name="sample-rate" ranges="11025,12000,16000,22050,24000,32000,44100,48000" / [all...] |
/build/tools/droiddoc/templates-pdk/assets/ |
android-developer-resource-browser.css | 19 #resource-browser-results .tagged-sample { 20 background-image: url(images/resource-sample.png);
|
/developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/res/values/ |
base-strings.xml | 23 This sample demonstrates how to set restrictions to other apps as a profile owner. 24 Use AppRestrictionSchema sample as a app with available restrictions.
|
/developers/build/prebuilts/gradle/BasicRenderScript/Application/src/main/res/values/ |
base-strings.xml | 23 BasicRenderScript sample demonstrates basic steps how to use renderScript. 24 In the sample, it performs graphical filter operation on a image with renderScript.
|
/developers/build/prebuilts/gradle/CardEmulation/Application/src/main/res/values/ |
strings.xml | 19 <string name="service_name">CardEmulation Sample</string> 20 <string name="card_title">Sample Loyalty Card</string>
|
/developers/build/prebuilts/gradle/CardView/Application/src/main/res/values/ |
base-strings.xml | 18 <string name="app_name">CardView Sample</string> 23 This sample demonstrates how to use CardView introduced in the support library for the
|
/developers/build/templates/SingleView/_MODULE_/src/template/res/values/ |
strings.xml.ftl | 18 <#if (sample.strings.sample_action)?is_string> 19 <string name="sample_action">${sample.strings.sample_action}</string>
|
/developers/build/templates/base/_MODULE_/src/template/res/values/ |
base-strings.xml.ftl | 18 <string name="app_name">${sample.name}</string> 21 ${sample.strings.intro}
|
/developers/samples/android/connectivity/nfc/CardEmulation/Application/src/main/res/values/ |
strings.xml | 19 <string name="service_name">CardEmulation Sample</string> 20 <string name="card_title">Sample Loyalty Card</string>
|
/development/samples/ActionBarCompat/ |
_index.jd | 2 sample.group=Input 5 <p>This sample shows how to use the action bar design pattern on pre-API 11 devices and the built-in
|
/development/samples/browseable/AppRestrictionEnforcer/res/values/ |
base-strings.xml | 23 This sample demonstrates how to set restrictions to other apps as a profile owner. 24 Use AppRestrictionSchema sample as a app with available restrictions.
|
/development/samples/browseable/BasicRenderScript/res/values/ |
base-strings.xml | 26 BasicRenderScript sample demonstrates basic steps how to use renderScript. 27 In the sample, it performs graphical filter operation on a image with renderScript.
|