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:request_count
(Results
1 - 8
of
8
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H
A
D
http_server.c
37
unsigned int
request_count
;
member
66
if (srv->
request_count
>= HTTP_SERVER_MAX_CONNECTIONS) {
in http_request_init()
108
srv->
request_count
--;
in http_request_deinit()
224
srv->
request_count
++;
in http_server_cb()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H
A
D
http_server.c
37
unsigned int
request_count
;
member
66
if (srv->
request_count
>= HTTP_SERVER_MAX_CONNECTIONS) {
in http_request_init()
108
srv->
request_count
--;
in http_request_deinit()
224
srv->
request_count
++;
in http_server_cb()
/third_party/backends/testsuite/backend/genesys/
H
A
D
tests_image_pipeline.cpp
117
unsigned
request_count
= 0;
in test_image_buffer_uncapped_remaining_bytes()
local
122
request_count
++;
in test_image_buffer_uncapped_remaining_bytes()
123
return
request_count
< 4;
in test_image_buffer_uncapped_remaining_bytes()
/third_party/python/Lib/test/
H
A
D
test_xmlrpc.py
777
request_count
= 1
variable in BaseServerTestCase
786
serv_args = (self.evt, self.
request_count
, self.requestHandler)
1023
request_count
= 2
variable in MultiPathServerTestCase
1118
request_count
=2
variable in KeepaliveServerTestCase2
/third_party/mesa3d/include/drm-uapi/
H
A
D
drm.h
401
int
request_count
; /**< Number of buffers requested */
member
/third_party/libdrm/include/drm/
H
A
D
drm.h
401
int
request_count
; /**< Number of buffers requested */
member
/third_party/libdrm/
H
A
D
xf86drm.h
303
int
request_count
; /**< Number of buffers requested */
member
H
A
D
xf86drm.c
1893
dma.
request_count
= request->
request_count
;
in drmDMA()
Completed in 69 milliseconds