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:in_use
(Results
1 - 25
of
41
) sorted by relevance
1
2
/third_party/python/Python/
H
A
D
thread_pthread_stubs.h
129
bool
in_use
;
member
145
if (!py_tls_entries[idx].
in_use
) {
in pthread_key_create()
146
py_tls_entries[idx].
in_use
= true;
in pthread_key_create()
157
if (key < 0 || key >= PTHREAD_KEYS_MAX || !py_tls_entries[key].
in_use
) {
in pthread_key_delete()
160
py_tls_entries[key].
in_use
= false;
in pthread_key_delete()
168
if (key < 0 || key >= PTHREAD_KEYS_MAX || !py_tls_entries[key].
in_use
) {
in pthread_getspecific()
177
if (key < 0 || key >= PTHREAD_KEYS_MAX || !py_tls_entries[key].
in_use
) {
in pthread_setspecific()
/third_party/mesa3d/src/gallium/drivers/nouveau/
H
A
D
nouveau_heap.c
63
if (!heap->
in_use
&& heap->size >= size) {
in nouveau_heap_alloc()
70
r->
in_use
= 1;
in nouveau_heap_alloc()
101
r->
in_use
= 0;
in nouveau_heap_free()
103
if (r->next && !r->next->
in_use
) {
in nouveau_heap_free()
116
if (r->prev && !r->prev->
in_use
) {
in nouveau_heap_free()
H
A
D
nouveau_heap.h
35
* The first node will remain with
in_use
== 0 even if the whole heap is
37
*
in_use
== 0 nodes. If a node is freed and it has one (or both) adjacent
55
int
in_use
;
member
/third_party/backends/sanei/
H
A
D
sanei_pio.c
122
u_int
in_use
; /* port in use? */
member
393
if (port[n].
in_use
)
in pio_open()
402
port[n].
in_use
= 1;
in pio_open()
435
if (!p->
in_use
)
in sanei_pio_close()
444
p->
in_use
= 0;
in sanei_pio_close()
455
if (!port[fd].
in_use
)
in sanei_pio_read()
467
if (!port[fd].
in_use
)
in sanei_pio_write()
H
A
D
sanei_pa4s2.c
163
u_int
in_use
; /* port in use? */
member
437
if (port[n].
in_use
== SANE_TRUE)
in pa4s2_open()
455
DBG (6, "pa4s2_open: name=%s
in_use
=SANE_TRUE\n", dev);
in pa4s2_open()
457
DBG (6, "pa4s2_open: base=0x%03lx
in_use
=SANE_TRUE\n", base);
in pa4s2_open()
460
port[n].
in_use
= SANE_TRUE;
in pa4s2_open()
474
port[n].
in_use
= SANE_FALSE;
in pa4s2_open()
494
port[n].
in_use
= SANE_FALSE;
in pa4s2_open()
868
port[fd].
in_use
= SANE_FALSE;
in pa4s2_close()
951
if (port[fd].
in_use
== SANE_FALSE)
in sanei_pa4s2_scsi_pp_get_status()
1017
if (port[fd].
in_use
in sanei_pa4s2_scsi_pp_reg_select()
[all...]
H
A
D
sanei_ab306.c
86
u_int
in_use
: 1, /* port in use? */
member
257
if (port[i].
in_use
)
in sanei_ab306_open()
315
port[i].
in_use
= 1;
in sanei_ab306_open()
326
if (p->
in_use
)
in sanei_ab306_close()
333
p->
in_use
= 0;
in sanei_ab306_close()
H
A
D
sanei_pp.c
130
u_int
in_use
; /**< port in use? */
member
782
if( port[i].
in_use
== SANE_TRUE) {
in pp_open()
793
port[i].
in_use
= SANE_TRUE;
in pp_open()
803
port[i].
in_use
= SANE_FALSE;
in pp_open()
818
port[i].
in_use
= SANE_FALSE;
in pp_open()
880
port[fd].
in_use
= SANE_FALSE;
938
if( port[fd].
in_use
== SANE_FALSE ) {
H
A
D
sanei_DomainOS.c
107
u_int
in_use
: 1; /* is this DomainFdInfo in use? */
member
163
if (!DomainFdInfo[fd].
in_use
)
in DomainSCSIOpen()
218
DomainFdInfo[fd].
in_use
= 1;
in DomainSCSIOpen()
228
DomainFdInfo[com->fd].
in_use
= 0;
in DomainSCSIClose()
/third_party/skia/third_party/externals/libwebp/src/utils/
H
A
D
utils.c
262
uint8_t
in_use
[COLOR_HASH_SIZE] = { 0 };
in WebPGetColorPalette()
local
280
if (!
in_use
[key]) {
in WebPGetColorPalette()
282
in_use
[key] = 1;
in WebPGetColorPalette()
303
if (
in_use
[i]) {
in WebPGetColorPalette()
/third_party/node/deps/v8/src/base/
H
A
D
small-vector.h
160
size_t
in_use
= end_ - begin_;
in Grow()
local
171
memcpy(new_storage, begin_, sizeof(T) *
in_use
);
in Grow()
174
end_ = new_storage +
in_use
;
in Grow()
/third_party/python/Modules/_sqlite/
H
A
D
statement.h
36
int
in_use
;
member
H
A
D
statement.c
91
self->
in_use
= 0;
in pysqlite_statement_create()
H
A
D
cursor.c
133
if (self->
in_use
&& self->st) {
in stmt_reset()
139
self->
in_use
= 0;
in stmt_reset()
776
self->
in_use
= 1;
in stmt_mark_dirty()
859
if (self->statement->
in_use
) {
in _pysqlite_query_execute()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H
A
D
driver_macsec_qca.c
632
bool
in_use
= FALSE;
in macsec_qca_get_available_receive_sc()
local
636
&
in_use
);
in macsec_qca_get_available_receive_sc()
640
if (!
in_use
) {
in macsec_qca_get_available_receive_sc()
827
bool
in_use
= FALSE;
in macsec_qca_get_available_transmit_sc()
local
831
&
in_use
))
in macsec_qca_get_available_transmit_sc()
834
if (!
in_use
) {
in macsec_qca_get_available_transmit_sc()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H
A
D
driver_macsec_qca.c
654
bool
in_use
= false;
in macsec_qca_get_available_receive_sc()
local
658
&
in_use
);
in macsec_qca_get_available_receive_sc()
662
if (!
in_use
) {
in macsec_qca_get_available_receive_sc()
849
bool
in_use
= false;
in macsec_qca_get_available_transmit_sc()
local
853
&
in_use
))
in macsec_qca_get_available_transmit_sc()
856
if (!
in_use
) {
in macsec_qca_get_available_transmit_sc()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/
H
A
D
ieee802_1x_kay.h
96
Boolean
in_use
; /* bool inUse (read only) */
member
124
Boolean
in_use
; /* bool inUse (read only) */
member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
H
A
D
ieee802_1x_kay.h
96
bool
in_use
; /* bool inUse (read only) */
member
124
bool
in_use
; /* bool inUse (read only) */
member
/third_party/ntfs-3g/ntfsprogs/
H
A
D
utils.c
1022
int
in_use
;
in mft_next_record()
local
1025
in_use
= utils_mftrec_in_use(ctx->vol, (MFT_REF) ctx->mft_num);
in mft_next_record()
1026
if (
in_use
== -1) {
in mft_next_record()
1032
if (
in_use
) {
in mft_next_record()
1097
} else { // !
in_use
in mft_next_record()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H
A
D
ieee802_11_shared.c
424
int
in_use
= hostapd_sae_pw_id_in_use(hapd->conf);
in hostapd_ext_capab_byte()
local
426
if (
in_use
)
in hostapd_ext_capab_byte()
429
if (
in_use
== 2)
in hostapd_ext_capab_byte()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H
A
D
ieee802_11_shared.c
387
int
in_use
= hostapd_sae_pw_id_in_use(hapd->conf);
in hostapd_ext_capab_byte()
local
389
if (
in_use
)
in hostapd_ext_capab_byte()
392
if (
in_use
== 2)
in hostapd_ext_capab_byte()
/third_party/libwebsockets/lib/roles/http/
H
A
D
private-lib-roles-http.h
141
uint8_t
in_use
;
member
/third_party/libwebsockets/lib/roles/h1/
H
A
D
ops-h1.c
883
if (ah->
in_use
&& ah->wsi == wsi) {
in rops_destroy_role_h1()
886
ah->
in_use
= 0;
in rops_destroy_role_h1()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/
H
A
D
fst_session.c
148
Boolean
in_use
= FALSE;
in fst_find_free_session_id()
local
153
in_use
= TRUE;
in fst_find_free_session_id()
157
if (!
in_use
) {
in fst_find_free_session_id()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/
H
A
D
fst_session.c
148
bool
in_use
= false;
in fst_find_free_session_id()
local
153
in_use
= true;
in fst_find_free_session_id()
157
if (!
in_use
) {
in fst_find_free_session_id()
/third_party/libwebsockets/lib/roles/h2/
H
A
D
ops-h2.c
653
if (ah->
in_use
&& ah->wsi == wsi) {
in rops_destroy_role_h2()
655
ah->
in_use
= 0;
in rops_destroy_role_h2()
Completed in 23 milliseconds
1
2