HomeSort by relevance Sort by last modified time
    Searched full:encountered (Results 51 - 75 of 1573) sorted by null

1 23 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/java/lang/reflect/
GenericSignatureFormatError.java 21 * Indicates that a malformed signature has been encountered via a reflective
MalformedParameterizedTypeException.java 21 * Indicates that a malformed parameterized type has been encountered by a
  /libcore/luni/src/main/java/java/nio/charset/
UnmappableCharacterException.java 22 * character for the given charset is encountered.
  /libcore/luni/src/main/java/java/security/spec/
InvalidParameterSpecException.java 24 * encountered.
  /libcore/luni/src/main/java/java/util/prefs/
BackingStoreException.java 21 * An exception to indicate that an error was encountered while accessing the
  /libcore/luni/src/main/java/javax/net/ssl/
SSLKeyException.java 21 * The exception that is thrown when an invalid SSL key is encountered.
SSLProtocolException.java 22 * protocol is encountered.
  /external/apache-http/src/org/apache/commons/codec/net/
QCodec.java 183 * thrown if a failure condition is encountered during the encoding process.
204 * thrown if a failure condition is encountered during the encoding process.
223 * A decoder exception is thrown if a failure condition is encountered during the decode process.
244 * thrown if a failure condition is encountered during the encoding process.
268 * A decoder exception is thrown if a failure condition is encountered during the decode process.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/
Base64Encoder.java 173 throw new IOException("invalid characters encountered in base64 data");
248 throw new IOException("invalid characters encountered in base64 data");
277 throw new IOException("invalid characters encountered at end of base64 data");
292 throw new IOException("invalid characters encountered at end of base64 data");
309 throw new IOException("invalid characters encountered at end of base64 data");
HexEncoder.java 121 throw new IOException("invalid characters encountered in Hex data");
177 throw new IOException("invalid characters encountered in Hex string");
  /external/chromium/testing/gtest/test/
gtest_xml_test_utils.py 122 four is encountered, if two child elements with the same identifying
123 attributes are encountered, or if any other type of node is encountered.
130 "Encountered unknown element <%s>" % child.tagName)
143 self.fail("Encountered unexpected node type %d" % child.nodeType)
  /external/gtest/test/
gtest_xml_test_utils.py 122 four is encountered, if two child elements with the same identifying
123 attributes are encountered, or if any other type of node is encountered.
130 "Encountered unknown element <%s>" % child.tagName)
143 self.fail("Encountered unexpected node type %d" % child.nodeType)
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest_xml_test_utils.py 122 four is encountered, if two child elements with the same identifying
123 attributes are encountered, or if any other type of node is encountered.
130 "Encountered unknown element <%s>" % child.tagName)
143 self.fail("Encountered unexpected node type %d" % child.nodeType)
  /external/protobuf/gtest/test/
gtest_xml_test_utils.py 121 four is encountered, if two child elements with the same identifying
122 attributes are encountered, or if any other type of node is encountered.
129 "Encountered unknown element <%s>" % child.tagName)
142 self.fail("Encountered unexpected node type %d" % child.nodeType)
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1InputStream.java 14 * the stream. If an ASN.1 NULL is encountered a DER/BER Null object is
121 throw new EOFException("EOF encountered in middle of object");
180 throw new IOException("unknown tag " + tagNo + " encountered");
237 throw new IOException("indefinite length primitive encoding encountered");
265 throw new IOException("unknown BER object encountered");
463 throw new IOException("unknown tag " + tagNo + " encountered");
  /dalvik/dexgen/src/com/android/dexgen/util/
HexParser.java 36 * is encountered, it and the rest of the line are ignored as a
37 * comment. If a double quote is encountered, then the ASCII value
  /dalvik/dx/src/com/android/dx/util/
HexParser.java 36 * is encountered, it and the rest of the line are ignored as a
37 * comment. If a double quote is encountered, then the ASCII value
  /external/dexmaker/src/dx/java/com/android/dx/util/
HexParser.java 36 * is encountered, it and the rest of the line are ignored as a
37 * comment. If a double quote is encountered, then the ASCII value
  /external/llvm/cmake/modules/
LLVMParseArguments.cmake 20 #that occur after the given arg_name is encountered up to the next arg_name or
23 #the list of all arguments up to the first arg_name encountered.
  /external/protobuf/java/src/main/java/com/google/protobuf/
InvalidProtocolBufferException.java 58 "CodedInputStream encountered an embedded string or message " +
64 "CodedInputStream encountered a malformed varint.");
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
InvalidProtocolBufferMicroException.java 58 "CodedInputStream encountered an embedded string or message " +
64 "CodedInputStream encountered a malformed varint.");
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
InvalidProtocolBufferNanoException.java 58 "CodedInputStream encountered an embedded string or message " +
64 "CodedInputStream encountered a malformed varint.");
  /external/smack/src/org/xbill/DNS/
SetResponse.java 164 * If the query encountered a CNAME, return it.
172 * If the query encountered a DNAME, return it.
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_elementgetelementsbytagnameaccessnodelist.js 80 were encountered in a pre order traversal of the element
86 "5" in the order the children were encountered.
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_elementgetelementsbytagnameaccessnodelist.js 80 were encountered in a pre order traversal of the element
86 "5" in the order the children were encountered.

Completed in 349 milliseconds

1 23 4 5 6 7 8 91011>>