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

  /external/bluetooth/glib/tests/
regex-test.c 305 const gchar *expected_string = va_arg (args, const gchar *); local
306 if (expected_string == NULL)
309 match->string = g_strdup (expected_string);
675 gchar *expected_string = va_arg (args, gchar *); local
676 if (expected_string == NULL)
679 expected = g_slist_prepend (expected, g_strdup (expected_string));
777 gchar *expected_string = va_arg (args, gchar *); local
778 if (expected_string == NULL)
781 expected = g_slist_prepend (expected, g_strdup (expected_string));
879 gchar *expected_string = va_arg (args, gchar *) local
949 gchar *expected_string = va_arg (args, gchar *); local
1319 const gchar *expected_string = va_arg (args, const gchar *); local
1426 const gchar *expected_string = va_arg (args, const gchar *); local
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
crestst.c 253 UChar* expected_string = NULL; local
382 expected_string=(UChar*)malloc(sizeof(UChar)*(u_strlen(base) + 3));
383 u_strcpy(expected_string,base);
388 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1));
389 u_strcpy(expected_string,kERROR);
393 CONFIRM_EQ(string, expected_string);
395 free(expected_string);
    [all...]
creststn.c 1588 UChar* expected_string = NULL; local
    [all...]
  /external/icu4c/test/cintltst/
crestst.c 256 UChar* expected_string = NULL; local
385 expected_string=(UChar*)malloc(sizeof(UChar)*(u_strlen(base) + 3));
386 u_strcpy(expected_string,base);
391 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1));
392 u_strcpy(expected_string,kERROR);
396 CONFIRM_EQ(string, expected_string);
398 free(expected_string);
    [all...]
creststn.c 1597 UChar* expected_string = NULL; local
    [all...]

Completed in 115 milliseconds