OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:occurs
(Results
176 - 200
of
3642
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/nist-sip/java/gov/nist/core/
Match.java
39
/** Return true if a match
occurs
for searchString.
/external/qemu/distrib/sdl-1.2.15/docs/html/
sdlactiveevent.html
215
> type activation event
occurs
, if the mouse entered the window then <TT
228
> type activation event
occurs
when the application loses or gains keyboard focus. This usually
occurs
when another application is made active. Finally, a <TT
231
> type event
occurs
when the application is either minimised/iconified (<TT
/external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_JoyBallEvent.3
32
A \fBSDL_JOYBALLMOTION\fP event
occurs
when a user moves a trackball on the joystick\&. The field \fBwhich\fR is the index of the joystick that reported the event and \fBball\fR is the index of the trackball (for a more detailed explaination see the \fIJoystick section\fR)\&. Trackballs only return relative motion, this is the change in position on the ball since it was last polled (last cycle of the event loop) and it is stored in \fBxrel\fR and \fByrel\fR\&.
SDL_JoyButtonEvent.3
32
A \fBSDL_JOYBUTTONDOWN\fP or \fBSDL_JOYBUTTONUP\fP event
occurs
when ever a user presses or releases a button on a joystick\&. The field \fBwhich\fR is the index of the joystick that reported the event and \fBbutton\fR is the index of the button (for a more detailed explaination see the \fIJoystick section\fR)\&. \fBstate\fR is the current state or the button which is either \fBSDL_PRESSED\fP or \fBSDL_RELEASED\fP\&.
SDL_JoyHatEvent.3
32
A \fBSDL_JOYHATMOTION\fP event
occurs
when ever a user moves a hat on the joystick\&. The field \fBwhich\fR is the index of the joystick that reported the event and \fBhat\fR is the index of the hat (for a more detailed exlaination see the \fIJoystick section\fR)\&. \fBvalue\fR is the current position of the hat\&. It is a logically OR\&'d combination of the following values (whose meanings should be pretty obvious:) :
SDL_KeyboardEvent.3
28
The \fBtype\fR and \fBstate\fR actually report the same information, they just use different values to do it! A keyboard event
occurs
when a key is released (\fBtype\fR=\fBSDK_KEYUP\fP or \fBstate\fR=\fBSDL_RELEASED\fP) and when a key is pressed (\fBtype\fR=\fBSDL_KEYDOWN\fP or \fBstate\fR=\fBSDL_PRESSED\fP)\&. The information on what key was pressed or released is in the \fI\fBkeysym\fR\fR structure\&.
SDL_MouseMotionEvent.3
32
Simply put, a \fBSDL_MOUSEMOTION\fP type event
occurs
when a user moves the mouse within the application window or when \fI\fBSDL_WarpMouse\fP\fR is called\&. Both the absolute (\fBx\fR and \fBy\fR) and relative (\fBxrel\fR and \fByrel\fR) coordinates are reported along with the current button states (\fBstate\fR)\&. The button state can be interpreted using the \fBSDL_BUTTON\fP macro (see \fI\fBSDL_GetMouseState\fP\fR)\&.
/external/smack/src/org/apache/harmony/javax/security/auth/login/
LoginException.java
23
* Base class for exceptions that are thrown when a login error
occurs
.
/external/valgrind/main/docs/internals/
m_replacemalloc.txt
14
This means that the following sequence
occurs
each time a tool that uses
/external/valgrind/main/tests/
filter_libc
12
# "libSystem*"
occurs
on Darwin.
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_MEGetBufSize.c
45
* OMX_Sts_BadArgErr - bad arguments: if one of the following cases
occurs
:
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerStateErrors.java
35
// Error
occurs
in the states below?
MediaRecorderStateErrors.java
31
// Error
occurs
in the states below?
/libcore/luni/src/main/java/java/lang/
Readable.java
37
* if an I/O error
occurs
.
/libcore/luni/src/main/java/java/nio/channels/
Selector.java
44
* if an I/O error
occurs
.
68
* if an I/O error
occurs
.
103
* if an I/O error
occurs
.
125
* if an I/O error
occurs
.
/libcore/luni/src/main/java/java/nio/charset/
CharacterCodingException.java
24
* error
occurs
.
/libcore/luni/src/main/java/java/util/jar/
JarException.java
23
* This runtime exception is thrown when a problem
occurs
while reading a JAR
/libcore/luni/src/main/java/java/util/zip/
DeflaterOutputStream.java
113
* If an error
occurs
during deflation.
128
* If an error
occurs
while closing the data compression
146
* If an error
occurs
.
168
* If an error
occurs
during writing.
/libcore/luni/src/main/java/javax/security/auth/login/
LoginException.java
23
* Base class for exceptions that are thrown when a login error
occurs
.
/packages/apps/Launcher2/src/com/android/launcher2/
DragScroller.java
37
* NOTE: This may not be called, if a drop
occurs
inside the scroll area.
/packages/apps/Launcher3/src/com/android/launcher3/
DragScroller.java
37
* NOTE: This may not be called, if a drop
occurs
inside the scroll area.
/packages/apps/Nfc/nci/jni/
CondVar.h
72
** Returns: True if wait is successful; false if timeout
occurs
.
/external/apache-http/src/org/apache/http/impl/io/
ChunkedInputStream.java
115
* @throws IOException If an IO problem
occurs
143
* @throws IOException if an IO problem
occurs
.
172
* @throws IOException if an IO problem
occurs
.
180
* @throws IOException If an IO error
occurs
.
238
* @throws IOException If an IO problem
occurs
256
* @throws IOException If an IO problem
occurs
.
284
* @throws IOException If an IO problem
occurs
/external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/
DigestChallenge.java
79
* @exception SaslException If a semantic error
occurs
134
* @exception SaslException If an error
occurs
due to too many nonce
166
* @exception SaslException If an error
occurs
due to too many qop
220
* @exception SaslException If an error
occurs
dur to too many charset
242
* @exception SaslException If an error
occurs
due to too many algorith
268
* @exception SaslException If an error
occurs
due to Too many cipher
309
* @exception SaslException If an error
occurs
due to Too many stale
/external/smack/src/com/novell/sasl/client/
DigestChallenge.java
79
* @exception SaslException If a semantic error
occurs
134
* @exception SaslException If an error
occurs
due to too many nonce
166
* @exception SaslException If an error
occurs
due to too many qop
220
* @exception SaslException If an error
occurs
dur to too many charset
242
* @exception SaslException If an error
occurs
due to too many algorith
268
* @exception SaslException If an error
occurs
due to Too many cipher
309
* @exception SaslException If an error
occurs
due to Too many stale
Completed in 802 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>