HomeSort by relevance Sort by last modified time
    Searched refs:obtained (Results 1 - 25 of 48) sorted by null

1 2

  /external/javasqlite/src/main/java/SQLite/
StringEncoder.java 99 * @return the byte array obtained from the decoding.
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_audio.h 164 * structure pointed to by 'obtained'. If 'obtained' is NULL, the audio
178 extern DECLSPEC int SDLCALL SDL_OpenAudio(SDL_AudioSpec *desired, SDL_AudioSpec *obtained);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_audio.h 164 * structure pointed to by 'obtained'. If 'obtained' is NULL, the audio
178 extern DECLSPEC int SDLCALL SDL_OpenAudio(SDL_AudioSpec *desired, SDL_AudioSpec *obtained);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_audio.h 164 * structure pointed to by 'obtained'. If 'obtained' is NULL, the audio
178 extern DECLSPEC int SDLCALL SDL_OpenAudio(SDL_AudioSpec *desired, SDL_AudioSpec *obtained);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_audio.h 164 * structure pointed to by 'obtained'. If 'obtained' is NULL, the audio
178 extern DECLSPEC int SDLCALL SDL_OpenAudio(SDL_AudioSpec *desired, SDL_AudioSpec *obtained);
  /external/chromium_org/remoting/webapp/
third_party_token_fetcher.js 112 // obtained when the *user* authenticates itself, while 'access_token' is
113 // the value obtained when the *application* authenticates itself to the
116 // Internally, the piece of data obtained when the user authenticates
117 // itself is called the 'token', and the one obtained when the host
host_table_entry.js 17 * @param {remoting.Host} host The host, as obtained from Apiary.
  /external/libunwind/doc/
unw_backtrace.tex 28 called \Func{backtrace}(). The prototype for this function is usually obtained
unw_get_proc_info.tex 47 obtained for some reason. \\
  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_audio.c 397 int SDL_OpenAudio(SDL_AudioSpec *desired, SDL_AudioSpec *obtained)
520 if ( obtained != NULL ) {
521 SDL_memcpy(obtained, &audio->spec, sizeof(audio->spec));
  /external/chromium_org/native_client_sdk/src/examples/demo/earth/
example.js 53 // Send NaCl module the raw image data obtained from canvas.
  /external/chromium_org/native_client_sdk/src/examples/demo/earth_simd/
example.js 53 // Send NaCl module the raw image data obtained from canvas.
  /external/chromium_org/third_party/mesa/src/docs/
MESA_swap_control.spec 98 associated with the current context can be obtained by calling
MESA_swap_frame_usage.spec 145 the last call to glXBeginFrameTrackingMESA can be obtained by
  /external/mesa3d/docs/
MESA_swap_control.spec 98 associated with the current context can be obtained by calling
MESA_swap_frame_usage.spec 145 the last call to glXBeginFrameTrackingMESA can be obtained by
  /external/chromium_org/chrome/browser/resources/local_ntp/
most_visited_util.js 182 // Log whether the suggestion was obtained from the server or the client.
196 // Log the fact that suggestion was obtained from the server.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauth.js 92 * been obtained. This callback will be passed the following arguments:
259 * the OAuth flow. Once an access token is obtained, this function closes
533 * @param {Function} callback The function to call once the token is obtained.
568 * @param {Function} callback The function to call once the token is obtained.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauth.js 92 * been obtained. This callback will be passed the following arguments:
259 * the OAuth flow. Once an access token is obtained, this function closes
533 * @param {Function} callback The function to call once the token is obtained.
568 * @param {Function} callback The function to call once the token is obtained.
  /external/chromium_org/ui/file_manager/gallery/js/
background.js 39 // VolumeManager should be obtained after stringData initialized.
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/cube/
example.js 212 // Send NaCl module the raw image data obtained from canvas.
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/earth/
example.js 222 // Send NaCl module the raw image data obtained from canvas.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
share_dialog.js 288 // If the url is not obtained, return the network error.
  /external/chromium_org/chrome/browser/resources/gaia_auth/
main.js 261 // page will determine what user gets logged in. The credentials obtained
  /external/chromium_org/ui/file_manager/file_manager/background/js/
device_handler.js 266 * This status shows what results are already obtained for the device.

Completed in 2602 milliseconds

1 2