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:tips
(Results
1 - 4
of
4
) sorted by relevance
/test/testfwk/arkxtest/jsunit/src/module/assert/
H
A
D
assertPromiseIsRejectedWith.js
27
function
tips
(passed) {
36
message:
tips
(false) + ' but actualValue is resolve'
48
message:
tips
(false) + ' but it was rejected with ' + JSON.stringify(actualValue) + '.'
H
A
D
assertPromiseIsResolvedWith.js
26
function
tips
(passed) {
42
message:
tips
(false) + ' but it was resolved with ' +
49
message:
tips
(false) + ' but it was rejected with ' + JSON.stringify(rej) + '.'
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
util.c
384
struct strlist *
tips
;
in perf_tip()
local
393
tips
= strlist__new("
tips
.txt", &conf);
in perf_tip()
394
if (
tips
== NULL)
in perf_tip()
397
if (strlist__nr_entries(
tips
) == 0)
in perf_tip()
400
node = strlist__entry(
tips
, random() % strlist__nr_entries(
tips
));
in perf_tip()
405
strlist__delete(
tips
);
in perf_tip()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
util.c
420
struct strlist *
tips
;
in perf_tip()
local
429
tips
= strlist__new("
tips
.txt", &conf);
in perf_tip()
430
if (
tips
== NULL)
in perf_tip()
433
if (strlist__nr_entries(
tips
) == 0)
in perf_tip()
436
node = strlist__entry(
tips
, random() % strlist__nr_entries(
tips
));
in perf_tip()
441
strlist__delete(
tips
);
in perf_tip()
Completed in 3 milliseconds