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

  /external/libcxx/src/support/win32/
support.cpp 74 bool have_result = false; local
92 have_result = true;
96 if ( have_result && result == terminated_sequence )
101 if ( have_result && result != terminated_sequence && result != incomplete_sequence )
126 bool have_result = false; local
151 have_result = true;
160 if ( have_result && result != no_error ) {
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/support/win32/
support.cpp 74 bool have_result = false; local
92 have_result = true;
96 if ( have_result && result == terminated_sequence )
101 if ( have_result && result != terminated_sequence && result != incomplete_sequence )
126 bool have_result = false; local
151 have_result = true;
160 if ( have_result && result != no_error ) {
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/support/win32/
support.cpp 74 bool have_result = false; local
92 have_result = true;
96 if ( have_result && result == terminated_sequence )
101 if ( have_result && result != terminated_sequence && result != incomplete_sequence )
126 bool have_result = false; local
151 have_result = true;
160 if ( have_result && result != no_error ) {

Completed in 140 milliseconds