HomeSort by relevance Sort by last modified time
    Searched full:when (Results 1476 - 1500 of 50734) sorted by null

<<51525354555657585960>>

  /sdk/testapps/buildConfigTest/app/src/com/android/tests/buildconfigtest/
Main.java 11 /** Called when the activity is first created. */
  /sdk/testapps/customPropAnimTest/src/com/android/custompropertyanimation/
CustomPropertyAnimationActivity.java 9 /** Called when the activity is first created. */
  /sdk/testapps/legacyTest/src/com/android/tests/javaprojecttest/app/
Main.java 10 /** Called when the activity is first created. */
  /sdk/testapps/libsTest/app/src/com/android/tests/libstest/app/
MainActivity.java 10 /** Called when the activity is first created. */
  /sdk/testapps/userLibTest/src/com/android/tests/userlibtest/
Main.java 10 /** Called when the activity is first created. */
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
KeyStore_Impl1Test.java 93 * Assertion: throws IllegalArgumentException when provider is null or empty
101 fail("IllegalArgumentException must be thrown when provider is null (type: "
107 fail("IllegalArgumentException must be thrown when provider is empty (type: "
116 * Assertion: throws NoSuchProviderException when provider is not available
136 * throws NullPointerException when type is null
137 * throws KeyStoreException when type is not available
143 fail("KeyStoreException must be thrown when type is null");
175 * Assertion: throws IllegalArgumentException when provider is null
183 fail("IllegalArgumentException must be thrown when provider is null (type: "
194 * throws NullPointerException when type is null
    [all...]
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.h 60 // How inset the bookmarks bar is when displayed on the new tab page.
75 // ModelChangeListener via the SetModelChangedListener method when shown and
76 // reset the ModelChangeListener of the BookmarkBarView when it closes by way
83 // Invoked when the model changes. Should cancel the edit and close any
103 // Sets the PageNavigator that is used when the user selects an entry on
145 // Called when fullscreen mode toggles on or off; this affects our layout.
209 // Returns the button used when not all the items on the bookmark bar fit.
261 // Task that invokes ShowDropFolderForNode when run. ShowFolderDropMenuTask
290 // Creates recent bookmark button and when visible button as well as
297 // Creates the button used when not all bookmark buttons fit
    [all...]
  /external/chromium_org/chrome/browser/resources/options/
pref_ui.js 84 * Update the input element's state when the associated pref changes.
100 * Custom change handler that is invoked first when the user makes changes
127 * in the settings UI immediately but are only actually committed when the
166 * Update the associated pref when when the user makes changes to the
177 * Update the checkbox state when the associated pref changes.
212 * Update the associated pref when when the user inputs a number.
242 * Update the associated pref when when the user selects the radio button
    [all...]
  /external/chromium_org/chrome/common/extensions/api/
sockets_udp.idl 12 // value is not specified, a default value is used when calling
13 // <code>create</code>, or the existing value if preserved when calling
16 // Flag indicating if the socket is left open when the event page of the
19 // Lifecycle</a>). The default value is "false." When the application is
75 // Flag indicating whether the socket is left open when the application is
157 // |callback| : Called when the socket has been created.
164 // |callback| : Called when the properties are updated.
173 // |callback| : Called when the socket has been successfully paused or
183 // <code>onReceive</code> events are raised when UDP packets arrive on the
191 // |callback| : Called when the <code>bind</code> operation completes
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyPairGenerator1Test.java 96 * throws NullPointerException when algorithm is null
97 * throws NoSuchAlgorithmException when algorithm is incorrect;
102 fail("NullPointerException or NoSuchAlgorithmException must be thrown when algorithm is null");
109 fail("NoSuchAlgorithmException must be thrown when algorithm is not available: "
136 * Assertion: throws IllegalArgumentException when provider is null or empty
148 fail("IllegalArgumentException must be thrown when provider is null");
153 fail("IllegalArgumentException must be thrown when provider is empty");
163 * throws NoSuchProviderException when provider is not available
187 * Assertion: throws NoSuchAlgorithmException when algorithm is not
189 * throws NullPointerException when algorithm is nul
    [all...]
  /packages/apps/ContactsCommon/res/values/
strings.xml 19 <!-- Toast shown when text is copied to the clipboard [CHAR LIMIT=64] -->
129 <!-- Used to display as default status when the contact is available for chat [CHAR LIMIT=19] -->
132 <!-- Used to display as default status when the contact is away or idle for chat [CHAR LIMIT=19] -->
135 <!-- Used to display as default status when the contact is busy or Do not disturb for chat [CHAR LIMIT=19] -->
161 <!-- Displayed at the top of the contacts showing the zero total number of contacts found when "Only contacts with phones" not selected. [CHAR LIMIT=30]
165 <!-- Displayed at the top of the contacts showing the total number of contacts found when typing search query -->
178 <!-- Shown as the display name for a person when the name is missing or unknown. [CHAR LIMIT=18]-->
202 <!-- Title for data source when creating or editing a contact that doesn't
206 <!-- Title for data source when creating or editing a contact that doesn't
211 <!-- Header that expands to list all name types when editing a structured name of a contac
    [all...]
  /frameworks/base/core/java/android/view/
ViewTreeObserver.java 54 * Interface definition for a callback to be invoked when the view hierarchy is
59 * Callback method to be invoked when the view hierarchy is attached to a window
64 * Callback method to be invoked when the view hierarchy is detached from a window
70 * Interface definition for a callback to be invoked when the view hierarchy's window
75 * Callback method to be invoked when the window focus changes in the view tree.
84 * Interface definition for a callback to be invoked when the focus state within
89 * Callback method to be invoked when the focus changes in the view tree. When
91 * When the view tree transitions from non-touch mode to touch mode, newFocus is
92 * null. When focus changes in non-touch mode (without transition from or t
    [all...]
  /frameworks/base/services/input/
InputReader.h 194 // The transition from PRESS to SWIPE or FREEFORM gesture mode is made when
198 // The transition from PRESS to SWIPE gesture mode can only occur when the
201 // When the vectors are oriented in the exactly same direction, the cosine is 1.0.
205 // The transition from PRESS to SWIPE gesture mode can only occur when the
212 // Movement speed applies when the fingers are moving in the same direction.
218 // Zoom speed applies when the fingers are mostly moving relative to each other
360 virtual void requestTimeoutAtTime(nsecs_t when) = 0;
427 virtual void requestTimeoutAtTime(nsecs_t when);
456 void addDeviceLocked(nsecs_t when, int32_t deviceId);
457 void removeDeviceLocked(nsecs_t when, int32_t deviceId)
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyPairGenerator1Test.java 98 * throws NullPointerException when algorithm is null
99 * throws NoSuchAlgorithmException when algorithm is incorrect;
104 fail("NullPointerException or NoSuchAlgorithmException must be thrown when algorithm is null");
111 fail("NoSuchAlgorithmException must be thrown when algorithm is not available: "
138 * Assertion: throws IllegalArgumentException when provider is null or empty
150 fail("IllegalArgumentException must be thrown when provider is null");
155 fail("IllegalArgumentException must be thrown when provider is empty");
165 * throws NullPointerException when algorithm is null
166 * throws NoSuchAlgorithmException when algorithm is incorrect;
190 * Assertion: throws NoSuchAlgorithmException when algorithm is no
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file-parser.rb 134 when ?a then "\a"
135 when ?b then "\b"
136 when ?e then "\e"
137 when ?f then "\f"
138 when ?n then "\n"
139 when ?r then "\r"
140 when ?s then "\s"
141 when ?t then "\t"
142 when ?v then "\v"
153 when TEMPLAT
    [all...]
  /external/chromium_org/chromeos/dbus/
cryptohome_client.h 72 // |handler| is called when results for AsyncXXX methods are returned.
74 // when they are made in parallel.
86 // Calls IsMounted method and returns true when the call succeeds.
89 // Calls Unmount method and returns true when the call succeeds.
165 // Calls TpmIsEnabled method and returns true when the call succeeds.
176 // Calls TpmIsOwned method and returns true when the call succeeds.
184 // Calls TpmIsBeingOwned method and returns true when the call succeeds.
198 // Calls TpmClearStoredPassword method and returns true when the call
222 // Calls InstallAttributesGet method and returns true when the call succeeds.
229 // Calls InstallAttributesSet method and returns true when the call succeeds
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/public/
MobiCoreDriverApi.h 66 * Please do not test DETAIL part when comparing error codes.
187 * @return MC_DRV_ERR_DAEMON_UNREACHABLE when problems with daemon occur.
188 * @return MC_DRV_ERR_UNKNOWN_DEVICE when deviceId is unknown.
198 * When closing a device, active sessions have to be closed beforehand.
205 * @return MC_DRV_ERR_UNKNOWN_DEVICE when device id is invalid.
206 * @return MC_DRV_ERR_SESSION_PENDING when a session is still open.
207 * @return MC_DRV_ERR_DAEMON_UNREACHABLE when problems with daemon occur.
227 * @return MC_DRV_ERR_UNKNOWN_DEVICE when device id is invalid.
228 * @return MC_DRV_ERR_DAEMON_UNREACHABLE when problems with daemon socket occur.
229 * @return MC_DRV_ERR_UNKNOWN_DEVICE when daemon returns an error
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
ScrollerTest.java 57 // if duration is not specified when start scroll, the duration is set to default value
101 // We can not get the precise currX and currY when scrolling
120 fail("unexpected InterruptedException when sleep");
137 fail("unexpected InterruptedException when sleep");
154 fail("unexpected InterruptedException when sleep");
166 // We can not get the precise currX and currY when scrolling
189 fail("unexpected InterruptedException when sleep");
201 // We can not get the precise currX and currY when scrolling
222 fail("unexpected InterruptedException when sleep");
240 fail("unexpected InterruptedException when sleep")
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertificateFactory2Test.java 187 * throws NullPointerException when type is null
188 * throws CertificateException when type is not available
194 fail("NullPointerException or CertificateException must be thrown when type is null");
218 * throws NullPointerException when type is null
219 * throws CertificateException when type is not available
220 * throws IllegalArgumentException when provider is null or empty;
221 * throws NoSuchProviderException when provider is available;
228 fail("NullPointerException or CertificateException must be thrown when type is null");
245 fail("IllegalArgumentException must be thrown when provider is null (type: "
251 fail("IllegalArgumentException must be thrown when provider is empty (type:
    [all...]
  /external/dhcpcd/
eloop.c 51 struct timeval when; member in struct:timeout
114 const struct timeval *when, void (*callback)(void *), void *arg)
120 timeradd(&now, when, &w);
148 t->when.tv_sec = w.tv_sec;
149 t->when.tv_usec = w.tv_usec;
158 if (!timeouts || timercmp(&t->when, &timeouts->when, <)) {
164 if (timercmp(&t->when, &tt->next->when, <)) {
174 add_q_timeout_sec(int queue, time_t when, void (*callback)(void *), void *arg
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
properties.h 144 // Properties that are preserved when an FST is copied
155 // Properties that are preserved when an FST start state is set
164 // Properties that are preserved when an FST final weight is set
174 // Properties that are preserved when an FST state is added
184 // Properties that are preserved when an FST arc is added
190 // Properties that are preserved when an FST arc is set
193 // Properties that are preserved when FST states are deleted
200 // Properties that are preserved when FST arcs are deleted
207 // Properties that are preserved when an FST's states are reordered
217 // Properties that are preserved when an FST's arcs are reordere
    [all...]
  /frameworks/base/docs/html/guide/topics/resources/
color-list-resource.jd 97 <dd><em>Boolean</em>. "true" if this item should be used when the object is pressed (such as when a button
100 <dd><em>Boolean</em>. "true" if this item should be used when the object is focused (such as when a button
104 <dd><em>Boolean</em>. "true" if this item should be used when the object is selected (such as when a
105 tab is opened); "false" if this item should be used when the object is not selected.</dd>
107 <dd><em>Boolean</em>. "true" if this item should be used when the object is checkable; "false" if this
108 item should be used when the object is not checkable. (Only useful if the object can
111 <dd><em>Boolean</em>. "true" if this item should be used when the object is checked; "false" if i
    [all...]
  /frameworks/base/docs/html/training/basics/activity-lifecycle/
stopping.jd 48 is stopped when the second activity is created. If the user then presses the <em>Back</em>
60 instance in system memory when it is stopped, it's possible that you don't need to implement the
67 <p class="img-caption"><strong>Figure 1.</strong> When the user leaves your activity, the system
79 <p>When your activity receives a call to the {@link android.app.Activity#onStop()} method, it's no
116 <p>When your activity is stopped, the {@link android.app.Activity} object is kept resident in memory
117 and is recalled when the activity resumes. You don?t need to re-initialize components that were
134 <p>When your activity comes back to the foreground from the stopped state, it receives a call to
138 android.app.Activity#onRestart()} method, however, is called only when the activity resumes from the
146 when the activity restarts. Yet, you also need to instantiate them when your activity is create
    [all...]
  /frameworks/base/packages/SystemUI/res/values/
strings.xml 34 when there are no recent apps to show. Also used for accessibility. [CHAR LIMIT=45]-->
41 <!-- Message that is read when you enter recent apps in TalkBack -->
47 <!-- The label in the bar at the top of the status bar when there are no notifications
61 <!-- When the battery is low, this is displayed to the user in a dialog. The title of the low battery alert. [CHAR LIMIT=NONE]-->
64 <!-- When the battery is low, this is displayed to the user in a dialog. The subtitle of the low battery alert. [CHAR LIMIT=NONE] -->
67 <!-- A message that appears when the battery level is getting low in a dialog. This is
72 <!-- A message that appears when a USB charger is plugged in and the device does not
78 <!-- When the battery is low, this is the label of the button to go to the
126 <string name="usb_device_confirm_prompt">Open <xliff:g id="activity">%1$s</xliff:g> when this USB device is connected?</string>
129 <string name="usb_accessory_confirm_prompt">Open <xliff:g id="activity">%1$s</xliff:g> when this USB accessory is connected?</string
    [all...]
  /packages/apps/PackageInstaller/res/values/
strings.xml 51 <!-- Reason displayed when installation fails because the installation package itself is invalid
54 <!-- Reason displayed when installation fails because the package an existing package is
58 <!-- Reason displayed when installation fails because the package specifies a minimum compatible
62 <!-- Reason displayed when installation fails because the package specifies it is compatible
66 <!-- Reason displayed when installation fails because the package specifies it is compatible
70 <!-- Reason displayed when installation fails because the package was deleted during the
74 <!-- Reason displayed when installation fails because the package could not be verified
78 <!-- Reason displayed when installation fails because the package could not be verified
82 <!-- Message presented when an application could not be installed on the tablet for some reason. [CHAR LIMIT=100] -->
84 <!-- Message presented when an application could not be installed on the phone for some reason. [CHAR LIMIT=100] --
    [all...]

Completed in 1967 milliseconds

<<51525354555657585960>>