/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
SampleSelectionPage.java | 109 // Update samples list if the SDK target has changed (or if it hasn't yet 140 if (mValues.samples != null && mValues.samples.size() > 0) { 141 Object[] samples = mValues.samples.toArray(); local 142 mTableViewer.setInput(samples); 145 selectSample(mValues.samples.get(0).getSecond()); 237 // Ensure that when creating samples, the Finish button isn't enabled until 248 if (mValues.samples == null || mValues.samples.size() == 0) [all...] |
SdkSelectionPage.java | 196 * Updates the list of all samples for the given target SDK. 201 // Keep the name of the old selection (if there were any samples) 204 mValues.samples.clear(); 208 // Get the sample root path and recompute the list of samples 209 String samplesRootPath = target.getPath(IAndroidTarget.SAMPLES); 212 findSamplesManifests(root, root, null, null, mValues.samples); 216 // Parse the extras to see if we can find samples that are 230 path, path, name, target.getVersion(), mValues.samples); 235 path, path, name, target.getVersion(), mValues.samples); 239 if (mValues.samples.isEmpty()) [all...] |
/development/samples/SupportLeanbackDemos/ |
Android.mk | 17 # Build the samples. 22 LOCAL_MODULE_TAGS := samples tests
|
/development/sdk/ |
support_README.txt | 20 v4/samples/ provides a sample app using the library. 29 v13/samples/ provides a sample app using the library.
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
github_file_system_provider.py | 20 such that the apps samples returns the old GithubFileSystem. 25 if owner == 'GoogleChrome' and repo == 'chrome-app-samples':
|
/external/chromium_org/chrome/common/extensions/docs/templates/intros/ |
app_window.html | 29 See the <a href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/samples/frameless-window">Frameless Window Sample</a> as an example.
|
contextMenus.html | 52 You can find samples of this API on the 53 <a href="samples#contextMenus">sample page</a>.
|
input_ime.html | 46 <a href="samples">Samples</a>.
|
tabs.html | 37 <a href="samples">Samples</a>.
|
/external/chromium_org/ppapi/api/ |
ppb_media_stream_audio_track.idl | 8 * receiving audio samples from a MediaStream audio track in the browser. 29 * The maximum number of buffers to hold audio samples. 32 * request at least 2 to make sure latency doesn't cause lost samples. If 79 * Configures underlying buffers for incoming audio samples. 80 * If the application doesn't want to drop samples, then the 83 * the input buffers. If all buffers are filled, then samples will be 155 * audio samples will be dropped until <code>RecycleBuffer()</code> is called 159 * <code>callback</code> will be called, when a new buffer of audio samples
|
/external/chromium_org/remoting/codec/ |
audio_encoder_opus_unittest.cc | 35 // When verifying results ignore the first 1k samples. This is necessary because 67 int samples, 71 std::vector<int16> data(samples * kChannels); 72 for (int i = 0; i < samples; ++i) { 79 samples * kChannels * sizeof(int16)); 88 // This function returns the approximate shift in samples by finding the first 106 void ValidateReceivedData(int samples, 155 // Verify that at most kMaxLatencyMs worth of samples is buffered inside
|
/external/chromium_org/remoting/host/ |
audio_silence_detector.cc | 37 bool AudioSilenceDetector::IsSilence(const int16* samples, 44 if (abs(samples[i]) > threshold_) {
|
audio_silence_detector_unittest.cc | 17 const int16* samples, int samples_count, 23 bool result = target->IsSilence(samples, samples_count);
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
Renderbuffer.cpp | 189 Colorbuffer::Colorbuffer(rx::Renderer *renderer, int width, int height, GLenum format, GLsizei samples) : mRenderTarget(NULL) 191 mRenderTarget = renderer->createRenderTarget(width, height, format, samples); 229 DepthStencilbuffer::DepthStencilbuffer(rx::Renderer *renderer, int width, int height, GLsizei samples) 232 mDepthStencil = renderer->createRenderTarget(width, height, GL_DEPTH24_STENCIL8_OES, samples); 254 Depthbuffer::Depthbuffer(rx::Renderer *renderer, int width, int height, GLsizei samples) : DepthStencilbuffer(renderer, width, height, samples) 268 Stencilbuffer::Stencilbuffer(rx::Renderer *renderer, int width, int height, GLsizei samples) : DepthStencilbuffer(renderer, width, height, samples)
|
/external/chromium_org/third_party/webrtc/common_audio/resampler/include/ |
push_resampler.h | 34 // Returns the total number of samples provided in destination (e.g. 32 kHz, 35 // 2 channel audio gives 640 samples).
|
/external/chromium_org/third_party/webrtc/common_audio/resampler/ |
sinusoidal_linear_chirp_source.cc | 21 int samples, double max_frequency, double delay_samples) 23 total_samples_(samples),
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/ |
interpolate_samples.h | 25 * Construct the interpolated samples for the Augmented CB 29 int16_t *interpSamples, /* (o) The interpolated samples */
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
lattice_c.c | 24 void WebRtcIsacfix_FilterArLoop(int16_t* ar_g_Q0, // Input samples 25 int16_t* ar_f_Q0, // Input samples
|
/external/chromium_org/third_party/webrtc/sound/ |
nullsoundsystem.h | 22 // A simple reference sound system that drops output samples and generates 23 // no input samples.
|
/external/deqp/doc/testspecs/GLES3/ |
functional.fbo.completeness.txt | 27 + dEQP-GLES3.functional.fbo.completeness.size.samples.* 105 The "samples.*" test cases attach textures and/or renderbuffers with various 106 numbers of samples. The framebuffer status is expected to be 107 GL_FRAMEBUFFER_COMPLETE when the attachments have the same number of samples 108 (taking textures to have zero samples), or 111 Because implementations are allowed to allocate more samples than 113 different, but non-zero, number of samples, is allowed to check either 116 If a test case requests more samples than the implementation supports,
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
SetNavigationTester.java | 93 assertNull(navigableSet.lower(samples.e0)); 94 assertNull(navigableSet.floor(samples.e0)); 95 assertNull(navigableSet.ceiling(samples.e0)); 96 assertNull(navigableSet.higher(samples.e0)); 128 assertNull(navigableSet.lower(samples.e0)); 129 assertEquals(a, navigableSet.floor(samples.e0)); 130 assertEquals(a, navigableSet.ceiling(samples.e0)); 131 assertNull(navigableSet.higher(samples.e0));
|
/external/oprofile/doc/ |
opgprof.1.in | 47 of total samples. 58 .I /var/lib/oprofile/samples/
|
/external/oprofile/libop/ |
op_config.c | 43 if (session_dir_len + strlen("/samples/oprofiled.log") > PATH_MAX) { 52 strcat(op_samples_dir, "/samples/");
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
lattice_c.c | 24 void WebRtcIsacfix_FilterArLoop(int16_t* ar_g_Q0, // Input samples 25 int16_t* ar_f_Q0, // Input samples
|
/frameworks/av/media/libeffects/lvm/lib/Bass/src/ |
LVDBE_Process.c | 60 /* NumSamples Number of samples in the input buffer */ 95 * Check the number of samples is not too large 112 * Convert 16-bit samples to 32-bit and scale 129 (LVM_INT16)NumSamples); /* Number of samples */ 138 (LVM_INT16)NumSamples); /* Number of samples */ 147 (LVM_INT16)NumSamples); /* Number of samples */ 157 NumSamples); /* Number of samples */ 160 * Convert 32-bit samples to 16-bit and saturate
|