Home
last modified time | relevance | path

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

1234

/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/test/tools/llvm-objdump/X86/
Dmalformed-machos.test1 // These test checks that llvm-objdump will not crash with malformed Mach-O
5 # RUN: %p/Inputs/malformed-machos/mem-crup-0001.macho \
11 # RUN: %p/Inputs/malformed-machos/mem-crup-0006.macho \
17 # RUN: %p/Inputs/malformed-machos/mem-crup-0006.macho \
23 # RUN: %p/Inputs/malformed-machos/mem-crup-0040.macho \
29 # RUN: %p/Inputs/malformed-machos/mem-crup-0080.macho \
35 # RUN: %p/Inputs/malformed-machos/mem-crup-0261.macho
38 # RUN: %p/Inputs/malformed-machos/mem-crup-0337.macho \
/external/llvm/lib/ProfileData/
DCoverageMappingReader.cpp44 return coveragemap_error::malformed; in readULEB128()
54 return coveragemap_error::malformed; in readIntMax()
63 return coveragemap_error::malformed; in readSize()
108 return coveragemap_error::malformed; in decodeCounter()
114 return coveragemap_error::malformed; in decodeCounter()
163 return coveragemap_error::malformed; in readMappingRegionsSubArray()
174 return coveragemap_error::malformed; in readMappingRegionsSubArray()
187 return coveragemap_error::malformed; in readMappingRegionsSubArray()
320 return coveragemap_error::malformed; in readCoverageMappingData()
340 return coveragemap_error::malformed; in readCoverageMappingData()
[all …]
DInstrProfReader.cpp125 return error(instrprof_error::malformed); in readValueProfileData()
141 return error(instrprof_error::malformed); in readValueProfileData()
147 return error(instrprof_error::malformed); in readValueProfileData()
199 return error(instrprof_error::malformed); in readNextRecord()
206 return error(instrprof_error::malformed); in readNextRecord()
208 return error(instrprof_error::malformed); in readNextRecord()
218 return error(instrprof_error::malformed); in readNextRecord()
267 return instrprof_error::malformed; in readNextHeader()
270 return instrprof_error::malformed; in readNextHeader()
341 return error(instrprof_error::malformed); in readName()
[all …]
DInstrProf.cpp49 case instrprof_error::malformed: in message()
412 return instrprof_error::malformed; in checkIntegrity()
415 return instrprof_error::malformed; in checkIntegrity()
420 return instrprof_error::malformed; in checkIntegrity()
423 return instrprof_error::malformed; in checkIntegrity()
DSampleProfReader.cpp179 return sampleprof_error::malformed; in read()
198 return sampleprof_error::malformed; in read()
249 EC = sampleprof_error::malformed; in readNumber()
443 std::error_code EC = sampleprof_error::malformed; in readNumber()
482 return sampleprof_error::malformed; in readSectionTag()
609 return sampleprof_error::malformed; in readOneFunctionProfile()
DSampleProf.cpp38 case sampleprof_error::malformed: in message()
/external/tcpdump/
Dprint-geonet.c121 goto malformed; in geonet_print()
227 goto malformed; in geonet_print()
237 goto malformed; in geonet_print()
264 malformed: in geonet_print()
/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/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DULocaleCollationTest.java331 for (String malformed : Arrays.asList("en-a", "$", "ü--a", "en--US")) { in TestIllformedLocale()
333 Set<ULocale> supported = Collections.singleton(new ULocale(malformed)); in TestIllformedLocale()
335 assertNull("Failed to detect bogus locale «" + malformed + "»", supported); in TestIllformedLocale()
337 … 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/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/autotest/client/site_tests/network_ProxyResolver/
Dcontrol9 CRITERIA = "Fails if Chrome returns incorrect or malformed data"
/external/autotest/server/site_tests/network_WiFi_MalformedProbeResp/
Dcontrol16 if we receive malformed probe responses. In this particular case, the
/external/llvm/test/tools/llvm-objdump/
Dmalformed-archives.test1 // These test checks that llvm-objdump will not crash with malformed Archive
/external/clang/include/clang/Basic/
DDiagnosticSerializationKinds.td18 "malformed or corrupted AST file: '%0'">, DefaultFatal;
20 "malformed block record in PCH file: '%0'">, DefaultFatal;
/external/llvm/test/tools/llvm-profdata/
Dtext-format-errors.test22 5- Detect malformed value profile data
/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/chromium-trace/catapult/third_party/coverage/
Dhowto.txt48 - examine the dist directory, and remove anything that looks malformed.

1234