HomeSort by relevance Sort by last modified time
    Searched full:samples (Results 926 - 950 of 1585) sorted by null

<<31323334353637383940>>

  /frameworks/base/docs/html/sdk/
android-4.0.jd 184 <p>See the <a href="{@docRoot}resources/samples/SampleSyncAdapter/index.html">Sample Sync
186 href="{@docRoot}resources/samples/SampleSyncAdapter/res/xml-v14/contacts.html">contacts.xml</a>
320 <a href="{@docRoot}resources/samples/VoicemailProviderDemo/index.html">Voicemail Provider
422 href="{@docRoot}resources/samples/RandomMusicPlayer/index.html">Random Music Player</a>, which
    [all...]
  /development/pdk/
Pdk.mk 183 LOCAL_SRC_FILES := pdk-timestamp samples/samplejni/src/com/example/jniexample/JNIExample.java
184 LOCAL_MODULE_CLASS := development/pdk/pndk/samples/samplejni/src/com/example/jniexample
  /development/samples/ApiDemos/src/com/example/android/apis/app/
_index.html 2 <p>This section includes samples for:</p>
301 <dt><a href="AlertDialogSamples.html">Alert Dialog Samples</a></dt>
  /development/tools/emulator/opengl/system/GLESv1_enc/
gl.in 272 GL_ENTRY(void, glRenderbufferStorageMultisampleIMG, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
273 GL_ENTRY(void, glFramebufferTexture2DMultisampleIMG, GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples)
  /development/tools/emulator/opengl/system/GLESv2_enc/
gl2.attrib 432 #void glRenderbufferStorageMultisampleIMG(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
436 #void glFramebufferTexture2DMultisampleIMG(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples)
gl2.in 177 GL_ENTRY(void, glRenderbufferStorageMultisampleIMG, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
178 GL_ENTRY(void, glFramebufferTexture2DMultisampleIMG, GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples)
  /external/chromium/chrome/common/extensions/docs/static/
messaging.html 278 <a href="samples.html">Samples</a>.
  /external/gtest/include/gtest/
gtest-param-test.h.pump 141 // You can see samples/sample7_unittest.cc and samples/sample8_unittest.cc
  /external/jpeg/
jidctint.c 122 * For 8-bit samples with the recommended scaling, all the variable
125 * For 12-bit samples, a full 32-bit multiplication will be needed.
jidctred.c 91 * For 8-bit samples with the recommended scaling, all the variable
94 * For 12-bit samples, a full 32-bit multiplication will be needed.
  /external/protobuf/gtest/include/gtest/
gtest-param-test.h.pump 141 // You can see samples/sample7_unittest.cc and samples/sample8_unittest.cc
  /external/quake/quake/src/QW/client/
gl_rlight.c 334 if (!surf->samples)
340 lightmap = surf->samples;
  /external/quake/quake/src/WinQuake/
gl_draw.cpp 1522 int samples; local
1825 int samples; local
    [all...]
gl_rlight.cpp 337 if (!surf->samples)
343 lightmap = surf->samples;
  /external/svox/pico/lib/
picoos.c     [all...]
  /external/v8/src/
log.h 57 // Log GC heap samples after each GC that can be processed by hp2ps, default
352 // of samples.
  /external/webkit/Source/WebCore/webaudio/
AudioBufferSourceNode.cpp 122 // Read the samples through the pitch resampler. Our provideInput() method will be called by the resampler.
137 // The resampler calls us back here to get the input samples from our buffer.
  /external/webp/include/webp/
encode.h 193 // original samples (for non-YUV420 modes)
240 // Colorspace conversion function to import RGB samples.
  /external/webrtc/src/modules/audio_processing/aecm/main/interface/
echo_control_mobile.h 96 * WebRtc_Word16 nrOfSamples Number of samples in farend buffer
122 * WebRtc_Word16 nrOfSamples Number of samples in nearend buffer
  /frameworks/base/core/java/android/os/
Environment.java 172 * {@sample development/samples/ApiDemos/src/com/example/android/apis/content/ExternalStorage.java
284 * {@sample development/samples/ApiDemos/src/com/example/android/apis/content/ExternalStorage.java
  /frameworks/base/docs/html/guide/developing/projects/
projects-cmdline.jd 189 "{@docRoot}resources/samples/TicTacToeLib/AndroidManifest.html">TicTacToeLib</a> example library
272 "{@docRoot}resources/samples/TicTacToeMain/AndroidManifest.html">TicTacToeMain</a> example
  /frameworks/base/docs/html/guide/topics/search/
search-dialog.jd 52 <h2>Related samples</h2>
54 <li><a href="{@docRoot}resources/samples/SearchableDictionary/index.html">Searchable
56 <li><a href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/view/SearchViewActionBar.html">SearchView
58 <li><a href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/view/SearchViewFilterMode.html">SearchView
336 href="{@docRoot}resources/samples/SearchableDictionary/index.html">Searchable Dictionary</a> sample
356 {@link android.widget.BaseAdapter}. Install the SDK Samples package for API Level 4 to see the
383 href="{@docRoot}resources/samples/SearchableDictionary/index.html">Searchable Dictionary</a> sample
    [all...]
  /frameworks/base/docs/html/resources/articles/
creating-input-method.jd 13 <li><a href="{@docRoot}resources/samples/SoftKeyboard/index.html">Soft Keyboard sample</a></li>
244 <h3>Samples</h3>
  /frameworks/base/docs/html/resources/faq/
commontasks.jd 43 <code>&lt;sdk&gt;samples/ApiDemos</code> and the other sample applications
44 under the <code>samples/</code> folder in the SDK.</p>
59 applications included in the SDK, in the <code>&lt;sdk&gt;/samples/</code>
76 <code>&lt;sdk&gt;/samples/</code> directory. </p>
184 <p>The following snippet loads the com.android.samples.Animation1 class, and
187 myIntent.setClassName(&quot;com.android.samples&quot;, &quot;com.android.samples.Animation1&quot;);
188 myIntent.putExtra(&quot;com.android.samples.SpecialValue&quot;, &quot;Hello, Joe!&quot;); // key/value pair, where key needs current package prefix.
    [all...]
  /frameworks/base/include/media/
MediaProfiles.h 171 * enc.aud.hz.min - min sample rate in samples per second
172 * enc.aud.hz.max - max sample rate in samples per second

Completed in 929 milliseconds

<<31323334353637383940>>