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:intV
(Results
1 - 2
of
2
) sorted by relevance
/foundation/arkui/ui_lite/frameworks/draw/
H
A
D
draw_utils.cpp
742
int16_t
intV
= FO_TO_INTEGER(v);
local
743
if ((u >= 0) && (intU < (in.info.header.width - 1)) && (v >= 0) && (
intV
< (in.info.header.height - 1))) {
745
int16_t intVPlus1 =
intV
+ 1;
748
const int16_t
intV
= static_cast<int16_t>(v);
749
if ((u >= 0) && (intU < in.info.header.width - 1) && (v >= 0) && (
intV
< in.info.header.height - 1)) {
751
const int16_t intVPlus1 =
intV
+ 1;
753
OpacityType p1 = GetPxAlphaForAlphaImg(in.info, {intU,
intV
});
754
OpacityType p2 = GetPxAlphaForAlphaImg(in.info, {intUPlus1,
intV
});
770
const float decV = v -
intV
;
844
int16_t
intV
local
964
int16_t
intV
= FO_TO_INTEGER(v);
global()
local
1060
const int16_t
intV
= static_cast<int16_t>(v);
global()
local
1128
int16_t
intV
= FO_TO_INTEGER(v);
global()
local
1367
int16_t
intV
= FO_TO_INTEGER(v);
global()
local
1556
int16_t
intV
= FO_TO_INTEGER(v);
global()
local
[all...]
/foundation/distributeddatamgr/preferences/test/ndk/unittest/
H
A
D
preferences_ndk_test.cpp
113
int
intV
= 0;
in DataChangeObserverCallback()
local
114
OH_PreferencesValue_GetInt(pValue, &
intV
);
in DataChangeObserverCallback()
717
int
intV
= 0;
in NullTestCallback()
local
718
EXPECT_EQ(OH_PreferencesValue_GetInt(pValue, &
intV
), PREFERENCES_ERROR_KEY_NOT_FOUND);
in NullTestCallback()
Completed in 5 milliseconds