Home
last modified time | relevance | path

Searched refs:attrName (Results 1 – 19 of 19) sorted by relevance

/third_party/node/test/fixtures/wpt/user-timing/
Dinvoke_with_timing_attributes.worker.js4 function emit_test(attrName) { argument
6 performance.mark(attrName);
7 performance.clearMarks(attrName);
8 }, "performance.mark should not throw if used with timing attribute " + attrName
15 function emit_test2(attrName) { argument
17 performance.measure(attrName);
18 performance.clearMeasures(attrName);
19 }, "performance.measure should not throw if used with timing attribute " + attrName
/third_party/parse5/packages/parse5-htmlparser2-tree-adapter/lib/
Dindex.ts84 const attrName = attrs[i].name;
86 attribs[attrName] = attrs[i].value;
87 attribsNamespace[attrName] = attrs[i].namespace;
88 attribsPrefix[attrName] = attrs[i].prefix;
208 const attrName = attrs[i].name;
210 if (typeof recipient.attribs[attrName] === 'undefined') {
211 recipient.attribs[attrName] = attrs[i].value;
212 recipient['x-attribsNamespace']![attrName] = attrs[i].namespace!;
213 recipient['x-attribsPrefix']![attrName] = attrs[i].prefix!;
/third_party/skia/include/docs/
DSkPDFDocument.h37 void appendName(const char* owner, const char* attrName, const char* value);
38 void appendString(const char* owner, const char* attrName, const char* value);
44 const char* attrName,
47 const char* attrName,
/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/
Dlinux_getxattr_test.cpp39 const char* attrName = "user.test"; variable
41 int setResult = setxattr(filePath, attrName, attrValue, strlen(attrValue), XATTR_CREATE);
44 int getResult = getxattr(filePath, attrName, buffer, sizeof(buffer));
Dlinux_setxattr_test.cpp41 const char* attrName = "user.test"; variable
43 int setResult = setxattr(filePath, attrName, attrValue, strlen(attrValue), XATTR_CREATE);
/third_party/skia/src/gpu/
DGrPersistentCacheUtils.cpp107 const char* attrName = static_cast<const char*>(reader->skipByteArray(&attrLen)); in UnpackCachedShaders() local
108 if (attrName) { in UnpackCachedShaders()
109 attr.assign(attrName, attrLen); in UnpackCachedShaders()
/third_party/skia/modules/svg/src/
DSkSVGNode.cpp91 #define PARSE_AND_SET(svgName, attrName) \ in parseAndSetAttribute() argument
92 this->set##attrName( \ in parseAndSetAttribute()
93 SkSVGAttributeParser::parseProperty<decltype(fPresentationAttributes.f##attrName)>( \ in parseAndSetAttribute()
/third_party/parse5/packages/parse5/lib/common/
Dtoken.ts82 export function getTokenAttr(token: TagToken, attrName: string): string | null {
84 if (token.attrs[i].name === attrName) {
/third_party/icu/tools/release/java/src/main/java/com/ibm/icu/dev/tools/docs/
DStableAPI.java453 static String getAttr(Node node, String attrName) { in getAttr() argument
462 return node.getAttributes().getNamedItem(attrName).getNodeValue(); in getAttr()
466 … "[no attributes Can't get attr " + attrName + " out of node " + node.getNodeName() + ":" in getAttr()
468 } else if (node.getAttributes().getNamedItem(attrName) == null) { in getAttr()
472 System.err.println("Can't get attr " + attrName + ": " + npe.toString()); in getAttr()
475 throw new InternalError("Can't get attr " + attrName); in getAttr()
479 static String getAttr(NamedNodeMap attrList, String attrName) { in getAttr() argument
480 return attrList.getNamedItem(attrName).getNodeValue(); in getAttr()
/third_party/typescript/tests/baselines/reference/
DneverReturningFunctions1.js168 attrName?: string;
498 attrName?: string;
DneverReturningFunctions1.symbols415 attrName?: string;
416 >attrName : Symbol(Component.attrName, Decl(neverReturningFunctions1.ts, 165, 52))
DneverReturningFunctions1.types471 attrName?: string;
472 >attrName : string | undefined
DneverReturningFunctions1.errors.txt239 attrName?: string;
/third_party/skia/src/xml/
DSkDOM.h72 const char* findAttr(const Node*, const char attrName[]) const;
/third_party/typescript/tests/cases/conformance/controlFlow/
DneverReturningFunctions1.ts171 attrName?: string; property
/third_party/mesa3d/src/gallium/tools/trace/
Ddump_state.py633 for fileName, attrName in mapping:
635 attr = getattr(stage, attrName)
/third_party/typescript/tests/lib/
Dlib.d.ts11830 attrName: string; property
/third_party/typescript/src/lib/
Ddom.generated.d.ts9864 readonly attrName: string; property
/third_party/typescript/lib/
Dlib.dom.d.ts9884 readonly attrName: string; property