/external/lzma/CPP/Windows/ |
D | FileDir.h | 74 bool CreateRandomInTempFolder(CFSTR namePrefix, NIO::COutFile *outFile); 88 bool Create(CFSTR namePrefix) ;
|
D | FileDir.cpp | 647 bool CTempFile::CreateRandomInTempFolder(CFSTR namePrefix, NIO::COutFile *outFile) in CreateRandomInTempFolder() argument 654 if (!CreateTempFile(tempPath + namePrefix, true, _path, outFile)) in CreateRandomInTempFolder()
|
/external/libcxx/utils/libcxx/test/ |
D | googlebenchmark.py | 94 testPath, namePrefix = os.path.split(testPath) 95 testName = namePrefix + '/' + testName
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/formats/ |
D | googletest.py | 104 testPath, namePrefix = os.path.split(testPath) 105 testName = namePrefix + '/' + testName
|
/external/llvm/utils/lit/lit/formats/ |
D | googletest.py | 108 testPath, namePrefix = os.path.split(testPath) 109 testName = namePrefix + '/' + testName
|
/external/swiftshader/third_party/LLVM/utils/lit/lit/ |
D | TestFormats.py | 85 testPath, namePrefix = os.path.split(testPath) 86 testName = os.path.join(namePrefix, testName)
|
/external/deqp/modules/gles31/functional/ |
D | es31fSynchronizationTests.cpp | 3172 const char* namePrefix; in init() member 3193 (std::string(configs[configNdx].namePrefix) + "_write_read").c_str(), in init() 3199 (std::string(configs[configNdx].namePrefix) + "_read_write").c_str(), in init() 3205 (std::string(configs[configNdx].namePrefix) + "_overwrite").c_str(), in init() 3211 (std::string(configs[configNdx].namePrefix) + "_alias_write").c_str(), in init() 3218 (std::string(configs[configNdx].namePrefix) + "_alias_overwrite").c_str(), in init() 3239 const char* namePrefix; in init() member 3258 (std::string(configs[configNdx].namePrefix) + "_write_read").c_str(), in init() 3268 (std::string(configs[configNdx].namePrefix) + "_read_write").c_str(), in init() 3278 (std::string(configs[configNdx].namePrefix) + "_overwrite").c_str(), in init() [all …]
|
D | es31fProgramUniformTests.cpp | 1850 string namePrefix; member 1854 : namePrefix (name ? name + string("_") : "") in UniformCollectionCase() 1959 const string collName = collectionCase.namePrefix; in init() 2045 const string collName = collectionCase.namePrefix; in init() 2071 const string collName = collectionCase.namePrefix; in init()
|
D | es31fSeparateShaderTests.cpp | 1555 bool addRenderTest (TestCaseGroup& group, const string& namePrefix, const string& descPrefix, in addRenderTest() argument 1563 name << namePrefix; in addRenderTest()
|
D | es31fProgramInterfaceDefinitionUtil.cpp | 1258 …const std::string namePrefix = (!interfaceBlock.instanceName.empty()) ? (interfaceBlock.inte… in getProgramInterfaceBlockMemberResourceList() local 1265 namePrefix + interfaceBlock.variables[variableNdx].name, in getProgramInterfaceBlockMemberResourceList()
|
D | es31fProgramInterfaceQueryTests.cpp | 3495 …ntStructure, tcu::TestCaseGroup* const targetGroup, const std::string& namePrefix, ProgramInterfac… in generateBufferBackedArrayStrideTypeAggregateSubCases() argument 3500 … ProgramResourceQueryTestTarget(interface, PROGRAMRESOURCEPROP_ARRAY_STRIDE), namePrefix.c_str())); in generateBufferBackedArrayStrideTypeAggregateSubCases() 3509 …edArrayStrideTypeAggregateSubCases(context, structMember, targetGroup, namePrefix + "_struct", int… in generateBufferBackedArrayStrideTypeAggregateSubCases() 3512 …edArrayStrideTypeAggregateSubCases(context, arrayElement, targetGroup, namePrefix + "_array", inte… in generateBufferBackedArrayStrideTypeAggregateSubCases() 3520 const std::string namePrefix = glu::getDataTypeName(type); in generateBufferBackedArrayStrideTypeAggregateCases() local 3525 … ProgramResourceQueryTestTarget(interface, PROGRAMRESOURCEPROP_ARRAY_STRIDE), namePrefix.c_str())); in generateBufferBackedArrayStrideTypeAggregateCases() 3531 …edArrayStrideTypeAggregateSubCases(context, structMember, targetGroup, namePrefix + "_struct", int… in generateBufferBackedArrayStrideTypeAggregateCases() 3534 …edArrayStrideTypeAggregateSubCases(context, arrayElement, targetGroup, namePrefix + "_array", inte… in generateBufferBackedArrayStrideTypeAggregateCases()
|
/external/google-styleguide/ |
D | styleguide.xsl | 43 * @param {string} namePrefix The prefix of the body name. 47 function ChangeVisibility(namePrefix, getVisibility) { 48 var bodyName = namePrefix + '<xsl:value-of select="$body_suffix"/>'; 49 var buttonName = namePrefix + '<xsl:value-of select="$button_suffix"/>'; 71 function ShowHideByName(namePrefix) { 72 ChangeVisibility(namePrefix, function(old) { return !old; }); 75 function ShowByName(namePrefix) { 76 ChangeVisibility(namePrefix, function() { return true; });
|
/external/deqp/modules/gles2/functional/ |
D | es2fUniformApiTests.cpp | 2071 string namePrefix; member 2075 : namePrefix (name ? name + string("_") : "") in UniformCollectionCase() 2171 …const string name = collectionCase.namePrefix + getCaseShaderTypeName((CaseShaderType)sh… in init() 2190 const string collName = collectionCase.namePrefix; in init() 2232 const string collName = collectionCase.namePrefix; in init() 2295 const string collName = collectionCase.namePrefix; in init() 2372 const string collName = collectionCase.namePrefix; in init() 2398 const string collName = collectionCase.namePrefix; in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fUniformApiTests.cpp | 2582 string namePrefix; member 2586 : namePrefix (name ? name + string("_") : "") in UniformCollectionCase() 2692 …const string name = collectionCase.namePrefix + getCaseShaderTypeName((CaseShaderType)sh… in init() 2713 const string collName = collectionCase.namePrefix; in init() 2756 const string collName = collectionCase.namePrefix; in init() 2821 const string collName = collectionCase.namePrefix; in init() 2907 const string collName = collectionCase.namePrefix; in init() 2933 const string collName = collectionCase.namePrefix; in init()
|