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:uppercase
(Results
1 - 16
of
16
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/opentype_parser/
H
A
D
ranges.cpp
52
LOGSO_FUNC_LINE(INFO) << "0x" << std::
uppercase
<< std::hex << std::setw(4) << std::setfill('0') << start
in Dump()
53
<< " ~ 0x" << std::
uppercase
<< std::hex << std::setw(4) << std::setfill('0') << end
in Dump()
59
LOGSO_FUNC_LINE(INFO) << "0x" << std::
uppercase
<< std::hex << std::setw(4) << std::setfill('0') << codepoint
in Dump()
H
A
D
name_table_parser.cpp
48
LOGSO_FUNC_LINE(INFO) << "nameId:" << nameId << ", recordinfo:" << std::
uppercase
<< std::hex << std::setw(len)
in Dump()
/foundation/filemanagement/app_file_service/utils/src/b_filesystem/
H
A
D
b_file_hash.cpp
38
ss << std::
uppercase
<< std::setfill('0') << std::setw(hexPerByte) << std::hex <<
in HashFinal()
/foundation/filemanagement/file_api/interfaces/kits/js/src/common/file_helper/
H
A
D
hash_file.cpp
40
ss << std::
uppercase
<< std::setfill('0') << std::setw(hexPerByte) << std::hex <<
in HashFinal()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H
A
D
rs_color.cpp
186
ss << "[RGBA-0x" << std::hex << std::setfill('0') << std::setw(colorStrWidth) << std::
uppercase
;
in Dump()
member in OHOS::Rosen::std
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H
A
D
color.cpp
166
ss << "[ARGB-0x" << std::hex << std::setfill('0') << std::setw(colorStrWidth) << std::
uppercase
;
in Dump()
member in OHOS::Rosen::Drawing::std
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_hash/class_hashstream/
H
A
D
hashstream_n_exporter.cpp
47
ss << std::
uppercase
<< std::setfill('0') << std::setw(hexPerByte) << std::hex
in HashFinal()
/foundation/resourceschedule/ffrt/src/eu/
H
A
D
rtg_ioctl.cpp
146
ss << std::hex << std::
uppercase
<< std::setfill('0') << std::setw(2);
in Format()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H
A
D
obex_utils.cpp
112
ss << std::
uppercase
<< std::hex << std::setfill('0');
in ToDebugString()
H
A
D
obex_socket_transport.cpp
123
keyStream << std::
uppercase
<< std::hex << std::setfill('0') << std::setw(TRANSPORT_KEY_NUM_LEN) << scn;
in MakeTransportKey()
386
keyStream << std::
uppercase
<< std::hex << std::setfill('0') << std::setw(TRANSPORT_KEY_NUM_LEN) << scn;
in MakeTransportKey()
/foundation/multimedia/av_session/services/session/server/remote/
H
A
D
remote_session_syncer_impl.cpp
68
stream << std::
uppercase
<< std::hex << std::setfill('0') << std::setw(width) << static_cast<int>(byte);
in Init()
/foundation/communication/dsoftbus/tests/core/discovery/ble/softbus_ble_mock/
H
A
D
ble_mock.cpp
253
ss << std::
uppercase
<< std::hex << std::setfill('0') << std::setw(BYTE_DUMP_LEN)
in HexDump()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H
A
D
wifi_global_func.cpp
253
ss << std::setfill('0') << std::setw(hexCharLen) << std::hex << std::
uppercase
<< temp << " ";
in Vec2Stream()
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H
A
D
js_window_utils.cpp
476
ioss << std::setiosflags(std::ios::
uppercase
) << std::hex << color;
in GetHexColor()
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H
A
D
js_scene_utils.cpp
1302
ioss << std::setiosflags(std::ios::
uppercase
) << std::hex << color;
in GetHexColor()
/foundation/multimedia/av_session/services/session/server/
H
A
D
avsession_service.cpp
839
stream << std::
uppercase
<< std::hex << std::setfill('0') << std::setw(allocSpace) << static_cast<int>(byte);
in AllocSessionId()
Completed in 17 milliseconds