HomeSort by relevance Sort by last modified time
    Searched refs:rc (Results 476 - 500 of 1119) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/app/
chrome_exe_main_win.cc 114 int rc = loader->Launch(instance); local
117 return rc;
  /external/chromium_org/pdf/
draw_utils.h 27 const pp::Rect& rc,
53 void FillRect(pp::ImageData* image, const pp::Rect& rc, uint32 color);
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
utility.cc 34 int rc = vfprintf(stderr, format, arg); local
36 return rc;
  /external/chromium_org/third_party/icu/source/samples/case/
case.cpp 80 int rc = c_main(out); local
82 return rc;
  /external/chromium_org/third_party/libsrtp/srtp/include/
srtp_priv.h 115 unsigned char rc:5; /* reception report count */ member in struct:__anon17465
136 unsigned char rc:5; /* reception report count */ member in struct:__anon17467
  /external/chromium_org/third_party/npapi/npspy/windows/
gui_main.cpp 125 RECT rc; local
126 if(GetWindowRect(hWnd, &rc))
127 profile.setSizeAndPosition(rc.right - rc.left, rc.bottom - rc.top, rc.left, rc.top);
  /external/chromium_org/tools/grit/grit/node/
structure_unittest.py 22 from grit.format import rc namespace
29 <structure type="dialog" name="IDD_ABOUTBOX" file="klonk.rc" encoding="utf-16-le">
30 <skeleton expr="lang == 'fr'" variant_of_revision="1" file="klonk-alternate-skeleton.rc" />
35 transl = ''.join(rc.Format(grd, 'fr', '.'))
  /external/chromium_org/tools/grit/grit/
