HomeSort by relevance Sort by last modified time
    Searched refs:rc (Results 151 - 175 of 482) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/icu4c/common/
cstring.c 233 int rc; local
249 rc=(int)(unsigned char)uprv_tolower(c1)-(int)(unsigned char)uprv_tolower(c2);
250 if(rc!=0) {
251 return rc;
272 int rc; local
288 rc=(int)(unsigned char)uprv_tolower(c1)-(int)(unsigned char)uprv_tolower(c2);
289 if(rc!=0) {
290 return rc;
  /external/srec/tools/grxmlcompile/
vocab.cpp 40 ESR_ReturnCode rc; local
41 rc = SR_VocabularyLoad(vocFileName.c_str(), &m_hVocab);
42 if (rc != ESR_SUCCESS)
44 std::cout << "Error: " << ESR_rc2str(rc) <<std::endl;
74 ESR_ReturnCode rc; local
90 rc = SR_VocabularyGetPronunciation( p_SRVocab, c_phrase, prons, &len );
91 if (rc != ESR_SUCCESS)
93 std::cout <<"ERROR: " << ESR_rc2str(rc) << std::endl;
  /frameworks/base/media/libstagefright/codecs/amrnb/common/include/
l_msu.h 131 register Word32 rc = var2; local
139 : "r"(rb), "r"(rc)
mpy_32.h 152 register Word32 rc = L_var2_hi; local
161 : "r"(ra), "r"(rc)
188 : "r"(rb), "r"(rc)
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
pvamrwbdecoder_basic_op_gcc_armv5.h 107 register int32 rc = (int32)n; local
119 "r"(rc));
160 register int32 rc = L_var3; local
168 "r"(rc));
179 register int32 rc = L_var3; local
187 "r"(rc));
263 register int32 rc = (int32)L_add; local
270 "r"(rc));
  /libcore/luni/src/main/native/
