/external/v8/tools/ |
D | tickprocessor.js | 654 function addEntry(funcInfo) { argument 659 prevEntry.start < funcInfo.start && 660 prevEntry.start >= libStart && funcInfo.start <= libEnd) { 661 processorFunc(prevEntry.name, prevEntry.start, funcInfo.start); 663 if (funcInfo.end && 664 (!prevEntry || prevEntry.start != funcInfo.start) && 665 funcInfo.start >= libStart && funcInfo.end <= libEnd) { 666 processorFunc(funcInfo.name, funcInfo.start, funcInfo.end); 668 prevEntry = funcInfo; 672 var funcInfo = this.parseNextLine(); [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderOperatorTests.cpp | 1236 const BuiltinFuncInfo& funcInfo = outerGroupInfo.funcInfos[funcInfoNdx]; in init() local 1237 const char* shaderFuncName = funcInfo.shaderFuncName; in init() 1238 bool isBoolCase = (funcInfo.precisionMask == PRECMASK_NA); in init() 1239 …bool isIntCase = (funcInfo.input0.valueType & (VALUE_INT | VALUE_INT_VEC | VALUE_INT_GENTYPE)… in init() 1241 …bool isBoolOut = (funcInfo.outValue & (VALUE_BOOL | VALUE_BOOL_VEC | VALUE_BOOL_GENTYPE)) != … in init() 1242 bool isIntOut = (funcInfo.outValue & (VALUE_INT | VALUE_INT_VEC | VALUE_INT_GENTYPE)) != 0; in init() 1245 if (!innerGroup || (string(innerGroup->getName()) != funcInfo.caseName)) in init() 1248 innerGroup = new TestCaseGroup(m_context, funcInfo.caseName, groupDesc.c_str()); in init() 1254 …int outScalarSize = ((funcInfo.outValue == VALUE_FLOAT) || (funcInfo.outValue == VALUE_BOOL)) ? … in init() 1261 if (inScalarSize == 1) evalFunc = funcInfo.evalFuncScalar; in init() [all …]
|
/external/autotest/client/deps/webgl_mpd/src/debug/ |
D | webgl-debug.js | 217 var funcInfo = glValidEnumContexts[functionName]; 218 if (funcInfo !== undefined) { 219 var funcInfo = funcInfo[numArgs]; 220 if (funcInfo !== undefined) { 221 if (funcInfo[argumentIndex]) {
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderOperatorTests.cpp | 1834 const BuiltinFuncInfo& funcInfo = outerGroupInfo.funcInfos[funcInfoNdx]; in init() local 1835 const char* shaderFuncName = funcInfo.shaderFuncName; in init() 1836 const bool isBoolCase = (funcInfo.precisionMask == PRECMASK_NA); in init() 1837 …const bool isBoolOut = (funcInfo.outValue & (VALUE_BOOL | VALUE_BOOL_VEC | VALUE_BOOL_GENTYPE)… in init() 1838 …const bool isIntOut = (funcInfo.outValue & (VALUE_INT | VALUE_INT_VEC | VALUE_INT_GENTYPE)) !=… in init() 1839 …const bool isUintOut = (funcInfo.outValue & (VALUE_UINT | VALUE_UINT_VEC | VALUE_UINT_GENTYPE)… in init() 1842 if (!innerGroup || (std::string(innerGroup->getName()) != funcInfo.caseName)) in init() 1845 innerGroup = new TestCaseGroup(m_testCtx, funcInfo.caseName, groupDesc.c_str()); in init() 1851 …const int outScalarSize = ((funcInfo.outValue == VALUE_FLOAT) || (funcInfo.outValue == VALUE_BOOL… in init() 1859 if (inScalarSize == 1) evalFunc = funcInfo.evalFuncScalar; in init() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderOperatorTests.cpp | 1874 const BuiltinFuncInfo& funcInfo = outerGroupInfo.funcInfos[funcInfoNdx]; in init() local 1875 const char* shaderFuncName = funcInfo.shaderFuncName; in init() 1876 bool isBoolCase = (funcInfo.precisionMask == PRECMASK_NA); in init() 1877 …bool isBoolOut = (funcInfo.outValue & (VALUE_BOOL | VALUE_BOOL_VEC | VALUE_BOOL_GENTYPE)) != … in init() 1878 bool isIntOut = (funcInfo.outValue & (VALUE_INT | VALUE_INT_VEC | VALUE_INT_GENTYPE)) != 0; in init() 1879 …bool isUintOut = (funcInfo.outValue & (VALUE_UINT | VALUE_UINT_VEC | VALUE_UINT_GENTYPE)) != … in init() 1882 if (!innerGroup || (string(innerGroup->getName()) != funcInfo.caseName)) in init() 1885 innerGroup = new TestCaseGroup(m_context, funcInfo.caseName, groupDesc.c_str()); in init() 1891 …int outScalarSize = ((funcInfo.outValue == VALUE_FLOAT) || (funcInfo.outValue == VALUE_BOOL)) ? … in init() 1899 if (inScalarSize == 1) evalFunc = funcInfo.evalFuncScalar; in init() [all …]
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.h | 87 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
/external/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 188 explicit MipsFastISel(FunctionLoweringInfo &funcInfo, in MipsFastISel() argument 190 : FastISel(funcInfo, libInfo), TM(funcInfo.MF->getTarget()), in MipsFastISel() 191 Subtarget(&funcInfo.MF->getSubtarget<MipsSubtarget>()), in MipsFastISel() 193 MFI = funcInfo.MF->getInfo<MipsFunctionInfo>(); in MipsFastISel() 194 Context = &funcInfo.Fn->getContext(); in MipsFastISel() 1881 FastISel *Mips::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument 1883 return new MipsFastISel(funcInfo, libInfo); in createFastISel()
|
D | MipsISelLowering.h | 231 FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 595 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
D | MipsISelLowering.cpp | 456 MipsTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument 458 if (!funcInfo.MF->getTarget().Options.EnableFastISel) in createFastISel() 459 return TargetLowering::createFastISel(funcInfo, libInfo); in createFastISel() 460 return Mips::createFastISel(funcInfo, libInfo); in createFastISel()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 258 FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 554 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
D | AArch64ISelLowering.cpp | 829 AArch64TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument 831 return AArch64::createFastISel(funcInfo, libInfo); in createFastISel()
|
/external/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 91 explicit ARMFastISel(FunctionLoweringInfo &funcInfo, in ARMFastISel() argument 93 : FastISel(funcInfo, libInfo), in ARMFastISel() 95 &static_cast<const ARMSubtarget &>(funcInfo.MF->getSubtarget())), in ARMFastISel() 96 M(const_cast<Module &>(*funcInfo.Fn->getParent())), in ARMFastISel() 97 TM(funcInfo.MF->getTarget()), TII(*Subtarget->getInstrInfo()), in ARMFastISel() 99 AFI = funcInfo.MF->getInfo<ARMFunctionInfo>(); in ARMFastISel() 101 Context = &funcInfo.Fn->getContext(); in ARMFastISel() 3063 FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument 3065 if (funcInfo.MF->getSubtarget<ARMSubtarget>().useFastISel()) in createFastISel() 3066 return new ARMFastISel(funcInfo, libInfo); in createFastISel()
|
D | ARMISelLowering.h | 396 FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 672 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
D | ARMISelLowering.cpp | 1272 ARMTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument 1274 return ARM::createFastISel(funcInfo, libInfo); in createFastISel()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 911 FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 1157 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
D | X86FastISel.cpp | 61 explicit X86FastISel(FunctionLoweringInfo &funcInfo, in X86FastISel() argument 63 : FastISel(funcInfo, libInfo) { in X86FastISel() 64 Subtarget = &funcInfo.MF->getSubtarget<X86Subtarget>(); in X86FastISel() 3604 FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument 3606 return new X86FastISel(funcInfo, libInfo); in createFastISel()
|
D | X86ISelLowering.cpp | 3879 X86TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() argument 3881 return X86::createFastISel(funcInfo, libInfo); in createFastISel()
|
/external/guice/extensions/struts2/lib/ |
D | jsp-2.1.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.apache.jasper_5.5.17.v201004212143.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |