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:current
(Results
1 - 9
of
9
) sorted by relevance
/applications/standard/app_samples/code/Project/HapBuild/compile-tool/bin/
H
A
D
init-sdk.sh
60
local
current
="";
63
current
=$1;
64
helperKey=${
current
#*--};
67
helperValue=${
current
#*=};
68
if [ "$helperValue" == "$
current
" ]; then
H
A
D
update-sdk.sh
68
local
current
="";
71
current
=$1;
72
helperKey=${
current
#*--};
75
helperValue=${
current
#*=};
76
if [ "$helperValue" == "$
current
" ]; then
H
A
D
compile-ohpm-ci.sh
69
local
current
="";
72
current
=$1;
73
helperKey=${
current
#*--};
76
helperValue=${
current
#*=};
77
if [ "$helperValue" == "$
current
" ]; then
H
A
D
compile-ut-ohpm.sh
82
local
current
="";
85
current
=$1;
86
helperKey=${
current
#*--};
89
helperValue=${
current
#*=};
90
if [ "$helperValue" == "$
current
" ]; then
/applications/standard/app_samples/code/SuperFeature/Widget/FormGame/entry/src/main/cpp/
H
A
D
napi_info_util.cpp
47
auto
current
= time(nullptr);
in NAPI_GetRandomNumber()
local
48
if (
current
< 0) {
in NAPI_GetRandomNumber()
49
current
= 0;
in NAPI_GetRandomNumber()
51
srand(
current
);
in NAPI_GetRandomNumber()
/applications/standard/hap/
H
A
D
build.sh
99
local
current
="";
102
current
=$1;
103
helperKey=${
current
#*--};
106
helperValue=${
current
#*=};
107
if [ "$helperValue" == "$
current
" ]; then
/applications/standard/app_samples/code/Project/HapBuild/test-tool/
H
A
D
InstallAndTestSpecial_ci.py
166
current
= "-1"
171
if line and "
current
" in line:
174
current
= "0"
176
current
= nums[0]
179
f"hdc shell snapshot_display -f /data/snapshot/{bundle}_{
current
}.jpeg")
/applications/sample/wifi-iot/app/samgr/
H
A
D
broadcast_example.c
47
static BOOL Equal(const Consumer *
current
, const Consumer *other)
in Equal()
argument
49
return (
current
->Notify == other->Notify);
in Equal()
/applications/standard/contacts_data/test/unittest/src/
H
A
D
calllogability_test.cpp
345
// update database
current
data
in HWTEST_F()
465
int
current
= 4;
in HWTEST_F()
local
469
EXPECT_EQ(
current
, rowCount);
in HWTEST_F()
Completed in 10 milliseconds