HomeSort by relevance Sort by last modified time
    Searched defs:SO (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/icu/source/samples/
defs.mk 19 SO=$(shell icu-config --so)
  /external/icu/icu4c/source/samples/
defs.mk 19 SO=$(shell icu-config --so)
  /external/libgsm/src/
preprocess.c 34 void Gsm_Preprocess P3((S, s, so),
37 word * so ) /* [0..159] IN/OUT */
50 word SO;
61 SO = SASR( *s, 3 ) << 2;
64 assert (SO >= -0x4000); /* downscaled by */
65 assert (SO <= 0x3FFC); /* previous routine. */
72 * The input of this procedure is the array so[0...159] and the
78 s1 = SO - z1; /* s1 = gsm_sub( *so, z1 ); */
79 z1 = SO;
    [all...]
  /external/llvm/utils/TableGen/
CodeEmitterGen.cpp 125 std::pair<unsigned, unsigned> SO = CGI.Operands.getSubOperandNumber(OpIdx);
126 std::string &EncoderMethodName = CGI.Operands[SO.first].EncoderMethodName;
132 // sub-operands, if there are more than one, so only
134 if (SO.second == 0) {
  /external/chromium_org/third_party/pexpect/
screen.py 36 SO = 14 # Invoke G1 character set.
  /external/guava/guava/src/com/google/common/base/
Ascii.java 195 public static final byte SO = 14;
  /external/lldb/test/pexpect-2.4/
screen.py 20 SO = 14 # Invoke G1 character set.
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 668 // SP not FP. Align to MaxAlign so this works.
685 const StackObject &SO = Objects[i];
687 if (SO.Size == ~0ULL) {
691 if (SO.Size == 0)
694 OS << "size=" << SO.Size;
695 OS << ", align=" << SO.Alignment;
699 if (i < NumFixedObjects || SO.SPOffset != -1) {
700 int64_t Off = SO.SPOffset - ValOffset;
874 // the constant folding APIs to do this so that we get the benefit of
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ucnvmbcs.c 125 * - Replace header.reserved with header.fromUBytesLength so that all
177 * code point (stored as code point minus 0x10000 so that 20 bits are enough).
424 SO
449 case SO:
    [all...]
  /external/icu/icu4c/source/common/
ucnvmbcs.c 125 * - Replace header.reserved with header.fromUBytesLength so that all
177 * code point (stored as code point minus 0x10000 so that 20 bits are enough).
424 SO
449 case SO:
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
RegionDataConstants.java 1043 SO(new String[]{
1045 "lang", "so",
1046 "languages", "so",
    [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp 329 // We're the complete constructor, so get the VTT by name.
371 // from arbitrary code? If so, then anything which runs arbitrary
758 : CGF(CGF), SO(*CGF.SanOpts), OldSanOpts(CGF.SanOpts) {
759 SO.Bool = false;
760 SO.Enum = false;
761 CGF.SanOpts = &SO;
768 SanitizerOptions SO;
    [all...]
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 592 milliseconds