HomeSort by relevance Sort by last modified time
    Searched full:getval (Results 51 - 75 of 76) sorted by null

1 23 4

  /external/chromium_org/build/android/pylib/instrumentation/
json_perf_parser.py 91 def GetVal(entry):
98 def GetVal(entry):
108 val = GetVal(entry)
  /external/libvorbis/vq/
huffbuild.c 25 static int getval(FILE *in,int begin,int n,int group,int max){ function
44 return(getval(in,begin,n,group,max));
139 long val=getval(file,begin,n,subn,maxval);
  /bionic/libc/kernel/common/linux/
sem.h 25 #define GETVAL 12
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sem.h 30 #define GETVAL 12 /* get semval */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
sem.h 11 #define GETVAL 12 /* get semval */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sem.h 30 #define GETVAL 12 /* get semval */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
sem.h 11 #define GETVAL 12 /* get semval */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sem.h 30 #define GETVAL 12 /* get semval */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
sem.h 11 #define GETVAL 12 /* get semval */
  /external/clang/include/clang/Analysis/FlowSensitive/
DataflowSolver.h 170 TF.getVal().copyValues(I->second);
205 UpdateEdges(cfg, B, TF.getVal());
226 ValTy& V = TF.getVal();
302 if (record) D.getStmtDataMap()[S] = TF.getVal();
308 if (record) D.getStmtDataMap()[S] = TF.getVal();
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 102 UInt32 GetVal(UInt32 &res, int numBits)
110 UInt32 len = GetVal(res, 2);
111 return GetVal(res, 1 + len);
121 if (GetVal(res, 1) == 0 || pos < 1024)
127 if (GetVal(res, 3) != 0)
132 UInt32 ppp = GetVal(res, 5) + 6;
136 rep0 = /* (1 << ppp) +*/ GetVal(res, ppp);
  /external/jmonkeyengine/engine/src/test/jme3test/network/
TestSerialization.java 55 public int getVal(){
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.h 281 /// GetVal - Get a value with the specified name or ID, creating a
284 Value *GetVal(const std::string &Name, Type *Ty, LocTy Loc);
285 Value *GetVal(unsigned ID, Type *Ty, LocTy Loc);
LLParser.cpp     [all...]
  /external/kernel-headers/original/linux/
sem.h 11 #define GETVAL 12 /* get semval */
  /external/strace/
ipc.c 100 { GETVAL, "GETVAL" },
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 165 def check_get_current(getval, currval):
166 self.assertEqual(self.combo.get(), getval)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 165 def check_get_current(getval, currval):
166 self.assertEqual(self.combo.get(), getval)
    [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 789 printValue(Obj, Start->getTag(), Start->getVal(), Is64, OS);
  /external/valgrind/main/include/vki/
vki-darwin.h 666 #define VKI_GETVAL GETVAL
  /external/llvm/include/llvm/Object/
ELF.h 310 uint64_t getVal() const { return d_un.d_val; }
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerImpl.java     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
jquery-1.6.4.js     [all...]

Completed in 936 milliseconds

1 23 4