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:flag
(Results
1 - 7
of
7
) sorted by relevance
/ide/tools/previewer/test/mock/mock/
H
A
D
MockVirtualScreen.cpp
78
void VirtualScreen::SetLoadDocFlag(VirtualScreen::LoadDocType
flag
)
in SetLoadDocFlag()
argument
80
startLoadDoc =
flag
;
in SetLoadDocFlag()
/ide/tools/previewer/jsapp/rich/external/
H
A
D
StageContext.cpp
236
std::string
flag
= "@";
in GetCloudHspVersion()
local
237
std::string spliter = actualName +
flag
;
in GetCloudHspVersion()
372
std::string
flag
= "@";
in GetCloudHspPath()
local
373
std::string partName = moduleName +
flag
;
in GetCloudHspPath()
481
std::string
flag
= "";
in GetHspActualName()
local
486
flag
= normalizedFlag;
in GetHspActualName()
488
flag
= bundleFlag;
in GetHspActualName()
490
if (pair.second.find(
flag
) != std::string::npos) {
in GetHspActualName()
556
std::string
flag
= "loader.json";
in SetPkgContextInfo()
local
557
int idx = jsonPath.find_last_of(
flag
);
in SetPkgContextInfo()
[all...]
/ide/tools/previewer/jsapp/
H
A
D
JsApp.cpp
109
void JsApp::SetRunning(bool
flag
)
in SetRunning()
argument
111
isRunning =
flag
;
in SetRunning()
H
A
D
JsApp.h
115
void SetRunning(bool
flag
);
/ide/tools/previewer/mock/
H
A
D
VirtualScreen.h
73
void SetLoadDocFlag(VirtualScreen::LoadDocType
flag
);
H
A
D
VirtualScreen.cpp
197
void VirtualScreen::SetLoadDocFlag(VirtualScreen::LoadDocType
flag
)
in SetLoadDocFlag()
argument
199
startLoadDoc =
flag
;
in SetLoadDocFlag()
/ide/tools/previewer/util/
H
A
D
CommandParser.cpp
64
Register("-hf", 1, "JS Send Heap <
flag
>");
in CommandParser()
399
std::string
flag
= Value("hf");
in IsJsHeapFlagValid()
local
400
if (
flag
!= "true" &&
flag
!= "false") {
in IsJsHeapFlagValid()
401
errorInfo = std::string("JS heap
flag
suported: true or false");
in IsJsHeapFlagValid()
405
isSendJSHeap = (
flag
== "true");
in IsJsHeapFlagValid()
Completed in 6 milliseconds