HomeSort by relevance Sort by last modified time
    Searched full:encountered (Results 151 - 175 of 1796) sorted by null

1 2 3 4 5 67 8 91011>>

  /dalvik/dx/src/com/android/dx/cf/code/
Simulator.java 298 "array type but encountered " +
528 * @param encountered {@code non-null;} the encountered return type
530 private void checkReturnType(Type encountered) {
535 * possibly assignable from the type we encountered. This
539 if (!Merger.isPossiblyAssignableFrom(returnType, encountered)) {
542 ", but encountered type " + encountered.toHuman());
  /external/bison/lib/
mbswidth.c 107 /* An invalid multibyte sequence was encountered. */
133 /* A null wide character was encountered. */
  /external/eyes-free/AccessCheck/src/com/android/accessibility/
AccessibilityValidator.java 32 * object also reports on any errors encountered during the testing.
88 * been encountered during the validation. Returns true if the validation
  /external/icu/icu4c/source/common/
rbbiscan.h 41 // encountered.
73 // and a list of UnicodeSets encountered.
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
DefaultHdfParser.java 28 * Parses data in HierachicalDataFormat (HDF), generating callbacks for data encountered in the
94 * Reads lines from a reader until a line is encountered that matches token (or end of stream).
  /external/lldb/source/Plugins/Process/POSIX/
ProcessMessage.h 98 /// Indicates that the thread @p tid encountered a trace point.
103 /// Indicates that the thread @p tid encountered a break point.
  /external/ltrace/sysdeps/linux-gnu/s390/
trace.c 90 /* System call was encountered... */
167 /* System call was encountered... */
  /external/selinux/libselinux/man/man3/
avc_add_callback.3 159 A return value of \-1 from a callback is interpreted as a failed policy operation. If such a return value is encountered, all remaining callbacks registered on the event are called. In threaded mode, the netlink handler thread may then terminate and cause the userspace AVC to return
165 encountered to the caller. In both cases, a log message is produced and the kernel may be notified of the error.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
omxtypes.h 65 OMX_StsICJP_JPEGMarkerErr = -183, /* JPEG marker encountered within an entropy-coded block; */
67 OMX_StsICJP_JPEGMarker = -181, /* JPEG marker encountered; Huffman decoding */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s 63 ; * -Encountered an illegal stream code that cannot be found in the VLC table
64 ; * -Encountered and illegal code in the VLC FLC table
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
omxtypes.h 65 OMX_StsICJP_JPEGMarkerErr = -183, /* JPEG marker encountered within an entropy-coded block; */
67 OMX_StsICJP_JPEGMarker = -181, /* JPEG marker encountered; Huffman decoding */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s 63 ; * -Encountered an illegal stream code that cannot be found in the VLC table
64 ; * -Encountered and illegal code in the VLC FLC table
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
omxtypes.h 65 OMX_StsICJP_JPEGMarkerErr = -183, /* JPEG marker encountered within an entropy-coded block; */
67 OMX_StsICJP_JPEGMarker = -181, /* JPEG marker encountered; Huffman decoding */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC.c 101 * - Illegal stream encountered; code cannot be located in VLC table
102 * - Forbidden code encountered in the VLC FLC table.
  /frameworks/base/core/java/android/accounts/
AccountManagerFuture.java 92 * that it encountered an IOException while communicating with the authentication server
111 * that it encountered an IOException while communicating with the authentication server
  /frameworks/compile/libbcc/lib/Support/
Disassembler.cpp 144 ALOGW("Invalid instruction encoding encountered at %llu of function %s "
150 ALOGW("Potentially undefined instruction encoding encountered at %llu "
  /frameworks/wilhelm/tests/examples/
slesTestEffectCapabilities.cpp 35 /* Exits the application if an error is encountered */
41 fprintf(stderr, "%u error code encountered at line %d, exiting\n", result, line);
  /libcore/luni/src/main/java/java/io/
PrintWriter.java 51 * contents to the target stream when a newline is encountered.
66 * encountered.
83 * contents to the target writer when a newline is encountered.
98 * encountered.
118 * file when a newline is encountered. The output to the file is buffered.
134 * file when a newline is encountered. The output to the file is buffered.
158 * flush its contents to the target file when a newline is encountered. The
176 * contents to the target file when a newline is encountered. The output to
  /libcore/luni/src/main/java/javax/xml/transform/
ErrorListener.java 77 * are encountered.</p>
96 * are encountered, but there is no guarantee that the output will be
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
ParseException.java 20 * This exception is thrown when parse errors are encountered.
130 String retval = "Encountered \"";
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/
ParseException.java 20 * This exception is thrown when parse errors are encountered.
130 String retval = "Encountered \"";
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
ParseException.java 20 * This exception is thrown when parse errors are encountered.
130 String retval = "Encountered \"";
  /packages/services/Telephony/src/org/apache/james/mime4j/field/address/parser/
ParseException.java 20 * This exception is thrown when parse errors are encountered.
130 String retval = "Encountered \"";
  /packages/services/Telephony/src/org/apache/james/mime4j/field/contenttype/parser/
ParseException.java 20 * This exception is thrown when parse errors are encountered.
130 String retval = "Encountered \"";
  /packages/services/Telephony/src/org/apache/james/mime4j/field/datetime/parser/
ParseException.java 20 * This exception is thrown when parse errors are encountered.
130 String retval = "Encountered \"";

Completed in 572 milliseconds

1 2 3 4 5 67 8 91011>>