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

  /external/protobuf/src/google/protobuf/stubs/
hash.h 211 struct streq { struct in namespace:google::protobuf
  /frameworks/compile/libbcc/runtime/make/
util.mk 6 # Function: streq LHS RHS
11 streq = $(if $(1),$(if $(subst $(1),,$(2))$(subst $(2),,$(1)),,true),$(if $(2),,true)) macro
16 strneq = $(if $(call streq,$(1),$(2)),,true)
21 contains = $(if $(strip $(foreach i,$(1),$(if $(call streq,$(2),$(i)),T,))),true,)
49 IsUndefined = $(call streq,undefined,$(flavor $(1)))
63 # foo = $(call streq,a,a)
66 # CHECKVALUE: foo: $(call streq,,) - true
88 $(if $(call streq,$($(1)),$(2)),,\
  /external/qemu/
path.c 61 #define streq(a,b) (strcmp((a), (b)) == 0) macro
80 if (!streq(dirent->d_name,".") && !streq(dirent->d_name,"..")){
  /external/oprofile/module/
oprofile.h 39 #define streq(a, b) (!strcmp((a), (b))) macro
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarIconView.java 78 private static boolean streq(String a, String b) { method in class:StatusBarIconView
96 && streq(mIcon.iconPackage, icon.iconPackage)
  /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...]