/third_party/node/test/common/ |
D | heap.js | 113 validateSnapshot(rootName, expected, { loose = false } = {}) { argument 115 (node) => node.name === rootName && node.type !== 'string'); 118 `Expect to find at least ${expected.length} '${rootName}', ` + 123 `Expect to find ${expected.length} '${rootName}', ` + 149 validateGraph(rootName, expected, { loose = false } = {}) { argument 151 (node) => node.name === rootName 155 `Expect to find at least ${expected.length} '${rootName}', ` + 160 `Expect to find ${expected.length} '${rootName}', ` + 184 validateSnapshotNodes(rootName, expected, { loose = false } = {}) { argument 185 this.validateSnapshot(rootName, expected, { loose }); [all …]
|
/third_party/jsframework/mock-generate/src/generate/ |
D | generateCommonFunction.ts | 27 export function generateCommonFunction(rootName: string, functionArray: Array<FunctionEntity>, sour… 31 functionBody += getWarnConsole(rootName, functionEntity.functionName); 40 if (rootName === 'featureAbility' && functionEntity.returnType.returnKindName === 'Context') { 42 …} else if (rootName === 'inputMethod' && functionEntity.returnType.returnKindName === 'InputMethod…
|
D | generateCommonMethodSignature.ts | 27 export function generateCommonMethodSignature(rootName: string, methodSignatureArray: Array<MethodS… 31 methodSignatureBody += getWarnConsole(rootName, methodEntity.functionName); 39 if (rootName === 'Context' && methodEntity.returnType.returnKindName === 'Context') {
|
D | generateCommonMethod.ts | 30 export function generateCommonMethod(rootName: string, methodArray: Array<MethodEntity>, sourceFile… 35 methodBody += getWarnConsole(rootName, methodEntity.functionName.name); 41 methodBody += getWarnConsole(rootName, methodEntity.functionName.name);
|
D | generateStaticFunction.ts | 30 const rootName = staticMethod.className; constant 38 methodBody += getWarnConsole(rootName, methodEntity.functionName.name);
|
D | generatePropertySignatureDeclaration.ts | 30 export function generatePropertySignatureDeclaration(rootName: string, propertySignature: PropertyS… 34 propertySignatureBody += getWarnConsole(rootName, propertySignature.propertyName);
|
D | generateMockJsFile.ts | 39 export function generateSourceFileElements(rootName: string, sourceFileEntity: SourceFileEntity, so… 91 …mockApi += generateClassDeclaration(rootName, value, false, mockName, '', sourceFile, false) + '\n… 131 …mockApi += generateClassDeclaration(rootName, value, false, mockName, '', sourceFile, false) + '\n…
|
D | generateEnumDeclaration.ts | 25 export function generateEnumDeclaration(rootName: string, enumDeclaration: EnumEntity): string {
|
D | generatePropertyDeclaration.ts | 28 export function generatePropertyDeclaration(rootName: string, propertyDeclaration: PropertyEntity, …
|
D | generateClassDeclaration.ts | 35 export function generateClassDeclaration(rootName: string, classEntity: ClassEntity, isSystem: bool…
|
D | generateInterfaceDeclaration.ts | 30 export function generateInterfaceDeclaration(rootName: string, interfaceEntity: InterfaceEntity, so…
|
D | generateModuleDeclaration.ts | 42 export function generateModuleDeclaration(rootName: string, moduleEntity: ModuleBlockEntity, source…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Path.cpp | 682 rootName = has_root_name(p); in is_absolute() local 684 rootName = true; in is_absolute() 687 return rootDir && rootName; in is_absolute() 813 rootName = path::has_root_name(p); in make_absolute() local 815 rootName = true; in make_absolute() 819 if (rootName && rootDirectory) in make_absolute() 830 if (!rootName && !rootDirectory) { in make_absolute() 838 if (!rootName && rootDirectory) { in make_absolute() 847 if (rootName && !rootDirectory) { in make_absolute()
|
/third_party/icu/icu4c/source/tools/ctestfw/ |
D | ctest.c | 1271 ctest_xml_init(const char *rootName) { in ctest_xml_init() argument 1279 while(*rootName&&!isalnum((int)*rootName)) { in ctest_xml_init() 1280 rootName++; in ctest_xml_init() 1282 strcpy(XML_PREFIX,rootName); in ctest_xml_init()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/ctestfw/ |
D | ctest.c | 1260 ctest_xml_init(const char *rootName) { in ctest_xml_init() argument 1268 while(*rootName&&!isalnum((int)*rootName)) { in ctest_xml_init() 1269 rootName++; in ctest_xml_init() 1271 strcpy(XML_PREFIX,rootName); in ctest_xml_init()
|
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/ |
D | ctest.c | 1271 ctest_xml_init(const char *rootName) { in ctest_xml_init() argument 1279 while(*rootName&&!isalnum((int)*rootName)) { in ctest_xml_init() 1280 rootName++; in ctest_xml_init() 1282 strcpy(XML_PREFIX,rootName); in ctest_xml_init()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Path.cpp | 691 bool rootName = in is_absolute() local 694 return rootDir && rootName; in is_absolute() 881 bool rootName = path::has_root_name(p); in make_absolute() local 884 if ((rootName || real_style(Style::native) != Style::windows) && in make_absolute() 893 if (!rootName && !rootDirectory) { in make_absolute() 901 if (!rootName && rootDirectory) { in make_absolute() 910 if (rootName && !rootDirectory) { in make_absolute()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/ctestfw/unicode/ |
D | ctest.h | 295 ctest_xml_init(const char *rootName);
|
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/unicode/ |
D | ctest.h | 295 ctest_xml_init(const char *rootName);
|
/third_party/icu/icu4c/source/tools/ctestfw/unicode/ |
D | ctest.h | 295 ctest_xml_init(const char *rootName);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationUserDefinedIO.cpp | 116 std::string glslTraverseBasicTypes (const std::string& rootName, in glslTraverseBasicTypes() argument 123 return visit(rootName, rootType.getBasicType(), indentationDepth); in glslTraverseBasicTypes() 131 …glslTraverseBasicTypes(rootName + "[" + loopIndexName + "]", rootType.getElementType(), arrayNesti… in glslTraverseBasicTypes() 143 …result += glslTraverseBasicTypes(rootName + "." + member.getName(), member.getType(), arrayNesting… in glslTraverseBasicTypes()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cldrtest.c | 77 TestKeyInRootRecursive(UResourceBundle *root, const char *rootName, in TestKeyInRootRecursive() argument 104 rootName, in TestKeyInRootRecursive() 168 TestKeyInRootRecursive(subRootBundle, rootName, subBundle, locale); in TestKeyInRootRecursive() 423 TestKeyInRootRecursive(subRootBundle, rootName, subBundle, locale); in TestKeyInRootRecursive()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
D | LdmlConverter.java | 319 String rootName = getBaseSegmentName(p.getSegment(0)); in processLdml() local 320 splitPaths.put(LOCALE_SPLIT_INFO.getOrDefault(rootName, LOCALES), p); in processLdml()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fProgramUniformTests.cpp | 849 …string rootName; //!< If this is a member of a basic-typed array, rootName is the name of that a… member 864 , rootName (rootName_ == DE_NULL ? name_ : rootName_) in BasicUniform() 1375 …const string curName = isArrayMember ? beforeLast(uniform.rootName, '[') + "[" + de::toString(unif… in assignUniforms()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fUniformApiTests.cpp | 794 …string rootName; //!< If this is a member of a basic-typed array, rootName is the name of that a… member 809 , rootName (rootName_ == DE_NULL ? name_ : rootName_) in BasicUniform() 1501 …const string curName = isArrayMember ? beforeLast(uniform.rootName, '[') + "[" + de::toString(unif… in assignUniforms()
|