OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:occurred
(Results
26 - 50
of
2691
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/libcore/luni/src/main/java/javax/sql/
ConnectionEvent.java
50
* that an error has
occurred
within the {@code PooledConnection}.
55
* information about the state of error that has
occurred
on the
66
* which
occurred
in the {@code PooledConnection}.
69
* May be {@code null} if no error has
occurred
.
/external/antlr/antlr-3.4/runtime/C/include/
antlr3exception.h
140
* exception
occurred
.
144
/** Indicates what the current token/tree was when the error
occurred
. Since not
150
/** Indicates the token we were expecting to see next when the error
occurred
155
* error
occurred
. It is a following bitset list, so you can use load it and use ->toIntList() on it
165
/** The current character when an error
occurred
- for lexers.
169
/** Track the line at which the error
occurred
in case this is
175
/** Character position in the line where the error
occurred
.
195
/** Pointer to the input stream that this exception
occurred
in.
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
hstrerror.cc
22
"A nonrecoverable name server error
occurred
.";
24
"A temporary error
occurred
on an authoritative name server. "
/external/replicaisland/src/com/replica/replicaisland/
AllocationGuard.java
29
// An allocation has
occurred
while the guard is active! Report it.
31
+ "
occurred
while the AllocGuard is active.");
/libcore/luni/src/main/java/java/text/
ParseException.java
36
* the index at which the parse exception
occurred
.
44
* Returns the index at which this parse exception
occurred
.
/libcore/luni/src/main/java/java/util/regex/
PatternSyntaxException.java
23
* Encapsulates a syntax error that
occurred
during the compilation of a
25
* expression, and the index at which the error
occurred
.
63
* the character index around which the error
occurred
, or -1 if
85
* original regular expression, and the index at which the error
occurred
.
132
* Returns the character index around which the error
occurred
, or -1 if the
/libcore/luni/src/main/java/java/sql/
DatabaseMetaData.java
[
all
...]
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
FwdLockConv.h
42
/// The file position where the error
occurred
, in the case of a syntax error.
56
/// The file position where the error
occurred
, in the case of a syntax error.
117
/// An error
occurred
while opening the input file.
120
/// An error
occurred
while creating the output file.
123
/// An error
occurred
while reading from the input file.
126
/// An error
occurred
while writing to the output file.
129
/// An error
occurred
while seeking to a new file position within the output file.
154
/// An unexpected error
occurred
.
223
* The file position where the error
occurred
, in the case of a syntax error. May be NULL.
/developers/build/prebuilts/gradle/BasicGestureDetect/BasicGestureDetectSample/src/main/java/com/example/android/basicgesturedetect/
GestureListener.java
31
// Up motion completing a single tap
occurred
.
54
// Fling event
occurred
. Notification of this one happens after an "up" event.
90
// A confirmed single-tap event has
occurred
. Only called when the detector has
/developers/samples/android/input/gestures/BasicGestureDetect/BasicGestureDetectSample/src/main/java/com/example/android/basicgesturedetect/
GestureListener.java
31
// Up motion completing a single tap
occurred
.
54
// Fling event
occurred
. Notification of this one happens after an "up" event.
90
// A confirmed single-tap event has
occurred
. Only called when the detector has
/development/samples/browseable/BasicGestureDetect/src/com.example.android.basicgesturedetect/
GestureListener.java
31
// Up motion completing a single tap
occurred
.
54
// Fling event
occurred
. Notification of this one happens after an "up" event.
90
// A confirmed single-tap event has
occurred
. Only called when the detector has
/external/bluetooth/bluedroid/bta/include/
bta_gattc_ci.h
69
** BTA_GATT_FAIL if an error has
occurred
.
88
** BTA_GATT_FAIL if an error has
occurred
.
106
** BTA_GATT_FAIL if an error has
occurred
.
/external/jmonkeyengine/engine/src/core/com/jme3/input/event/
InputEvent.java
48
* The time when the event
occurred
. This is relative to
58
* Set the time when the event
occurred
.
60
* @param time time when the event
occurred
.
/external/qemu/
iolooper.h
28
* > 0 in case an I/O has
occurred
, or < 0 on error, or 0 on timeout with
63
* Number of I/O descriptors set in iol, if an I/O has
occurred
, 0 if no I/O
64
*
occurred
before the deadline, or -1 on error.
/external/bluetooth/bluedroid/bta/hl/
bta_hl_ci.c
41
** BTA_MA_STATUS_FAIL if any errors have
occurred
.
76
** BTA_MA_STATUS_FAIL if any errors have
occurred
.
111
** BTA_MA_STATUS_FAIL if any errors have
occurred
.
146
** BTA_MA_STATUS_FAIL if any errors have
occurred
.
/external/chromium/chrome/browser/automation/
automation_tab_tracker.h
33
// Last time a navigation
occurred
.
/external/chromium/chrome/browser/extensions/
extension_webnavigation_unittest.cc
51
// Test that no events can be sent for a frame after an error
occurred
, but
61
// After an error
occurred
, no further events should be sent.
74
// Tests that for a sub frame, no events are send after an error
occurred
, but
87
// After an error
occurred
, no further events should be sent.
/external/chromium_org/chrome/browser/bookmarks/
bookmark_prompt_prefs.h
19
// Constructs and associates to |prefs|. Further operations
occurred
on
/external/chromium_org/chrome/browser/extensions/api/system_cpu/
system_cpu_api.cc
31
SetError("Error
occurred
when querying cpu information.");
/external/chromium_org/chrome/browser/extensions/api/system_memory/
system_memory_api.cc
27
SetError("Error
occurred
when querying memory information.");
/external/chromium_org/chrome/renderer/extensions/
pepper_request_natives.h
27
// |error|: A string containing the error message if an error
occurred
or
/external/kernel-headers/original/linux/
errno.h
21
#define ESERVERFAULT 526 /* An untranslatable error
occurred
*/
/libcore/luni/src/main/java/java/net/
URISyntaxException.java
35
* index at which the error
occurred
.
40
* the reason why the exception
occurred
.
42
* the position where the exception
occurred
.
73
* the reason why the exception
occurred
.
/libcore/luni/src/main/java/java/util/concurrent/
TimeoutException.java
12
* indicate that the timeout has
occurred
. For many such operations it
/external/chromium/chrome/browser/sync/sessions/
test_util.cc
21
// the GetUpdates cycle. This is an indication that an error
occurred
.
29
// during a commit, indicating an error
occurred
.
Completed in 1028 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>