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:lowError
(Results
1 - 2
of
2
) sorted by relevance
/foundation/graphic/graphic_2d/interfaces/inner_api/common/
H
A
D
graphic_common.h
54
std::string
lowError
= LowErrorStrSpecial(lowerr);
in LowErrorStr()
local
55
if (
lowError
== "" && lowerr != 0) {
in LowErrorStr()
58
lowError
= std::string("with low error <") + buf + ">";
in LowErrorStr()
60
return
lowError
;
in LowErrorStr()
66
std::string
lowError
= LowErrorStr(diff);
in GSErrorStr()
local
68
case GSERROR_OK: return "<200 ok>" +
lowError
;
in GSErrorStr()
69
case GSERROR_INVALID_ARGUMENTS: return "<400 invalid arguments>" +
lowError
;
in GSErrorStr()
70
case GSERROR_NO_PERMISSION: return "<403 no permission>" +
lowError
;
in GSErrorStr()
71
case GSERROR_CONNOT_CONNECT_SAMGR: return "<404 connot connect to samgr>" +
lowError
;
in GSErrorStr()
72
case GSERROR_CONNOT_CONNECT_SERVER: return "<404 connot connect to server>" +
lowError
;
in GSErrorStr()
[all...]
/foundation/graphic/graphic_surface/interfaces/inner_api/common/
H
A
D
graphic_common.h
81
std::string
lowError
= LowErrorStrSpecial(lowerr);
in LowErrorStr()
local
82
if (
lowError
== "" && lowerr != 0) {
in LowErrorStr()
85
lowError
= std::string("with low error <") + buf + ">";
in LowErrorStr()
87
return
lowError
;
in LowErrorStr()
Completed in 1 milliseconds