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

1 2 3 4 5 6 7 8 91011>>

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
event.h 180 struct sample_event sample; member in union:perf_event
194 struct perf_sample *sample,
215 struct perf_sample *sample,
219 struct perf_sample *sample,
223 struct perf_sample *sample,
227 struct perf_sample *sample,
231 struct perf_sample *sample,
235 struct perf_sample *sample,
239 struct perf_sample *sample,
246 struct perf_sample *sample);
    [all...]
  /external/okhttp/samples/crawler/
pom.xml 7 <groupId>com.squareup.okhttp.sample</groupId>
8 <artifactId>sample-parent</artifactId>
13 <name>Sample: Crawler</name>
  /external/okhttp/samples/guide/
pom.xml 7 <groupId>com.squareup.okhttp.sample</groupId>
8 <artifactId>sample-parent</artifactId>
13 <name>Sample: Guide</name>
  /external/okhttp/samples/simple-client/
pom.xml 7 <groupId>com.squareup.okhttp.sample</groupId>
8 <artifactId>sample-parent</artifactId>
13 <name>Sample: Simple Client</name>
  /external/oprofile/daemon/liblegacy/
opd_proc.h 52 * opd_put_sample - process a sample
53 * @param sample sample to process
55 * Write out the sample to the appropriate sample file. This
58 void opd_put_sample(struct op_sample const * sample);
61 * opd_put_image_sample - write sample to file
62 * @param image image for sample
79 * sample->pid contains the process id of the old process.
80 * sample->eip contains the process id of the new process
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe.cc 238 // Returns whether a sample is valid
240 const uint8 *sample, size_t sample_size) {
305 if (sample == NULL) {
306 LOG(LS_ERROR) << "NULL sample pointer."
321 << " sample[0..3]: " << static_cast<int>(sample[0])
322 << ", " << static_cast<int>(sample[1])
323 << ", " << static_cast<int>(sample[2])
324 << ", " << static_cast<int>(sample[3]);
334 << " sample[0..3]: " << static_cast<int>(sample[0]
    [all...]
  /developers/build/templates/create/_MODULE_/src/androidTest/java/_PACKAGE_/test/
SampleTests.java.ftl 16 package ${sample.package}.test;
18 import ${sample.package}.*;
23 * Tests for ${sample.name} sample.
28 private ${sample.name?cap_first}Fragment mTestFragment;
43 mTestFragment = (${sample.name?cap_first}Fragment)
  /developers/build/templates/create/
template-params.xml.ftl 17 <sample>
18 <name>${sample.name}</name>
20 <package>${sample.package}</package>
23 <minSdk>${sample.minSdk}</minSdk>
31 Introductory text that explains what the sample is intended to demonstrate. Edit
48 </sample>
  /external/chromium_org/components/nacl/renderer/
histogram.h 15 int32_t sample,
21 int32_t sample,
30 void HistogramTimeSmall(const std::string& name, int64_t sample);
32 void HistogramTimeMedium(const std::string& name, int64_t sample);
34 void HistogramTimeLarge(const std::string& name, int64_t sample);
44 void HistogramSizeKB(const std::string& name, int32_t sample);
  /external/chromium_org/ppapi/proxy/
uma_private_resource.cc 43 int64_t sample,
51 sample,
60 int32_t sample,
68 sample,
77 int32_t sample,
83 sample,
  /external/chromium_org/ppapi/thunk/
ppb_uma_private_thunk.cc 22 int64_t sample,
32 sample,
40 int32_t sample,
50 sample,
58 int32_t sample,
66 sample,
  /developers/build/templates/Wear/Wearable/
build.gradle.ftl 28 <#if sample.repository?has_content>
30 <#list sample.repository as rep>
42 // The sample build uses multiple directories to
44 // the main sample code.
46 'main', // main sample code; look here for the interesting stuff.
48 'template'] // boilerplate code that is generated by the sample template process
75 <#if sample.defaultConfig?has_content>
77 ${sample.defaultConfig}
  /development/samples/BusinessCard/
_index.html 1 <p>A sample application that demonstrates how to launch the built-in contact
2 picker from within an activity. This sample also uses reflection to ensure
  /development/samples/Home/
_index.html 1 <p>This is a sample Home application. The Home application that users use
4 default Home. This is a sample of such an alternative.</p>
  /development/samples/Support4Demos/src/com/example/android/supportv4/accessibility/
_index.html 8 <dd>This sample demonstrates how to use the support library to register an
17 <dd>This sample demonstrates how to use the support library to register a
  /development/samples/WiktionarySimple/
_index.html 1 <p>A sample application that demonstrates how to create an interactive widget for display on the Android home screen.</p>
8 <p>A more advanced version of this sample is available in the Wiktionary directory.</p>
  /development/samples/browseable/BasicManagedProfile/
_index.jd 2 sample.group=Admin
7 This sample demonstrates how to create a managed profile. You can also learn how to
  /development/samples/browseable/SwipeRefreshListFragment/
_index.jd 5 sample.group=UI
8 <p>This sample demonstrates how to use {@link android.support.v4.widget.SwipeRefreshLayout} within
  /development/samples/wearable/GridViewPager/
_index.html 4 "GridViewPager Sample" from the submenu.</p>
10 <figcaption>Part of the sample in action.</figcaption>
  /external/icu/icu4c/source/samples/break/
Makefile 2 # sample code makefile
21 # the actual rules (this is a simple sample)
  /external/icu/icu4c/source/samples/case/
Makefile 2 # sample code makefile
23 # the actual rules (this is a simple sample)
  /external/icu/icu4c/source/samples/citer/
Makefile 2 # sample code makefile
21 # the actual rules (this is a simple sample)
  /external/icu/icu4c/source/samples/coll/
Makefile 2 # sample code makefile
21 # the actual rules (this is a simple sample)
  /external/icu/icu4c/source/samples/csdet/
Makefile 2 # sample code makefile
21 # the actual rules (this is a simple sample)
  /external/icu/icu4c/source/samples/datecal/
Makefile 2 # sample code makefile
23 # the actual rules (this is a simple sample)

Completed in 716 milliseconds

1 2 3 4 5 6 7 8 91011>>