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

  /external/bison/
GNUmakefile 50 _is-dist-target ?= $(filter-out %clean, \
52 _is-install-target ?= $(filter-out %check, $(filter install%,$(MAKECMDGOALS)))
53 ifneq (,$(_is-dist-target)$(_is-install-target))
62 ifneq (,$(_is-install-target))
cfg.mk 31 # override the _is-dist-target from GNUmakefile so that maintainer-*check*
33 _is-dist-target = $(filter-out %clean maintainer-check% maintainer-%-check, \
  /external/linux-tools-perf/config/
utilities.mak 154 is-executable = $(call _is-executable-helper,$(shell-sq))
155 _is-executable-helper = $(shell sh -c $(_is-executable-sh))
156 _is-executable-sh = $(call shell-sq,test -f $(1) -a -x $(1) && echo y)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pystate.h 14 struct _is; /* Forward */
16 typedef struct _is { struct
18 struct _is *next;
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pystate.h 14 struct _is; /* Forward */
16 typedef struct _is { struct
18 struct _is *next;

Completed in 81 milliseconds