HomeSort by relevance Sort by last modified time
    Searched full:samples (Results 826 - 850 of 5303) sorted by null

<<31323334353637383940>>

  /developers/build/prebuilts/gradle/TextLinkify/.google/
packaging.yaml 3 # This file is used by Google as part of our samples packaging process.
  /developers/build/prebuilts/gradle/TextLinkify/Application/
build.gradle 29 'common', // components that are reused by multiple samples
  /developers/build/prebuilts/gradle/TextSwitcher/Application/
build.gradle 29 'common', // components that are reused by multiple samples
  /developers/build/templates/create/
build.gradle.ftl 19 import com.example.android.samples.build.SampleGenPlugin
  /development/apps/Development/src/com/android/development/
IRemoteService.aidl 1 /* //device/samples/SampleCode/src/com/android/development/IRemoteService.aidl
  /development/apps/GestureBuilder/
Android.mk 20 LOCAL_MODULE_TAGS := samples tests
  /development/apps/WidgetPreview/
Android.mk 20 LOCAL_MODULE_TAGS := samples
  /development/samples/ApiDemos/
README.txt 2 that illustrate the use of various Android APIs. It includes samples of:
_index.html 2 that illustrate the use of various Android APIs. It includes samples of:
53 // when the docs are online. This will be changed once the samples get moved.
58 "<p>You'll notice that all the samples are included in a single Android "+
59 "project, so the application code and other resource files for all samples are batched "+
  /development/samples/AppNavigation/src/com/example/android/appnavigation/app/
AppNavHomeActivity.java 34 * Home activity for app navigation code samples.
58 ArrayList<SampleInfo> samples = new ArrayList<SampleInfo>(); local
70 samples.add(sample);
73 return samples;
  /development/samples/CubeLiveWallpaper/
Android.mk 20 LOCAL_MODULE_TAGS := samples
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
_index.html 2 <p>This section includes samples showing the use of the application
  /development/samples/Support7Demos/src/com/example/android/supportv7/view/
_index.html 2 <p>This section includes samples showing the use of the view
  /development/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
AppNavHomeActivity.java 34 * Home activity for app navigation code samples.
58 ArrayList<SampleInfo> samples = new ArrayList<SampleInfo>(); local
70 samples.add(sample);
73 return samples;
  /development/samples/UiAutomator/
Android.mk 24 LOCAL_MODULE := uiautomator.samples
  /external/chromium_org/base/metrics/
histogram_unittest.cc 67 // Use standard macros (but with fixed samples)
82 scoped_ptr<HistogramSamples> samples = histogram->SnapshotSamples(); local
83 EXPECT_EQ(2, samples->TotalCount());
84 EXPECT_EQ(2, samples->GetCount(10));
245 // Put two samples "out of bounds" above and below.
253 scoped_ptr<SampleVector> samples = histogram->SnapshotSampleVector(); local
254 EXPECT_EQ(2, samples->GetCountAtIndex(0));
255 EXPECT_EQ(0, samples->GetCountAtIndex(1));
258 EXPECT_EQ(0, samples->GetCountAtIndex(array_size - 2));
259 EXPECT_EQ(2, samples->GetCountAtIndex(array_size - 1))
301 scoped_ptr<SampleVector> samples = histogram->SnapshotSampleVector(); local
    [all...]
sparse_histogram_unittest.cc 82 scoped_ptr<HistogramSamples> samples = sparse_histogram->SnapshotSamples(); local
83 EXPECT_EQ(3, samples->TotalCount());
84 EXPECT_EQ(2, samples->GetCount(100));
85 EXPECT_EQ(1, samples->GetCount(200));
  /external/chromium_org/chrome/browser/chromeos/power/
cpu_data_collector.h 39 // For idle state samples, the name of the state at index i in this vector
68 // CPU state occupancy samples.
73 // samples from the sysfs.
76 // This function commits the CPU count and samples read by
  /external/chromium_org/chrome/common/extensions/docs/server2/
empty_dir_file_system.py 12 features such as samples.
  /external/chromium_org/components/copresence/handlers/audio/
audio_directive_handler.h 97 // samples to us.
101 const scoped_refptr<media::AudioBusRefCounted>& samples);
124 // Cache that holds the encoded samples. After reaching its limit, the cache
125 // expires the oldest samples first.
  /external/chromium_org/media/audio/cras/
cras_input.h 46 // Handles requests to get samples from the provided buffer. This will be
47 // called by the audio server when it has samples ready.
50 uint8* samples,
84 // Callback to pass audio samples too, valid while recording.
  /external/chromium_org/ppapi/api/
ppb_audio_buffer.idl 110 * Gets the number of samples in the audio buffer.
115 * @return The number of samples in the audio buffer.
117 * containing 4410 * 2 samples would have a duration of 100 milliseconds.
122 * Gets the data buffer containing the audio samples.
  /external/chromium_org/ppapi/c/
ppb_audio_buffer.h 120 * Gets the number of samples in the audio buffer.
125 * @return The number of samples in the audio buffer.
127 * containing 4410 * 2 samples would have a duration of 100 milliseconds.
131 * Gets the data buffer containing the audio samples.
  /external/chromium_org/ppapi/examples/audio/
audio.cc 72 static void SineWaveCallbackTrampoline(void* samples,
75 static_cast<MyInstance*>(thiz)->SineWaveCallback(samples, num_bytes);
78 void SineWaveCallback(void* samples, uint32_t num_bytes) {
88 int16_t* buf = reinterpret_cast<int16_t*>(samples);
  /external/chromium_org/third_party/angle/src/libGLESv2/
Renderbuffer.h 107 Colorbuffer(rx::Renderer *renderer, GLsizei width, GLsizei height, GLenum format, GLsizei samples);
123 DepthStencilbuffer(rx::Renderer *renderer, GLsizei width, GLsizei height, GLsizei samples);
139 Depthbuffer(rx::Renderer *renderer, GLsizei width, GLsizei height, GLsizei samples);
150 Stencilbuffer(rx::Renderer *renderer, GLsizei width, GLsizei height, GLsizei samples);

Completed in 951 milliseconds

<<31323334353637383940>>