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

  /external/clang/test/SemaCXX/
unknown-anytype-blocks.cpp 8 auto ret2 = bar(); // expected-error {{'bar' has unknown return type; cast the call to its declared return type}} local
  /external/clang/test/CXX/over/over.built/
p23.cpp 11 bool ret2 = getValue() && getValue(); local
23 bool ret2 = getExplicitValue() && getExplicitValue(); local
  /external/libpcap/missing/
snprintf.c 476 int ret2; local
483 ret2 = vsprintf (tmp, format, args);
484 if (ret != ret2 || strcmp(str, tmp))
508 int ret2;
514 ret2 = vsprintf (tmp, format, args);
515 if (val != ret2 || strcmp(*ret, tmp))
538 int ret2;
544 ret2 = vsprintf (tmp, format, args);
545 if (val != ret2 || strcmp(*ret, tmp))
  /external/tcpdump/missing/
snprintf.c 476 int ret2; local
483 ret2 = vsprintf (tmp, format, args);
484 if (ret != ret2 || strcmp(str, tmp))
508 int ret2;
514 ret2 = vsprintf (tmp, format, args);
515 if (val != ret2 || strcmp(*ret, tmp))
538 int ret2;
544 ret2 = vsprintf (tmp, format, args);
545 if (val != ret2 || strcmp(*ret, tmp))
  /external/qemu/
os-win32.c 131 int ret, ret2, i; local
154 ret2 = WaitForSingleObject(w->events[i], 0);
155 if(ret2 == WAIT_OBJECT_0) {
158 } else if (ret2 == WAIT_TIMEOUT) {
  /external/libffi/src/pa/
ffi.c 579 unsigned int ret2[2]; local
591 memset (ret2, 0, sizeof (ret2));
592 memcpy ((char *)ret2 + off, ret, 8 - off);
594 *(stack - FIRST_ARG_SLOT) = ret2[0];
595 *(stack - FIRST_ARG_SLOT - 1) = ret2[1];
  /external/dbus/tools/
dbus-launch.c 1102 int ret2; local
1177 ret2 = x11_save_address (bus_address, bus_pid, &wid);
1181 if (ret2 == 0)
1197 if (ret2 < 0)
  /external/linux-tools-perf/util/
probe-finder.c 742 int tag, ret, ret2; local
768 ret2 = snprintf(buf + ret, len - ret, "%s", tmp);
769 ret = (ret2 >= len - ret) ? -E2BIG : ret2 + ret;
777 int ret, ret2; local
785 ret2 = snprintf(buf + ret, len - ret, "\t%s",
787 ret = (ret2 >= len - ret) ? -E2BIG : ret2 + ret;
    [all...]
  /frameworks/base/media/jni/
android_media_MediaProfiles.cpp 422 int ret2 = AndroidRuntime::registerNativeMethods(env, local
443 return (ret1 || ret2 || ret3 || ret4 || ret5);
  /external/webkit/Source/JavaScriptCore/qt/tests/qscriptengine/
tst_qscriptengine.cpp 674 QScriptValue ret2 = throwFun.call(); local
675 QVERIFY(ret2.isError());
677 QVERIFY(eng.uncaughtException().strictlyEquals(ret2));
  /external/libxml2/
uri.c 1823 int ret2; local
    [all...]
  /external/dbus/dbus/
dbus-sysdeps-unix.c 722 ret2 = _dbus_write (fd, buffer2, start2, len2);
723 if (ret2 < 0)
724 ret2 = 0; /* we can't report an error as the first write was OK */
726 return ret1 + ret2;
    [all...]
  /bionic/libc/arch-x86/string/
ssse3-strcmp-latest.S     [all...]

Completed in 811 milliseconds