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

  /external/protobuf/gtest/test/
gtest_test_utils.py 243 ret_code = p.wait()
246 # Converts ret_code to match the semantics of
248 if os.WIFSIGNALED(ret_code):
249 self._return_code = -os.WTERMSIG(ret_code)
250 else: # os.WIFEXITED(ret_code) should return True here.
251 self._return_code = os.WEXITSTATUS(ret_code)
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
AlignFeatures.cpp 106 int ret_code = ALIGN_RET_OK; local
140 ret_code = ALIGN_RET_FEW_INLIERS;
189 return ret_code;
  /packages/apps/Camera/jni/
feature_mos_jni.cpp 171 int ret_code = mosaic[mID]->addFrame(tImage[mID][k]); local
189 return ret_code;
369 int ret_code = Mosaic::MOSAIC_RET_OK; local
381 ret_code = AddFrame(LR, frame_number_LR, gTRS);
383 if(ret_code == Mosaic::MOSAIC_RET_OK || ret_code == Mosaic::MOSAIC_RET_FEW_INLIERS)
404 gTRS[10] = ret_code;
422 int ret_code = Mosaic::MOSAIC_RET_OK; local
445 ret_code = AddFrame(LR, frame_number_LR, gTRS);
447 if(ret_code == Mosaic::MOSAIC_RET_OK || ret_code == Mosaic::MOSAIC_RET_FEW_INLIERS
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
AlignFeatures.cpp 106 int ret_code = ALIGN_RET_OK; local
140 ret_code = ALIGN_RET_FEW_INLIERS;
189 return ret_code;
  /packages/apps/LegacyCamera/jni/
feature_mos_jni.cpp 171 int ret_code = mosaic[mID]->addFrame(tImage[mID][k]); local
189 return ret_code;
369 int ret_code; local
381 ret_code = AddFrame(LR, frame_number_LR, gTRS);
383 if(ret_code == Mosaic::MOSAIC_RET_OK || ret_code == Mosaic::MOSAIC_RET_FEW_INLIERS)
404 gTRS[10] = ret_code;
422 int ret_code; local
445 ret_code = AddFrame(LR, frame_number_LR, gTRS);
447 if(ret_code == Mosaic::MOSAIC_RET_OK || ret_code == Mosaic::MOSAIC_RET_FEW_INLIERS
    [all...]
  /external/chromium/testing/gtest/test/
gtest_test_utils.py 265 ret_code = p.wait()
274 # Converts ret_code to match the semantics of
276 if os.WIFSIGNALED(ret_code):
277 self._return_code = -os.WTERMSIG(ret_code)
278 else: # os.WIFEXITED(ret_code) should return True here.
279 self._return_code = os.WEXITSTATUS(ret_code)
  /external/gtest/test/
gtest_test_utils.py 265 ret_code = p.wait()
274 # Converts ret_code to match the semantics of
276 if os.WIFSIGNALED(ret_code):
277 self._return_code = -os.WTERMSIG(ret_code)
278 else: # os.WIFEXITED(ret_code) should return True here.
279 self._return_code = os.WEXITSTATUS(ret_code)
  /external/oprofile/libutil++/
child_reader.cpp 92 int ret_code = errno; local
102 exit(ret_code);
  /external/chromium/chrome/browser/first_run/
first_run.h 158 // waits for its termination, returns its exit code in |*ret_code|, and
162 int* ret_code);
first_run_win.cc 131 int* ret_code) {
151 return (TRUE == ::GetExitCodeProcess(ph, reinterpret_cast<DWORD*>(ret_code)));
  /external/openssl/crypto/evp/
bio_b64.c 146 int ret=0,i,ii,j,k,x,n,num,ret_code=0; local
188 ret_code=0;
199 ret_code=i;
347 ret_code=0;
370 return((ret == 0)?ret_code:ret);
  /external/srec/srec/ca/
pat_basi.c 80 int ii, ret_code; local
95 ret_code = init_newton_transform(hPattern->data.prep, 0, imelda, hPatInput->dimen);
96 if (ret_code > 0)
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsEdit.java 352 int ret_code = event.errorCode;
353 if (ret_code == RETURN_SAME_WORD) {
  /packages/apps/Camera/src/com/android/camera/
MosaicFrameProcessor.java 197 int ret_code = (int) frameData[MOSAIC_RET_CODE_INDEX]; local
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicFrameProcessor.java 195 int ret_code = (int) frameData[MOSAIC_RET_CODE_INDEX]; local
  /external/bluetooth/bluedroid/stack/gatt/
gatt_sr.c 262 tGATT_STATUS ret_code = GATT_SUCCESS; local
301 ret_code = attp_send_sr_msg (p_tcb, p_tcb->sr_cmd.p_rsp_msg);
306 ret_code = gatt_send_error_rsp (p_tcb, status, op_code, p_tcb->sr_cmd.handle, FALSE);
312 GATT_TRACE_DEBUG1("gatt_sr_process_app_rsp ret_code=%d", ret_code);
314 return ret_code;
    [all...]
  /external/bluetooth/bluedroid/bta/av/
bta_av_act.c 401 tBTA_AV_CODE ret_code = BTA_AV_RSP_NOT_IMPL; local
407 ret_code = BTA_AV_RSP_ACCEPT;
413 ret_code = BTA_AV_RSP_INTERIM;
417 return ret_code;
    [all...]
  /external/e2fsprogs/e2fsck/
pass1.c 2128 int ret_code = 0; local
    [all...]
  /external/openssl/include/openssl/
ssl.h     [all...]
  /external/openssl/ssl/
ssl.h     [all...]

Completed in 494 milliseconds