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

  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INVOKE_METHOD_PREDICTED_CHAIN.S 34 streq r10, [r7, #0]
  /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...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarIconView.java 57 private static boolean streq(String a, String b) { method in class:StatusBarIconView
75 && streq(mIcon.iconPackage, icon.iconPackage)
  /external/protobuf/src/google/protobuf/stubs/
hash.h 211 struct streq { struct in namespace:google::protobuf
  /external/chromium/third_party/icu/source/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/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/libffi/src/arm/
sysv.S 195 streq r0, [r2]
  /external/protobuf/src/google/protobuf/
message.cc 210 hash<const char*>, streq> file_map_;
descriptor.cc 278 hash<const char*>, streq>
284 hash<const char*>, streq>
    [all...]

Completed in 622 milliseconds