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:MEMSIZE
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimedia/media_foundation/tests/unittest/avbuffer/
H
A
D
avbuffer_framework_unit_test.cpp
82
EXPECT_EQ(
MEMSIZE
, buffer_->GetCapacity());
in HWTEST_F()
95
EXPECT_EQ(
MEMSIZE
, buffer_->GetCapacity());
in HWTEST_F()
110
attr.size =
MEMSIZE
;
in HWTEST_F()
196
auto buffer = OH_AVBuffer_Create(
MEMSIZE
);
in HWTEST_F()
240
auto buffer = OH_AVBuffer_Create(
MEMSIZE
);
in HWTEST_F()
254
auto buffer = OH_AVBuffer_Create(
MEMSIZE
);
in HWTEST_F()
269
auto buffer = OH_AVBuffer_Create(
MEMSIZE
);
in HWTEST_F()
282
auto buffer = OH_AVBuffer_Create(
MEMSIZE
);
in HWTEST_F()
285
attr.size =
MEMSIZE
;
in HWTEST_F()
293
EXPECT_EQ(getAttr.size,
MEMSIZE
);
in HWTEST_F()
[all...]
H
A
D
avbuffer_func_unit_test.cpp
216
configRemote.size =
MEMSIZE
;
in HWTEST_F()
255
config1.size =
MEMSIZE
;
in HWTEST_F()
258
EXPECT_EQ(config2.size,
MEMSIZE
);
in HWTEST_F()
345
capacity_ =
MEMSIZE
;
in HWTEST_F()
368
capacity_ =
MEMSIZE
;
in HWTEST_F()
385
capacity_ =
MEMSIZE
;
in HWTEST_F()
407
capacity_ =
MEMSIZE
;
in HWTEST_F()
426
capacity_ =
MEMSIZE
;
in HWTEST_F()
451
capacity_ =
MEMSIZE
;
in HWTEST_F()
466
capacity_ =
MEMSIZE
;
in HWTEST_F()
[all...]
H
A
D
avbuffer_unit_test.h
45
constexpr int32_t
MEMSIZE
= 1024 * 1024;
member
115
int32_t capacity_ =
MEMSIZE
;
H
A
D
avbuffer_unit_test.cpp
533
buffer_ = AVBufferMockFactory::CreateAVBuffer(
MEMSIZE
);
in SetUp()
Completed in 4 milliseconds