HomeSort by relevance Sort by last modified time
    Searched refs:SPECIAL (Results 1 - 25 of 338) 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/v8/src/mips64/
assembler-mips64.cc 23 // CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
556 (opcode == SPECIAL && rt_field == 0 &&
574 return GetOpcodeField(instr) == SPECIAL && GetFunctionField(instr) == JR;
579 return GetOpcodeField(instr) == SPECIAL && GetFunctionField(instr) == JALR;
608 // to avoid use of mips ssnop and ehb special encodings
612 bool ret = (opcode == SPECIAL && function == SLL &&
    [all...]
  /external/syslinux/dos/
printf.c 34 #define SPECIAL 32 /* 0x */
71 if (type & SPECIAL) {
91 if (type & SPECIAL) {
150 flags |= SPECIAL;
  /external/syslinux/memdisk/
conio.c 100 #define SPECIAL 32 /* 0x */
137 if (type & SPECIAL) {
157 if (type & SPECIAL) {
213 flags |= SPECIAL;
  /external/v8/src/mips/
assembler-mips.cc 23 // CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
579 (opcode == SPECIAL && rt_field == 0 &&
597 return GetOpcodeField(instr) == SPECIAL && GetFunctionField(instr) == JR;
599 return GetOpcodeField(instr) == SPECIAL &&
606 return GetOpcodeField(instr) == SPECIAL &&
636 // to avoid use of mips ssnop and ehb special encodings
640 bool ret = (opcode == SPECIAL && function == SLL &&
    [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_shader.c 359 /* number of regs parsed outside of special handler */
363 /* some instructions don't map perfectly, so use a special handler */
1005 * to fit all the float constants. The special handling
    [all...]
  /external/boringssl/src/ssl/test/runner/
runner_test.go 10 // SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
deterministic.go 10 // SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
hkdf.go 10 // SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  /external/curl/packages/vms/
build_gnv_curl.com 16 $! ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
curl_startup.com 17 $! ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  /external/llvm/lib/Target/Lanai/
LanaiAluCode.h 31 SPECIAL = 0x07,
33 // Shift instructions are treated as SPECIAL when encoding the machine
  /toolchain/binutils/binutils-2.27/opcodes/
m32r-desc.c 126 { "SPECIAL", &bool_attr[0], &bool_attr[0] },
441 /* Special null first entry.
443 Also, the special `invalid' insn resides here. */
698 { 0|A(SPECIAL)|A(COND_CTI), { { { (1<<MACH_M32RX)|(1<<MACH_M32R2), 0 } }, { { PIPE_O, 0 } } } }
703 { 0|A(SPECIAL)|A(COND_CTI), { { { (1<<MACH_M32RX)|(1<<MACH_M32R2), 0 } }, { { PIPE_O, 0 } } } }
818 { 0|A(SPECIAL), { { { (1<<MACH_M32RX)|(1<<MACH_M32R2), 0 } }, { { PIPE_S, 0 } } } }
828 { 0|A(SPECIAL), { { { (1<<MACH_M32RX)|(1<<MACH_M32R2), 0 } }, { { PIPE_S, 0 } } } }
863 { 0|A(SPECIAL), { { { (1<<MACH_M32RX)|(1<<MACH_M32R2), 0 } }, { { PIPE_S, 0 } } } }
873 { 0|A(SPECIAL), { { { (1<<MACH_M32RX)|(1<<MACH_M32R2), 0 } }, { { PIPE_S, 0 } } } }
    [all...]
  /external/mksh/src/
var.c 53 static int special(const char *);
90 * pop a block handling special variables
104 if ((vp = *vpp++) != NULL && (vp->flag&SPECIAL)) {
313 if (special(vn))
314 vp->flag |= SPECIAL;
366 if (special(vn))
367 vp->flag |= SPECIAL;
382 if ((vp->flag&SPECIAL))
385 /* special to dollar() */
493 if ((vq->flag&SPECIAL))
1190 special(const char *name) function
    [all...]
  /external/boringssl/src/crypto/lhash/
make_macros.sh 16 * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  /prebuilts/jdk/jdk9/darwin-x86/legal/java.desktop/
harfbuzz.md 36 DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
58 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  /prebuilts/jdk/jdk9/linux-x86/legal/java.desktop/
harfbuzz.md 36 DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
58 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  /external/boringssl/src/util/
check_imported_libraries.go 10 // SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  /external/boringssl/src/util/fipstools/
const.go 10 // SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  /external/golang-protobuf/protoc-gen-go/
link_grpc.go 25 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  /external/golang-protobuf/ptypes/
doc.go 25 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  /external/google-breakpad/android/sample_app/jni/
Application.mk 23 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  /external/protobuf/js/
test_bootstrap.js 24 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT

Completed in 868 milliseconds

1 2 3 4 5 6 7 8 91011>>