/external/lzma/CPP/7zip/Common/ |
MethodProps.cpp | 445 HRESULT CMethodProps::ParseParamsFromPROPVARIANT(const UString &realName, const PROPVARIANT &value)
447 if (realName.Len() == 0)
454 // {realName}=[empty]
456 SplitParam(realName, name, valueStr);
460 // {realName}=value
461 int index = FindPropIdExact(realName);
499 HRESULT COneMethodInfo::ParseMethodFromPROPVARIANT(const UString &realName, const PROPVARIANT &value)
501 if (!realName.IsEmpty() && !StringsAreEqualNoCase_Ascii(realName, "m"))
502 return ParseParamsFromPROPVARIANT(realName, value); [all...] |
MethodProps.h | 244 HRESULT ParseParamsFromPROPVARIANT(const UString &realName, const PROPVARIANT &value);
260 HRESULT ParseMethodFromPROPVARIANT(const UString &realName, const PROPVARIANT &value);
|
/external/lzma/CPP/7zip/Archive/Common/ |
HandlerOut.cpp | 166 UString realName = name.Ptr(index);
184 return _methods[number].ParseMethodFromPROPVARIANT(realName, value);
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/Reviewing/ |
find_interesting_reviews.py | 115 def update(self, phid, realName): 117 self.realName = realName 316 realName = info["fields"]["realName"] 318 phabUser.update(phid, realName) 386 _userphid2realname[user.phid] = user.realName
|
/external/skia/src/sksl/ |
SkSLJIT.h | 142 void addBuiltinFunction(const char* ourName, const char* realName, LLVMTypeRef returnType,
|
SkSLJIT.cpp | 128 void JIT::addBuiltinFunction(const char* ourName, const char* realName, LLVMTypeRef returnType, 143 fFunctions[&f] = LLVMAddFunction(fModule, realName, LLVMFunctionType(returnType, 161 fFunctions[f] = LLVMAddFunction(fModule, realName, LLVMFunctionType( [all...] |
/external/skqp/src/sksl/ |
SkSLJIT.h | 142 void addBuiltinFunction(const char* ourName, const char* realName, LLVMTypeRef returnType,
|
SkSLJIT.cpp | 128 void JIT::addBuiltinFunction(const char* ourName, const char* realName, LLVMTypeRef returnType, 143 fFunctions[&f] = LLVMAddFunction(fModule, realName, LLVMFunctionType(returnType, 161 fFunctions[f] = LLVMAddFunction(fModule, realName, LLVMFunctionType( [all...] |
/external/icu/icu4c/source/common/ |
ucnv_bld.cpp | 383 getAlgorithmicTypeFromName(const char *realName) 391 ucnv_io_stripForCompare(strippedName, realName); [all...] |
/external/icu/icu4c/source/test/cintltst/ |
creststn.c | 347 const char *realName = NULL; 369 realName = ures_getLocale(norway, &status); 370 log_verbose("ures_getLocale(\"%s\")=%s\n", norwayNames[i], realName); 371 if(realName == NULL || strcmp(norwayLocales[i], realName) != 0) { 372 log_data_err("Wrong locale name for %s, expected %s, got %s\n", norwayNames[i], norwayLocales[i], realName); [all...] |
/external/guice/extensions/persist/lib/ |
javassist.jar | |
/external/guice/extensions/struts2/lib/ |
core-3.1.1.jar | |
javassist.jar | |
/external/icu/tools/srcgen/currysrc/libs/ |
org.eclipse.jdt.core_3.14.0.v20180528-0519.jar | |