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:IsOpen
(Results
1 - 11
of
11
) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H
A
D
CommandRecordingContext.cpp
24
ASSERT(
IsOpen
());
in AddToSharedTextureList()
30
ASSERT(!
IsOpen
());
in Open()
58
if (
IsOpen
()) {
in ExecuteCommandList()
97
ASSERT(
IsOpen
());
in GetCommandList()
104
ASSERT(
IsOpen
());
in GetCommandList4()
118
bool CommandRecordingContext::
IsOpen
() const {
in IsOpen()
function in dawn_native::d3d12::CommandRecordingContext
H
A
D
CommandRecordingContext.h
39
bool
IsOpen
() const;
H
A
D
DeviceD3D12.cpp
255
if (!mPendingCommands.
IsOpen
()) {
in GetPendingCommandContext()
326
if (mPendingCommands.
IsOpen
()) {
in TickImpl()
685
ASSERT(!mPendingCommands.
IsOpen
());
in DestroyImpl()
/third_party/node/deps/v8/src/parsing/
H
A
D
func-name-inferrer.h
60
DCHECK(fni_->
IsOpen
());
in ~State()
73
bool
IsOpen
() const { return scope_depth_ > 0; }
in IsOpen()
function in v8::internal::FuncNameInferrer
85
if (
IsOpen
()) {
in AddFunction()
91
if (
IsOpen
() && !funcs_to_infer_.empty()) funcs_to_infer_.pop_back();
in RemoveLastFunction()
98
DCHECK(
IsOpen
());
in Infer()
H
A
D
func-name-inferrer.cc
28
if (
IsOpen
() && name != ast_value_factory_->prototype_string()) {
in PushLiteralName()
35
if (
IsOpen
() && name != ast_value_factory_->dot_result_string()) {
in PushVariableName()
41
if (
IsOpen
()) {
in RemoveAsyncKeywordFromEnd()
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
H
A
D
socket.h
60
virtual bool
IsOpen
() = 0;
H
A
D
socket.cc
162
bool
IsOpen
() override {
309
return out->
IsOpen
() ? out : nullptr;
in Connect()
/third_party/gptfdisk/
H
A
D
diskio.h
77
int
IsOpen
(void) {return isOpen;}
in IsOpen()
function in DiskIO
/third_party/lzma/CPP/7zip/UI/Common/
H
A
D
OpenArchive.h
395
bool
IsOpen
;
member
410
IsOpen
(false),
in CArchiveLink()
H
A
D
OpenArchive.cpp
3183
IsOpen
= false;
3387
IsOpen
= !Arcs.IsEmpty();
3532
IsOpen
= (res == S_OK);
H
A
D
Update.cpp
1314
bool thereIsInArchive = arcLink.
IsOpen
;
in UpdateArchive()
Completed in 10 milliseconds