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:ChangeSize
(Results
1 - 4
of
4
) sorted by relevance
/commonlibrary/c_utils/base/include/
H
A
D
mapped_file.h
142
bool
ChangeSize
(off_t size);
/commonlibrary/c_utils/base/test/benchmarktest/mapped_benchmark_test/
H
A
D
mapped_benchmark_test.cpp
452
AssertTrue((mf.
ChangeSize
(mf.Size() + sizeIncrement)),
in ChangeParamsWhenUnmapped()
453
"mf.
ChangeSize
(mf.Size() + sizeIncrement) did not equal true as expected.", state);
in ChangeParamsWhenUnmapped()
454
AssertTrue((mf.
ChangeSize
(MappedFile::DEFAULT_LENGTH)),
in ChangeParamsWhenUnmapped()
455
"mf.
ChangeSize
(MappedFile::DEFAULT_LENGTH) did not equal true as expected.", state);
in ChangeParamsWhenUnmapped()
508
AssertTrue((mf.
ChangeSize
(MappedFile::DEFAULT_LENGTH)),
in BENCHMARK_F()
509
"mf.
ChangeSize
(MappedFile::DEFAULT_LENGTH) did not equal true as expected.", state);
in BENCHMARK_F()
574
mf.
ChangeSize
(MappedFile::DEFAULT_LENGTH);
in BENCHMARK_F()
1298
AssertTrue((mf.
ChangeSize
(mf.Size() + 1)),
in BENCHMARK_F()
1299
"mf.
ChangeSize
(mf.Size() + 1) did not equal true as expected.", state);
in BENCHMARK_F()
1341
AssertFalse((mf.
ChangeSize
(m
in BENCHMARK_F()
[all...]
/commonlibrary/c_utils/base/test/unittest/common/
H
A
D
utils_mapped_file_test.cpp
592
ASSERT_TRUE(mf.
ChangeSize
(mf.Size() + 1024));
in HWTEST_F()
593
ASSERT_TRUE(mf.
ChangeSize
(MappedFile::DEFAULT_LENGTH));
in HWTEST_F()
610
ASSERT_TRUE(mf.
ChangeSize
(MappedFile::DEFAULT_LENGTH));
in HWTEST_F()
651
mf.
ChangeSize
(MappedFile::DEFAULT_LENGTH);
in HWTEST_F()
1198
ASSERT_TRUE(mf.
ChangeSize
(mf.Size() + 1));
in HWTEST_F()
1234
ASSERT_FALSE(mf.
ChangeSize
(mf.Size()));
in HWTEST_F()
/commonlibrary/c_utils/base/src/
H
A
D
mapped_file.cpp
540
bool MappedFile::
ChangeSize
(off_t val)
in ChangeSize()
function in OHOS::Utils::MappedFile
Completed in 5 milliseconds