Home
last modified time | relevance | path

Searched refs:singles (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-indic-table.py87 singles = {} variable
89 singles[u] = data[u]
242 pages = set ([u>>page_bits for u in starts+ends+list (singles.keys ())])
245 for u,d in singles.items ():
/third_party/node/deps/npm/node_modules/nopt/lib/
H A Dnopt-lib.js407 const SINGLES = Symbol('singles')
409 let singles = shorthands[SINGLES]
410 if (!singles) {
411 singles = Object.keys(shorthands).filter((s) => s.length === 1).reduce((l, r) => {
415 shorthands[SINGLES] = singles
416 debug('shorthand singles', singles)
418 const chrs = arg.split('').filter((c) => singles[c])
/third_party/node/lib/internal/http2/
H A Dutil.js479 const singles = new SafeSet();
513 if (singles.has(key))
515 singles.add(key);
/third_party/curl/src/
H A Dtool_getparam.c1010 static const struct LongShort *singles[128 - ' ']; /* ASCII => pointer */ in single() local
1019 singles[l - ' '] = &aliases[j]; in single()
1024 return singles[letter - ' ']; in single()
/third_party/python/Lib/test/
H A Dtest_os.py2143 singles = ["fchdir", "dup", "fdatasync", "fstat", variable in TestInvalidFD
2145 #singles.append("close")
2152 for f in singles:

Completed in 11 milliseconds