/packages/apps/Camera2/src/com/android/camera/ |
ShutterButton.java | 27 * It's currently an {@code ImageView} that can call a delegate when the 35 * A callback to be invoked when a ShutterButton's pressed state changes. 39 * Called when a ShutterButton has been pressed. 73 * onPressed listener doesn't always get called when the pressed state 82 // When pressing the physical camera button the sequence of 86 // button. When clicking using a trackball button, the view 90 // When clicking using touch events, the view system changes the
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
ShutterButton.java | 26 * It's currently an {@code ImageView} that can call a delegate when the 31 * A callback to be invoked when a ShutterButton's pressed state changes. 35 * Called when a ShutterButton has been pressed. 56 * onPressed listener doesn't always get called when the pressed state 65 // When pressing the physical camera button the sequence of 69 // button. When clicking using a trackball button, the view 73 // When clicking using touch events, the view system changes the
|
/external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/ |
Mac_ImplTest.java | 126 * throws NullPointerException when algorithm is null; 127 * throws NoSuchAlgorithmException when algorithm is not correct; 135 fail("NullPointerException or NoSuchAlgorithmException should be thrown when algorithm is null"); 160 * throws NullPointerException when algorithm is null; 161 * throws NoSuchAlgorithmException when algorithm is not correct; 162 * throws IllegalArgumentException when provider is null; 163 * throws NoSuchProviderException when provider is available; 172 fail("NullPointerException or NoSuchAlgorithmException should be thrown when algorithm is null"); 189 fail("IllegalArgumentException must be thrown when provider is null (algorithm: " 222 * throws NullPointerException when algorithm is null [all...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
CertPathBuilder2Test.java | 116 * throws NullPointerException when algorithm is null 117 * throws NoSuchAlgorithmException when algorithm is not correct 124 fail("NullPointerException or NoSuchAlgorithmException must be thrown when algorithm is null"); 148 * throws NullPointerException when algorithm is null 149 * throws NoSuchAlgorithmException when algorithm is not correct 150 * throws IllegalArgumentException when provider is null or empty; 151 * throws NoSuchProviderException when provider is available; 159 fail("NullPointerException or NoSuchAlgorithmException must be thrown when algorithm is null"); 176 fail("IllegalArgumentException must be thrown when provider is null (type: " 182 fail("IllegalArgumentException must be thrown when provider is empty (type: [all...] |
/external/bluetooth/bluedroid/bta/include/ |
bta_av_co.h | 78 ** Description This callout function is executed by AV when it is 186 ** Description This function is called by AV when the audio stream connection 203 ** Description This function is called by AV when the video stream connection 218 ** Description This function is called by AV when the audio stream connection 221 ** When one stream is closed and no other audio stream is open, 235 ** Description This function is called by AV when the video stream connection 249 ** Description This function is called by AV when the audio streaming data 263 ** Description This function is called by AV when the video streaming data 277 ** Description This function is called by AV when the audio streaming data 290 ** Description This function is called by AV when the video streaming dat [all...] |
/external/chromium/chrome/browser/ |
utility_process_host.h | 41 // Called when the process has crashed. 44 // Called when the extension has unpacked successfully. |manifest| is the 50 // Called when an error occurred while unpacking the extension. 54 // Called when the web resource has been successfully parsed. |json_data| 60 // Called when an error occurred while parsing the resource data. 64 // Called when an update manifest xml file was successfully parsed. 68 // Called when an update manifest xml file failed parsing. |error_message| 73 // Called when image data was successfully decoded. |decoded_image| 78 // Called when image data decoding failed. 81 // Called when we have successfully obtained the IndexedDBKey afte [all...] |
/external/chromium_org/chrome/common/extensions/api/ |
browsing_data.json | 57 "description": "The browser's cache. Note: when removing data, this clears the <em>entire</em> cache: it is not limited to the range you specify." 165 "description": "Called when deletion has completed.", 183 "description": "Called when websites' appcache data has been cleared.", 201 "description": "Called when the browser's cache has been cleared.", 219 "description": "Called when the browser's cookies and server-bound certificates have been cleared.", 237 "description": "Called when the browser's list of downloaded files has been cleared.", 255 "description": "Called when websites' file systems have been cleared.", 273 "description": "Called when the browser's form data has been cleared.", 291 "description": "Called when the browser's history has cleared.", 309 "description": "Called when websites' IndexedDB data has been cleared." [all...] |
socket.idl | 138 // |callback| : Called when the socket has been created. 154 // |callback| : Called when the connection attempt is complete. 165 // |callback| : Called when the bind attempt is complete. 188 // |callback| : Called when the write operation completes without blocking 207 // |callback| : Called when the send operation completes without blocking 223 // |callback| : Called when listen operation completes. 231 // Registers a callback function to be called when a connection is 236 // |callback| : The callback is invoked when a new socket is accepted. 245 // |callback| : Called when the setKeepAlive attempt is complete. 252 // algorithm will be disabled when <code>TCP_NODELAY</code> is set [all...] |
/external/chromium_org/chrome/common/extensions/api/devtools/ |
panels.json | 18 "description": "Fired when an object is selected in the panel." 35 "description": "A callback invoked when the sidebar is created.", 61 "description": "Path to the icon of the button. The file should contain a 64x24-pixel image composed of two 32x24 icons. The left icon is used when the button is inactive; the right icon is displayed when the button is pressed." 66 "description": "Text shown as a tooltip when user hovers the mouse over the button." 98 "description": "Fired when the user switches to the panel.", 110 "description": "Fired when the user switches away from the panel." 196 "description": "Fired when the sidebar pane becomes visible as a result of user switching to the panel that hosts it.", 209 "description": "Fired when the sidebar pane becomes hidden as a result of the user switching away from the panel that hosts the sidebar pane." 232 "description": "Text shown as a tooltip when user hovers the mouse over the button. [all...] |
/external/chromium_org/cloud_print/gcp20/prototype/ |
cloud_print_requester.h | 36 // Invoked when server respond for registration-start query and response is 43 // Invoked when server responded for registration-getAuthCode query and 50 // Invoked when XMPP JID was received and it has to be saved. 53 // Invoked when access_token was received after UpdateAccesstoken() call. 57 // Invoked when server respond with |"success" = false| or we cannot parse 61 // Invoked when network connection cannot be established. 64 // Invoked when server error is received or cannot parse json response. 67 // Invoked when authorization failed. 70 // Invoked when access_token is needed. 73 // Invoked when fetch response was received [all...] |
/libcore/luni/src/test/java/tests/security/cert/ |
CertPathBuilder2Test.java | 108 * throws NullPointerException when algorithm is null 109 * throws NoSuchAlgorithmException when algorithm is not correct 116 fail("NullPointerException or NoSuchAlgorithmException must be thrown when algorithm is null"); 140 * throws NullPointerException when algorithm is null 141 * throws NoSuchAlgorithmException when algorithm is not correct 142 * throws IllegalArgumentException when provider is null or empty; 143 * throws NoSuchProviderException when provider is available; 151 fail("NullPointerException or NoSuchAlgorithmException must be thrown when algorithm is null"); 168 fail("IllegalArgumentException must be thrown when provider is null (type: " 174 fail("IllegalArgumentException must be thrown when provider is empty (type: [all...] |
/frameworks/base/core/java/android/view/ |
SurfaceHolder.java | 28 * <p>When using this interface from a thread other than the one running 35 /** @deprecated this is ignored, this value is set automatically when needed. */ 38 /** @deprecated this is ignored, this value is set automatically when needed. */ 41 /** @deprecated this is ignored, this value is set automatically when needed. */ 44 /** @deprecated this is ignored, this value is set automatically when needed. */ 49 * Exception that is thrown from {@link #lockCanvas} when called on a Surface 63 * changes to the surface. When used with a {@link SurfaceView}, the 112 * Called when the application needs to redraw the content of its 151 * @deprecated this is ignored, this value is set automatically when needed. 158 * When working with a {@link SurfaceView}, this must be called from th [all...] |
OrientationEventListener.java | 27 * Helper class for receiving notifications from the SensorManager when 43 * Returned from onOrientationChanged when the device orientation cannot be determined 44 * (typically when the device is in a close to flat position). 84 * {@link #onOrientationChanged} when the device orientation changes. 160 * Called when the orientation of the device has changed. 162 * orientation is 0 degrees when the device is oriented in its natural position, 163 * 90 degrees when its left side is at the top, 180 degrees when it is upside down, 164 * and 270 degrees when its right side is to the top. 165 * {@link #ORIENTATION_UNKNOWN} is returned when the device is close to fla [all...] |
/external/chromium_org/net/quic/ |
quic_connection.h | 61 // Class that receives callbacks from the connection when frames are received 62 // and when other interesting events happen. 73 // Called when the stream is reset by the peer. 76 // Called when the connection is going away according to the peer. 79 // Called when the connection is closed either locally by the framer, or 90 // Called when a blocked socket becomes writable. If all pending bytes for 107 // Called when a packet has been sent. 113 // Called when the contents of a packet have been retransmitted as 119 // Called when a packet has been received, but before it is 125 // Called when the protocol version on the received packet doensn't matc [all...] |
/dalvik/vm/alloc/ |
DdmHeap.cpp | 49 * [u1]: capture reason (same as 'when' value from server) 69 /* If there's a one-shot 'when', reset it. 73 ALOGW("%s(): can't lock heap to clear when", __func__); 106 /* 'when' value */ 126 bool dvmDdmHandleHpifChunk(int when) 128 switch (when) { 130 dvmDdmSendHeapInfo(when, true); 136 gDvm.gcHeap->ddmHpifWhen = when; 139 ALOGI("%s(): can't lock heap to set when", __func__); 144 ALOGI("%s(): bad when value 0x%08x", __func__, when) 434 int when, what; local [all...] |
/external/chromium_org/chrome/browser/background/ |
background_mode_manager.h | 37 // "background mode" and for providing UI for the user to exit Chrome when there 45 // When Chrome is in background mode, it will continue running even after the 47 // Additionally, when in background mode, Chrome will launch on OS login with 182 // Called when the kBackgroundModeEnabled preference changes. 204 // Invoked when an extension is installed so we can ensure that 205 // launch-on-startup is enabled if appropriate. |extension| can be NULL when 221 // Invoked when a background app is installed so we can display a 239 // chrome running while waiting for apps to load. This is called when we no 248 // Create a status tray icon to allow the user to shutdown Chrome when running 258 // Chrome when running in background mode. All profiles are listed unde [all...] |
/external/chromium_org/chrome/browser/browsing_data/ |
browsing_data_remover.h | 62 // Time period ranges available when doing browsing data removals. 110 // When BrowsingDataRemover successfully removes data, a notification of type 131 // Observer is notified when the removal is done. Done means keywords have 172 // Called when history deletion is done. 217 // Callback for when TemplateURLService has finished loading. Clears the data, 221 // Called when plug-in data has been cleared. Invokes NotifyAndDeleteIfDone. 247 // Callback for when the hostname resolution cache has been cleared. 254 // Callback for when the LoggedIn Predictor has been cleared. 261 // Callback for when speculative data in the network Predictor has been 270 // Callback for when network related data in ProfileIOData has been cleared [all...] |
/cts/tools/cts-api-coverage/src/res/ |
api-coverage.xsl | 132 <xsl:when test="@coveragePercentage <= 50">red</xsl:when> 133 <xsl:when test="@coveragePercentage <= 80">yellow</xsl:when> 140 <xsl:when test="@deprecated = 'true'">deprecated</xsl:when> 158 <xsl:when test="@deprecated = 'true'">deprecated</xsl:when> 165 <xsl:when test="@covered = 'true'">[X]</xsl:when> [all...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
KSPrivateKeyEntryTest.java | 66 * Assertion: throws NullPointerException when privateKey is null 73 fail("NullPointerException must be thrown when privateKey is null"); 81 * Assertion: throws NullPointerException when chain is null 82 * and throws IllegalArgumentException when chain length is 0 89 fail("NullPointerException must be thrown when chain is null"); 95 fail("IllegalArgumentException must be thrown when chain length is 0"); 102 * Assertion: throws IllegalArgumentException when chain contains certificates 109 fail("IllegalArgumentException must be thrown when chain contains certificates of different types"); 117 * Assertion: throws IllegalArgumentException when algorithm of privateKey 124 fail("IllegalArgumentException must be thrown when key algorithms do not match") [all...] |
/external/chromium/chrome/browser/service/ |
service_process_control.h | 54 // Called when we receive reply to remoting host status request. 73 // |success_task| is called when we have successfully launched the process 75 // |failure_task| is called when we failed to connect to the service process. 106 // email address. The callback gets the information when received. 119 // MessageHandler::OnRemotingHostInfo() will be called when remoting host 168 // Method called by Launcher when the service process is launched. 184 // Callbacks that get invoked when the channel is successfully connected or 187 // Callbacks that get invoked ONLY when the channel is successfully connected. 189 // Callbacks that get invoked ONLY when there was a connection failure. 192 // Callback that gets invoked when a status message is received fro [all...] |
/external/chromium_org/ash/system/chromeos/power/ |
tray_power_unittest.cc | 113 // Notification shows when connecting a USB charger. 140 // No notifications when no battery present. 149 // No notification when calculating remaining battery time. 155 // No notification when charging. 164 // When the rounded minutes-to-empty are above the threshold, no notification 171 // When the rounded value matches the threshold, the notification should 182 // The critical low battery notification should be shown when the rounded 189 // The notification should be dismissed when the no-warning threshold is 196 // Test that rounded percentages are used when a USB charger is connected. 222 // A notification shouldn't be shown when we're in the full state with a [all...] |
/external/chromium_org/chrome/browser/resources/net_internals/ |
import_view.js | 58 * Called when a log file is loaded, after clearing the old log entries and 71 * Called when something is dragged over the drop target. 73 * Returns false to cancel default browser behavior when a single file is 74 * being dragged. When this happens, we may not receive a list of files for 82 // http://crbug.com/115433. TODO(dbeam): Remove when standardized more. 89 * Called when something is dropped onto the drop target. If it's a single 108 * Called when a log file is selected. 132 * Displays an error message when unable to read the selected log file. 152 * ongoing, and false when the operation has stopped, regardless of success 153 * of failure. Also, when loading is done, replaces the load button so th [all...] |
/external/chromium_org/net/spdy/ |
buffered_spdy_framer.h | 56 // Called when a data frame header is received. 61 // Called when data is received. 66 // When the other side has finished sending data on this stream, 73 // Called when a SETTINGS frame is received. 77 // Called when an individual setting within a SETTINGS frame has been parsed 81 // Called when a PING frame has been parsed. 84 // Called when a RST_STREAM frame has been parsed. 88 // Called when a GOAWAY frame has been parsed. 92 // Called when a WINDOW_UPDATE frame has been parsed. 96 // Called when a PUSH_PROMISE frame has been parsed [all...] |
/external/jsr305/javadoc/javax/annotation/meta/ |
When.html | 7 When 10 <META NAME="keywords" CONTENT="javax.annotation.meta.When class"> 17 parent.document.title="When"; 57 <A HREF="../../../index.html?javax/annotation/meta/When.html" target="_top"><B>FRAMES</B></A> 58 <A HREF="When.html" target="_top"><B>NO FRAMES</B></A> 89 Enum When</H2> 92 <IMG SRC="../../../resources/inherit.gif" ALT="extended by ">java.lang.Enum<<A HREF="../../../javax/annotation/meta/When.html" title="enum in javax.annotation.meta">When</A>> 93 <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>javax.annotation.meta.When</B> 96 <DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable, java.lang.Comparable<<A HREF="../../../javax/annotation/meta/When.html" title="enum in javax.annotation.meta">When</A>></DD [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
GestureRecorder.java | 47 public MotionEventRecord(long when, MotionEvent event) { 48 this.time = when; 80 public TagRecord(long when, String tag, String info) { 81 this.time = when; 114 public void tag(long when, String tag, String info) { 115 mRecords.add(new TagRecord(when, tag, info)); 171 public void tag(long when, String tag, String info) { 177 mCurrentGesture.tag(when, tag, info); 182 public void tag(long when, String tag) { 183 tag(when, tag, null) [all...] |