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

  /external/stlport/test/unit/
ioiter_test.cpp 34 const char *strorg = "abcd"; local
37 string objStr(strorg);
43 pc = strorg;
44 string::size_type sz = strlen(strorg);
string_test.cpp 456 string strorg = "This is test string for string calls"; local
464 str = strorg;
470 str = strorg;
474 str = strorg;
478 str = strorg;
482 str = strorg;
489 str = strorg;
593 string strorg("This is test string for string calls");
594 string str = strorg;
598 str = strorg;
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
ioiter_test.cpp 34 const char *strorg = "abcd"; local
37 string objStr(strorg);
43 pc = strorg;
44 string::size_type sz = strlen(strorg);
string_test.cpp 456 string strorg = "This is test string for string calls"; local
464 str = strorg;
470 str = strorg;
474 str = strorg;
478 str = strorg;
482 str = strorg;
489 str = strorg;
593 string strorg("This is test string for string calls");
594 string str = strorg;
598 str = strorg;
    [all...]
  /ndk/tests/device/test-stlport/unit/
ioiter_test.cpp 34 const char *strorg = "abcd"; local
37 string objStr(strorg);
43 pc = strorg;
44 string::size_type sz = strlen(strorg);
string_test.cpp 456 string strorg = "This is test string for string calls"; local
464 str = strorg;
470 str = strorg;
474 str = strorg;
478 str = strorg;
482 str = strorg;
489 str = strorg;
593 string strorg("This is test string for string calls");
594 string str = strorg;
598 str = strorg;
    [all...]

Completed in 451 milliseconds