HomeSort by relevance Sort by last modified time
    Searched full:transferred (Results 51 - 75 of 640) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/webkit/browser/appcache/
appcache_backend_impl.h 60 // Methods to support cross site navigations. Hosts are transferred
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/
Serializable.java 40 * Use this annotation when a class is going to be transferred
  /external/skia/include/utils/
SkJSON.h 41 * transferred. The Object parameter may be null, but the name must
49 * transferred. The Array parameter may be null, but the name must
221 * Object (which may be null). Ownership of the Object is transferred.
228 * Array (which may be null). Ownership of the Array is transferred.
  /frameworks/base/core/java/android/hardware/usb/
UsbDeviceConnection.java 124 * @return length of data transferred (or zero) for success,
149 * @return length of data transferred (or zero) for success,
172 * @return length of data transferred (or zero) for success,
189 * @return length of data transferred (or zero) for success,
  /system/core/adb/
usb_libusb.c 103 int transferred = 0; local
106 &transferred, 0);
114 return (transferred);
121 int transferred = 0; local
124 &transferred, 0);
132 return (transferred);
  /external/chromium_org/ui/webui/resources/js/cr/ui/
focus_manager.js 17 * Whether focus is being transferred backward or forward through the DOM.
137 // and has caused the focus to be transferred backward, outside of the
197 // If the "Shift" key is held, focus is being transferred backward in
  /development/host/windows/usb/api/
adb_legacy_io_completion.cpp 60 // with wrong transferred bytes value and GetLastError reporting
  /development/host/windows/usb/winusb/
adb_winusb_io_completion.cpp 68 // with wrong transferred bytes value and GetLastError reporting
  /docs/source.android.com/src/devices/tech/datausage/
iface-overview.jd 34 (<code>IP</code>) bytes transferred.  But we understand that for other devices it
  /external/chromium/chrome/browser/debugger/
devtools_remote_message.h 25 // Represents a Chrome remote debugging protocol message transferred
  /external/chromium/chrome/browser/extensions/
external_extension_provider_interface.h 24 // is not transferred to the visitor. Callers of the methods below must
  /external/chromium/chrome/browser/sync/protocol/
proto_value_conversions.h 46 // Ownership of all returned DictionaryValues are transferred to the
  /external/chromium/chrome/common/
worker_thread_ticker.h 41 // object is not transferred to this class.
  /external/chromium_org/chrome/browser/media_galleries/linux/
snapshot_file_details.h 82 // |bytes_written| specifies the total number of bytes transferred during the
  /external/chromium_org/chrome/browser/media_galleries/win/
snapshot_file_details.h 67 // |bytes_written| specifies the total number of bytes transferred during
  /external/chromium_org/chrome/browser/resources/net_internals/
timeline_data_series.js 280 // Calculate total bytes transferred from |time| - |stepSize|
283 var transferred = 0;
286 transferred += this.dataPoints_[nextPoint].value;
290 values[i] = 1000 * transferred / stepSize;
  /external/chromium_org/chrome/common/
worker_thread_ticker.h 40 // object is not transferred to this class.
  /external/chromium_org/chrome_frame/infobars/
infobar_manager.cc 92 // Transferred to host_manager in call to Initialize.
  /external/chromium_org/content/browser/renderer_host/media/
audio_sync_reader.h 75 // Maximum amount of audio data which can be transferred in one Read() call.
  /external/chromium_org/mojo/apps/js/bindings/
connector.js 51 // The handles were successfully transferred, so we don't own them anymore.
  /external/chromium_org/net/proxy/
dhcp_proxy_script_fetcher_factory.h 37 // Ownership is transferred to the caller. url_request_context must be valid
  /external/chromium_org/net/websockets/
websocket_handshake_stream_base.h 45 // has been transferred. This can be called more than once in the case that
  /external/chromium_org/ppapi/api/
ppb_messaging.idl 39 * graph will be converted and transferred. If the reference graph has cycles,
  /external/chromium_org/ppapi/c/
ppp_messaging.h 55 * entire reference graph will be converted and transferred. If the reference
  /external/chromium_org/remoting/host/linux/
x_server_clipboard_unittest.cc 100 // Verify clipboard data can be transferred more than once. Then verify that

Completed in 782 milliseconds

1 23 4 5 6 7 8 91011>>