HomeSort by relevance Sort by last modified time
    Searched refs:RET_OK (Results 1 - 9 of 9) sorted by null

  /ndk/tests/abcc/jni/device/
main.cpp 42 if (compiler->returnCode() != RET_OK) {
48 if (compiler->returnCode() != RET_OK) {
70 if (compiler->returnCode() != RET_OK) {
Abcc_device.cpp 47 if (ret == RET_OK)
54 if (ret == RET_OK) {
148 if (returnCode() != RET_OK) {
  /ndk/tests/abcc/jni/
Abcc.h 28 RET_OK,
160 if (returnCode() != RET_OK)
164 if (returnCode() != RET_OK)
169 if (returnCode() != RET_OK)
173 if (returnCode() != RET_OK)
177 if (returnCode() != RET_OK)
Abcc.cpp 148 : mAbi(abi), mSysroot(sysroot), mWorkingDir(working_dir), mRet(RET_OK), mSaveTemps(savetemps) {
178 if (returnCode() != RET_OK) {
211 if (returnCode() != RET_OK) {
253 if (returnCode() != RET_OK)
297 mRet = RET_OK;
  /hardware/samsung_slsi/exynos5/libsecurepath/
tci.h 34 #define RET_OK 0 /**< Set, if processing is error free */
  /hardware/samsung_slsi/exynos5/libkeymaster/
tci.h 52 #define RET_OK 0
tlcTeeKeymaster_if.c 214 if (RET_OK != pTci->response.header.returnCode)
342 if (RET_OK != pTci->response.header.returnCode)
473 if (RET_OK != pTci->response.header.returnCode)
557 if (RET_OK != pTci->response.header.returnCode)
683 if (RET_OK != pTci->response.header.returnCode)
812 if (RET_OK != pTci->response.header.returnCode)
928 if (RET_OK != pTci->response.header.returnCode)
1049 if (RET_OK != pTci->response.header.returnCode)
  /ndk/tests/abcc/jni/host/
main.cpp 130 if (compiler->returnCode() != RET_OK) {
136 if (compiler->returnCode() != RET_OK) {
144 if (compiler->returnCode() != RET_OK) {
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
tracer.c 47 #define RET_OK 0
160 return RET_OK;
232 int ret = RET_OK;
257 int ret = RET_OK;
457 return RET_OK;
523 if (CTracer_trace(self, frame, what, arg) == RET_OK) {

Completed in 396 milliseconds