Searched refs:GetVal (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/build/android/pylib/instrumentation/
H A Djson_perf_parser.py91 def GetVal(entry): function in function:GetAverageRunInfo.EntryFilter
98 def GetVal(entry): function in function:GetAverageRunInfo.EntryFilter
108 val = GetVal(entry)
/external/lzma/CPP/7zip/UI/Common/
H A DBench.cpp102 UInt32 GetVal(UInt32 &res, int numBits) function in class:CBenchRandomGenerator
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/llvm/lib/AsmParser/
H A DLLParser.h303 /// GetVal - Get a value with the specified name or ID, creating a
306 Value *GetVal(const std::string &Name, Type *Ty, LocTy Loc);
307 Value *GetVal(unsigned ID, Type *Ty, LocTy Loc);
H A DLLParser.cpp2196 /// GetVal - Get a value with the specified name or ID, creating a
2199 Value *LLParser::PerFunctionState::GetVal(const std::string &Name,
2241 Value *LLParser::PerFunctionState::GetVal(unsigned ID, Type *Ty,
2345 return cast_or_null<BasicBlock>(GetVal(Name,
2350 return cast_or_null<BasicBlock>(GetVal(ID,
2964 V = PFS->GetVal(ID.UIntVal, Ty, ID.Loc);
2968 V = PFS->GetVal(ID.StrVal, Ty, ID.Loc);
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmscgats.c977 cmsBool GetVal(cmsIT8* it8, char* Buffer, cmsUInt32Number max, const char* ErrorTitle) function
1890 if (!GetVal(it8, Buffer, 255, "Sample data expected"))
1935 if (!GetVal(it8, Buffer, MAXSTR-1, "Keyword expected")) return FALSE;
1943 if (!GetVal(it8, Buffer, MAXSTR-1, "Keyword expected")) return FALSE;
1964 if (!GetVal(it8, Buffer, MAXSTR-1, "Property data expected")) return FALSE;

Completed in 150 milliseconds