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:format_
(Results
1 - 7
of
7
) sorted by relevance
/base/print/print_fwk/frameworks/helper/scan_helper/src/
H
A
D
scan_parameters.cpp
20
ScanParameters::ScanParameters() :
format_
(SCAN_FRAME_GRAY),
in ScanParameters()
26
format_
= right.
format_
;
in ScanParameters()
37
format_
= right.
format_
;
in operator =()
52
format_
= SCAN_FRAME_GRAY;
in Reset()
62
format_
= format;
in SetFormat()
92
return
format_
;
in GetFormat()
133
parcel.WriteUint32((uint32_t)
format_
);
in Marshalling()
151
SCAN_HILOGI("Format = %{public}u",
format_
);
in Dump()
[all...]
/base/web/webview/test/unittest/ohos_adapter/media_adapter_test/
H
A
D
media_codec_decoder_adapter_impl_test.cpp
119
std::shared_ptr<DecoderFormatAdapterMock>
format_
= nullptr;
member in OHOS::NWeb::MediaCodecDecoderAdapterImplTest
133
EXPECT_EQ(
format_
, nullptr);
in SetUp()
134
format_
= std::make_unique<DecoderFormatAdapterMock>();
in SetUp()
135
EXPECT_NE(
format_
, nullptr);
in SetUp()
136
format_
->width = testWidth;
in SetUp()
137
format_
->height = testHeight;
in SetUp()
138
format_
->frameRate = testFrameRate;
in SetUp()
166
EXPECT_EQ(mediaCodecDecoderAdapterImpl_->GetOutputFormatDec(
format_
), DecoderAdapterCode::DECODER_ERROR);
in HWTEST_F()
168
EXPECT_EQ(mediaCodecDecoderAdapterImpl_->ConfigureDecoder(
format_
), DecoderAdapterCode::DECODER_ERROR);
in HWTEST_F()
169
EXPECT_EQ(mediaCodecDecoderAdapterImpl_->SetParameterDecoder(
format_
), DecoderAdapterCod
in HWTEST_F()
[all...]
/base/theme/wallpaper_mgr/utils/dfx/hidumper_adapter/
H
A
D
command.cpp
19
:
format_
(argsFormat), help_(help), action_(action)
in Command()
35
return
format_
.at(0);
in GetOption()
41
for (const auto &seg :
format_
) {
in GetFormat()
H
A
D
command.h
32
std::vector<std::string>
format_
;
member in OHOS::MiscServices::Command
/base/telephony/core_service/utils/vcard/src/contact_data/
H
A
D
vcard_photo_data.cpp
44
format_
= format;
in InitPhotoData()
50
format_
= format;
in SetFormat()
58
return
format_
;
in GetFormat()
/base/telephony/core_service/utils/vcard/include/contact_data/
H
A
D
vcard_photo_data.h
27
format_
= "";
in VCardPhotoData()
42
std::string
format_
;
member in OHOS::Telephony::VCardPhotoData
/base/print/print_fwk/frameworks/helper/scan_helper/include/
H
A
D
scan_parameters.h
54
ScanFrame
format_
;
member in OHOS::Scan::final
Completed in 3 milliseconds