HomeSort by relevance Sort by last modified time
    Searched full:sequences (Results 1 - 25 of 1327) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/fast/encoding/
invalid-UTF-8-2-expected.txt 1 This tests the decoding of invalid UTF-8 sequences.
invalid-UTF-8-2.html 18 <p>This tests the decoding of invalid UTF-8 sequences.</p>
invalid-UTF-8.html 14 <p>This tests the rendering of invalid UTF-8 sequences.</p>
  /external/qemu/distrib/sdl-1.2.15/test/
utf8.txt 8 sequences. This file is not meant to be a conformance test. It does
18 sequences as well as correctly encoded UTF-8 sequences of Unicode code
32 mandate this. In any case, just ignoring malformed sequences or
52 malformed sequences is replaced by a single replacement character.
81 (5 and 6 byte sequences were made illegal in rfc3629. --ryan.) |
93 (5 and 6 bytes sequences, and 4 bytes sequences > 0x10FFFF were made illegal |
110 3 Malformed sequences |
136 3.2.1 All 32 first bytes of 2-byte sequences (0xc0-0xdf),
    [all...]
  /external/llvm/lib/Target/Mips/
MipsAnalyzeImmediate.h 32 /// AddInstr - Add I to all instruction sequences in SeqLs.
35 /// GetInstSeqLsADDiu - Get instrucion sequences which end with an ADDiu to
39 /// GetInstSeqLsORi - Get instrucion sequences which end with an ORi to
43 /// GetInstSeqLsSLL - Get instrucion sequences which end with a SLL to
47 /// GetInstSeqLs - Get instrucion sequences to load immediate Imm.
  /external/webkit/Source/JavaScriptCore/wtf/unicode/
UTF8.h 35 // Returns 0 for bytes that are not legal starts of UTF-8 sequences.
36 // Only allows sequences of up to 4 bytes, since that works for all Unicode characters (U-00000000 to U-0010FFFF).
52 // flag is set to strict, both irregular sequences and isolated surrogates
54 // sequences and isolated surrogates are converted.
56 // Whether the flag is strict or lenient, all illegal sequences will cause
57 // an error return. This includes sequences such as: <F4 90 80 80>, <C0 80>,
59 // must check for illegal sequences.
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
CertificateFactory_ImplTest.java 369 // error code, marks sequences as throwing exceptions
371 // test sequences
372 int[][] sequences = { local
410 // Tests CRL generation on the base of sequences of heterogeneous
412 for (int i=0; i<sequences.length; i++) { // for each of the sequences..
414 int expected_size = (sequences[i][0] < 0)
415 ? -sequences[i][0]
416 : sequences[i].length;
420 for (int j=0; j<sequences[i].length; j++)
471 int[][] sequences = { local
    [all...]
  /external/clang/test/PCH/
modified-header-crash.c 9 // REQUIRES: ansi-escape-sequences
  /external/icu4c/i18n/
csr2022.h 41 * Counts up the number of legal an unrecognized escape sequences in
48 * @param escapeSequences the byte escape sequences to test for.
csrutf8.cpp 41 // Scan for multi-byte sequences
90 // and the existence of valid and/or invalid multi-byte sequences.
104 // Probably corruput utf-8 data. Valid sequences aren't likely by chance.
  /external/icu4c/test/intltest/
dadrcoll.cpp 38 sequences(status)
41 sequences.setDeleter(deleteSeqElement);
268 sequences.removeAllElements();
273 sequences.addElement(target, status);
279 for(j = sequences.size(); j > 0; j--) {
280 source = (SeqElement *)sequences.elementAt(j-1);
286 sequences.addElement(target, status);
  /external/jsr305/ri/src/main/java/javax/annotation/concurrent/
ThreadSafe.java 13 * no sequences of accesses (reads and writes to public fields, calls to public
  /external/llvm/test/CodeGen/X86/
neg-shl-add.ll 3 ; These sequences don't need neg instructions; they can be done with
  /external/proguard/src/proguard/optimize/peephole/
InstructionSequencesReplacer.java 29 * This InstructionVisitor replaces multiple instruction sequences at once.
46 * @param instructionSequences the instruction sequences to be replaced,
73 * @param instructionSequences the instruction sequences to be replaced,
103 * @param instructionSequences the instruction sequences to be replaced,
  /external/llvm/utils/TableGen/
SequenceToOffsetTable.h 1 //===-- SequenceToOffsetTable.h - Compress similar sequences ----*- C++ -*-===//
11 // sequences as one big array. Use the same memory when a sequence is a suffix
28 /// SequenceToOffsetTable - Collect a number of terminated sequences of T.
29 /// Compute the layout of a table that contains all the sequences, possibly by
48 // Keep sequences ordered according to SeqLess so suffixes are easy to find.
52 // Sequences added so far, with suffixes removed.
  /external/protobuf/gtest/include/gtest/
gtest-param-test.h.pump 182 // Range() returns generators providing sequences of values in a range.
192 // * The generated sequences never include end. For example, Range(1, 5)
201 // Elements in the resulting sequences will also have that type.
202 // * Condition start < end must be satisfied in order for resulting sequences
221 // - returns a generator producing sequences with elements from
224 // - returns a generator producing sequences with elements from
227 // - returns a generator producing sequences with elements from
298 // - returns a generator producing sequences with elements v1, v2, ..., vN.
327 // - returns a generator producing sequences with elements {false, true}.
348 // Combine() allows the user to combine two or more sequences to produc
    [all...]
  /libcore/luni/src/main/java/java/io/
LineNumberInputStream.java 26 * line terminator sequences are {@code '\r'}, {@code '\n'} and {@code "\r\n"}.
27 * When using {@code read}, line terminator sequences are always translated into
108 * Recognized line terminator sequences are {@code '\r'}, {@code '\n'} and
109 * {@code "\r\n"}. Line terminator sequences are always translated into
147 * Recognized line terminator sequences are {@code '\r'}, {@code '\n'} and
148 * {@code "\r\n"}. Line terminator sequences are always translated into
227 * terminator sequences are skipped.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
multiway_merge.h 264 * that makes this fast is that the order of the sequences is stored
267 * This works well for merging up to 4 sequences.
384 * that makes this fast is that the order of the sequences is stored
387 * This works well for merging up to 4 sequences.
969 * @param sentinel The sequences have a sentinel element.
    [all...]
  /system/core/sh/bltin/
echo.1 56 to treat the escape sequences specially, as described in the following
68 If any of the following sequences of characters is encountered during
109 options and escape sequences.
  /external/chromium/base/third_party/icu/
icu_utf.cc 73 * In Unicode, all UTF-8 byte sequences with more than 4 bytes are illegal;
75 * We keep them in this table for skipping long ISO 10646-UTF-8 sequences.
119 * <0 "Safe" behavior of U8_NEXT(): All illegal byte sequences yield a negative
122 * All illegal byte sequences yield a positive code point such that this
127 * like illegal sequences.
186 * encoded in UTF-8, and there are no irregular sequences any more.
  /cts/tests/tests/graphics/src/android/opengl/cts/
GLSurfaceViewTest.java 58 * pause/resume sequences without crashing. The delay is used to allow
85 * pause/resume sequences without crashing. No delay is used so that a
  /external/v8/test/mjsunit/regress/
regress-1620.js 28 // Don't allow malformed unicode escape sequences in identifiers.
30 // sequences without throwing a SyntaxError. Instead "\u22gk" would
  /external/bison/po/
en@boldquot.header 24 # bold face, assuming the VT100/XTerm escape sequences.
  /external/bison/runtime-po/
en@boldquot.header 24 # bold face, assuming the VT100/XTerm escape sequences.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
LazyEncodedSequence.java 7 * Note: this class is for processing DER/DL encoded sequences only.

Completed in 653 milliseconds

1 2 3 4 5 6 7 8 91011>>