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
defs:WIDTH
(Results
1 - 25
of
65
) sorted by relevance
1
2
3
/foundation/arkui/ui_lite/test/unittest/components/
H
A
D
ui_qrcode_unit_test.cpp
24
const int16_t
WIDTH
= 100;
member
H
A
D
ui_box_progress_unit_test.cpp
26
const int16_t
WIDTH
= 100;
member
H
A
D
ui_chart_unit_test.cpp
26
const uint16_t
WIDTH
= 10;
member
/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/
H
A
D
base_shape_pattern_test_ng.h
46
static constexpr float
WIDTH
= 200.0f;
member in OHOS::Ace::NG::BaseShapePatternTestNg
/foundation/multimedia/image_effect/test/unittest/mock/src/
H
A
D
mock_producer_surface.cpp
25
constexpr int32_t
WIDTH
= 960;
member
H
A
D
mock_pixel_map.cpp
24
constexpr int32_t
WIDTH
= 960;
member
/foundation/multimedia/image_effect/test/unittest/utils/
H
A
D
test_native_buffer_utils.cpp
23
constexpr int32_t
WIDTH
= 1920;
member
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H
A
D
font_regen.cpp
30
enum {
WIDTH
= 512, HEIGHT = 512, N = 10 };
enumerator
H
A
D
gradient_dirty_laundry.cpp
34
enum {
WIDTH
= 640, HEIGHT = 615 }; // 640,615 定义了位图的宽度和高度
enumerator
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H
A
D
image_codec_common.h
46
static constexpr char
WIDTH
[] = "width";
member in OHOS::ImagePlugin::ImageCodecDescriptionKey
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/utils/
H
A
D
crypto.cpp
44
constexpr int
WIDTH
= 4;
in Sha256()
local
/foundation/arkui/ace_engine/test/unittest/core/event/
H
A
D
long_press_event_test_ng.cpp
39
constexpr float
WIDTH
= 400.0f;
member
H
A
D
drag_event_test_ng.h
62
constexpr float
WIDTH
= 400.0f;
member
H
A
D
pan_event_test_ng.cpp
44
constexpr float
WIDTH
= 400.0f;
member
H
A
D
click_event_test_ng.cpp
45
constexpr float
WIDTH
= 400.0f;
member
H
A
D
input_event_test_ng.cpp
32
constexpr float
WIDTH
= 400.0f;
member
H
A
D
touch_event_test_ng.cpp
45
constexpr float
WIDTH
= 400.0f;
member
H
A
D
scrollable_event_test_ng.cpp
48
constexpr float
WIDTH
= 400.0f;
member
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/runtimeeffect_fuzzer/
H
A
D
runtime_effect_fuzzer.cpp
32
static constexpr int32_t
WIDTH
= 300;
member
/foundation/multimedia/image_effect/test/unittest/
H
A
D
TestEffectMemoryManager.cpp
29
constexpr uint32_t
WIDTH
= 1920;
member
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/include/
H
A
D
photo_proxy_test.h
26
const int32_t
WIDTH
= 3072;
member
/foundation/graphic/graphic_2d/rosen/samples/text/renderservice/
H
A
D
drawing_text_c_sample.cpp
34
constexpr static int32_t
WIDTH
= 720;
variable
/foundation/multimedia/camera_lite/test/unittest/
H
A
D
camera_lite_test.h
59
WIDTH
= 1920,
enumerator
/foundation/multimedia/av_codec/test/moduletest/muxer/NativeAPI/
H
A
D
NativeAVMuxerParamCheckTest.cpp
55
constexpr int32_t
WIDTH
= 352;
member
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/media_library_manager_test/include/
H
A
D
photo_proxy_test.h
26
const int32_t
WIDTH
= 3072;
member
Completed in 11 milliseconds
1
2
3