Home
last modified time | relevance | path

Searched refs:rootName (Results 1 – 25 of 35) sorted by relevance

12

/third_party/node/test/common/
Dheap.js113 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/
DgenerateCommonFunction.ts27 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…
DgenerateCommonMethodSignature.ts27 export function generateCommonMethodSignature(rootName: string, methodSignatureArray: Array<MethodS…
31 methodSignatureBody += getWarnConsole(rootName, methodEntity.functionName);
39 if (rootName === 'Context' && methodEntity.returnType.returnKindName === 'Context') {
DgenerateCommonMethod.ts30 export function generateCommonMethod(rootName: string, methodArray: Array<MethodEntity>, sourceFile…
35 methodBody += getWarnConsole(rootName, methodEntity.functionName.name);
41 methodBody += getWarnConsole(rootName, methodEntity.functionName.name);
DgenerateStaticFunction.ts30 const rootName = staticMethod.className; constant
38 methodBody += getWarnConsole(rootName, methodEntity.functionName.name);
DgeneratePropertySignatureDeclaration.ts30 export function generatePropertySignatureDeclaration(rootName: string, propertySignature: PropertyS…
34 propertySignatureBody += getWarnConsole(rootName, propertySignature.propertyName);
DgenerateMockJsFile.ts39 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…
DgenerateEnumDeclaration.ts25 export function generateEnumDeclaration(rootName: string, enumDeclaration: EnumEntity): string {
DgeneratePropertyDeclaration.ts28 export function generatePropertyDeclaration(rootName: string, propertyDeclaration: PropertyEntity, …
DgenerateClassDeclaration.ts35 export function generateClassDeclaration(rootName: string, classEntity: ClassEntity, isSystem: bool…
DgenerateInterfaceDeclaration.ts30 export function generateInterfaceDeclaration(rootName: string, interfaceEntity: InterfaceEntity, so…
DgenerateModuleDeclaration.ts42 export function generateModuleDeclaration(rootName: string, moduleEntity: ModuleBlockEntity, source…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp682 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/
Dctest.c1271 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/
Dctest.c1260 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/
Dctest.c1271 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/
DPath.cpp691 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/
Dctest.h295 ctest_xml_init(const char *rootName);
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/unicode/
Dctest.h295 ctest_xml_init(const char *rootName);
/third_party/icu/icu4c/source/tools/ctestfw/unicode/
Dctest.h295 ctest_xml_init(const char *rootName);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUserDefinedIO.cpp116 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/
Dcldrtest.c77 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/
DLdmlConverter.java319 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/
Des31fProgramUniformTests.cpp849 …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/
Des2fUniformApiTests.cpp794 …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()

12