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:elem
(Results
1 - 4
of
4
) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H
A
D
searchndk1.cpp
267
struct element *
elem
= new_element(PARAM_0);
in Insque()
local
268
insque(
elem
, PARAM_0);
in Insque()
270
insque(new_element(i),
elem
);
in Insque()
local
271
elem
=
elem
->prev;
in Insque()
273
while (
elem
) {
in Insque()
274
if (
elem
->i != --i) {
in Insque()
277
elem
=
elem
->next;
in Insque()
351
struct element *
elem
in Remque()
local
354
insque(new_
elem
ent(i),
elem
);
Remque()
local
[all...]
H
A
D
searchndk.cpp
251
struct Q
elem
= {PARAM_0};
in Insque()
local
252
insque(&
elem
, nullptr);
in Insque()
254
if (
elem
.n == nullptr &&
elem
.p == nullptr) {
in Insque()
306
struct Q *
elem
= (struct Q *)malloc(sizeof(struct Q));
in Remque()
local
307
insque(
elem
, nullptr);
in Remque()
308
remque(
elem
);
in Remque()
/test/testfwk/developer_test/local_coverage/interface_coverage/
H
A
D
make_report.py
86
def sort_by_field_element(
elem
):
87
return int(float(
elem
[3][:-1])) # @######value是浮点数,如1.0,那么需要先转float再转int
90
def sort_by_field_element_data(
elem
):
91
return
elem
[2]
/test/testfwk/xdevice/plugins/devicetest/runner/
H
A
D
prepare.py
77
for
elem
in test_list:
78
self._parse_one_test_specifier(
elem
, xml_path)
105
for
elem
in test_case_names.split(','):
106
self.validate_test_name(
elem
.strip())
Completed in 3 milliseconds