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

  /external/strace/tests/
ipc_msgbuf.c 35 #define text_string "STRACE_STRING" macro
36 #define msgsz sizeof(text_string)
56 .mtext = text_string
  /external/strace/tests-m32/
ipc_msgbuf.c 35 #define text_string "STRACE_STRING" macro
36 #define msgsz sizeof(text_string)
56 .mtext = text_string
  /external/strace/tests-mx32/
ipc_msgbuf.c 35 #define text_string "STRACE_STRING" macro
36 #define msgsz sizeof(text_string)
56 .mtext = text_string
  /external/pcre/pcrecpp/
pcrecpp_unittest.cc 89 string text_string; local
91 text_string += "this is another line\n";
96 StringPiece text(text_string);
    [all...]
  /external/ImageMagick/Magick++/lib/
Image.cpp 934 text_string; local
942 text_string=std::string(text);
946 return(text_string);
    [all...]

Completed in 224 milliseconds