Home
last modified time | relevance | path

Searched refs:malformed (Results 1 – 25 of 66) sorted by relevance

123

/external/v8/test/webkit/fast/js/kde/
Dencode_decode_uri-expected.txt35 PASS encodeURI(String.fromCharCode(56320)) threw exception URIError: URI malformed.
36 PASS encodeURI(String.fromCharCode(57343)) threw exception URIError: URI malformed.
41 …deURI(String.fromCharCode(55296) + String.fromCharCode(0)) threw exception URIError: URI malformed.
42 …I(String.fromCharCode(55296) + String.fromCharCode(55295)) threw exception URIError: URI malformed.
43 …I(String.fromCharCode(55296) + String.fromCharCode(55296)) threw exception URIError: URI malformed.
44 …I(String.fromCharCode(55296) + String.fromCharCode(56319)) threw exception URIError: URI malformed.
45 …I(String.fromCharCode(55296) + String.fromCharCode(57344)) threw exception URIError: URI malformed.
46 …I(String.fromCharCode(55296) + String.fromCharCode(57344)) threw exception URIError: URI malformed.
47 …I(String.fromCharCode(55296) + String.fromCharCode(65533)) threw exception URIError: URI malformed.
48 …I(String.fromCharCode(55296) + String.fromCharCode(65534)) threw exception URIError: URI malformed.
[all …]
/external/llvm/lib/ProfileData/
DCoverageMappingReader.cpp43 return error(instrprof_error::malformed); in readULEB128()
53 return error(instrprof_error::malformed); in readIntMax()
62 return error(instrprof_error::malformed); in readSize()
107 return error(instrprof_error::malformed); in decodeCounter()
113 return error(instrprof_error::malformed); in decodeCounter()
162 return error(instrprof_error::malformed); in readMappingRegionsSubArray()
173 return error(instrprof_error::malformed); in readMappingRegionsSubArray()
186 return error(instrprof_error::malformed); in readMappingRegionsSubArray()
309 return instrprof_error::malformed; in get()
312 return instrprof_error::malformed; in get()
[all …]
DInstrProfReader.cpp117 return error(instrprof_error::malformed); in readNextRecord()
124 return error(instrprof_error::malformed); in readNextRecord()
126 return error(instrprof_error::malformed); in readNextRecord()
136 return error(instrprof_error::malformed); in readNextRecord()
209 return instrprof_error::malformed; in readNextHeader()
212 return instrprof_error::malformed; in readNextHeader()
268 return error(instrprof_error::malformed); in readNextRecord()
277 return error(instrprof_error::malformed); in readNextRecord()
367 return error(instrprof_error::malformed); in getFunctionCounts()
371 return error(instrprof_error::malformed); in getFunctionCounts()
[all …]
DSampleProfReader.cpp178 return sampleprof_error::malformed; in read()
198 return sampleprof_error::malformed; in read()
215 return sampleprof_error::malformed; in read()
239 EC = sampleprof_error::malformed; in readNumber()
DSampleProf.cpp37 case sampleprof_error::malformed: in message()
DInstrProf.cpp43 case instrprof_error::malformed: in message()
/external/llvm/test/Verifier/
DREADME.txt2 malformed LLVM code. Testcases for situations that the verifier incorrectly
3 identifies as malformed should go in the test/Assembler directory.
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
DULocaleCollationTest.java327 for (String malformed : Arrays.asList("en-a", "$", "ü--a", "en--US")) { in TestIllformedLocale()
329 Set<ULocale> supported = Collections.singleton(new ULocale(malformed)); in TestIllformedLocale()
331 assertNull("Failed to detect bogus locale «" + malformed + "»", supported); in TestIllformedLocale()
333 … logln("Successfully detected ill-formed locale «" + malformed + "»:" + e.getMessage()); in TestIllformedLocale()
/external/iptables/extensions/
Dlibipt_unclean.man2 malformed or unusual. This is regarded as experimental.
/external/llvm/include/llvm/ProfileData/
DInstrProf.h33 malformed, enumerator
DSampleProf.h34 malformed, enumerator
/external/llvm/test/MC/Mips/
Dmips_directives_bad.s1 # Error checking for malformed directives
Dmips-abi-bad.s3 # Error checking for malformed .module directives (and .set fp=...).
/external/pdfium/testing/resources/
Dbug_481363.in38 % Dictionary object malformed: 4< vs <<.
/external/llvm/test/Transforms/InstCombine/
Dselect-crash-noverify.ll10 ; technically reachable, but this malformed IR may appear as a result of constant propagation
Dobjsize-noverify.ll33 ; technically reachable, but this malformed IR may appear as a result of constant propagation
/external/clang/include/clang/Basic/
DDiagnosticSerializationKinds.td18 "malformed or corrupted AST file: '%0'">, DefaultFatal;
20 "malformed block record in PCH file: '%0'">, DefaultFatal;
DDiagnosticDriverKinds.td87 "malformed sanitizer blacklist: '%0'">;
/external/pcre/dist/doc/
Dperltest.txt38 malformed regular expressions, in order to check that PCRE diagnoses them
/external/v8/test/webkit/fast/regex/
Dmalformed-escapes-expected.txt24 This page tests handling of malformed escape sequences.
/external/owasp/sanitizer/src/tests/org/owasp/html/
Dhtmllexergolden1.txt225 ATTRVALUE [malformed attribs'] : 1965-1983
/external/pcre/dist/testdata/
Dtestoutput18-32637 Failed: (*VERB) not recognized or malformed at offset 5
648 Failed: (*VERB) not recognized or malformed at offset 5
651 Failed: (*VERB) not recognized or malformed at offset 12
Dtestoutput18-16651 Failed: (*VERB) not recognized or malformed at offset 5
661 Failed: (*VERB) not recognized or malformed at offset 12
/external/libpng/projects/owatcom/
Dpngconfig.mak134 $# inconsistent feature requests, or even malformed requests, in
/external/llvm/test/Transforms/SimplifyCFG/
Dswitch_create.ll374 br i1 %A, label %bb55.us.us, label %malformed
383 malformed:

123