Searched refs:output_start (Results 1 - 5 of 5) sorted by relevance

/external/ltp/
H A Dexecltp.in135 output_start = '<<<test_output>>>'
172 elif line.startswith(output_start):
/external/python/cpython2/Modules/
H A Dstropmodule.c953 char *table1, *output_start, *del_table=NULL; local
973 output_start = output = PyString_AsString(result);
1010 _PyString_Resize(&result, output - output_start);
/external/python/cpython3/Objects/
H A Dbytesobject.c2097 const char *output_start, *del_table_chars=NULL; local
2150 output_start = output = PyBytes_AS_STRING(result);
2197 _PyBytes_Resize(&result, output - output_start);
/external/brotli/c/enc/
H A Dencode.c1345 uint8_t* output_start = encoded_buffer; local
1398 MakeUncompressedStream(input_start, input_size, output_start);
/external/python/cpython2/Objects/
H A Dstringobject.c2204 const char *output_start, *del_table=NULL; local
2268 output_start = output = PyString_AsString(result);
2309 if (inlen > 0 && _PyString_Resize(&result, output - output_start))

Completed in 1066 milliseconds