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

1 2

  /external/icu4c/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/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/llvm/utils/TableGen/
CodeEmitterGen.cpp 84 // Update the bits in reversed order so that emitInstrOpBits will get the
147 std::pair<unsigned, unsigned> SO = CGI.Operands.getSubOperandNumber(OpIdx);
148 std::string &EncoderMethodName = CGI.Operands[SO.first].EncoderMethodName;
154 // sub-operands, if there are more than one, so only
156 if (SO.second == 0) {
  /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 636 // SP not FP. Align to MaxAlign so this works.
653 const StackObject &SO = Objects[i];
655 if (SO.Size == ~0ULL) {
659 if (SO.Size == 0)
662 OS << "size=" << SO.Size;
663 OS << ", align=" << SO.Alignment;
667 if (i < NumFixedObjects || SO.SPOffset != -1) {
668 int64_t Off = SO.SPOffset - ValOffset;
843 // the constant folding APIs to do this so that we get the benefit of
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/
Makefile 34 DLEXT = so
49 SO = so
459 # the Makefile here so a later make realclean still has a makefile to use.
  /external/chromium_org/third_party/icu/source/common/
ucnvmbcs.c 123 * - Replace header.reserved with header.fromUBytesLength so that all
175 * code point (stored as code point minus 0x10000 so that 20 bits are enough).
421 SO
446 case SO:
    [all...]
  /external/icu4c/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...]
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6/
gradle-tooling-api-1.6.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6-rc-1/
gradle-tooling-api-1.6-rc-1.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.7/
gradle-tooling-api-1.7.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/droiddriver/libs/
guava-13.0.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 1436 milliseconds

1 2