HomeSort by relevance Sort by last modified time
    Searched refs:streq (Results 26 - 50 of 51) sorted by null

12 3

  /ndk/sources/host-tools/make-3.81/
variable.c 91 We could test simply using streq, but this way we compare the
96 && (*p->suffix == '\0' || streq (&p->suffix[1], &stem[stemlen+1])))
284 if (streq (var->name, ".TARGETS"))
289 if (streq (var->name, ".VARIABLES")
931 if (streq (v->name, "SHELL"))
    [all...]
function.c 296 return streq (pattern, str);
534 int is_suffix = streq (funcname, "suffix");
558 else if (streq (funcname, "notdir") && p2[0] && p2[1] == ':')
592 int is_basename= streq (funcname, "basename");
644 int is_addprefix = streq (funcname, "addprefix");
937 int is_filter = streq (funcname, "filter");
    [all...]
implicit.c 389 We could test simply use streq, but this way we compare the
394 || (*suffix != '\0' && !streq (&suffix[1], &stem[stemlen + 1])))
688 if (streq (dep_name (expl_d), name))
vpath.c 190 && streq (pattern, path->pattern)))
main.c 1070 if (argv0_len > 4 && streq (&program[argv0_len - 4], ".exe"))
    [all...]
read.c     [all...]
remake.c 732 if (!streq (file->name, file->hname))
757 if (!streq(file->name, file->hname))
    [all...]
job.c     [all...]
  /external/valgrind/main/cachegrind/
cg_merge.c 194 static Bool streq ( char* s1, char* s2 ) function
784 if (!streq( dst->events_line, src->events_line ))
865 if (streq(argv[i], "-h") || streq(argv[i], "--help"))
871 if (streq(argv[i], "-o")) {
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
message.cc 249 hash<const char*>, streq> file_map_;
descriptor.cc 296 hash<const char*>, streq>
302 hash<const char*>, streq>
    [all...]
  /bionic/libc/arch-arm/cortex-a9/bionic/
strcpy.S 132 streq r2, [r0]
strcat.S 194 streq r2, [r0]
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te.S 385 streq r10, [r7, #0]
    [all...]
CompilerTemplateAsm-armv7-a-neon.S 385 streq r10, [r7, #0]
    [all...]
CompilerTemplateAsm-armv7-a.S 385 streq r10, [r7, #0]
    [all...]
CompilerTemplateAsm-armv5te-vfp.S 385 streq r10, [r7, #0]
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
gnulib.mk 757 ## begin gnulib module streq
760 EXTRA_DIST += streq.h
762 ## end gnulib module streq
    [all...]
  /build/core/
definitions.mk 579 define streq macro
    [all...]
  /dalvik/vm/mterp/armv5te/
footer.S     [all...]
  /external/bison/lib/
gnulib.mk     [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 278 hash<const char*>, streq>
284 hash<const char*>, streq>
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-armv5te-vfp.S     [all...]
InterpAsm-armv5te.S     [all...]
InterpAsm-armv7-a-neon.S     [all...]

Completed in 508 milliseconds

12 3