HomeSort by relevance Sort by last modified time
    Searched refs:raw (Results 651 - 675 of 1040) sorted by null

<<21222324252627282930>>

  /external/svox/PicoLangInstallerSpaEsp/src/com/svox/pico/voice/spa/esp/
InstallerActivity.java 58 .openRawResourceFd(R.raw.svoxlangpack);
  /external/svox/picolanginstaller/src/com/svox/langpack/installer/
InstallerActivity.java 59 .openRawResourceFd(R.raw.svoxlangpack);
  /frameworks/av/include/media/
AudioRecord.h 71 void* raw; member in union:android::AudioRecord::Buffer::__anon29054
337 * raw undefined
341 * raw pointer to the buffer
  /frameworks/av/media/libeffects/testlibs/
EffectEqualizer.cpp 608 if (inBuffer == NULL || inBuffer->raw == NULL ||
609 outBuffer == NULL || outBuffer->raw == NULL ||
621 pContext->adapter.process(inBuffer->raw, outBuffer->raw, outBuffer->frameCount);
  /frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
RSTestCore.java 63 mScript = new ScriptC_rslist(mRS, mRes, R.raw.rslist);
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
RSTestCore.java 63 mScript = new ScriptC_rslist(mRS, mRes, R.raw.rslist);
  /packages/apps/Camera2/src/com/android/camera/
AndroidCameraManagerImpl.java 137 final PictureCallback raw,
144 mCamera.takePicture(shutter, raw, postView, jpeg);
479 CameraPictureCallback raw,
484 PictureCallbackForward.getNewInstance(handler, this, raw),
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterChanSat.java 80 mScript = new ScriptC_saturation(rsCtx, res, R.raw.saturation);
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
Message.java 250 * @see org.apache.james.mime4j.ContentHandler#raw(java.io.InputStream)
252 public void raw(InputStream is) throws IOException { method in class:Message.MessageBuilder
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
CallbackProcessor.java 74 new ScriptC_callback(mRS, res, R.raw.callback);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py     [all...]
  /frameworks/av/services/audioflinger/
Effects.cpp 216 memset(mConfig.inputCfg.buffer.raw,
252 mConfig.inputCfg.buffer.raw == NULL ||
253 mConfig.outputCfg.buffer.raw == NULL) {
277 memset(mConfig.inputCfg.buffer.raw, 0,
281 mConfig.inputCfg.buffer.raw != mConfig.outputCfg.buffer.raw) {
351 if (mConfig.inputCfg.buffer.raw != mConfig.outputCfg.buffer.raw) {
362 this, thread.get(), mConfig.inputCfg.buffer.raw, mConfig.inputCfg.buffer.frameCount);
855 (uint32_t)mConfig.inputCfg.buffer.raw,
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_FilesTest.java 139 writeFile(R.raw.testmp3, fileName);
248 writeFile(R.raw.testmp3, sdfile.getCanonicalPath());
  /external/chromium_org/chrome/test/functional/gtalk/
jsutils.js 94 // We employ a workaround of synthesizing a raw 'Event' suggested here:
  /external/chromium_org/native_client_sdk/src/examples/demo/earth/
example.js 53 // Send NaCl module the raw image data obtained from canvas.
  /external/linux-tools-perf/util/
values.c 184 rawwidth = 3; /* "Raw" */
213 namewidth, "Name", rawwidth, "Raw",
225 void perf_read_values_display(FILE *fp, struct perf_read_values *values, int raw)
227 if (raw)
  /packages/apps/Browser/src/com/android/browser/homepages/
RequestHandler.java 110 Template t = Template.getCachedTemplate(mContext, R.raw.most_visited);
162 Template t = Template.getCachedTemplate(mContext, R.raw.folder_view);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symtable.py 13 raw = _symtable.symtable(code, filename, compile_type)
14 for top in raw.itervalues():
tabnanny.py 137 # raw
140 # the number of leading whitespace characters in raw
142 # the number of tabs in raw[:n]
146 # a tuple such that raw[:n] contains count[i]
149 # the number of trailing spaces in raw[:n]
153 # true iff raw[:n] is of the form (T*)(S*)
156 self.raw = ws
160 for ch in self.raw:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 191 curses.raw() ; curses.raw(1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symtable.py 13 raw = _symtable.symtable(code, filename, compile_type)
14 for top in raw.itervalues():
tabnanny.py 137 # raw
140 # the number of leading whitespace characters in raw
142 # the number of tabs in raw[:n]
146 # a tuple such that raw[:n] contains count[i]
149 # the number of trailing spaces in raw[:n]
153 # true iff raw[:n] is of the form (T*)(S*)
156 self.raw = ws
160 for ch in self.raw:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 191 curses.raw() ; curses.raw(1)
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py 725 raw = '&'.join(sig)
726 return key, raw
730 key, raw = self.signing_base(request, consumer, token)
738 hashed = hmac.new(key, raw, sha)
757 key, raw = self.signing_base(request, consumer, token)
758 return raw

Completed in 1269 milliseconds

<<21222324252627282930>>