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

  /external/stlport/test/eh/
test_string.cpp 2 test_string.cpp
38 void test_string() { function
  /external/bluetooth/glib/tests/
checksum-test.c 655 #define test_string(type) test_checksum_string (G_CHECKSUM_##type, \ macro
671 test_string (MD5);
672 test_string (SHA1);
673 test_string (SHA256);
  /external/clang/test/FixIt/
typo.cpp 5 // RUN: grep test_string %t
42 bool test_string(std::string s) { function
  /external/bluetooth/glib/tests/gobject/
override.c 344 static GString *test_string = NULL; variable
350 if (test_string->len)
351 g_string_append_c (test_string, ',');
352 g_string_append (test_string, str);
363 test_string = g_string_new (NULL);
380 if (strcmp (test_string->str, expected) != 0)
388 test_string->str);
390 if (strcmp (test_string->str, expected) != 0)
394 g_string_free (test_string, TRUE);

Completed in 81 milliseconds