OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:terminated
(Results
76 - 100
of
2545
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
SCPClient.java
86
throw new IOException("Remote scp
terminated
unexpectedly.");
92
throw new IOException("Remote scp
terminated
with error.");
95
throw new IOException("Remote scp
terminated
with error (" + err + ").");
112
throw new IOException("Remote scp
terminated
unexpectedly.");
/external/icu4c/common/
ulocimp.h
15
* @param keywordList double-null
terminated
list. Will be copied.
ures_cnv.c
63
/* not NUL-
terminated
- path too long */
ustrfmt.c
15
* will be null
terminated
if there is room.
/external/icu4c/common/unicode/
uenum.h
93
* The result is
terminated
by (UChar)0.
101
* zero-
terminated
. The return pointer is owned by this iterator
119
* The result is
terminated
by (char)0. If the conversion fails
134
* zero-
terminated
. The return pointer is owned by this iterator
ucasemap.h
251
* @param dest A buffer for the result string. The result will be NUL-
terminated
if
258
* @param srcLength The length of the original string. If -1, then src must be NUL-
terminated
.
282
* @param dest A buffer for the result string. The result will be NUL-
terminated
if
289
* @param srcLength The length of the original string. If -1, then src must be NUL-
terminated
.
311
* @param dest A buffer for the result string. The result will be NUL-
terminated
if
318
* @param srcLength The length of the original string. If -1, then src must be NUL-
terminated
.
361
* @param dest A buffer for the result string. The result will be NUL-
terminated
if
368
* @param srcLength The length of the original string. If -1, then src must be NUL-
terminated
.
396
* @param dest A buffer for the result string. The result will be NUL-
terminated
if
403
* @param srcLength The length of the original string. If -1, then src must be NUL-
terminated
[
all
...]
/external/junit/src/junit/extensions/
ActiveTestSuite.java
11
* threads have
terminated
.
/external/kernel-headers/original/linux/
tegra_rpc.h
27
* but that is because the name there is not NUL
terminated
, only NUL
/external/libcap-ng/libcap-ng-0.7/docs/
capng_updatev.3
14
This function differs from capng_update in that you may pass a list of capabilities. This list must be
terminated
with a -1 value.
/external/nist-sip/java/gov/nist/javax/sip/
ResponseEventExt.java
41
* Note that this transaction can be in a
TERMINATED
state.
/external/quake/quake/src/QW/client/
cmd.h
51
// Pulls off \n
terminated
lines of text from the command buffer and sends
60
Command execution takes a null
terminated
string, breaks it into tokens,
95
// Takes a null
terminated
string. Does not need to be /n
terminated
.
/external/quake/quake/src/WinQuake/
cmd.h
51
// Pulls off \n
terminated
lines of text from the command buffer and sends
60
Command execution takes a null
terminated
string, breaks it into tokens,
107
// Takes a null
terminated
string. Does not need to be /n
terminated
.
/external/svox/pico/lib/
picokdbg.h
66
* return phone ID for phone symbol 'phsym' which must be 0
terminated
/external/webkit/Source/JavaScriptCore/icu/unicode/
uenum.h
64
* The result is
terminated
by (UChar)0.
72
* zero-
terminated
. The return pointer is owned by this iterator
90
* The result is
terminated
by (char)0. If the conversion fails
105
* zero-
terminated
. The return pointer is owned by this iterator
/external/webkit/Source/JavaScriptGlue/icu/unicode/
uenum.h
64
* The result is
terminated
by (UChar)0.
72
* zero-
terminated
. The return pointer is owned by this iterator
90
* The result is
terminated
by (char)0. If the conversion fails
105
* zero-
terminated
. The return pointer is owned by this iterator
/external/webkit/Source/WebCore/icu/unicode/
uenum.h
64
* The result is
terminated
by (UChar)0.
72
* zero-
terminated
. The return pointer is owned by this iterator
90
* The result is
terminated
by (char)0. If the conversion fails
105
* zero-
terminated
. The return pointer is owned by this iterator
/external/webrtc/src/system_wrappers/source/
thread_posix.h
55
// zero-
terminated
thread name string
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccRefreshResponse.java
33
public String aid; /* null
terminated
string, e.g.,
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/
negative
6
# Check that non-
terminated
variable references are detected (and
/packages/inputmethods/PinyinIME/jni/include/
utf16char.h
31
// Returned pointer is a '\0'-
terminated
utf16 string, or NULL
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
BackgroundThread.java
32
* call is synchronous and will only return once the thread has
terminated
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
_stream_hixie75.py
80
BadOperationException: when called on a server-
terminated
123
BadOperationException: when called on a client-
terminated
145
# /client
terminated
/ flag and abort these steps.
199
'Requested close_connection but server is already
terminated
')
210
# TODO(ukai): 2. wait until the /client
terminated
/ flag has been set,
/external/webkit/Source/ThirdParty/ANGLE/include/GLSLANG/
ShaderLang.h
142
// shaderStrings: Specifies an array of pointers to null-
terminated
strings
190
// Returns nul-
terminated
information log for a compiled shader.
200
// Returns null-
terminated
object code for a compiled shader.
219
// name: Returns a null
terminated
string containing the name of the
240
// name: Returns a null
terminated
string containing the name of the
/external/nist-sip/java/gov/nist/javax/sip/stack/
SIPClientTransaction.java
120
* |
Terminated
|<--------------+
162
* transitions |
Terminated
|<------------------+
222
// If the transaction has
terminated
,
241
// Client transaction
terminated
. Kill connection if
269
//
terminated
,
431
this.setState(TransactionState.
TERMINATED
);
460
this.setState(TransactionState.
TERMINATED
);
480
this.setState(TransactionState.
TERMINATED
);
509
if ((TransactionState.COMPLETED == this.getState() || TransactionState.
TERMINATED
== this
541
this.setState(TransactionState.
TERMINATED
);
[
all
...]
/external/apache-http/src/org/apache/http/message/
BasicHeaderValueParser.java
326
boolean
terminated
= false;
340
terminated
= true;
347
terminated
= true;
354
if (
terminated
) {
371
terminated
= true;
399
if (
terminated
) {
Completed in 3576 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>