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:isExit
(Results
1 - 3
of
3
) sorted by relevance
/third_party/libwebsockets/test-apps/android/app/src/main/jni/
H
A
D
LwsService.cpp
110
static int
isExit
= 0;
variable
193
isExit
= 0;
in jni_initLws()
202
if(!
isExit
) gEnv->CallVoidMethod(gLwsServiceObj, sendMessageId, id, obj);
in sendMessage()
208
isExit
= 1;
in jni_exitLws()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H
A
D
RegionIterator.h
95
//
isExit
- Is this the exit BB of the Region?
96
inline bool
isExit
(BlockT* BB) const {
in isExit()
function in llvm::RNSuccIterator
110
while (BlockTraits::child_end(node->getEntry()) != BItor &&
isExit
(*BItor))
in RNSuccIterator()
113
if (isRegionMode() &&
isExit
(getRegionSucc()))
in RNSuccIterator()
134
assert(!
isExit
(BB) && "Iterator out of range!");
in operator *()
147
&&
isExit
(*BItor));
in operator ++()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
H
A
D
ObjCARCOpts.cpp
325
bool
isExit
() const { return Succs.empty(); }
in isExit()
function in __anon25086::BBState
1629
if (!MyStates.
isExit
())
in ComputePostOrders()
Completed in 5 milliseconds