HomeSort by relevance Sort by last modified time
    Searched refs:SPECIAL (Results 1 - 25 of 2047) 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 156 case SPECIAL:
184 case SPECIAL:
198 if (OpcodeFieldRaw() != SPECIAL) {
219 case SPECIAL:
assembler-mips.cc 23 // CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
539 (opcode == SPECIAL && rt_field == 0 &&
558 return GetOpcodeField(instr) == SPECIAL && GetFunctionField(instr) == JR;
560 return GetOpcodeField(instr) == SPECIAL &&
567 return GetOpcodeField(instr) == SPECIAL &&
597 // to avoid use of mips ssnop and ehb special encodings
601 bool ret = (opcode == SPECIAL && function == SLL &&
    [all...]
  /external/chromium_org/v8/src/mips64/
constants-mips64.cc 156 case SPECIAL:
184 case SPECIAL:
198 if (OpcodeFieldRaw() != SPECIAL) {
219 case SPECIAL:
assembler-mips64.cc 23 // CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
517 (opcode == SPECIAL && rt_field == 0 &&
535 return GetOpcodeField(instr) == SPECIAL && GetFunctionField(instr) == JR;
540 return GetOpcodeField(instr) == SPECIAL && GetFunctionField(instr) == JALR;
569 // to avoid use of mips ssnop and ehb special encodings
573 bool ret = (opcode == SPECIAL && function == SLL &&
    [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 50 static int special(const char *);
87 * pop a block handling special variables
101 if ((vp = *vpp++) != NULL && (vp->flag&SPECIAL)) {
290 if (special(n))
291 vp->flag |= SPECIAL;
337 if (special(n))
338 vp->flag |= SPECIAL;
348 if ((vp->flag&SPECIAL))
351 /* special to dollar() */
457 if ((vq->flag&SPECIAL))
1128 special(const char *name) function
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/lhash/
make_macros.sh 13 * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  /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/
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
try-catch-finally-return-in-finally.js 21 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
try-finally-return-in-finally.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
  /external/chromium_org/v8/test/mjsunit/
api-call-after-bypassed-exception.js 21 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT

Completed in 342 milliseconds

1 2 3 4 5 6 7 8 91011>>