HomeSort by relevance Sort by last modified time
    Searched defs:this_result (Results 1 - 2 of 2) sorted by null

  /system/core/liblog/tests/
liblog_test.cpp 113 int this_result = reinterpret_cast<uintptr_t>(result); local
114 if ((0 == ret) && (0 != this_result)) {
115 ret = this_result;
  /external/openssh/
readconf.c 494 int r, port, this_result, result = 1, attributes = 0, negate; local
515 this_result = 1;
536 this_result = result = 0;
539 this_result ? "" : "not ", oattrib);
553 this_result = result = 0;
558 this_result = result = 0;
563 this_result = result = 0;
568 this_result = result = 0;
604 this_result = result = 0;
611 filename, linenum, this_result ? "": "not "
    [all...]

Completed in 188 milliseconds