/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_view_mac.mm | [all...] |
/external/chromium_org/content/test/data/media/ |
peerconnection-call.html | 779 // Not stable = negotiation is ongoing. The behavior of re-negotiating while 780 // a negotiation is ongoing is more or less undefined, so avoid this. [all...] |
/external/chromium_org/device/bluetooth/ |
bluetooth_device.h | 247 // Indicates whether there is a call to Connect() ongoing. For this attribute, 248 // we consider a call is ongoing if none of the callbacks passed to Connect()
|
/external/chromium_org/third_party/webrtc/modules/audio_processing/ |
audio_processing_impl.cc | 669 // Stop any ongoing recording. 699 // Stop any ongoing recording.
|
/external/eigen/ |
COPYING.MPL2 | 240 ongoing basis, if such Contributor fails to notify You of the 243 Contributor are reinstated on an ongoing basis if such Contributor
|
/external/webrtc/src/modules/audio_processing/interface/ |
audio_processing.h | 191 // a NULL-terminated string. If there is an ongoing recording, the old file 379 // noting if it is to be called during an ongoing call.
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothSocket.java | 66 * safe. In particular, {@link #close} will always immediately abort ongoing 288 * Use {@link BluetoothAdapter#cancelDiscovery()} to cancel an ongoing
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
PanelView.java | 271 // gesture is ongoing, find a new pointer to track 441 // gesture is ongoing, find a new pointer to track [all...] |
NotificationPanelView.java | 100 * If set, the ongoing touch gesture might both trigger the expansion in {@link PanelView} and 541 // gesture is ongoing, find a new pointer to track 758 // gesture is ongoing, find a new pointer to track [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/ |
ITelephony.aidl | 74 * "answer incoming, end ongoing", which is how the CALL button 91 * "answer incoming, end ongoing", which is how the CALL button
|
/packages/providers/DownloadProvider/docs/ |
index.html | 159 <tr><td > DLMGR_C_6 </td><td > The Download Manager SHOULD allow the initiating app to pause an ongoing download </td><td > 1011 </td><td > <b>YES</b> done in Cupcake </td></tr> 205 <tr><td > <code>com.android.providers.downloads.DownloadThread</code> </td><td > Can probably be made to implement <code>Runnable</code> instead. Unclear whether this can be eliminated as we will probably need one object that represents an ongoing download (unless the entire state can be stored on the stack with primitive types, which is unlikely). </td></tr> 207 <tr><td > <code>com.android.providers.downloads.Helpers.Lexer</code> </td><td > Keeps state about an ongoing lex, can probably be merged into another class by making the lexer <code>synchronized</code>, since the operation is short-lived. </td></tr> 247 The <code>URI</code> column is visible to the initiating application, which is a mild security risk. It should be hidden, but the OTA update mechanism relies on it to check duplicate downloads and to display the download that's currently ongoing in the settings app. If another string column was exposed to the initiating applications, the OTA update mechanism could use that one, and <code>URI</code> could then be hidden. For Cupcake, without changing the database schema, the <code>ENTITY</code> column could be re-used as it's currently unused. 272 Right now <code>OTHER_UID</code> is used by checkin/update to allow the settings app to display the name of an ongoing OTA update, and by Market to allow the system to install the new apks. It is however a dangerous feature, at least because it touches a part of the code that is critical to the download manager security (separation of applications). 350 <tr><td > 4002 </td><td > Cupcake <b>NO</b> </td><td > Cupcake P2 <b>NO</b> </td><td > Single Notification Icon </td><td > The download manager displays a single icon in the notification bar regardless of the number of ongoing and completed downloads. </td><td > No spec in Cupcake timeframe. </td></tr> [all...] |
/external/wpa_supplicant_8/src/wps/ |
wps_er.c | 772 * may have been ongoing at the time ER subscribed for events. [all...] |
/frameworks/opt/net/ims/src/java/com/android/ims/ |
ImsCall.java | [all...] |
/developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/ |
ImageWorker.java | 407 * Pause any ongoing background work. This can be used as a temporary
|
/developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/ |
ImageWorker.java | 407 * Pause any ongoing background work. This can be used as a temporary
|
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/ |
ImageWorker.java | 407 * Pause any ongoing background work. This can be used as a temporary
|
/development/samples/training/ContactsList/src/com/example/android/contactslist/util/ |
ImageLoader.java | 329 * Pause any ongoing background work. This can be used as a temporary
|
/external/chromium_org/chrome/browser/extensions/ |
install_verifier.cc | 285 // If there are no ongoing pending requests, we need to kick one off.
|
/external/chromium_org/chrome/browser/resources/options/ |
autofill_options_list.js | 517 * The number of ongoing validation requests.
|
/external/chromium_org/chrome/browser/ui/cocoa/tabs/ |
tab_controller_unittest.mm | 309 // to fire a timer that sends a mouse up event while the "drag" is ongoing.
|
/external/chromium_org/chrome/browser/ui/views/panels/ |
panel_stack_view.cc | 163 // Abort the ongoing animation.
|
/external/chromium_org/components/metrics/ |
metrics_service.h | 239 SENDING_CURRENT_LOGS, // Sending ongoing logs as they accrue.
|
/external/chromium_org/content/public/browser/ |
web_contents_observer.h | 236 // invokes this method. If there are ongoing navigations, their respective
|
/external/chromium_org/mojo/system/ |
dispatcher.h | 307 // This should be overridden to return true if/when there's an ongoing
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
ScriptStreamer.cpp | 255 // still be ongoing. Tell SourceStream to try to cancel it whenever it gets
|