OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:when
(Results
26 - 50
of
13690
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/dalvik/libcore/junit/src/main/java/junit/framework/
AssertionFailedError.java
4
* Thrown
when
an assertion failed.
/dalvik/tests/021-string2/src/junit/framework/
AssertionFailedError.java
4
* Thrown
when
an assertion failed.
/dalvik/tests/065-mismatched-implements/
info.txt
1
This tests what happens
when
class A implements interface B, but somebody
/dalvik/tests/066-mismatched-super/
info.txt
1
This tests what happens
when
class A extends abstract class B, but somebody
/dalvik/tests/082-inline-execute/src/junit/framework/
AssertionFailedError.java
4
* Thrown
when
an assertion failed.
/external/dbus/test/data/auth/
client-out-of-mechanisms.auth-script
1
## this tests that tests that the client disconnects
when
it's out of
/external/webkit/WebCore/
WebCore.PluginHostProcess.exp
1
# This file gets appended to WebCore.exp
when
USE(PLUGIN_HOST_PROCESS) is 1.
/external/jsr305/ri/src/main/java/javax/annotation/
Nonnegative.java
9
import javax.annotation.meta.
When
;
16
When
when
() default
When
.ALWAYS;
20
public
When
forConstantValue(Nonnegative annotation, Object v) {
22
return
When
.NEVER;
35
return
When
.NEVER;
37
return
When
.ALWAYS;
MatchesPattern.java
10
import javax.annotation.meta.
When
;
22
public
When
forConstantValue(MatchesPattern annotation, Object value) {
25
return
When
.ALWAYS;
26
return
When
.NEVER;
CheckForSigned.java
8
import javax.annotation.meta.
When
;
20
@Nonnegative(
when
=
When
.MAYBE)
/external/webkit/WebCore/manual-tests/
remove-select-onchange.html
1
<p>This test shouldn't crash
when
you pick something from select, even though it removes itself.
5
<option>Shouldn't crash
when
you pick this.</option>
/external/jsr305/sampleUses/src/main/java/
CreditCardNumber.java
9
import javax.annotation.meta.
When
;
18
public
When
forConstantValue(CreditCardNumber annotation, Object v) {
20
return
When
.NEVER;
23
return
When
.ALWAYS;
24
return
When
.NEVER;
/external/junit/src/junit/framework/
AssertionFailedError.java
4
* Thrown
when
an assertion failed.
/external/opencore/codecs_v2/audio/aac/dec/build/make/
aacdec_util.mk
1
# Makefile segment for aac utility
when
required along with the decoder
/system/core/adb/
mutex_list.h
3
#error ADB_MUTEX not defined
when
including this file
/system/core/libacc/tests/data/
floatdouble.c
3
// Test coercing values
when
storing.
/external/opencore/engines/player/include/
pv_player_events.h
32
pvPlayer sends this error event
when
the user
38
pvPlayer sends this error event
when
an error occurs
56
pvPlayer sends this error event
when
the data source contains
62
pvPlayer sends this error event
when
the user provides an invalid
68
pvPlayer sends this error event
when
an error occurs
86
pvPlayer sends this error event
when
no supported media track
92
pvPlayer sends this error event
when
an error occurs while
110
pvPlayer sends this error event
when
the data source runs out of
116
pvPlayer sends this error event
when
the data source encounters a
122
pvPlayer sends this error event
when
the data sink encounters
[
all
...]
/frameworks/base/media/libdrm/mobile1/include/objmng/
svc_drm.h
177
* -DRM_SUCCESS,
when
install successfully.
178
* -DRM_RIGHTS_DATA_INVALID,
when
the input rights data is invalid.
179
* -DRM_FAILURE,
when
some other error occur.
191
* -DRM_MEDIA_DATA_INVALID,
when
the input DRM object data is invalid.
192
* -DRM_FAILURE,
when
some other error occurred.
203
* -DRM_FAILURE,
when
some other error occurred.
214
* -DRM_SUCCESS,
when
get the media object content type successfully.
215
* -DRM_SESSION_NOT_OPENED,
when
the session is not opened or has been closed.
216
* -DRM_FAILURE,
when
some other error occured.
227
* -DRM_SUCCESS,
when
it has the rights for the permission
[
all
...]
/frameworks/base/core/java/android/pim/vcard/
VCardInterpreter.java
42
* Called
when
vCard interpretation started.
47
* Called
when
vCard interpretation finished.
52
* Called
when
parsing one vCard entry started.
53
* More specifically, this method is called
when
"BEGIN:VCARD" is read.
58
* Called
when
parsing one vCard entry ended.
59
* More specifically, this method is called
when
"END:VCARD" is read.
66
* Called
when
reading one property started.
71
* Called
when
reading one property ended.
93
* {@link #propertyParamType(String)} being called (
when
the vCard is vCard 2.1).
/external/webkit/WebKit/chromium/
README
23
WEBKIT_IMPLEMENTATION is defined
when
building the 'src' directory.
26
WEBKIT_DLL is defined
when
building as a shared library. This should be
27
defined
when
building the 'src' directory, and it should also be defined by
37
The API includes some usage of WebCore types
when
WEBKIT_IMPLEMENTATION is
40
types are assumed
when
WEBKIT_IMPLEMENTATION is not defined, which is done
/packages/apps/IM/src/com/android/im/engine/
SubscriptionRequestListener.java
26
* Called
when
a subscription request from another user is received.
33
* Called
when
a subscription request is approved.
40
* Called
when
a subscription request is declined.
47
* Called
when
an error occurs during approving a subscription request.
55
* Called
when
an error occurs during declining a subscription request.
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Sources.java
31
* After calling, clients must call {@link #close()}
when
done with this object.
42
* Register an observer that is called
when
changes happen to this data set.
44
* @param observer gets notified
when
the data set changes.
/packages/apps/IM/src/com/android/im/
IChatListener.aidl
27
* This method is called
when
a new message of the ChatSession has arrived.
32
* This method is called
when
an error is found to send a message in the ChatSession.
37
* This method is called
when
the chat is converted to a group chat.
42
* This method is called
when
a new contact has joined into this ChatSession.
47
* This method is called
when
a contact in this ChatSession has left.
52
* This method is called
when
an error is found to invite a contact to join
/build/core/
process_wrapper.sh
3
#
When
using a process wrapper, this is the top-level
12
#
when
starting in the xterm.
/dalvik/vm/
Ddm.h
43
* If thread start/stop notification is enabled, call this
when
threads
49
* If thread start/stop notification is enabled, call this
when
the
60
* Let the heap know that the HPIF
when
value has changed.
62
* @return true iff the
when
value is supported by the VM.
64
bool dvmDdmHandleHpifChunk(int
when
);
67
* Let the heap know that the HPSG or NHSG what/
when
values have changed.
71
* @return true iff the what/
when
values are supported by the VM.
73
bool dvmDdmHandleHpsgNhsgChunk(int
when
, int what, bool native);
Completed in 247 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>