/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
H A D | CharsetICU.java | 207 Class<?>[] paramTypes = new Class<?>[]{ String.class, String.class, String[].class}; in getCharset() 208 final Constructor<? extends CharsetICU> c = cs.getConstructor(paramTypes); in getCharset()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | scriptgenerator.py | 362 paramTypes = [param.text for param in cmdinfo.elem.findall('param/type')] 363 for param_type in paramTypes:
|
/third_party/glslang/SPIRV/ |
H A D | SpvBuilder.cpp | 617 Id Builder::makeFunctionType(Id returnType, const std::vector<Id>& paramTypes) in makeFunctionType() argument 623 if (type->getIdOperand(0) != returnType || (int)paramTypes.size() != type->getNumOperands() - 1) in makeFunctionType() 626 for (int p = 0; p < (int)paramTypes.size(); ++p) { in makeFunctionType() 627 if (paramTypes[p] != type->getIdOperand(p + 1)) { in makeFunctionType() 640 assert(getTypeClass(returnType) == OpTypeVoid && paramTypes.size() == 0); in makeFunctionType() 653 for (int p = 0; p < (int)paramTypes.size(); ++p) in makeFunctionType() 654 type->addIdOperand(paramTypes[p]); in makeFunctionType() 661 Id debugTypeId = makeDebugFunctionType(returnType, paramTypes); in makeFunctionType() 668 Id Builder::makeDebugFunctionType(Id returnType, const std::vector<Id>& paramTypes) in makeDebugFunctionType() argument 678 for (auto const paramType : paramTypes) { in makeDebugFunctionType() 2094 makeFunctionEntry(Decoration precision, Id returnType, const char* name, LinkageType linkType, const std::vector<Id>& paramTypes, const std::vector<std::vector<Decoration>>& decorations, Block** entry) makeFunctionEntry() argument 2133 setupDebugFunctionEntry(Function* function, const char* name, int line, const std::vector<Id>& paramTypes, const std::vector<char const*>& paramNames) setupDebugFunctionEntry() argument [all...] |
H A D | SpvBuilder.h | 202 Id makeFunctionType(Id returnType, const std::vector<Id>& paramTypes); 236 Id makeDebugFunctionType(Id returnType, const std::vector<Id>& paramTypes); 241 const std::vector<Id>& paramTypes, 424 const std::vector<Id>& paramTypes,
|
H A D | GlslangToSpv.cpp | 5464 std::vector<spv::Id> paramTypes; in makeFunctions() local 5487 paramTypes.push_back(typeId); in makeFunctions() 5497 glslFunction->getName().c_str(), convertGlslangLinkageToSpv(glslFunction->getLinkType()), paramTypes, in makeFunctions() 5500 paramTypes, paramNames); in makeFunctions()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | SymbolEnv.cpp | 338 const TType **paramTypes, in getFunctionOverload() 347 mReusableSigBuffer.push_back(*paramTypes[i]); in getFunctionOverload() 335 getFunctionOverload(const Name &name, const TType &returnType, size_t paramCount, const TType **paramTypes, size_t templateArgCount, const TemplateArg *templateArgs) getFunctionOverload() argument
|
H A D | SymbolEnv.h | 165 const TType **paramTypes,
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pShaderOperatorTests.cpp | 1367 const glu::DataType paramTypes[MAX_PARAMS], 1428 const glu::DataType paramTypes[MAX_PARAMS], 1445 m_paramTypes[i] = paramTypes[i]; 2274 DataType paramTypes[FunctionCase::MAX_PARAMS]; 2276 paramTypes[i] = types[i+1]; 2307 types[0], paramTypes,
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pShaderOperatorTests.cpp | 1363 const glu::DataType paramTypes[MAX_PARAMS], 1424 const glu::DataType paramTypes[MAX_PARAMS], 1441 m_paramTypes[i] = paramTypes[i]; 2229 DataType paramTypes[FunctionCase::MAX_PARAMS]; 2231 paramTypes[i] = types[i+1]; 2262 types[0], paramTypes,
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | Nucleus.hpp | 174 static void createFunction(Type *returnType, const std::vector<Type *> ¶mTypes);
|
H A D | SubzeroReactor.cpp | 64 Ice::Cfg *createFunction(Ice::GlobalContext *context, Ice::Type returnType, const std::vector<Ice::Type> ¶mTypes) in createFunction() argument 73 for(auto type : paramTypes) in createFunction() 1129 void Nucleus::createFunction(Type *returnType, const std::vector<Type *> ¶mTypes) 1137 ::function = sz::createFunction(::context, T(returnType), T(paramTypes));
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-charset-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
com/
com/ibm/
com/ibm/icu/
... |
/third_party/typescript/lib/ |
H A D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
H A D | tsserver.js | [all...] |