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:open_count
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H
A
D
vmw_screen.c
143
vws->
open_count
++;
in vmw_winsys_create()
152
vws->
open_count
= 1;
in vmw_winsys_create()
204
if (--vws->
open_count
== 0) {
in vmw_winsys_destroy()
H
A
D
vmw_screen.h
119
int
open_count
;
member
/third_party/alsa-lib/src/pcm/
H
A
D
pcm_share.c
83
unsigned int
open_count
;
member
383
while (slave->
open_count
> 0) {
in snd_pcm_share_thread()
1271
slave->
open_count
--;
in snd_pcm_share_close()
1272
if (slave->
open_count
== 0) {
in snd_pcm_share_close()
1547
slave->
open_count
++;
in snd_pcm_share_open()
/third_party/ntfs-3g/libfuse-lite/
H
A
D
fuse.c
121
int
open_count
;
member
412
node->
open_count
= 0;
in find_node()
1063
if (node && node->
open_count
> 0)
in is_open()
1771
assert(node->
open_count
> 0);
in fuse_do_release()
1772
--node->
open_count
;
in fuse_do_release()
1773
if (node->is_hidden && !node->
open_count
) {
in fuse_do_release()
1819
get_node(f, e.ino)->
open_count
++;
in fuse_lib_create()
1910
get_node(f, ino)->
open_count
++;
in fuse_lib_open()
/third_party/libfuse/lib/
H
A
D
fuse.c
144
int
open_count
;
member
2361
if (node && node->
open_count
> 0)
in is_open()
3107
assert(node->
open_count
> 0);
in fuse_do_release()
3108
--node->
open_count
;
in fuse_do_release()
3109
if (node->is_hidden && !node->
open_count
) {
in fuse_do_release()
3165
get_node(f, e.ino)->
open_count
++;
in fuse_lib_create()
3251
get_node(f, ino)->
open_count
++;
in fuse_lib_open()
/third_party/skia/third_party/externals/imgui/
H
A
D
imgui_demo.cpp
7494
int
open_count
= 0;
local
7496
open_count
+= app.Documents[doc_n].Open ? 1 : 0;
7498
if (ImGui::BeginMenu("Open",
open_count
< app.Documents.Size))
7509
if (ImGui::MenuItem("Close All Documents", NULL, false,
open_count
> 0))
Completed in 27 milliseconds