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:NUM_100
(Results
1 - 6
of
6
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/
H
A
D
typeface_test.cpp
42
const float_t
NUM_100
= (100);
variable
90
OH_Drawing_CanvasDrawTextBlob(canvas, textblob,
NUM_100
,
NUM_100
);
in OnTestPerformance()
119
OH_Drawing_CanvasDrawTextBlob(canvas, textblob,
NUM_100
,
NUM_100
);
in OnTestPerformance()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H
A
D
image_source_util.cpp
39
constexpr uint32_t
NUM_100
= 100;
member
47
option.quality =
NUM_100
;
in PackImage()
71
option.quality =
NUM_100
;
in PackImage()
102
option.quality =
NUM_100
;
in PackImage()
H
A
D
image_packer_test.cpp
45
constexpr uint32_t
NUM_100
= 100;
member
91
option.quality =
NUM_100
;
in HWTEST_F()
112
option.quality =
NUM_100
;
in HWTEST_F()
147
option.quality =
NUM_100
;
in HWTEST_F()
182
option.quality =
NUM_100
;
in HWTEST_F()
220
option.quality =
NUM_100
;
in HWTEST_F()
239
option.quality =
NUM_100
;
in HWTEST_F()
262
option.quality =
NUM_100
;
in HWTEST_F()
881
option.quality =
NUM_100
;
in HWTEST_F()
/foundation/multimedia/camera_framework/test/fuzztest/cameradevice_fuzzer/
H
A
D
camera_device_fuzzer.cpp
35
const int32_t
NUM_100
= 100;
member
87
int32_t dataSize =
NUM_100
;
in CameraDeviceFuzzTest()
130
int32_t dataSize =
NUM_100
;
in CameraDeviceFuzzTestUpdateSetting()
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H
A
D
jpeg_decoder.cpp
48
constexpr uint32_t
NUM_100
= 100;
member
574
decodeInfo_.output_height == 0 ? 0 : (decodeInfo_.output_scanline *
NUM_100
) / decodeInfo_.output_height;
in PromoteIncrementalDecode()
/foundation/arkui/ace_engine/interfaces/native/node/
H
A
D
style_modifier.cpp
58
constexpr int
NUM_100
= 100;
member
495
return (year % NUM_4 == 0 && year %
NUM_100
!= 0) || (year % NUM_400 == 0);
in IsLeapYear()
6045
if (!InRegion(NUM_1,
NUM_100
, static_cast<ArkUI_Int32>(item->value[NUM_1].f32))) {
in SetTextAreaShowCounter()
Completed in 32 milliseconds