/external/chromium_org/third_party/WebKit/Source/web/ |
DOMUtilitiesPrivate.h | 42 // For img, script, iframe, frame element, when attribute name is src, 43 // for link, a, area element, when attribute name is href, 44 // for form element, when attribute name is action, 45 // for input, type=image, when attribute name is src, 46 // for body, table, tr, td, when attribute name is background, 47 // for blockquote, q, del, ins, when attribute name is cite,
|
/external/chromium_org/ui/message_center/ |
notification_delegate.h | 26 // To be called when the desktop notification is actually shown. 29 // To be called when the desktop notification cannot be shown due to an 33 // To be called when the desktop notification is closed. If closed by a 40 // To be called when a desktop notification is clicked. 43 // To be called when the user clicks a button in a notification. TODO(miket): 55 // A simple notification delegate which invokes the passed closure when clicked.
|
/external/junit/src/org/junit/runner/notification/ |
RunListener.java | 44 * Called when all tests have finished 51 * Called when an atomic test is about to be started. 59 * Called when an atomic test has finished, whether the test succeeds or fails. 66 * Called when an atomic test fails. 73 * Called when an atomic test flags that it assumes a condition that is 84 * Called when a test will not be run, generally because a test method is annotated
|
/external/smack/src/org/jivesoftware/smack/ |
RosterListener.java | 37 * Called when roster entries are added. 44 * Called when a roster entries are updated. 51 * Called when a roster entries are removed. 58 * Called when the presence of a roster entry is changed. Care should be taken 59 * when using the presence data delivered as part of this event. Specifically, 60 * when a user account is online with multiple resources, the UI should account
|
/external/smack/src/org/jivesoftware/smackx/ |
MessageEventNotificationListener.java | 27 * to receive notifications when sending a message. 34 * Called when a notification of message delivered is received. 42 * Called when a notification of message displayed is received. 50 * Called when a notification that the receiver of the message is composing a reply is 59 * Called when a notification that the receiver of the message is offline is received. 67 * Called when a notification that the receiver of the message cancelled the reply
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/usb/ |
gadgetfs.h | 15 * i/o requests. When ep0 is configured, the device can enumerate; 16 * when it's closed, the device disconnects from usb. Operations on 27 * Events are delivered on the ep0 file descriptor, when the user mode driver 65 * when the fifo is loaded, before the host reads the data; 67 * complete when they're sitting in the FIFO unread. 69 * (needed for precise fault handling, when the hardware allows it)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/usb/ |
gadgetfs.h | 15 * i/o requests. When ep0 is configured, the device can enumerate; 16 * when it's closed, the device disconnects from usb. Operations on 27 * Events are delivered on the ep0 file descriptor, when the user mode driver 65 * when the fifo is loaded, before the host reads the data; 67 * complete when they're sitting in the FIFO unread. 69 * (needed for precise fault handling, when the hardware allows it)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/usb/ |
gadgetfs.h | 15 * i/o requests. When ep0 is configured, the device can enumerate; 16 * when it's closed, the device disconnects from usb. Operations on 27 * Events are delivered on the ep0 file descriptor, when the user mode driver 65 * when the fifo is loaded, before the host reads the data; 67 * complete when they're sitting in the FIFO unread. 69 * (needed for precise fault handling, when the hardware allows it)
|
/external/chromium_org/components/ |
policy_strings.grdp | 115 <message name="IDS_POLICY_TYPE_ERROR" desc="The text displayed in the status column when a policy value has the wrong type."> 118 <message name="IDS_POLICY_OUT_OF_RANGE_ERROR" desc="The text displayed in the status column when a policy value is out of range."> 121 <message name="IDS_POLICY_VALUE_FORMAT_ERROR" desc="The text displayed in the status column when a policy value doesn't match the expected format."> 124 <message name="IDS_POLICY_DEFAULT_SEARCH_DISABLED" desc="The text displayed in the status column when a policy value has been ignored because default search has been disabled."> 127 <message name="IDS_POLICY_NOT_SPECIFIED_ERROR" desc="The text displayed in the status column when a policy value should have been specified but wasn't."> 136 <message name="IDS_POLICY_INVALID_SEARCH_URL_ERROR" desc="The text displayed in the status column when a the URL given for DefaultSearchProviderSearchURL is invalid."> 139 <message name="IDS_POLICY_INVALID_PROXY_MODE_ERROR" desc="The text displayed in the status column when the value for ProxyMode is invalid."> 142 <message name="IDS_POLICY_PROXY_MODE_DISABLED_ERROR" desc="The text displayed in the status column when use of a proxy is disabled but a proxy configuration is given."> 145 <message name="IDS_POLICY_PROXY_MODE_AUTO_DETECT_ERROR" desc="The text displayed in the status column when the proxy is set to auto configured but a proxy configuration is given."> 148 <message name="IDS_POLICY_PROXY_MODE_PAC_URL_ERROR" desc="The text displayed in the status column when the proxy configuration is set to use a .pac script URL but policies only for fixed proxy servers (…) [all...] |
/frameworks/opt/net/voip/src/java/android/net/sip/ |
SipSession.java | 26 * SipManager#createSipSession createSipSession()} (when initiating calls) or {@link 27 * SipManager#getSessionFor getSessionFor()} (when receiving calls).</p> 36 /** When session is ready to initiate a call or transaction. */ 39 /** When the registration request is sent out. */ 42 /** When the unregistration request is sent out. */ 45 /** When an INVITE request is received. */ 48 /** When an OK response is sent for the INVITE request received. */ 51 /** When an INVITE request is sent. */ 54 /** When a RINGING response is received for the INVITE request sent. */ 57 /** When a CANCEL request is sent for the INVITE request sent. * [all...] |
/external/chromium/chrome/common/ |
utility_messages.h | 119 // Reply when the utility process is done unpacking an extension. |manifest| 127 // Reply when the utility process has failed while unpacking an extension. 132 // Reply when the utility process is done unpacking and parsing JSON data 137 // Reply when the utility process has failed while unpacking and parsing a 143 // Reply when the utility process has succeeded in parsing an update manifest 148 // Reply when an error occured parsing the update manifest. |error_message| 153 // Reply when the utility process has succeeded in decoding the image. 157 // Reply when an error occured decoding the image. 160 // Reply when the utility process has succeeded in rendering the PDF. 164 // Reply when an error occured rendering the PDF [all...] |
/external/chromium_org/chrome/common/extensions/api/ |
sockets_tcp_server.idl | 13 // value is not specified, a default value is used when calling 14 // <code>create</code>, or the existing value if preserved when calling 17 // Flag indicating if the socket remains open when the event page of the 20 // Lifecycle</a>). The default value is "false." When the application is 61 // Flag indicating if the socket remains open when the event page of the 115 // |callback| : Called when the socket has been created. 122 // |callback| : Called when the properties are updated. 128 // When paused, a listening socket accepts new connections until its backlog 130 // connection requests. <code>onAccept<code> events are raised only when 144 // |callback| : Called when listen operation completes [all...] |
/external/wpa_supplicant_8/src/common/ |
defs.h | 172 * start looking for an access point. This state is entered when a 199 * This state is entered when wpa_supplicant starts scanning for a 207 * This state is entered when wpa_supplicant has found a suitable BSS 217 * This state is entered when wpa_supplicant has found a suitable BSS 219 * with this BSS in ap_scan=1 mode. When using ap_scan=2 mode, this 220 * state is entered when the driver is configured to try to associate 228 * This state is entered when the driver reports that association has 238 * This state is entered when WPA/WPA2 4-Way Handshake is started. In 239 * case of WPA-PSK, this happens when receiving the first EAPOL-Key 241 * when the IEEE 802.1X/EAPOL authentication has been completed [all...] |
/frameworks/av/libvideoeditor/vss/common/inc/ |
SSRC.h | 140 /* SSRC_INVALID_FS When the requested input or output sampling rates */ 142 /* SSRC_INVALID_NR_CHANNELS When the channel format is not equal to LVM_MONO */ 144 /* SSRC_NULL_POINTER When pSSRC_Params is a NULL pointer */ 145 /* SSRC_INVALID_MODE When Mode is not a valid setting */ 170 /* SSRC_OK when the function call succeeds */ 171 /* SSRC_INVALID_FS When the requested input or output sampling rates */ 173 /* SSRC_INVALID_NR_CHANNELS When the channel format is not equal to LVM_MONO */ 175 /* SSRC_NULL_POINTER When any of the input pointers is a NULL pointer */ 176 /* SSRC_WRONG_NR_SAMPLES When the number of samples on the input or on the output */ 206 /* SSRC_INVALID_FS When the requested input or output sampling rates * [all...] |
/external/chromium_org/tools/json_schema_compiler/test/ |
browser_action.json | 35 "description": "The string the browser action should display when moused over." 40 "description": "Limits the change to when a particular tab is selected. Automatically resets when the tab is closed." 98 "description": "Limits the change to when a particular tab is selected. Automatically resets when the tab is closed." 107 "description": "Sets the html document to be opened as a popup when the user clicks on the browser action's icon.", 117 "description": "Limits the change to when a particular tab is selected. Automatically resets when the tab is closed." 171 "description": "Limits the change to when a particular tab is selected. Automatically resets when the tab is closed. [all...] |
/packages/services/Telephony/src/com/android/phone/ |
CdmaPhoneCallState.java | 24 * IDLE - When no call is going on. This is just required as default state to reset the PhoneApp 25 * call state to when the complete call gets disconnected 26 * SINGLE_ACTIVE - When only single call is active. 28 * call or phone state of OFFHOOK, but in more complex conditions e.g. when phone is already 33 * THRWAY_ACTIVE - When user initiate an outgoing call when already on a call. 36 * when the user originates another call we need to remember this state to update the menu 39 * CONF_CALL - When the user merges two calls or on accepting the Call waiting call. 49 * IDLE - When no call is going on. 50 * SINGLE_ACTIVE - When only single call is activ [all...] |
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/ |
BaseBindingActivity.java | 46 * {@link #onServiceDisconnected()}. Returns null when not valid. 53 * Called when the activity resumes. 62 * when this call finishes. 71 * Called when the activity is paused. 83 * Called when binding to the service to get the activity's {@link ControllerListener}. 91 * When this is called, {@link #getServiceBinder()} returns a non-null binder that 97 * Called by the service when it is forcibly disconnected OR when we know 100 * When this is called, {@link #getServiceBinder()} returns a null binder and 114 * Called when the service is connected [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
tzrule.h | 42 * should delete it when done. 91 * When two <code>TimeZoneRule</code> objects differ only its names, this method 100 * Gets the very first time when this rule takes effect. 105 * @param result Receives the very first time when this rule takes effect. 106 * @return true if the start time is available. When false is returned, output parameter 113 * Gets the final time when this rule takes effect. 118 * @param result Receives the final time when this rule takes effect. 119 * @return true if the start time is available. When false is returned, output parameter 126 * Gets the first time when this rule takes effect after the specified time. 133 * @param result Receives The first time when this rule takes effect afte [all...] |
/external/icu4c/i18n/unicode/ |
tzrule.h | 42 * should delete it when done. 91 * When two <code>TimeZoneRule</code> objects differ only its names, this method 100 * Gets the very first time when this rule takes effect. 105 * @param result Receives the very first time when this rule takes effect. 106 * @return true if the start time is available. When false is returned, output parameter 113 * Gets the final time when this rule takes effect. 118 * @param result Receives the final time when this rule takes effect. 119 * @return true if the start time is available. When false is returned, output parameter 126 * Gets the first time when this rule takes effect after the specified time. 133 * @param result Receives The first time when this rule takes effect afte [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/sample-input/ |
template-group | 23 % when 'r' 25 % when 'w'
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemChoose.java | 33 * <!ELEMENT xsl:choose (xsl:when+, xsl:otherwise?)> 92 ElemWhen when = (ElemWhen) childElem; local 94 // must be xsl:when 98 // System.err.println("\""+when.getTest().getPatternString()+"\""); 100 // if(when.getTest().getPatternString().equals("COLLECTION/icuser/ictimezone/LITERAL='GMT +13:00 Pacific/Tongatapu'")) 103 if (when.getTest().bool(xctxt, sourceNode, when)) { 104 transformer.executeChildTemplates(when, true);
|
/external/bluetooth/bluedroid/btif/co/ |
bta_gattc_co.c | 36 ** Description This callout function is executed by GATTC when a GATT server 40 ** evt: call in event to be passed in when cache open is done. 59 ** Description This callout function is executed by GATT when server cache 63 ** evt: call in event to be passed in when cache save is done. 82 ** Description This callout function is executed by GATT when a server cache 86 ** evt: call in event to be passed in when cache save is done. 106 ** Description This callout function is executed by GATTC when a GATT server 117 /* close NV when server cache is done saving or loading,
|
/external/chromium/chrome/browser/extensions/ |
extension_sync_data.h | 21 // Version-independent properties (i.e., used even when the 28 // Version-dependent properties (i.e., should be used only when the
|
/external/chromium/chrome/browser/ |
ssl_client_certificate_selector.h | 19 // offering certificates from |cert_request_info|. When the user has made a 21 // when the dialog closes in call cases; if the user cancels the dialog, we call
|
/external/chromium/chrome/browser/sync/engine/ |
polling_constants.cc | 11 // Standard short poll. This is used when XMPP is off. 16 // Long poll is used when XMPP is on.
|