shortcuts_unittests.py 20 from grit.gather import rc namespace
46 dlg = rc.Dialog(StringIO.StringIO('''\
  /external/compiler-rt/test/BlocksRuntime/
makefile 52 Buildit ?= ~rc/bin/buildit -rootsDirectory $(RootsDirectory) -arch i386 -arch ppc -arch x86_64
59 LibsystemPath ?= ~rc/Software/SnowLeopard/Projects/Libsystem/Libsystem-$(LibsystemVersion)
  /external/icu/icu4c/source/samples/case/
case.cpp 80 int rc = c_main(out); local
82 return rc;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encoder.c 292 const RATE_CONTROL *const rc = &cpi->rc; local
295 int high_q = (int)(rc->avg_q > 48.0);
333 qi_delta = vp9_compute_qdelta(rc, rc->avg_q, rc->avg_q * 0.875,
348 if (rc->frames_since_golden == 0) {
350 if (rc->source_alt_ref_active) {
355 qi_delta = vp9_compute_qdelta(rc, rc->avg_q, rc->avg_q * 1.125
609 RATE_CONTROL *const rc = &cpi->rc; local
1480 const RATE_CONTROL *const rc = &cpi->rc; local
1766 RATE_CONTROL *const rc = &cpi->rc; local
2528 RATE_CONTROL *const rc = &cpi->rc; local
2545 RATE_CONTROL *const rc = &cpi->rc; local
2572 RATE_CONTROL *const rc = &cpi->rc; local
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
test_rtree.c 249 int rc;
256 rc = sqlite3_rtree_geometry_callback(db, "cube", cube_geom, (void *)&gHere);
257 Tcl_SetResult(interp, (char *)sqlite3TestErrorName(rc), TCL_STATIC);
277 int rc;
284 rc = sqlite3_rtree_geometry_callback(db, "circle", circle_geom, 0);
285 Tcl_SetResult(interp, (char *)sqlite3TestErrorName(rc), TCL_STATIC);
test7.c 67 int rc; /* operation return code */ member in struct:Thread
152 int rc; local
170 rc = pthread_create(&x, 0, client_main, &threadset[i]);
171 if( rc ){
406 switch( threadset[i].rc ){
474 p->rc = SQLITE_ERROR;
481 p->rc = sqlite3_client_prepare(p->db, p->zArg, -1, &p->pStmt, 0);
522 p->rc = SQLITE_ERROR;
525 p->rc = sqlite3_client_step(p->pStmt);
526 if( p->rc==SQLITE_ROW )
    [all...]
test_fuzzer.c 447 int rc = fuzzerSeen(pCur, pStem); local
448 if( rc<0 ) return -1;
449 if( rc==0 ){
599 int rc; local
609 rc = fuzzerRender(pStem, &pCur->zBuf, &pCur->nBuf);
610 if( rc==SQLITE_NOMEM ) return SQLITE_NOMEM;
633 if( (rc = fuzzerSeen(pCur, pStem))!=0 ){
634 if( rc<0 ) return SQLITE_NOMEM;
643 rc = fuzzerSeen(pCur, pCur->pStem);
644 if( rc<0 ) return SQLITE_NOMEM
891 int rc = SQLITE_OK; local
    [all...]
  /external/dnsmasq/contrib/wrt/
dhcp_release.c 106 ssize_t rc; local
118 while ((rc = recvmsg(fd, &msg, MSG_PEEK)) == -1 && errno == EINTR);
122 if (rc == -1 && errno == EOPNOTSUPP)
129 if (rc == -1 || !(msg.msg_flags & MSG_TRUNC))
137 while ((rc = recvmsg(fd, &msg, 0)) == -1 && errno == EINTR);
139 return rc;
  /external/libedit/examples/
wtc1.c 158 int ac, cc, co, rc; local
214 for(rc = history_w(hist, &ev, H_LAST);
215 rc != -1;
216 rc = history_w(hist, &ev, H_PREV))
259 if (wait(&rc) == -1)
261 (void)fprintf(stderr, "Exit %x\n", rc);
  /external/ltrace/sysdeps/linux-gnu/arm/
fetch.c 209 int rc; local
210 if ((rc = consider_vfp(ctx, proc, info, valuep)) != 1)
211 return rc;
273 int rc; local
274 if ((rc = consider_vfp(ctx, proc, info, valuep)) != 1)
275 return rc;
  /device/asus/flo/camera/QCamera2/HAL/
QCameraPostProc.cpp 141 int rc = mJpegHandle.close(mJpegClientHandle); local
142 ALOGE("%s: Jpeg closed, rc = %d, mJpegClientHandle = %x",
143 __func__, rc, mJpegClientHandle);
169 int32_t rc = NO_ERROR; local
182 rc = m_pReprocChannel->start();
183 if (rc != 0) {
187 return rc;
194 return rc;
442 int rc = m_parent->m_cbNotifier.notifyCallback(cbArg); local
443 if ( NO_ERROR != rc ) {
534 int32_t rc = NO_ERROR; local
1135 int32_t rc = NO_ERROR; local
1560 int32_t rc = NO_ERROR; local
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraPostProc.cpp 141 int rc = mJpegHandle.close(mJpegClientHandle); local
142 ALOGE("%s: Jpeg closed, rc = %d, mJpegClientHandle = %x",
143 __func__, rc, mJpegClientHandle);
169 int32_t rc = NO_ERROR; local
182 rc = m_pReprocChannel->start();
183 if (rc != 0) {
187 return rc;
194 return rc;
442 int rc = m_parent->m_cbNotifier.notifyCallback(cbArg); local
443 if ( NO_ERROR != rc ) {
534 int32_t rc = NO_ERROR; local
1135 int32_t rc = NO_ERROR; local
1560 int32_t rc = NO_ERROR; local
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI.cpp 460 status_t rc = NO_ERROR; local
466 rc = setHistogram(1);
470 rc = setHistogram(0);
475 rc = NO_ERROR;
538 rc = NO_ERROR;
547 rc = NO_ERROR;
554 return rc;
2161 int rc = 0; local
2206 int rc = 0; local
2219 int rc = 0; local
2263 int rc = 0; local
2279 int rc = 0; local
2302 int rc = 0; local
2426 int rc = 0; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
main_wnd.cc 241 RECT rc; local
242 ::GetClientRect(handle(), &rc); local
264 SetViewportExtEx(all_dc[i], rc.right, rc.bottom, NULL);
267 HBITMAP bmp_mem = ::CreateCompatibleBitmap(ps.hdc, rc.right, rc.bottom);
270 POINT logical_area = { rc.right, rc.bottom };
284 if ((rc.right - rc.left) > 200 && (rc.bottom - rc.top) > 200)
519 RECT rc; local
543 RECT rc; local
    [all...]
  /art/runtime/
runtime_linux.cc 355 int rc = 0; local
356 rc += sigaction(SIGABRT, &action, NULL);
357 rc += sigaction(SIGBUS, &action, NULL);
358 rc += sigaction(SIGFPE, &action, NULL);
359 rc += sigaction(SIGILL, &action, NULL);
360 rc += sigaction(SIGPIPE, &action, NULL);
361 rc += sigaction(SIGSEGV, &action, NULL);
363 rc += sigaction(SIGSTKFLT, &action, NULL);
365 rc += sigaction(SIGTRAP, &action, NULL);
366 CHECK_EQ(rc, 0)
    [all...]
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_notify.c 51 int rc = 0; local
96 int rc = 0; local
370 return rc;
385 return rc;
390 int rc = 0; local
570 int rc = 0; local
603 int idx, rc = 0; local
621 rc = mm_camera_stream_qbuf(my_obj, stream, idx);
622 // CDBG("%s Q back thumbnail buffer rc = %d ", __func__, rc);
628 int idx, rc = 0; local
690 int rc = 0; local
696 int idx, rc = 0; local
731 int idx, rc = 0; local
825 int rc; local
    [all...]
  /external/chromium_org/chrome/browser/resources/cryptotoken/
gnubby-u2f.js 80 this.version(function(rc, opt_data) {
81 if (rc) {
82 cb(rc);
136 this.apduReply(apdu.buffer, function(rc, data) {
137 if (rc == 0x6d00) {
143 if (!rc) {
146 cb(rc, data);
  /external/oprofile/libopagent/
opagent.c 131 int rc; local
137 rc = stat(AGENT_DIR, &dirstat);
138 if (rc || !S_ISDIR(dirstat.st_mode)) {
139 if (!rc)
288 int rc = -1; local
346 rc = 0;
350 return rc;

Completed in 675 milliseconds

<<11121314151617181920>>