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

  /frameworks/compile/mclinker/lib/LD/
DebugString.cpp 53 const char* str_end = str + pSection.size(); local
54 while (str < str_end) {
  /art/runtime/
oat.cc 414 const char* str_end = ParseString(ptr, end); local
415 if (str_end < end) {
418 if (ParseString(str_end + 1, end) < end) {
419 return str_end + 1;
423 ptr = ParseString(str_end + 1, end) + 1;
441 const char* str_end = ParseString(ptr, end); local
442 if (str_end < end) {
444 ptr = ParseString(str_end + 1, end) + 1;
448 *value = str_end + 1;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
bytesio.c 29 const char *str_end; local
35 str_end = self->buf + self->string_size;
37 n < str_end && *n != '\n';
41 if (n < str_end)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
bytesio.c 29 const char *str_end; local
35 str_end = self->buf + self->string_size;
37 n < str_end && *n != '\n';
41 if (n < str_end)
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
num_put_float.cpp 876 string::const_iterator str_ite(str.begin()), str_end(str.end());
880 while (str_ite != str_end) {
889 if (str_ite != str_end) {
894 if (str_ite != str_end) {
896 while (++str_ite != str_end) {
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
num_put_float.cpp 876 string::const_iterator str_ite(str.begin()), str_end(str.end());
880 while (str_ite != str_end) {
889 if (str_ite != str_end) {
894 if (str_ite != str_end) {
896 while (++str_ite != str_end) {
    [all...]
  /hardware/qcom/audio/hal/audio_extn/
usb.c 276 char *str_end = NULL; local
331 str_end = strstr(read_buf, ((type == USB_PLAYBACK) ?
333 if (str_end > str_start)
340 if ((str_start == NULL) || (check && (str_start >= str_end))) {
    [all...]

Completed in 968 milliseconds