OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:occurred
(Results
51 - 75
of
1830
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/include/clang/Sema/
CodeCompleteConsumer.h
151
/// \brief The context in which code completion
occurred
, so that the
161
/// \brief Code completion
occurred
within a "top-level" completion context,
164
/// \brief Code completion
occurred
within an Objective-C interface,
167
/// \brief Code completion
occurred
within an Objective-C implementation
170
/// \brief Code completion
occurred
within the instance variable list of
173
/// \brief Code completion
occurred
within a class, struct, or union.
175
/// \brief Code completion
occurred
where a statement (or declaration) is
178
/// \brief Code completion
occurred
where an expression is expected.
180
/// \brief Code completion
occurred
where an Objective-C message receiver
183
/// \brief Code completion
occurred
on the right-hand side of a membe
[
all
...]
/external/smack/src/org/xbill/DNS/
Tokenizer.java
231
* @throws IOException An I/O error
occurred
.
342
* @throws IOException An I/O error
occurred
.
368
* @throws IOException An I/O error
occurred
.
392
* @throws IOException An I/O error
occurred
.
403
* @throws IOException An I/O error
occurred
.
423
* @throws IOException An I/O error
occurred
.
439
* @throws IOException An I/O error
occurred
.
455
* @throws IOException An I/O error
occurred
.
469
* @throws IOException An I/O error
occurred
.
487
* @throws IOException An I/O error
occurred
[
all
...]
/development/host/windows/usb/api/
adb_interface_enum.h
55
provides extended information about the error that
occurred
.
71
occurred
. ERROR_INSUFFICIENT_BUFFER indicates that buffer provided
81
occurred
.
/external/bluetooth/bluedroid/bta/gatt/
bta_gattc_ci.c
46
** BTA_GATT_FAIL if an error has
occurred
.
77
** BTA_GATT_FAIL if an error has
occurred
.
117
** BTA_GATT_ERROR if an error has
occurred
.
/external/emma/core/res/com/vladium/emma/
exceptions.properties
43
exception
occurred
while writing report file(s):
54
exception
occurred
while writing instrumented file(s):
57
exception
occurred
while writing output file [{0}]:
/external/smack/src/org/jivesoftware/smackx/search/
UserSearchManager.java
70
* @throws XMPPException thrown if a server error has
occurred
.
83
* @throws XMPPException thrown if a server error has
occurred
.
94
* @throws XMPPException thrown if a server error has
occurred
.
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/Script/
script-001.js
66
An internal JIT error has
occurred
. Please report this with .class
80
An internal JIT error has
occurred
. Please report this with .class
115
An internal JIT error has
occurred
. Please report this with .class
/sdk/emulator/opengl/tests/event_injector/
iolooper.h
47
* > 0 in case an I/O has
occurred
, or < 0 on error, or 0 on timeout with
82
* Number of I/O descriptors set in iol, if an I/O has
occurred
, 0 if no I/O
83
*
occurred
before the deadline, or -1 on error.
/system/core/include/corkscrew/
backtrace.h
56
* Returns the number of frames collected, or -1 if an error
occurred
.
63
* Returns the number of frames collected, or -1 if an error
occurred
.
73
* Returns the number of frames collected, or -1 if an error
occurred
.
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
RecognitionException.js
18
* problem
occurred
and/or what was the expected input. While the parser
65
/** What is index of token/char were we looking at when the error
occurred
?
70
/** The current Token when an error
occurred
. Since not all streams
83
/** The current char when an error
occurred
. For lexers.
88
/** Track the line at which the error
occurred
in case this is
100
/** Position in the line where exception
occurred
.
/external/bluetooth/bluedroid/bta/fs/
bta_fs_ci.c
80
** BTA_FS_CO_FAIL if an error has
occurred
.
113
** BTA_FS_CO_FAIL if any other error has
occurred
.
146
** BTA_FS_CO_FAIL if any errors have
occurred
.
175
** BTA_FS_CO_FAIL if any errors have
occurred
.
217
** BTA_FS_CO_FAIL if any errors have
occurred
.
250
** BTA_FS_CO_FAIL if any other error has
occurred
.
/external/icu4c/test/intltest/
cntabcol.cpp
32
errln("Error
occurred
at position %i, error = %i (%s)\n", i, status, u_errorName(status));
41
errln("Error
occurred
at position %i, error = %i (%s)\n", i, status, u_errorName(status));
82
errln("Error
occurred
at position %i, error = %i (%s)\n", i, status, u_errorName(status));
91
errln("Error
occurred
at position %i, error = %i (%s)\n", i, status, u_errorName(status));
112
errln("Error
occurred
at position %i, error = %i (%s)\n", i, status, u_errorName(status));
125
errln("Error
occurred
at position %i, error = %i (%s)\n", i, status, u_errorName(status));
/external/smack/src/org/jivesoftware/smackx/filetransfer/
FileTransfer.java
161
* @return Returns the type of error that
occurred
if one has
occurred
.
171
* @return The exception that
occurred
or null if there was no exception.
249
* An error
occurred
during the transfer.
351
* An error
occurred
over the socket connected to send the file.
356
* An error
occurred
while sending or receiving the file
/bionic/libc/arch-x86/bionic/
clone.S
33
# an error
occurred
, set errno and return -1
93
# an error
occurred
, set errno and return -1
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
RecognitionException.cs
65
* problem
occurred
and/or what was the expected input. While the parser
79
/** <summary>What is index of token/char were we looking at when the error
occurred
?</summary> */
83
* The current Token when an error
occurred
. Since not all streams
97
/** <summary>The current char when an error
occurred
. For lexers.</summary> */
101
* Track the line (1-based) at which the error
occurred
in case this is
109
/// The 0-based index into the line where the error
occurred
.
124
: this("A recognition error
occurred
.", null, null) {
128
: this("A recognition error
occurred
.", input, null) {
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
RecognitionException.cs
66
* problem
occurred
and/or what was the expected input. While the parser
81
/** <summary>What is index of token/char were we looking at when the error
occurred
?</summary> */
85
* The current Token when an error
occurred
. Since not all streams
99
/** <summary>The current char when an error
occurred
. For lexers.</summary> */
103
* Track the line (1-based) at which the error
occurred
in case this is
111
/// The 0-based index into the line where the error
occurred
.
126
: this("A recognition error
occurred
.", null, null)
131
: this("A recognition error
occurred
.", input, null)
/external/chromium/base/
event_recorder.h
48
// Returns true on success, or false if an error
occurred
.
58
// Returns true on success, or false if an error
occurred
.
/external/chromium/chrome/browser/sync/
sync_ui_util.h
27
SYNC_ERROR, // A sync error (such as invalid credentials) has
occurred
.
28
SYNC_PROMO, // A situation has
occurred
which should be brought to the user's
/external/clang/tools/libclang/
CXCursor.h
67
/// and optionally the location where the reference
occurred
.
77
/// and optionally the location where the reference
occurred
.
87
/// and optionally the location where the reference
occurred
.
96
/// and optionally the location where the reference
occurred
.
104
/// the location where the reference
occurred
.
114
/// it references and the location where the reference
occurred
.
122
/// location where the where the reference
occurred
.
130
/// location where the reference
occurred
.
/external/jsilver/src/com/google/clearsilver/jsilver/data/
Parser.java
35
* @param line number of the line where error
occurred
. The value of -1 represents line number
38
* @param fileName name of the file in which the error
occurred
/external/jsilver/src/com/google/streamhtmlparser/
Parser.java
42
* @throws ParseException if an unrecoverable error
occurred
during parsing
51
* @throws ParseException if an unrecoverable error
occurred
during parsing
/external/mockito/src/org/mockito/internal/configuration/injection/
MockInjectionStrategy.java
54
* However if injection
occurred
successfully, the process should return <code>true</code>,
84
* @return <code>true</code> if injection
occurred
, <code>false</code> otherwise
/external/webkit/Source/WebCore/manual-tests/
indexeddb-persists.html
59
status("An error
occurred
: " + event.code + " " + event.message, "red");
62
status("An exception
occurred
: " + e, "red");
/frameworks/av/include/media/
IRemoteDisplayClient.h
42
// Error: An unknown / generic error
occurred
.
61
// or an unrecoverable error
occurred
and the connection was severed.
/frameworks/base/core/java/android/speech/
IRecognitionListener.aidl
60
* A network or recognition error
occurred
.
83
* @param eventType the type of the
occurred
event
Completed in 693 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>