HomeSort by relevance Sort by last modified time
    Searched full:streq (Results 1 - 10 of 10) sorted by null

  /external/bluetooth/glib/tests/
regex-test.c 66 streq (const gchar *s1, const gchar *s2) function
111 if (!streq (g_regex_get_pattern (regex), pattern))
353 if (!streq(exp->string, match->string))
549 if (!streq(sub_expr, expected_sub))
607 if (!streq (sub_expr, expected_sub))
704 if (!streq(l_exp->data, matches [i]))
804 if (!streq(l_exp->data, tokens [i]))
908 if (!streq(l_exp->data, tokens [i]))
977 if (!streq(l_exp->data, tokens [i]))
1123 if (!streq (res, expected)
    [all...]
  /external/icu4c/i18n/
rbnf.cpp 114 streq(const UChar* lhs, const UChar* rhs) { function
134 if (!streq(getRuleSetName(i), rhs->getRuleSetName(i))) {
143 // if no locale, ix is -1, getLocaleName returns null, so streq returns false
144 if (!streq(locale, rhs->getLocaleName(ix))) {
148 if (!streq(getDisplayName(i, j), rhs->getDisplayName(ix, j))) {
163 if (streq(locale, getLocaleName(i))) {
174 if (streq(ruleset, getRuleSetName(i))) {
    [all...]
  /external/clearsilver/util/regex/
regex.c 322 #define STREQ(s1, s2) ((strcmp (s1, s2) == 0))
    [all...]
  /external/libffi/src/arm/
sysv.S 195 streq r0, [r2]
  /external/webkit/JavaScriptCore/parser/
Grammar.y 211 %token STREQ STRNEQ /* === and !== */
    [all...]
Lexer.cpp 331 token = STREQ;
  /external/bison/
Makefile.maint 204 # FIXME: warn about definitions of EXIT_FAILURE, EXIT_SUCCESS, STREQ
  /dalvik/vm/mterp/armv5te/
footer.S     [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/
i686-unknown-linux-gnu-gdb 
i686-unknown-linux-gnu-gdbtui 

Completed in 1308 milliseconds