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

1 2

  /packages/apps/OMA-DM/engine/dmlib/dmengine/dm_persist/src/
SyncML_Commit_Log.cc 132 SYNCML_DM_RET_STATUS_T ret_code = SYNCML_DM_SUCCESS; local
153 ret_code = SYNCML_DM_DEVICE_FULL;
159 ret_code = SYNCML_DM_IO_FAILURE;
165 ret_code = SYNCML_DM_IO_FAILURE;
171 ret_code = SYNCML_DM_IO_FAILURE;
177 ret_code = SYNCML_DM_IO_FAILURE;
184 ret_code = SYNCML_DM_IO_FAILURE;
196 ret_code = SYNCML_DM_IO_FAILURE;
206 ret_code = SYNCML_DM_IO_FAILURE;
211 return ret_code;
238 SYNCML_DM_RET_STATUS_T ret_code = SYNCML_DM_SUCCESS; local
263 SYNCML_DM_RET_STATUS_T ret_code = SYNCML_DM_SUCCESS; local
329 SYNCML_DM_RET_STATUS_T ret_code = SYNCML_DM_SUCCESS; local
    [all...]
SyncML_DM_WBXMLReader.cc 383 SYNCML_DM_RET_STATUS_T ret_code = SYNCML_DM_FAIL; local
386 if((ret_code = this->readByte(&bYte)) != SYNCML_DM_SUCCESS
391 if((ret_code = this->readByte(cmdType)) != SYNCML_DM_SUCCESS)
395 if((ret_code = this->readByte(&bYte)) != SYNCML_DM_SUCCESS ||
400 if((ret_code = this->readByte(&bYte)) != SYNCML_DM_SUCCESS
405 if((ret_code = this->readByte(&bYte)) != SYNCML_DM_SUCCESS
410 if((ret_code = this->readOpaque(cmdURI)) != SYNCML_DM_SUCCESS)
414 if((ret_code = this->readByte(&bYte)) != SYNCML_DM_SUCCESS
422 if((ret_code = this->readByte(&bYte)) != SYNCML_DM_SUCCESS
425 if((ret_code = this->readNode(props, stopByte)) != SYNCML_DM_SUCCESS
515 SYNCML_DM_RET_STATUS_T ret_code = SYNCML_DM_FAIL; local
    [all...]
  /external/valgrind/main/none/tests/s390x/
pfpo.c 29 #define PFPO(initial, src_type, dst_type, fn_code, round, ret_code, cc) \
40 ret_code = ret; \
51 unsigned int ret_code; local
72 PFPO(0., double, _Decimal64, 0x81090600, 0, ret_code, cc);
73 printf("pfpo test: function=%x ret=%d cc=%d\n", 0x81090600, ret_code, cc);
76 PFPO(0., double, _Decimal64, 0x81990600, 0, ret_code, cc);
77 printf("pfpo test: function=%x ret=%d cc=%d\n", 0x81990600, ret_code, cc);
87 i, ret_code, cc);
89 printf(" ret=%d cc=%d\n", ret_code, cc);
97 i, ret_code, cc)
    [all...]
  /packages/apps/OMA-DM/engine/dmlib/plugin/src/
SyncML_PlugIn_WBXMLLog.cc 336 SYNCML_DM_RET_STATUS_T ret_code = SYNCML_DM_SUCCESS; local
352 ret_code = SYNCML_DM_IO_FAILURE;
358 ret_code = SYNCML_DM_IO_FAILURE;
363 ret_code = SYNCML_DM_IO_FAILURE;
369 ret_code = SYNCML_DM_IO_FAILURE;
372 return ret_code;
378 return ret_code;
399 SYNCML_DM_RET_STATUS_T ret_code = SYNCML_DM_SUCCESS; local
420 ret_code = writeURIInfo(commandType, pbURI, writer);
421 if(ret_code != SYNCML_DM_SUCCESS
655 SYNCML_DM_RET_STATUS_T ret_code = SYNCML_DM_SUCCESS; local
756 SYNCML_DM_RET_STATUS_T ret_code = SYNCML_DM_SUCCESS; local
    [all...]
  /packages/apps/OMA-DM/engine/dmlib/dmengine/dm_tnm/src/
dm_tree_plugin_util.cc 45 SYNCML_DM_RET_STATUS_T ret_code = SYNCML_DM_SUCCESS; local
63 ret_code = fileHandler.open(XPL_FS_FILE_RDWR);
65 if(ret_code == SYNCML_DM_SUCCESS)
69 return ret_code;
75 SYNCML_DM_RET_STATUS_T ret_code = SYNCML_DM_FAIL; local
80 ret_code = SYNCML_DM_IO_FAILURE;
84 ret_code = reader->readOpaque( &cmdURI );
85 if( SYNCML_DM_SUCCESS != ret_code ) break;
89 ret_code = reader->readByte( &bYte );
90 if( SYNCML_DM_SUCCESS != ret_code ) break
110 SYNCML_DM_RET_STATUS_T ret_code = SYNCML_DM_FAIL; local
173 SYNCML_DM_RET_STATUS_T ret_code = SYNCML_DM_SUCCESS; local
    [all...]
  /external/chromium_org/build/
compiler_version.py 109 ret_code, result = ExtractVersion(mode, tool)
110 if ret_code == 0:
112 return ret_code
119 ret_code, result = ExtractVersion(mode, tool)
120 if ret_code == 0:
  /external/chromium_org/win8/delegate_execute/
delegate_execute.cc 149 HRESULT ret_code = E_UNEXPECTED; local
154 ret_code = _AtlModule.WinMain(nShowCmd);
157 ret_code = RelaunchChrome(operation);
163 AtlTrace("delegate_execute exit, code = %d\n", ret_code);
164 return ret_code;
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
vdso_support.cc 171 int ret_code = (*VDSOSupport::getcpu_fn_)(&cpu, NULL, NULL); local
172 return ret_code == 0 ? cpu : ret_code;
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
vdso_support.cc 171 int ret_code = (*VDSOSupport::getcpu_fn_)(&cpu, NULL, NULL); local
172 return ret_code == 0 ? cpu : ret_code;
  /external/chromium_org/build/android/pylib/gtest/
test_package_exe.py 37 ret_code = 1 # Assume failure if we can't find it
47 ret_code = file(ret_code_file.name).read()
48 ret = int(ret_code)
51 ret_code_file.name, ret_code)
test_runner.py 149 ret_code = self.test_package.GetGTestReturnCode(self.device)
150 if ret_code:
153 ret_code, p.before, p.after)
  /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)
  /external/chromium_org/third_party/webrtc/video_engine/include/
vie_rtp_rtcp.h 310 int ret_code = GetReceiveChannelRtcpStatistics(video_channel, local
317 return ret_code;
326 int ret_code = GetSendChannelRtcpStatistics(video_channel, local
333 return ret_code;
363 int ret_code = GetRtpStatistics(video_channel, sent, received); local
368 return ret_code;
  /development/perftests/panorama/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/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_org/testing/gtest/test/
gtest_test_utils.py 280 ret_code = p.wait()
289 # Converts ret_code to match the semantics of
291 if os.WIFSIGNALED(ret_code):
292 self._return_code = -os.WTERMSIG(ret_code)
293 else: # os.WIFEXITED(ret_code) should return True here.
294 self._return_code = os.WEXITSTATUS(ret_code)
  /external/gtest/test/
gtest_test_utils.py 280 ret_code = p.wait()
289 # Converts ret_code to match the semantics of
291 if os.WIFSIGNALED(ret_code):
292 self._return_code = -os.WTERMSIG(ret_code)
293 else: # os.WIFEXITED(ret_code) should return True here.
294 self._return_code = os.WEXITSTATUS(ret_code)
  /ndk/sources/third_party/googletest/googletest/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/chromium_org/chrome/browser/first_run/
first_run_internal_win.cc 39 // in |*ret_code|, and returns true if the exit code is valid.
43 int* ret_code) {
76 *ret_code = exit_code;
  /external/chromium_org/win8/test/
test_registrar.cc 135 HRESULT ret_code = _AtlModule.WinMain(nShowCmd); local
137 return ret_code;
  /external/oprofile/libutil++/
child_reader.cpp 92 int ret_code = errno; local
102 exit(ret_code);
  /packages/apps/OMA-DM/engine/dmlib/dmengine/dm_transport/hdr/
dm_tpt_connection.H.contrib 200 SYNCML_DM_RET_STATUS_T IssueURLRequest(XPL_HTTP_CODE_T *ret_code);

Completed in 703 milliseconds

1 2