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:LIKELY
(Results
1 - 18
of
18
) sorted by relevance
/foundation/arkui/napi/native_engine/
H
A
D
native_api_internal.h
74
if (
LIKELY
(isObj)) { \
106
#ifndef
LIKELY
107
#define
LIKELY
(exp) (__builtin_expect((exp) != 0, true)) // NOLINT(cppcoreguidelines-macro-usage)
macro
H
A
D
native_api.cpp
1495
if (
LIKELY
(nativeValue->IsMap(vm))) {
in napi_map_set_property()
1522
if (
LIKELY
(nativeValue->IsMap(vm))) {
in napi_map_set_named_property()
1546
if (
LIKELY
(nativeValue->IsMap(vm))) {
in napi_map_get_property()
1574
if (
LIKELY
(nativeValue->IsMap(vm))) {
in napi_map_get_named_property()
1600
if (
LIKELY
(nativeValue->IsMap(vm))) {
in napi_map_has_property()
1624
if (
LIKELY
(nativeValue->IsMap(vm))) {
in napi_map_has_named_property()
1647
if (
LIKELY
(nativeValue->IsMap(vm))) {
in napi_map_delete_property()
1667
if (
LIKELY
(nativeValue->IsMap(vm))) {
in napi_map_clear()
1689
if (
LIKELY
(nativeValue->IsMap(vm))) {
in napi_map_get_size()
1711
if (
LIKELY
(nativeValu
in napi_map_get_entries()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H
A
D
rs_canvas_render_node_drawable.cpp
72
if (
LIKELY
(isDrawingCacheEnabled_)) {
in OnDraw()
98
if (
LIKELY
(isDrawingCacheEnabled_)) {
in OnCapture()
H
A
D
rs_render_node_drawable.cpp
313
if (
LIKELY
(!params.GetDrawingCacheIncludeProperty())) {
in DrawWithNodeGroupCache()
434
if (
LIKELY
(uniParam)) {
in InitDfxForCacheInfo()
788
if (
LIKELY
(!params.GetDrawingCacheIncludeProperty())) {
in UpdateCacheSurface()
H
A
D
rs_render_node_drawable_autocache.cpp
35
return
LIKELY
(renderParams_ != nullptr) && renderParams_->GetShouldPaint();
in ShouldPaint()
H
A
D
rs_display_render_node_drawable.cpp
111
if (
LIKELY
(uniParam)) {
in RSOverDrawDfx()
/foundation/arkui/ace_engine/frameworks/base/ressched/
H
A
D
ressched_report.cpp
18
#define
LIKELY
(x) __builtin_expect(!!(x), 1)
macro
281
if (
LIKELY
(value == ResDefine::LOAD_PAGE_COMPLETE_EVENT && loadPageOn_ == false)) {
in LoadPageEvent()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H
A
D
rs_misc_drawable_test.cpp
74
ASSERT_TRUE(
LIKELY
(!node.GetRenderProperties().GetUseShadowBatching()));
in HWTEST_F()
90
ASSERT_FALSE(
LIKELY
(!node.GetRenderProperties().GetUseShadowBatching()));
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render/render_base/unittest/draw/
H
A
D
rs_misc_draw_test.cpp
74
ASSERT_TRUE(
LIKELY
(!node.GetRenderProperties().GetUseShadowBatching()));
in HWTEST_F()
90
ASSERT_FALSE(
LIKELY
(!node.GetRenderProperties().GetUseShadowBatching()));
in HWTEST_F()
/foundation/distributeddatamgr/relational_store/frameworks/native/appdatafwk/src/
H
A
D
shared_block.cpp
35
#define
LIKELY
(x) __builtin_expect(!!(x), 1)
macro
151
if (
LIKELY
(mHeader != nullptr)) {
in Clear()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H
A
D
rs_display_node.cpp
36
if (
LIKELY
(!displayNodeConfig.isSync)) {
in Create()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H
A
D
rs_common_def.h
67
#define
LIKELY
(exp) (__builtin_expect((exp) != 0, true))
macro
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H
A
D
rs_misc_drawable.cpp
47
if (
LIKELY
(!node.GetRenderProperties().GetUseShadowBatching())) {
in OnUpdate()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/
H
A
D
js_drawing_utils.h
48
if (
LIKELY
(JsDrawingTestUtils::GetDrawingTestDisabled())) { \
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H
A
D
rs_image.cpp
106
if (
LIKELY
(!rscanvas.IsCapture())) {
in HDRConvert()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H
A
D
rs_uni_render_util.cpp
1943
if (
LIKELY
(!property.GetSandBox().has_value())) {
in GetMatrix()
H
A
D
rs_main_thread.cpp
3189
if (
LIKELY
(forceDumpSingleFrame)) {
in RenderServiceTreeDump()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H
A
D
rs_render_node.cpp
2500
if (
LIKELY
(RSUniRenderJudgement::IsUniRender() && !isTextureExportNode_)) {
in ApplyModifiers()
Completed in 35 milliseconds