HomeSort by relevance Sort by last modified time
    Searched full:sample (Results 701 - 725 of 7148) sorted by null

<<21222324252627282930>>

  /developers/samples/android/security/keystore/BasicAndroidKeyStore/
README.md 1 Android BasicAndroidKeyStore Sample
4 Welcome to the <b>Basic Android Key Store</b> sample!
6 This sample demonstrates how to use the Android Key Store to safely create and store
27 This sample uses the Gradle build system. To build this project, use the
36 If you've found an error in this sample, please file an issue:
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshLayoutBasic/
README.md 1 Android SwipeRefreshLayoutBasic Sample
4 A basic sample which shows how to use SwipeRefreshLayout to add the \'swipe-to-refresh\'
6 In this sample the View which can be refreshed is a ListView.
18 This sample uses the Gradle build system. To build this project, use the
27 If you've found an error in this sample, please file an issue:
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshMultipleViews/
README.md 1 Android SwipeRefreshMultipleViews Sample
4 A sample which shows how to use SwipeRefreshLayout to add the \'swipe-to-refresh\'
6 refresh from swiping down on the visible view. In this sample, SwipeRefreshLayout
19 This sample uses the Gradle build system. To build this project, use the
28 If you've found an error in this sample, please file an issue:
  /external/chromium_org/base/metrics/
