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:MEM_DATA
(Results
1 - 4
of
4
) sorted by relevance
/base/usb/usb_manager/test/fuzztest/usbmgrbulkcancel_fuzzer/
H
A
D
usbmgrbulkcancel_fuzzer.cpp
31
const uint32_t
MEM_DATA
= 1024 * 1024;
member
37
sptr<Ashmem> asmptr = Ashmem::CreateAshmem("ttashmem001",
MEM_DATA
);
in GetSharedMem()
48
while (offset <
MEM_DATA
) {
in GetSharedMem()
49
uint32_t tlen = (
MEM_DATA
- offset) < ASHMEM_MAX_SIZE ? (
MEM_DATA
- offset) : ASHMEM_MAX_SIZE;
in GetSharedMem()
/base/usb/usb_manager/test/native/mock/src/
H
A
D
usb_bulkcallback_mock_test.cpp
48
constexpr uint32_t
MEM_DATA
= 1024 * 1024;
member
272
int32_t asmSize =
MEM_DATA
;
in HWTEST_F()
306
int32_t asmSize =
MEM_DATA
;
in HWTEST_F()
340
int32_t asmSize =
MEM_DATA
;
in HWTEST_F()
376
int32_t asmSize =
MEM_DATA
;
in HWTEST_F()
412
int32_t asmSize =
MEM_DATA
;
in HWTEST_F()
446
int32_t asmSize =
MEM_DATA
;
in HWTEST_F()
480
int32_t asmSize =
MEM_DATA
;
in HWTEST_F()
516
int32_t asmSize =
MEM_DATA
;
in HWTEST_F()
552
int32_t asmSize =
MEM_DATA
;
in HWTEST_F()
[all...]
/base/usb/usb_manager/test/native/service_unittest/src/
H
A
D
usb_dfx_test.cpp
59
constexpr uint32_t
MEM_DATA
= 1024 * 1024;
member
241
InitAshmemOne(ashmem,
MEM_DATA
, rflg);
in HWTEST_F()
289
InitAshmemOne(ashmem,
MEM_DATA
, rflg);
in HWTEST_F()
H
A
D
usb_bulkcallback_test.cpp
48
constexpr uint32_t
MEM_DATA
= 1024 * 1024;
member
416
int32_t asmSize =
MEM_DATA
;
in HWTEST_F()
470
int32_t asmSize =
MEM_DATA
;
in HWTEST_F()
524
int32_t asmSize =
MEM_DATA
;
in HWTEST_F()
580
int32_t asmSize =
MEM_DATA
;
in HWTEST_F()
636
int32_t asmSize =
MEM_DATA
;
in HWTEST_F()
690
int32_t asmSize =
MEM_DATA
;
in HWTEST_F()
746
int32_t asmSize =
MEM_DATA
;
in HWTEST_F()
802
int32_t asmSize =
MEM_DATA
;
in HWTEST_F()
857
int32_t asmSize =
MEM_DATA
;
in HWTEST_F()
[all...]
Completed in 5 milliseconds