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:_FIRST_ERR
(Results
1 - 2
of
2
) sorted by relevance
/third_party/backends/backend/
H
A
D
plustek-pp.h
215
#define
_FIRST_ERR
-9000
macro
217
#define _E_INIT (
_FIRST_ERR
-1) /* already initialized */
218
#define _E_NOT_INIT (
_FIRST_ERR
-2) /* not initialized */
219
#define _E_NULLPTR (
_FIRST_ERR
-3) /* internal NULL-PTR detected */
220
#define _E_ALLOC (
_FIRST_ERR
-4) /* error allocating memory */
221
#define _E_TIMEOUT (
_FIRST_ERR
-5) /* signals a timeout condition */
222
#define _E_INVALID (
_FIRST_ERR
-6) /* invalid parameter detected */
223
#define _E_INTERNAL (
_FIRST_ERR
-7) /* internal error */
224
#define _E_BUSY (
_FIRST_ERR
-8) /* device is already in use */
225
#define _E_ABORT (
_FIRST_ERR
[all...]
H
A
D
plustek.h
183
#define
_FIRST_ERR
-9000
macro
185
#define _E_ALLOC (
_FIRST_ERR
-1) /**< error allocating memory */
186
#define _E_INVALID (
_FIRST_ERR
-2) /**< invalid parameter detected */
187
#define _E_INTERNAL (
_FIRST_ERR
-3) /**< internal error */
188
#define _E_ABORT (
_FIRST_ERR
-4) /**< operation aborted */
190
#define _E_LAMP_NOT_IN_POS (
_FIRST_ERR
-10)
191
#define _E_LAMP_NOT_STABLE (
_FIRST_ERR
-11)
192
#define _E_NODATA (
_FIRST_ERR
-12)
193
#define _E_BUFFER_TOO_SMALL (
_FIRST_ERR
-13)
194
#define _E_DATAREAD (
_FIRST_ERR
[all...]
Completed in 3 milliseconds