bucket_ranges.h 31 typedef std::vector<HistogramBase::Sample> Ranges;
37 HistogramBase::Sample range(size_t i) const { return ranges_[i]; }
38 void set_range(size_t i, HistogramBase::Sample value);
59 // put a sample into. For each index, show the smallest sample that can be
histogram_base.h 52 typedef int Sample; // Used for samples.
56 static const Sample kSampleType_MAX; // INT_MAX
111 virtual bool HasConstructionArguments(Sample expected_minimum,
112 Sample expected_maximum,
115 virtual void Add(Sample value) = 0;
117 // 2 convenient functions that call Add(Sample).
133 // Snapshot the current complete set of sample data.
153 // Writes information about the current (non-empty) buckets and their sample
154 // counts to |buckets|, the total sample count to |count| and the total sum
166 const std::string GetSimpleAsciiBucketRange(Sample sample) const
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/enrollment/
enrollment_screen.h 65 // Handles enrollment completion. Logs a UMA sample and requests the actor to
75 void UMA(policy::MetricEnrollment sample);
79 // |sample| is ignored and a kMetricEnrollmentAutoFailed sample is logged
81 void UMAFailure(policy::MetricEnrollment sample);
  /external/chromium_org/media/base/
decrypt_config.h 18 // of a sample are set in cleartext. A SubsampleEntry specifies the number of
20 // encrypted bytes in a sample should be considered a single logical stream,
31 // Contains all information that a decryptor needs to decrypt a media sample.
37 // |key_id| is the ID that references the decryption key for this sample.
41 // |subsamples| defines the clear and encrypted portions of the sample as
  /external/chromium_org/third_party/zlib/contrib/minizip/
ChangeLogUnzip 34 - fix bugs in minizip.c sample for zipping big file
41 - add real minizip sample
50 - enhance miniunz sample, remove the bad unztst.c sample
61 - add a new sample, miniunz.c
  /external/chromium_org/tools/deep_memory_profiler/visualizer/
app_unittest.py 26 # Read sample file.
29 # Create file in blobstore according to sample file.
35 # Get BlobInfo of sample file.
45 # Read sample file.
46 self.correct_blob = ServicesTest.CreateBlob('testdata/sample.json')
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
sample_profiler.py 21 ['sample', str(pid), '-mayDie', '-file', self._output_path],
25 if 'sample cannot examine process' in stdout:
27 'Failed to start sample for process %s\n' %
38 'sample failed with exit code %d. Output:\n%s' % (
75 return 'sample'
  /external/doclava/test/api/
added-interface.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"
return-type-changed-1.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"
return-type-changed-2.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"
simple.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"
added-exception.xml 2 <package name="doclava.sample"
13 type="doclava.sample.Abstract"
54 type="doclava.sample.Bunk"
87 extends="doclava.sample.Bunk"
95 type="doclava.sample.DeBunk"
132 extends="doclava.sample.Abstract"
139 <implements name="doclava.sample.Face">
142 type="doclava.sample.Extender"
225 type="doclava.sample.Foo"
264 type="doclava.sample.Small
    [all...]
added-field.xml 2 <package name="doclava.sample"
13 type="doclava.sample.Abstract"
52 type="doclava.sample.Bunk"
85 extends="doclava.sample.Bunk"
93 type="doclava.sample.DeBunk"
115 extends="doclava.sample.Abstract"
122 <implements name="doclava.sample.Face">
125 type="doclava.sample.Extender"
219 type="doclava.sample.Foo"
258 type="doclava.sample.Small
    [all...]
api.xml 2 <package name="doclava.sample"
13 type="doclava.sample.Abstract"
52 type="doclava.sample.Bunk"
85 extends="doclava.sample.Bunk"
93 type="doclava.sample.DeBunk"
141 extends="doclava.sample.Abstract"
148 <implements name="doclava.sample.Face">
151 type="doclava.sample.Extender"
234 type="doclava.sample.Foo"
273 type="doclava.sample.Small
    [all...]
changed-abstract.xml 2 <package name="doclava.sample"
13 type="doclava.sample.Abstract"
52 type="doclava.sample.Bunk"
85 extends="doclava.sample.Bunk"
93 type="doclava.sample.DeBunk"
115 extends="doclava.sample.Abstract"
122 <implements name="doclava.sample.Face">
125 type="doclava.sample.Extender"
187 type="doclava.sample.Foo"
226 type="doclava.sample.Small
    [all...]
  /external/icu/icu4c/source/samples/ufortune/
readme.txt 2 ufortune: a sample program demonstrating the use of ICU resource files by an application.
4 This sample demonstrates
11 ./ufortune.c source code for the sample
49 3. Build the sample
64 If in doubt, run the sample using "gmake check", and note the name of
  /external/llvm/test/Transforms/IndVarSimplify/
ult-sub-to-eq.ll 3 define void @test1(float* nocapture %autoc, float* nocapture %data, float %d, i32 %data_len, i32 %sample) nounwind {
5 %sub = sub i32 %data_len, %sample
6 %cmp4 = icmp eq i32 %data_len, %sample
12 %add = add i32 %0, %sample
34 ; CHECK: sub i32 %data_len, %sample
  /libcore/dalvik/src/test/java/dalvik/system/profiler/
SamplingProfilerTest.java 22 import dalvik.system.profiler.HprofData.Sample;
181 Set<Sample> samples = hprofData.getSamples();
185 Sample sample = samples.iterator().next(); local
186 assertNotNull(sample);
187 assertEquals(stackTrace, sample.stackTrace);
188 assertEquals(sampleCount, sample.count);
191 // confirm we can mutate the sample count, but that its not
192 // visible in the current sample, but it will be visible in a
195 assertEquals(sampleCount, sample.count)
    [all...]
  /development/samples/SampleSyncAdapter/res/values/
strings.xml 23 name="label">Sample SyncAdapter</string>
27 name="permlab_samplesyncadapterAuthPassword">access to passwords for Sample SyncAdapter accounts</string>
31 Sample SyncAdapter account(s) you have configured.</string>
39 the Sample SyncAdapter account(s) you have configured.</string>
41 name="notification_login_error">Touch to sign into your Sample SyncAdapter account.</string>
64 name="login_activity_loginfail_text_both">The username or password isn\'t valid. A Sample SyncAdapter account is
78 name="login_activity_newaccount_text">Sign in to your Sample SyncAdapter account. </string>
90 name="profile_action">Sample profile</string>
110 <string name="invite_action_label">Add to Sample SyncAdaper</string>
114 to the amazing Sample SyncAdapter social network. If this was a real app, it should no
    [all...]
  /external/chromium_org/components/metrics/chromeos/
serialization_utils.cc 65 // Badly formatted message was skipped. Treat the badly formatted sample as
66 // an empty sample.
84 const std::string& sample) {
85 if (sample.empty())
89 base::SplitString(sample, '\0', &parts);
153 scoped_ptr<MetricSample> sample = ParseSample(message); local
154 if (sample)
155 metrics->push_back(sample.release());
167 bool SerializationUtils::WriteMetricToFile(const MetricSample& sample,
169 if (!sample.IsValid()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/
KeyframeEffectModelTest.cpp 107 OwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation> > > values = effect->sample(0, 0.6, duration);
119 expectDoubleValue(5.0, effect->sample(0, 0.6, duration)->at(0));
128 expectDoubleValue(3.0 * 0.4 + 5.0 * 0.6, effect->sample(0, 0.6, duration)->at(0));
138 expectDoubleValue((7.0 + 3.0) * 0.4 + (7.0 + 5.0) * 0.6, effect->sample(0, 0.6, duration)->at(0));
149 expectDoubleValue(3.8579516, effect->sample(0, 0.6, duration)->at(0));
150 expectDoubleValue(3.8582394, effect->sample(0, 0.6, duration * 100)->at(0));
161 expectDoubleValue(4.3363357, effect->sample(0, 0.6, duration)->at(0));
162 expectDoubleValue(4.3362322, effect->sample(0, 0.6, duration * 1000)->at(0));
171 expectDoubleValue(5.0, effect->sample(0, 1.6, duration)->at(0));
180 expectDoubleValue(3.0 * -0.6 + 5.0 * 1.6, effect->sample(0, 1.6, duration)->at(0))
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
dsp_helper.h 26 // Filter coefficients used when downsampling from the indicated sample rates
53 // The first sample is multiplied with |factor| (in Q14). For each sample,
77 // having length |data_length| and sample rate multiplier |fs_mult|. The peak
89 // |peak_index| and |peak_value| is given in the full sample rate, as
90 // indicated by the sample rate multiplier |fs_mult|.
103 // is decreased by |factor_decrement| (Q14) for each sample. The gain for
110 // sample and increases the gain by |increment| (Q20) for each sample. The
115 // Starts at unity gain and gradually fades out |signal|. For each sample,
    [all...]

Completed in 870 milliseconds

<<21222324252627282930>>