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:key_list
(Results
1 - 4
of
4
) sorted by relevance
/third_party/toybox/toys/posix/
H
A
D
sort.c
63
void *
key_list
;
160
// append a sort_key to
key_list
.
164
void **stupid_compiler = &TT.
key_list
;
in add_key()
243
// Callback from qsort(): Iterate through
key_list
and perform comparisons.
250
for (key=(struct sort_key *)TT.
key_list
; !retval && key; key = key->next_key){
in compare_keys()
369
if (!TT.
key_list
) add_key()->range[0] = 1;
in sort_main()
/third_party/python/Lib/
H
A
D
mailbox.py
1042
for name,
key_list
in self.get_sequences().items():
1043
if key in
key_list
:
1219
for name,
key_list
in sequences.items():
1221
if old in
key_list
:
1222
key_list
[
key_list
.index(old)] = new
1229
for name,
key_list
in all_sequences.items():
1231
key_list
.append(key)
1232
elif key in
key_list
:
1233
del
key_list
[key_lis
[all...]
/third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/
H
A
D
str_agp.h
143
unsigned long *
key_list
;
member
/third_party/toybox/generated/
H
A
D
globals.h
1501
void *
key_list
;
member
Completed in 12 milliseconds