HomeSort by relevance Sort by last modified time
    Searched refs:SPECIAL (Results 1 - 25 of 2766) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-dfa.rb 14 SPECIAL = [12].freeze
29 dfa.special.should == DFASubclass::SPECIAL
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ElemDesc.java 87 static final int SPECIAL = (1 << 15);
ToHTMLStream.java 54 * Map that tells which XML characters should have special treatment, and it
104 new ElemDesc(0 | ElemDesc.SPECIAL | ElemDesc.ASPECIAL));
107 new ElemDesc(0 | ElemDesc.SPECIAL | ElemDesc.ASPECIAL));
110 new ElemDesc(0 | ElemDesc.SPECIAL | ElemDesc.ASPECIAL));
113 new ElemDesc(0 | ElemDesc.SPECIAL | ElemDesc.ASPECIAL));
118 | ElemDesc.SPECIAL
137 m_elementFlags.put("A", new ElemDesc(0 | ElemDesc.SPECIAL));
141 0 | ElemDesc.SPECIAL | ElemDesc.ASPECIAL | ElemDesc.BLOCK));
153 | ElemDesc.SPECIAL
161 | ElemDesc.SPECIAL
    [all...]
  /external/chromium_org/v8/src/mips/
constants-mips.cc 21 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
179 case SPECIAL:
207 case SPECIAL:
221 if (OpcodeFieldRaw() != SPECIAL) {
242 case SPECIAL:
assembler-mips.cc 23 // CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
528 (opcode == SPECIAL && rt_field == 0 &&
546 return GetOpcodeField(instr) == SPECIAL && GetFunctionField(instr) == JR;
551 return GetOpcodeField(instr) == SPECIAL && GetFunctionField(instr) == JALR;
580 // to avoid use of mips ssnop and ehb special encodings
584 bool ret = (opcode == SPECIAL && function == SLL &&
    [all...]
  /external/v8/src/mips/
constants-mips.cc 21 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
175 case SPECIAL:
203 case SPECIAL:
217 if (OpcodeFieldRaw() != SPECIAL) {
238 case SPECIAL:
assembler-mips.cc 23 // CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
539 (opcode == SPECIAL && rt_field == 0 &&
556 return GetOpcodeField(instr) == SPECIAL && GetFunctionField(instr) == JR;
560 return GetOpcodeField(instr) == SPECIAL && GetFunctionField(instr) == JALR;
    [all...]
  /external/chromium/googleurl/src/
url_canon_path.cc 23 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
46 // This character requires special handling in DoPartialPath. Doing this test
49 SPECIAL = 1,
52 // escaped chars also have the "special" bit set so that the code that looks
55 ESCAPE = ESCAPE_BIT | SPECIAL,
58 // ESCAPE or PASS. We DON'T set the SPECIAL flag since if we encounter these
62 // This character is disallowed in URLs. Note that the "special" bit is also
65 INVALID = INVALID_BIT | SPECIAL,
69 // than one bits because they also turn on the "special" flag. Special is th
    [all...]
  /external/chromium_org/url/
url_canon_path.cc 20 // This character requires special handling in DoPartialPath. Doing this test
23 SPECIAL = 1,
26 // escaped chars also have the "special" bit set so that the code that looks
29 ESCAPE = ESCAPE_BIT | SPECIAL,
32 // ESCAPE or PASS. We DON'T set the SPECIAL flag since if we encounter these
36 // This character is disallowed in URLs. Note that the "special" bit is also
39 INVALID = INVALID_BIT | SPECIAL,
43 // than one bits because they also turn on the "special" flag. Special is the
48 // Dot is even more special, and the escaped version is handled specially b
    [all...]
  /external/mksh/src/
var.c 47 static int special(const char *);
84 * pop a block handling special variables
98 if ((vp = *vpp++) != NULL && (vp->flag&SPECIAL)) {
284 if (special(n))
285 vp->flag |= SPECIAL;
328 if (special(n))
329 vp->flag |= SPECIAL;
339 if ((vp->flag&SPECIAL))
342 /* special to dollar() */
448 if ((vq->flag&SPECIAL))
1072 special(const char *name) function
    [all...]
  /external/qemu/
ppc.ld 145 .got : SPECIAL { *(.got) }
147 .plt : SPECIAL { *(.plt) }
155 .got : SPECIAL { *(.got) }
174 .plt : SPECIAL { *(.plt) }
  /external/chromium/android/
generateAndroidForwardingHeader.pl 18 # CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
47 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  /external/chromium_org/v8/samples/
count-hosts.js 21 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  /external/chromium_org/v8/test/intl/break-iterator/
wellformed-unsupported-locale.js 21 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  /external/chromium_org/v8/test/intl/collator/
wellformed-unsupported-locale.js 21 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  /external/chromium_org/v8/test/intl/date-format/
utils.js 21 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
wellformed-unsupported-locale.js 21 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  /external/chromium_org/v8/test/intl/number-format/
wellformed-unsupported-locale.js 21 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  /external/chromium_org/v8/test/intl/
utils.js 21 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  /external/chromium_org/v8/test/message/
isvar.js 21 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
overwritten-builtins.js 21 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
paren_in_arg_string.js 21 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
single-function-literal.js 21 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
try-catch-finally-no-message.js 21 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  /external/chromium_org/v8/test/message/regress/
regress-1527.js 21 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT

Completed in 627 milliseconds

1 2 3 4 5 6 7 8 91011>>