OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:when
(Results
1001 - 1025
of
50734
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MediaButtonHelper.java
33
// Silently fail
when
running on an OS before API level 8.
45
// Unpack original exception
when
possible
70
// Unpack original exception
when
possible
/development/samples/training/network-usage/src/com/example/android/networkusage/
SettingsActivity.java
53
// It's best practice to unregister listeners
when
your app isn't using them to cut down on
59
// Fires
when
the user changes a preference.
62
// Sets refreshDisplay to true so that
when
the user returns to the main
/device/generic/goldfish/camera/
CallbackNotifier.h
54
* This method is called by the containing emulated camera object
when
it is
64
* This method is called by the containing emulated camera object
when
it is
70
* This method is called by the containing emulated camera object
when
it is
77
*
when
it is handing the camera_device_ops_t::store_meta_data_in_buffers
85
* This method is called by the containing emulated camera object
when
it is
88
* fps - Video frame frequency. This parameter determins
when
a frame
97
* This method is called by the containing emulated camera object
when
it is
103
* This method is called by the containing emulated camera object
when
it is
109
* This method is called by the containing emulated camera object
when
it is
123
* This method is called by the containing emulated camera object
when
it i
[
all
...]
/docs/source.android.com/src/devices/tech/datausage/
index.jd
22
which will trigger notifications or disable mobile data
when
usage
26
also restrict how specific applications are allowed to use data
when
30
aware of
when
porting Android to specific devices. These details are
/external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
KeyAgreement_ImplTest.java
123
* throws NullPointerException
when
algorithm is null;
124
* throws NoSuchAlgorithmException
when
algorithm is incorrect;
157
* throws NullPointerException
when
algorithm is null;
158
* throws NoSuchAlgorithmException
when
algorithm is null or incorrect;
159
* throws IllegalArgumentException
when
provider is null or null;
160
* throws NoSuchProviderException
when
provider is available;
186
fail("IllegalArgumentException must be thrown
when
provider is null (algorithm: "
192
fail("IllegalArgumentException must be thrown
when
provider is empty (algorithm: "
223
* throws NullPointerException
when
algorithm is null;
224
* throws NoSuchAlgorithmException
when
algorithm is null or incorrect
[
all
...]
KeyGenerator_ImplTest.java
128
* throws NullPointerException
when
algorithm is null;
129
* throws NoSuchAlgorithmException
when
algorithm is incorrect;
162
* throws NullPointerException
when
algorithm is null;
163
* throws NoSuchAlgorithmException
when
algorithm is null or incorrect;
164
* throws IllegalArgumentException
when
provider is null or empty;
165
* throws NoSuchProviderException
when
provider is available;
190
fail("IllegalArgumentException must be thrown
when
provider is null (algorithm: "
196
fail("IllegalArgumentException must be thrown
when
provider is empty (algorithm: "
227
* throws NullPointerException
when
algorithm is null;
228
* throws NoSuchAlgorithmException
when
algorithm is null or incorrect
[
all
...]
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
KeyManagerFactory2Test.java
126
* throws NullPointerException
when
algorithm is null;
127
* throws NoSuchAlgorithmException
when
algorithm is not correct;
161
* throws NullPointerException
when
algorithm is null;
162
* throws NoSuchAlgorithmException
when
algorithm is not correct;
163
* throws IllegalArgumentException
when
provider is null or empty;
164
* throws NoSuchProviderException
when
provider is available;
187
fail("IllegalArgumentException must be thrown
when
provider is null (algorithm: "
193
fail("IllegalArgumentException must be thrown
when
provider is empty (algorithm: "
228
* throws NullPointerException
when
algorithm is null;
229
* throws NoSuchAlgorithmException
when
algorithm is not correct
[
all
...]
SSLContext2Test.java
151
* throws NullPointerException
when
protocol is null;
152
* throws NoSuchAlgorithmException
when
protocol is not correct;
187
* throws NullPointerException
when
protocol is null;
188
* throws NoSuchAlgorithmException
when
protocol is not correct;
189
* throws IllegalArgumentException
when
provider is null or empty;
190
* throws NoSuchProviderException
when
provider is available;
214
fail("IllegalArgumentException must be thrown
when
provider is null (protocol: "
220
fail("IllegalArgumentException must be thrown
when
provider is empty (protocol: "
253
* throws NullPointerException
when
protocol is null;
254
* throws NoSuchAlgorithmException
when
protocol is not correct
[
all
...]
TrustManagerFactory2Test.java
116
* throws NullPointerException
when
algorithm is null;
117
* throws NoSuchAlgorithmException
when
algorithm is not correct;
151
* throws NullPointerException
when
algorithm is null;
152
* throws NoSuchAlgorithmException
when
algorithm is not correct;
153
* throws IllegalArgumentException
when
provider is null or empty;
154
* throws NoSuchProviderException
when
provider is available;
177
fail("IllegalArgumentException must be thrown
when
provider is null (algorithm: "
183
fail("IllegalArgumentException must be thrown
when
provider is empty (algorithm: "
218
* throws NullPointerException
when
algorithm is null;
219
* throws NoSuchAlgorithmException
when
algorithm is not correct
[
all
...]
/external/bison/lib/
sig-handler.h
1
/* Convenience declarations
when
working with <signal.h>.
28
/* Convenience type
when
working with signal handlers. */
38
/* POSIX says that special values like SIG_IGN can only occur
when
/external/chromium/base/
fix_wp64.h
14
// Platform SDK fixes
when
building with /Wp64 for a 32 bits target.
20
// doing a (LONG) C-style cast that triggers invariably the warning C4312
when
31
//
When
build on 32 bits, SetWindowLongPtrX() is a macro that redirects to
/external/chromium/chrome/browser/chromeos/login/
screen_locker.h
46
// delete itself
when
it's unlocked.
109
// Called
when
the all inputs are grabbed.
147
// Called
when
the screen lock is ready.
150
// Called
when
the window manager is ready to handle locked state.
187
//
When
CAPTCHA input dialog is presented it's swapped to CaptchaView
212
// Used
when
|unlock_on_input_| is true.
216
// Used
when
to show the screen locker upon such an event.
228
// Unlock the screen
when
it detects key/mouse event without asking
229
// password. True
when
chrome is in BWSI or auto login mode.
234
// false. Instead, ScreenLocker object gets deleted
when
unlocked
[
all
...]
/external/chromium/chrome/browser/chromeos/
network_state_notifier.h
44
// NetworkStateNotifier sends notification
when
network state has
53
// The duration of being in offline. The value is undefined
when
54
//
when
network is connected.
/external/chromium/chrome/browser/extensions/
extension_devtools_manager.h
29
// tab. A new bridge object is created for a tab
when
the first event listener
30
// is registered on that tab. A bridge object is destroyed
when
all event
31
// listeners are removed, the inspected tab closes, or
when
the manager itself
/external/chromium/chrome/browser/resources/ntp4/
apps_page.css
28
/* Pressed is set
when
an app is first touched.
34
/* Grabbed is set (and pressed is cleared)
when
the app has been held. */
40
/* Dragging is set (without grabbed being cleared)
when
a grabbed app is
/external/chromium/chrome/browser/
tab_closeable_state_watcher.h
30
// BrowserTabStripController
when
:
41
// Called from Browser::CancelWindowClose
when
closing of window is canceled.
42
// Watcher is potentially interested in this, especially
when
the closing of
/external/chromium/chrome/browser/ui/cocoa/
animatable_view.h
20
// AnimatableView sends an |animationDidEnd:| message to its delegate
when
the
21
// animation ends normally and an |animationDidStop:| message
when
the animation
22
// was canceled (even
when
canceled as a result of a new animation starting).
theme_install_bubble_view.h
16
// center of a browser window for use
when
an extension or theme is loaded.
19
// immediately. If a theme is being applied, it disappears
when
the theme has
56
// track of number of loads happening. Close bubble
when
num_loads < 1.
tracking_area.h
29
// TODO(rsesek): Remove this
when
feasabile.
39
// |-clearOwner|
when
the notification is observed.
47
//
when
this goes out of scope.
/external/chromium/chrome/browser/ui/cocoa/wrench_menu/
menu_tracked_button.h
16
// To create the hover state effects, there are two code paths.
When
the menu
18
// allow for setting the cell's highlight property.
When
in a drag cycle,
34
// In order to get hover effects
when
the menu is sticky-opened, a tracking
/external/chromium/chrome/browser/ui/views/bubble/
bubble.h
49
// Called
when
the Bubble is closing and is about to be deleted.
54
// Whether the Bubble should be closed
when
the Esc key is pressed.
57
// Whether the Bubble should fade in
when
opening.
When
trying to determine
86
// Show() takes ownership of |contents| and deletes the created Bubble
when
91
// - Be notified
when
the Bubble is closed.
92
// - Prevent the Bubble from being closed
when
the Escape key is
118
// Whether the Bubble should fade away
when
it closes. Generally speaking,
119
// we use FadeOut
when
the user selects something within the bubble that
120
// causes the bubble to dismiss. We don't use it
when
the bubble get
[
all
...]
/external/chromium/chrome/browser/ui/webui/options/
language_options_handler_common.h
52
// Called
when
the language options is opened.
55
// Called
when
the UI language is changed.
59
// Called
when
the spell check language is changed.
/external/chromium/net/base/
host_resolver.h
30
// HostResolver can handle multiple requests at a time, so
when
cancelling a
34
// HostResolver (which will automatically cancel the single request
when
it
86
// Flags to use
when
resolving this request.
121
// Called
when
request |id| has been cancelled. A request is "cancelled"
135
// If any completion callbacks are pending
when
the resolver is destroyed,
145
//
When
callback is null, the operation completes synchronously.
147
//
When
callback is non-null, the operation may be performed asynchronously.
175
// Sets the default AddressFamily to use
when
requests have left it
199
// single hostname at a time and cancels this request
when
going out of scope.
205
// If a completion callback is pending
when
the resolver is destroyed, th
[
all
...]
/external/chromium_org/android_webview/browser/
find_helper.h
18
// Called
when
receiving a new find-in-page update.
19
// This will be triggered
when
the results of FindAllSync, FindAllAsync and
31
// Does not own the listener and must set to NULL
when
invalid.
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/util/
JavascriptEventObserver.java
10
* This class is used to be notified
when
a javascript event happened. It add itself as
11
* a javascript interface, so it could be notified by javascript
when
needed.
15
* 3. In javascript call notifyJava()
when
you want Java side know something is done.
Completed in 1632 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>