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

1 2

  /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/valgrind/main/helgrind/
hg_lock_n_thread.h 55 typedef struct _SO SO;
67 as unique thread identifiers and so are never freed, so they should
70 many threads, so tolerating this leak seems like a not-bad
100 /* Get hg's admin_threads value, so libhb can visit all of them. */
107 incorporated into an XErrors, so as to make it independent from the
136 SO* hbso; /* associated SO */
  /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.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
ascii.py 19 SO = 0x0e # ^N
42 "BS", "HT", "LF", "VT", "FF", "CR", "SO", "SI",
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
ascii.py 19 SO = 0x0e # ^N
42 "BS", "HT", "LF", "VT", "FF", "CR", "SO", "SI",
  /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 128 * - Replace header.reserved with header.fromUBytesLength so that all
180 * code point (stored as code point minus 0x10000 so that 20 bits are enough).
426 SO
451 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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 122 SO= .so
491 libpython$(VERSION).so: $(LIBRARY_OBJS)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile 122 SO= .so
492 libpython$(VERSION).so: $(LIBRARY_OBJS)
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
RegionDataConstants.java 1044 SO(new String[]{
1046 "lang", "so",
1047 "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 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.10/
gradle-tooling-api-1.10.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.11/
gradle-tooling-api-1.11.jar 

Completed in 362 milliseconds

1 2