Home
last modified time | relevance | path

Searched refs:NS (Results 1 - 25 of 53) sorted by relevance

123

/third_party/python/Lib/test/
H A Dtest_argparse.py110 class NS(object): class
313 ('', NS(x=None)),
314 ('-x a', NS(x='a')),
315 ('-xa', NS(x='a')),
316 ('-x -1', NS(x='-1')),
317 ('-x-1', NS(x='-1')),
332 ('', NS(x=False, yyy=None, z=None)),
333 ('-x', NS(x=True, yyy=None, z=None)),
334 ('-za', NS(x=False, yyy=None, z='a')),
335 ('-z a', NS(
[all...]
/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmltok_ns.c40 NS(XmlGetUtf8InternalEncoding)(void) { in XmlGetUtf8InternalEncoding()
45 NS(XmlGetUtf16InternalEncoding)(void) { in XmlGetUtf16InternalEncoding()
57 static const ENCODING *const NS(encodings)[] = {
65 NS(initScanProlog)(const ENCODING *enc, const char *ptr, const char *end, in initScanProlog()
67 return initScan(NS(encodings), (const INIT_ENCODING *)enc, XML_PROLOG_STATE, in initScanProlog()
72 NS(initScanContent)(const ENCODING *enc, const char *ptr, const char *end, in initScanContent()
74 return initScan(NS(encodings), (const INIT_ENCODING *)enc, XML_CONTENT_STATE, in initScanContent()
79 NS(XmlInitEncoding)(INIT_ENCODING *p, const ENCODING **encPtr, in XmlInitEncoding()
85 p->initEnc.scanners[XML_PROLOG_STATE] = NS(initScanProlog); in XmlInitEncoding()
86 p->initEnc.scanners[XML_CONTENT_STATE] = NS(initScanConten in XmlInitEncoding()
[all...]
/third_party/python/Modules/expat/
H A Dxmltok_ns.c40 NS(XmlGetUtf8InternalEncoding)(void) { in XmlGetUtf8InternalEncoding()
45 NS(XmlGetUtf16InternalEncoding)(void) { in XmlGetUtf16InternalEncoding()
57 static const ENCODING *const NS(encodings)[] = {
65 NS(initScanProlog)(const ENCODING *enc, const char *ptr, const char *end, in initScanProlog()
67 return initScan(NS(encodings), (const INIT_ENCODING *)enc, XML_PROLOG_STATE, in initScanProlog()
72 NS(initScanContent)(const ENCODING *enc, const char *ptr, const char *end, in initScanContent()
74 return initScan(NS(encodings), (const INIT_ENCODING *)enc, XML_CONTENT_STATE, in initScanContent()
79 NS(XmlInitEncoding)(INIT_ENCODING *p, const ENCODING **encPtr, in XmlInitEncoding()
85 p->initEnc.scanners[XML_PROLOG_STATE] = NS(initScanProlog); in XmlInitEncoding()
86 p->initEnc.scanners[XML_CONTENT_STATE] = NS(initScanConten in XmlInitEncoding()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DcomputedPropertiesTransformedInOtherwiseNonTSClasses.js2 namespace NS {
6 [NS.x]: number;
12 var NS; variable
13 (function (NS) {
14 NS.x = Symbol();
20 NS.x;
21 })(NS || (NS = {}));
H A DcommonJSImportNestedClassTypeReference.js11 var NS = {}
12 NS.K =class {
14 return new NS.K()
17 exports.K = NS.K;
22 var NS = {};
23 NS.K = /** @class */ (function () {
27 return new NS.K();
31 exports.K = NS.K;
H A DexportedBlockScopedDeclarations.js7 namespace NS {
30 var NS;
31 (function (NS) {
32 NS.bar = NS.bar; // should be compile error
33 })(NS || (NS = {}));
H A DisolatedModulesReExportType.js36 import * as NS from "./exportT";
37 export { NS };
88 exports.NS = exports.C = void 0;
93 var NS = require("./exportT"); variable
94 exports.NS = NS;
H A DseeTag1.js6 namespace NS {
15 /** @see {NS.Bar} ns.bar*/
25 /** @see {NS.Bar} ns.bar*/
35 declare namespace NS {
42 /** @see {NS.Bar} ns.bar*/
H A DjsxNamespacePrefixIntrinsics.js8 "NS:NamespacedUpcaseAlsoIntrinsic": any
14 const validUpcase2 = <NS:NamespacedUpcaseAlsoIntrinsic />;
24 var validUpcase2 = <NS:NamespacedUpcaseAlsoIntrinsic />;
H A DlinkTagEmit1.js4 declare namespace NS {
11 * @property {1} e Just link to {@link NS.R} this time
34 * @property {1} e Just link to {@link NS.R} this time
53 * @property {1} e Just link to {@link NS.R} this time
66 * Just link to {@link NS.R } this time
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DNamedStreamMap.cpp29 NamedStreamMapTraits::NamedStreamMapTraits(NamedStreamMap &NS) : NS(&NS) {} in NamedStreamMapTraits() argument
42 return NS->getString(Offset); in storageKeyToLookupKey()
46 return NS->appendStringData(S); in lookupKeyToStorageKey()
H A DPDBFileBuilder.cpp280 auto NS = WritableMappedBlockStream::createIndexedStream( in commit()
282 BinaryStreamWriter NSWriter(*NS); in commit()
290 auto NS = WritableMappedBlockStream::createIndexedStream( in commit() local
292 BinaryStreamWriter NSW(*NS); in commit()
H A DPDBFile.cpp369 auto NS = safelyCreateNamedStream("/names"); in getStringTable() local
370 if (!NS) in getStringTable()
371 return NS.takeError(); in getStringTable()
374 BinaryStreamReader Reader(**NS); in getStringTable()
378 StringTableStream = std::move(*NS); in getStringTable()
H A DDbiModuleDescriptorBuilder.cpp150 auto NS = WritableMappedBlockStream::createIndexedStream( in commit() local
152 WritableBinaryStreamRef Ref(*NS); in commit()
/third_party/python/PC/layout/support/
H A Dappxmanifest.py224 NS = dict(s="http://schemas.microsoft.com/appx/2016/sccd")
230 ae = xml.find("s:AuthorizedEntities", NS)
233 e = ET.SubElement(ae, ET.QName(NS["s"], "AuthorizedEntity"))
237 for e in xml.findall("s:Catalog", NS):
397 NS = APPXMANIFEST_NS
404 node = xml.find("m:Identity", NS)
410 for node in xml.find("m:Properties", NS):
481 node = xml.find("m:Capabilities", NS)
482 node = ET.SubElement(node, QN(NS["uap4"], "CustomCapability"))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNamedStreamMap.h30 NamedStreamMap *NS; member
32 explicit NamedStreamMapTraits(NamedStreamMap &NS);
/third_party/ltp/testcases/network/stress/dns/
H A Ddns-stress.sh96 IN NS dns.$DOMAIN.
119 IN NS dns.$DOMAIN.
148 IN NS dns.$DOMAIN.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp417 uint32_t NS = Func.getNumValueSites(VK); in writeRecordInText() local
418 if (!NS) in writeRecordInText()
421 OS << "# NumValueSites:\n" << NS << "\n"; in writeRecordInText() local
422 for (uint32_t S = 0; S < NS; S++) { in writeRecordInText()
/third_party/python/Lib/idlelib/
H A Dtextview.py5 HORIZONTAL, VERTICAL, NS, EW, NSEW, NONE, WORD, SUNKEN namespace
58 self.yscroll.grid(row=0, column=1, sticky=NS)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DStringExtras.h247 size_t NS = detail::join_one_item_size(Separator); in join_items()
249 Result.reserve(NI + (sizeof...(Items) - 1) * NS + 1); in join_items()
/third_party/python/Lib/tkinter/
H A Dconstants.py16 NS='ns' variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1378 if (const auto *NS = dyn_cast<ELFYAML::NoteSection>(C.get())) { in validate()
1379 if (!NS->Content && !NS->Size && !NS->Notes) in validate()
1383 if (!NS->Content && !NS->Size) in validate()
1386 if (NS->Size && NS->Content && in validate()
1387 (uint64_t)*NS->Size < NS in validate()
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_colormatrix.c40 #define NS(n) ((n) < 0 ? (int)((n)*65536.0-0.5+DBL_EPSILON) : (int)((n)*65536.0+0.5)) macro
171 color->yuv_convert[v][k][0] = NS(yuv_convertd[v][k][0]); in calc_coefficients()
172 color->yuv_convert[v][k][1] = NS(yuv_convertd[v][k][1]); in calc_coefficients()
173 color->yuv_convert[v][k][2] = NS(yuv_convertd[v][k][2]); in calc_coefficients()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp624 if (auto *NS = dyn_cast<DINamespace>(Context)) in getOrCreateContextDIE()
625 return getOrCreateNameSpace(NS); in getOrCreateContextDIE()
1087 DIE *DwarfUnit::getOrCreateNameSpace(const DINamespace *NS) { in getOrCreateNameSpace() argument
1090 DIE *ContextDIE = getOrCreateContextDIE(NS->getScope()); in getOrCreateNameSpace()
1092 if (DIE *NDie = getDIE(NS)) in getOrCreateNameSpace()
1094 DIE &NDie = createAndAddDIE(dwarf::DW_TAG_namespace, *ContextDIE, NS); in getOrCreateNameSpace()
1096 StringRef Name = NS->getName(); in getOrCreateNameSpace()
1098 addString(NDie, dwarf::DW_AT_name, NS->getName()); in getOrCreateNameSpace()
1102 addGlobalName(Name, NDie, NS->getScope()); in getOrCreateNameSpace()
1103 if (NS in getOrCreateNameSpace()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp1010 unsigned NI = 0, NL = 0, NS = 0, NC = 0, NR = 0; in hoist() local
1065 ++NS; in hoist()
1075 NumHoisted += NL + NS + NC + NI; in hoist()
1078 NumStoresHoisted += NS; in hoist()
1080 return {NI, NL + NC + NS}; in hoist()

Completed in 39 milliseconds

123