HomeSort by relevance Sort by last modified time
    Searched full:malformed (Results 76 - 100 of 1568) sorted by null

1 2 34 5 6 7 8 91011>>

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
documentcreateattributeNS04.java 48 * is malformed.
51 * namespaceURI, and malformed qualifiedNames. Check if the a NAMESPACE_ERR was thrown.
domimplementationcreatedocument07.java 47 * The createDocument method should raise a NAMESPACE_ERR if the qualifiedName is malformed
50 * for namespaceURI and docType and a malformed qualifiedName.
nodesetprefix05.java 34 * The method setPrefix raises a NAMESPACE_ERR if the specified prefix is malformed.
35 * Create a new namespace aware element node and call the setPrefix method on it with several malformed
prefix07.java 36 * prefix if malformed.
39 * An exception should be raised since the namespace prefix is malformed.
setAttributeNS02.java 36 * qualifiedName if malformed.
39 * An exception should be raised since the "qualifiedName" is malformed.
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3convertutf.h 71 sequence is malformed. When "sourceIllegal" is returned, the source
73 in UTF-8 when a sequence is malformed, it points to the start of the
74 malformed sequence.
131 sourceIllegal /* source sequence is illegal/malformed */
  /external/autotest/client/site_tests/platform_CompressedSwap/src/
hog.c 25 fprintf(stderr, "hog: malformed integer %s\n", s);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
PEMUtil.java 82 throw new IOException("malformed PEM data encountered");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PEMUtil.java 86 throw new IOException("malformed PEM data encountered");
  /external/clang/test/Frontend/
verify.c 7 // expected-warning@ malformed
10 // expected-warning@0 malformed
13 // expected-warning@-50 malformed
16 // expected-warning malformed
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pfr/
pfrload.h 29 /* excessive allocation for malformed data), ... */
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/scanner/
ScannerException.java 22 * Exception thrown by the {@link Scanner} implementations in case of malformed
  /external/webrtc/tools/matlab/
parseLog.m 29 error('Malformed file, possibly empty or lacking data entries')
  /frameworks/av/media/mtp/
MtpRequestPacket.cpp 54 ALOGE("Malformed MTP request packet");
  /frameworks/base/core/tests/coretests/src/android/content/pm/
SignatureTest.java 25 /** Cert A with malformed syntax */
  /libcore/ojluni/src/main/java/java/lang/
ClassFormatError.java 30 * file and determines that the file is malformed or otherwise cannot
  /libcore/ojluni/src/main/java/java/lang/reflect/
MalformedParameterizedTypeException.java 30 * Thrown when a semantically malformed parameterized type is
  /libcore/ojluni/src/main/java/java/net/
MalformedURLException.java 31 * Thrown to indicate that a malformed URL has occurred. Either no
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
FastScrollingIndexCache.java 184 return null; // malformed
200 return null; // malformed
220 // Value was malformed for whatever reason.
302 return; // malformed
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
mparith2.go 281 // - malformed hex constant
282 // - malformed octal constant
283 // - malformed decimal constant
285 Yyerror("malformed integer constant: %s", as)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
mparith2.go 278 // - malformed hex constant
279 // - malformed octal constant
280 // - malformed decimal constant
282 Yyerror("malformed integer constant: %s", as)
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
mparith2.go 281 // - malformed hex constant
282 // - malformed octal constant
283 // - malformed decimal constant
285 Yyerror("malformed integer constant: %s", as)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
mparith2.go 278 // - malformed hex constant
279 // - malformed octal constant
280 // - malformed decimal constant
282 Yyerror("malformed integer constant: %s", as)
  /system/bt/service/
settings.h 42 // if there is an error, e.g. if the parameters/switches are malformed.
  /external/clang/test/Driver/
fsanitize-blacklist.c 43 // Driver properly reports malformed blacklist files.
45 // CHECK-BAD-BLACKLIST: error: malformed sanitizer blacklist: 'error parsing file '{{.*}}.bad': malformed line 1: 'badline''

Completed in 1115 milliseconds

1 2 34 5 6 7 8 91011>>