HomeSort by relevance Sort by last modified time
    Searched full:skeleton (Results 151 - 175 of 682) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/gconv/
ISO-2022-CN.so 
ISO-2022-KR.so 
ISO646.so 
ISO8859-15.so 
ISO8859-3.so 
ISO8859-7.so 
ISO8859-8.so 
ISO8859-9.so 
ISO_2033.so 
ISO_5427-EXT.so 
ISO_5427.so 
ISO_5428.so 
JOHAB.so 
LATIN-GREEK-1.so 
LATIN-GREEK.so 
NATS-DANO.so 
NATS-SEFI.so 
SHIFT_JISX0213.so 
UTF-16.so 
UTF-7.so 
VISCII.so 
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 42 /// Skeleton unit associated with this unit.
43 DwarfCompileUnit *Skeleton;
91 return Skeleton;
190 /// Set the skeleton unit associated with this unit.
191 void setSkeleton(DwarfCompileUnit &Skel) { Skeleton = &Skel; }
252 return (Skeleton ? Skeleton : this)->CURangeLists;
  /external/libpcap/
grammar.h 21 part or all of the Bison parser skeleton and distribute that work
23 parser generator using the skeleton or a modified version thereof
24 as a parser skeleton. Alternatively, if you modify or redistribute
25 the parser skeleton itself, you may (at your option) remove this
26 special exception, which will cause the skeleton and the resulting
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
glslang_tab.cpp.h 21 part or all of the Bison parser skeleton and distribute that work
23 parser generator using the skeleton or a modified version thereof
24 as a parser skeleton. Alternatively, if you modify or redistribute
25 the parser skeleton itself, you may (at your option) remove this
26 special exception, which will cause the skeleton and the resulting
  /prebuilts/build-tools/common/bison/
glr.cc 3 # C++ GLR skeleton for Bison
21 # This skeleton produces a C++ class that encapsulates a C glr parser.
23 # skeleton is clean and pure enough so that there are no real
33 # additional parse-param. But because the C++ skeleton needs to
234 b4_copyright([Skeleton interface for Bison GLR parsers in C++],
237 /* C++ GLR parser skeleton written by Akim Demaille. */

Completed in 262 milliseconds

1 2 3 4 5 67 8 91011>>