OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:reached
(Results
201 - 225
of
1883
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/av/media/libmediaplayerservice/nuplayer/
StreamingSource.cpp
61
ALOGI("input data EOS
reached
.");
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_QuantInvInter_I_s.s
129
SUBS Count,Count,#4 ;// Decrement Count by 4 and continue if it has not
reached
0
/frameworks/native/opengl/libs/GLES2/
gl2.cpp
73
return 0; // placate gcc's warnings. never
reached
.
/hardware/ti/omap4xxx/security/tf_daemon/
lib_manifest2.c
201
/* End-of-line
reached
*/
239
LOG_ERROR(pContext, "EOF
reached
within a section name");
302
LOG_ERROR(pContext, "EOF
reached
within a property name");
307
/* Colon
reached
*/
/libcore/luni/src/main/java/libcore/net/http/
AbstractHttpInputStream.java
80
* should be invoked when the end of the body has been
reached
.
/libcore/luni/src/main/java/libcore/util/
BasicLruCache.java
93
* Called for entries that have
reached
the tail of the least recently used
/packages/apps/Email/src/org/apache/commons/io/input/
CharSequenceReader.java
76
* or -1 if the end has been
reached
.
/packages/apps/Settings/src/com/android/settings/bluetooth/
Utf8ByteLengthFilter.java
79
// above, so this line should not be
reached
. If for some
/external/chromium/sdch/open-vcdiff/src/
vcdecoder.cc
111
// RESULT_END_OF_DATA if the end of input was
reached
before the entire window
138
// header) has been
reached
.
159
// available data was
reached
before the entire header could be read. (The
191
// was
reached
before the entire window could be decoded (only possible if
402
// Checks to see whether the decoded target data has
reached
its planned size.
492
// occurred, or RESULT_END_OF_DATA if the end of available data was
reached
507
//
reached
before the custom cache sizes could be read. Otherwise, returns
518
//
reached
before the entire custom code table could be read. Otherwise,
666
//
reached
before the entire header could be read. (The latter may be an error
[
all
...]
vcdiffengine.cc
205
break; //
Reached
end of target data
219
break; //
Reached
end of target data
/external/apache-http/src/org/apache/http/impl/io/
ContentLengthInputStream.java
134
* @return The next byte or -1 if the end of stream has been
reached
.
158
*
reached
.
/external/chromium/net/http/
http_network_transaction.h
169
// Called when we
reached
EOF or got an error. Returns true if we should
170
// resend the request. |error| is OK when we
reached
EOF.
/external/dropbear/
dropbearkey.c
155
/* Not
reached
*/
204
exit(EXIT_FAILURE); /* not
reached
*/
/external/llvm/lib/CodeGen/
LiveIntervalUnion.cpp
47
// We have
reached
the end of Segments, so it is no longer necessary to search
146
assert(VirtRegI != VirtRegEnd && "
Reached
end of VirtReg");
/external/llvm/utils/TableGen/
AsmWriterInst.cpp
165
throw "
Reached
end of string before terminating curly brace in '"
172
throw "
Reached
end of string before terminating curly brace in '"
/external/nist-sip/java/gov/nist/javax/sip/address/
AddressFactoryImpl.java
71
* @throws ParseException which signals that an error has been
reached
177
* @throws ParseException which signals that an error has been
reached
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/
JoinHeader.java
157
* @throws ParseException which signals that an error has been
reached
193
* @throws ParseException which signals that an error has been
reached
/external/protobuf/java/src/main/java/com/google/protobuf/
CodedInputStream.java
76
* Attempt to read a field tag, returning zero if we have
reached
EOF.
369
* has been
reached
before attempting to read.
641
* Returns true if the stream has
reached
the end of the input. This is the
642
* case if either the end of the underlying input source has been
reached
or
643
* if the stream has
reached
a limit created using {@link #pushLimit(int)}.
710
* limit was
reached
.
723
* limit was
reached
.
830
* limit was
reached
.
/external/quake/quake/src/QW/progs/
subs.qc
94
// set nextthink to trigger a think when dest is
reached
152
// set nextthink to trigger a think when dest is
reached
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap.h
43
* EAPOL_eapSuccess - EAP SUCCESS state
reached
57
* EAPOL_eapFail - EAP FAILURE state
reached
/external/wpa_supplicant_8/src/eap_peer/
eap.h
37
* EAPOL_eapSuccess - EAP SUCCESS state
reached
51
* EAPOL_eapFail - EAP FAILURE state
reached
/libcore/luni/src/main/java/java/io/
CharArrayReader.java
171
* been
reached
.
200
*
reached
.
/packages/apps/Email/src/org/apache/james/mime4j/
MimeStreamParser.java
164
// + "EOF
reached
.");
253
// + "Boundary detected in header or EOF
reached
.");
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
AttachmentLoader.java
114
// Loop terminates 1) when EOF is
reached
or 2) IOException occurs
124
mService.userLog("Attachment load
reached
EOF, totalRead: ", totalRead);
/external/llvm/include/llvm/MC/
MCStreamer.h
469
/// the byte alignment @p ByteAlignment is
reached
.
483
/// the alignment cannot be
reached
in this many bytes, no bytes are
490
/// is
reached
.
498
/// the alignment cannot be
reached
in this many bytes, no bytes are
504
/// byte offset @p Offset is
reached
.
Completed in 2833 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>