Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:singles
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
gen-indic-table.py
87
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
D
nopt-lib.js
407
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
D
util.js
479
const
singles
= new SafeSet();
513
if (
singles
.has(key))
515
singles
.add(key);
/third_party/curl/src/
H
A
D
tool_getparam.c
1010
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
D
test_os.py
2143
singles
= ["fchdir", "dup", "fdatasync", "fstat",
variable in TestInvalidFD
2145
#
singles
.append("close")
2152
for f in
singles
:
Completed in 14 milliseconds