Home
last modified time | relevance | path

Searched refs:BCC_INVALID_VALUE (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/libbcc/lib/ExecutionEngine/
DScript.cpp82 mErrorCode = BCC_INVALID_VALUE; in addSourceBC()
94 mErrorCode = BCC_INVALID_VALUE; in addSourceBC()
125 mErrorCode = BCC_INVALID_VALUE; in addSourceModule()
152 mErrorCode = BCC_INVALID_VALUE; in addSourceFile()
159 mErrorCode = BCC_INVALID_VALUE; in addSourceFile()
Dbcc.cpp154 return BCC_INVALID_VALUE; in bccPrepareRelocatable()
/frameworks/compile/libbcc/include/bcc/
Dbcc.h43 #define BCC_INVALID_VALUE 0x0501 macro