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

  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 430 char *cur_output, *end_output; local
435 end_output = cur_output + buf_size;
438 if (cur_output && (cur_output == end_output)) break;
443 if (cur_output && (cur_output + 2 > end_output)) {
466 if (cur_output && (cur_output + 3 > end_output)) {
478 if (cur_output && (cur_output + 2 > end_output)) {
501 if (cur_output && (cur_output + 3 > end_output)) {
513 if (cur_output && (cur_output + 2 > end_output)) {
529 if (cur_output && (cur_output + 3 > end_output)) {
540 if (cur_output && (cur_output + 2 > end_output)) {
583 char *cur_output, *end_output; local
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 430 char *cur_output, *end_output; local
435 end_output = cur_output + buf_size;
438 if (cur_output && (cur_output == end_output)) break;
443 if (cur_output && (cur_output + 2 > end_output)) {
466 if (cur_output && (cur_output + 3 > end_output)) {
478 if (cur_output && (cur_output + 2 > end_output)) {
501 if (cur_output && (cur_output + 3 > end_output)) {
513 if (cur_output && (cur_output + 2 > end_output)) {
529 if (cur_output && (cur_output + 3 > end_output)) {
540 if (cur_output && (cur_output + 2 > end_output)) {
583 char *cur_output, *end_output; local
    [all...]
  /external/ltp/
execltp.in 134 end_output = '<<<execution_status>>>'
151 if line.startswith(end_output):

Completed in 60 milliseconds