AsynchronousSocketCloseMonitor.cpp 54 int rc = sigaction(BLOCKED_THREAD_SIGNAL, &sa, NULL); local
55 if (rc == -1) {
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/IPC/Linux/
ipc_event.c 222 /*int rc;*/
252 int rc; local
263 rc = pthread_create(&ev_thread_id, NULL, _ipc_EventThread, (void*)NULL);
266 if (rc)
267 printf("---ipc_CreateInterface() - ERROR code from pthread_create() is %d\n", rc);
321 int rc = 0; local
323 return (TI_HANDLE)rc;
326 rc = ipc_interfaces_init();
329 return (TI_HANDLE)rc;
  /cts/tests/tests/widget/src/android/widget/cts/
AbsSpinnerTest.java 270 Rect rc = new Rect(0, 0, 100, 100); local
271 Rect rcChild0 = new Rect(0, 0, 20, rc.bottom);
272 Rect rcChild1 = new Rect(rcChild0.right, 0, 70, rc.bottom);
273 Rect rcChild2 = new Rect(rcChild1.right, 0, rc.right, rc.bottom);
274 absSpinner.layout(rc.left, rc.top, rc.right, rc.bottom);
283 assertEquals(0, absSpinner.pointToPosition(rcChild0.left + 1, rc.bottom - 1))
    [all...]
  /external/srec/portable/src/
phashtable.c 233 ESR_ReturnCode rc; local
238 rc = ESR_INVALID_ARGUMENT;
239 PLogError(ESR_rc2str(rc));
242 rc = PHashTableGetEntry(table, key, &entry);
243 if (rc == ESR_SUCCESS)
245 else if (rc == ESR_NO_MATCH_ERROR)
252 return rc;
343 ESR_ReturnCode rc = ESR_SUCCESS; local
363 if ((rc = PHashTableRehash(table)) != ESR_SUCCESS)
364 return rc;
428 ESR_ReturnCode rc; local
    [all...]
  /external/webkit/WebCore/platform/graphics/win/
WKCACFLayerRenderer.cpp 66 inline static CGRect winRectToCGRect(RECT rc)
68 return CGRectMake(rc.left, rc.top, (rc.right - rc.left), (rc.bottom - rc.top));
71 inline static CGRect winRectToCGRect(RECT rc, RECT relativeToRect)
73 return CGRectMake(rc.left, (relativeToRect.bottom-rc.bottom), (rc.right - rc.left), (rc.bottom - rc.top))
    [all...]
  /system/core/init/
builtins.c 459 int rc = 0; local
483 rc = read(fd1, p, brtr);
484 if (rc < 0)
486 if (rc == 0)
488 p += rc;
489 brtr -= rc;
495 rc = write(fd2, p, brtw);
496 if (rc < 0)
498 if (rc == 0)
500 p += rc;
    [all...]
  /external/e2fsprogs/lib/e2p/
feature.c 175 int rc = 0; local
216 rc = 1;
222 rc = 1;
233 rc = 1;
244 return rc;
  /external/qemu/distrib/sdl-1.2.12/src/joystick/os2/
SDL_sysjoystick.c 111 APIRET rc; /* Generic OS/2 return code */ local
126 rc = joyPortOpen(&hJoyPort); /* Open GAME$ port */
127 if (rc != 0) return 0; /* Cannot open... report no joystick */
129 rc = DosDevIOCtl(hJoyPort, IOCTL_CAT_USER, GAME_GET_PARMS,
131 if (rc != 0)
143 rc = DosDevIOCtl(hJoyPort, IOCTL_CAT_USER, GAME_GET_CALIB,
145 if (rc != 0)
156 rc = DosDevIOCtl(hJoyPort, IOCTL_CAT_USER, GAME_PORT_RESET,
158 if (rc == 0)
161 rc = DosDevIOCtl(hJoyPort, IOCTL_CAT_USER, GAME_PORT_GET
384 APIRET rc; \/* Generic OS\/2 return code *\/ local
552 APIRET rc; \/* Generic Return Code *\/ local
    [all...]
  /external/icu4c/test/intltest/
simplethread.cpp 359 int32_t rc; local
369 rc = pthread_attr_create(&attr);
372 rc = pthread_create(&(imp->fThread),attr,&SimpleThreadProc,(void*)this);
375 rc = pthread_attr_init(&attr);
391 rc = pthread_create(&(imp->fThread),&attr,&SimpleThreadProc,(void*)this);
394 if (rc != 0) {
400 return rc;
  /external/oprofile/libabi/
opimport.cpp 158 int rc = odb_add_node(dest, key, val); local
159 if (rc != EXIT_SUCCESS) {
160 cerr << strerror(rc) << endl;
201 int rc; local
208 rc = odb_open(&dest, output_filename.c_str(), ODB_RDWR,
210 if (rc) {
212 << strerror(rc) << endl;
  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/
CmdMBox.c 271 ETxnStatus rc; local
281 rc = twIf_Transact(pCmdMbox->hTwIf, pCmdTxn);
284 if (rc == TXN_STATUS_COMPLETE)
365 TI_STATUS rc; local
373 rc = twIf_Transact(pCmdMbox->hTwIf, pRegTxn);
374 if (rc == TXN_STATUS_COMPLETE)
379 return rc;
  /system/extras/procrank/
procrank.c 214 int rc = 0; local
222 rc = 1;
228 rc = 2;
233 rc = 3;
242 if (rc != 0) {
249 rc = 4;
253 return rc;
  /system/wlan/ti/wilink_6_1/TWD/FW_Transfer/
CmdMBox.c 272 ETxnStatus rc; local
282 rc = twIf_Transact(pCmdMbox->hTwIf, pCmdTxn);
285 if (rc == TXN_STATUS_COMPLETE)
364 TI_STATUS rc; local
372 rc = twIf_Transact(pCmdMbox->hTwIf, pRegTxn);
373 if (rc == TXN_STATUS_COMPLETE)
378 return rc;
  /external/dnsmasq/src/
helper.c 176 pid_t rc = wait(&status); local
178 if (rc == pid)
188 if (rc == -1 && errno != EINTR)
407 ssize_t rc; local
412 if ((rc = write(daemon->helperfd, buf, bytes_in_buf)) != -1)
414 if (bytes_in_buf != (size_t)rc)
415 memmove(buf, buf + rc, bytes_in_buf - rc);
416 bytes_in_buf -= rc;
  /external/srec/srec/crec/
srec_context.c 159 int rc; local
176 rc = FST_LoadWordMap(&context->olabels, num_words_to_add, fp);
178 if (rc) return rc;
183 rc = FST_LoadGraph(context, context->ilabels, context->olabels, num_words_to_add, fp);
185 if (rc != FST_SUCCESS) return rc;
190 rc = FST_LoadReverseWordGraph(context, num_words_to_add, fp);
192 if (rc != FST_SUCCESS) return rc;
225 int rc = FST_SUCCESS; local
335 ESR_ReturnCode rc; local
457 ESR_ReturnCode rc; local
508 ESR_ReturnCode rc; local
708 ESR_ReturnCode rc = PHashTablePutValue ( wmap->wordIDForWord, wmap->words[i], local
758 ESR_ReturnCode rc = PHashTablePutValue ( wmap->wordIDForWord, wmap->words[wdID], local
811 ESR_ReturnCode rc = PHashTablePutValue ( wmap->wordIDForWord, wmap->words[i], local
865 ESR_ReturnCode rc = PHashTablePutValue ( wmap->wordIDForWord, wmap->words[wdID], local
885 int rc = 0; local
908 int i, rc = 0; local
1139 int rc = 0; local
1196 int irc, rc = FST_SUCCESS; local
1571 int i, rc = 0; local
2280 int rc = FST_SUCCESS; local
2694 int rc; local
2781 ESR_ReturnCode rc = ESR_SUCCESS; local
2925 ESR_ReturnCode rc; local
2977 ESR_ReturnCode rc; local
3061 ESR_ReturnCode rc; local
3279 int rc = FST_SUCCESS; local
3535 int rc = FST_SUCCESS; local
    [all...]
  /external/libvpx/vp8/decoder/
xprintf.c 55 int rc = 0; local
134 rc = strlen(sz_formatted);
163 return rc;
  /external/srec/srec/Semproc/src/
ExpressionEvaluator.c 42 ESR_ReturnCode rc; local
53 MEMCHK(rc, (*resultLen + opLen), MAX_STRING_LEN);
59 return rc;
  /external/srec/srec/ca/
voc_basi.c 142 int rc; local
145 rc = CA_GetFullEntryInDictionary(hVocab, label, pron, pronSize, pronMaxSize);
146 return rc;
  /frameworks/base/services/java/com/android/server/
MountService.java 449 int rc = doMountVolume(path);
450 if (rc != StorageResultCode.OperationSucceeded) {
451 Slog.e(TAG, String.format("Boot-time mount failed (%d)", rc));
679 int rc; local
680 if ((rc = doMountVolume(path)) != StorageResultCode.OperationSucceeded) {
681 Slog.w(TAG, String.format("Insertion mount failed (%d)", rc));
828 int rc = StorageResultCode.OperationSucceeded; local
1008 int rc; local
1310 int rc = StorageResultCode.OperationSucceeded; local
1330 int rc = StorageResultCode.OperationSucceeded; local
1356 int rc = StorageResultCode.OperationSucceeded; local
1390 int rc = StorageResultCode.OperationSucceeded; local
1428 int rc = StorageResultCode.OperationSucceeded; local
1474 int rc = StorageResultCode.OperationSucceeded; local
1940 int rc = StorageResultCode.OperationSucceeded; local
2022 int rc = StorageResultCode.OperationSucceeded; local
    [all...]
  /system/core/nexus/
SupplicantListener.cpp 47 int rc; local
50 if ((rc = wpa_ctrl_recv(mMonitor, buf, &nread))) {
56 if (!rc && !nread) {

Completed in 759 milliseconds

1 2 3 4 5 67 8 91011>>