HomeSort by relevance Sort by last modified time
    Searched full:wildcard (Results 226 - 250 of 1573) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/selinux/libsemanage/src/
Makefile 54 SRCS= $(filter-out $(GENERATED),$(wildcard *.c))
70 GENERATED=$(SWIGCOUT) $(SWIGRUBYCOUT) $(wildcard conf-*.[ch])
168 ../../scripts/Lindent $(filter-out $(GENERATED),$(wildcard *.[ch]))
  /packages/apps/Nfc/src/com/android/nfc/
NfceeAccessControl.java 147 // wildcard access
148 if (DBG) Log.d(TAG, "Granted NFCEE access to " + pkg + " (wildcard)");
178 * package names to by ignored and therefore wildcard access granted
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib/ldscripts/
elf_i386.xsc 106 first. Because this is a wildcard, it
110 wildcard. The wildcard also means that it
elf_i386.xsw 105 first. Because this is a wildcard, it
109 wildcard. The wildcard also means that it
elf_i386.xw 114 first. Because this is a wildcard, it
118 wildcard. The wildcard also means that it
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib/ldscripts/
elf_i386.xsc 106 first. Because this is a wildcard, it
110 wildcard. The wildcard also means that it
elf_i386.xsw 105 first. Because this is a wildcard, it
109 wildcard. The wildcard also means that it
elf_i386.xw 114 first. Because this is a wildcard, it
118 wildcard. The wildcard also means that it
  /bionic/libc/arch-arm/
arm.mk 54 ifeq ($(wildcard $(cpu_variant_mk)),)
  /bionic/libc/arch-arm64/
arm64.mk 58 ifeq ($(wildcard $(cpu_variant_mk)),)
  /build/core/
ccache.mk 47 ccache := $(strip $(wildcard $(ccache)))
  /build/tools/fs_config/
Android.mk 46 else ifneq ($(wildcard $(TARGET_DEVICE_DIR)/$(ANDROID_FS_CONFIG_H)),)
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ASTTreeParser.stg 35 * token, set, rule, wildcard
159 /** Match . wildcard and auto dup the node/subtree */
160 wildcard(token,label,elementIndex,terminalOptions) ::= <<
162 <super.wildcard(...)>
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
ASTTreeParser.stg 38 * token, set, rule, wildcard
176 /** Match . wildcard and auto dup the node/subtree */
177 wildcard(token,label,elementIndex,terminalOptions) ::= <<
179 <super.wildcard(...)>
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
ASTTreeParser.stg 38 * token, set, rule, wildcard
161 /** Match . wildcard and auto dup the node/subtree */
162 wildcard(token,label,elementIndex,terminalOptions) ::= <<
164 <super.wildcard(...)>
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
ASTTreeParser.stg 39 * token, set, rule, wildcard
162 /** Match . wildcard and auto dup the node/subtree */
163 wildcard(token,label,elementIndex,terminalOptions) ::= <<
165 <super.wildcard(...)>
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
ASTTreeParser.stg 35 * token, set, rule, wildcard
158 /** Match . wildcard and auto dup the node/subtree */
159 wildcard(token,label,elementIndex,terminalOptions) ::= <<
161 <super.wildcard(...)>
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
ASTTreeParser.stg 35 * token, set, rule, wildcard
171 /** Match . wildcard and auto dup the node/subtree */
172 wildcard(token,label,elementIndex,terminalOptions) ::= <<
174 <super.wildcard(...)>
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py3/
shell.py 275 def files(base, wildcard='[!.]*', recursive=1, prune=('.git', '.svn', 'CVS')):
283 for name in _fnmatch.filter(filenames, wildcard):
301 def dirs(base, wildcard='[!.]*', recursive=1, prune=('.git', '.svn', 'CVS')):
309 for name in _fnmatch.filter(dirnames, wildcard):
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py3/
shell.py 275 def files(base, wildcard='[!.]*', recursive=1, prune=('.git', '.svn', 'CVS')):
283 for name in _fnmatch.filter(filenames, wildcard):
301 def dirs(base, wildcard='[!.]*', recursive=1, prune=('.git', '.svn', 'CVS')):
309 for name in _fnmatch.filter(dirnames, wildcard):
  /external/clang/test/Driver/
gcc-toolchain.cpp 25 // above, so we just blanket wildcard match the 'crtbegin.o'.
  /external/e2fsprogs/lib/et/test_cases/
heimdal2.et 49 ec KADM_ILL_WILDCARD, "Illegal use of wildcard"
  /external/google-tv-pairing-protocol/java/
Makefile 32 JAVA_CLASSPATH := $(subst jar ,jar:,$(strip "bin:$(wildcard jar/*.jar)"))
  /external/guava/guava-tests/test/com/google/common/reflect/
TypesTest.java 185 Type wildcard = Types.subtypeOf(Number.class); local
186 assertEquals(Types.subtypeOf(Number[].class), Types.newArrayType(wildcard));
190 Type wildcard = Types.supertypeOf(Number.class); local
191 assertEquals(Types.supertypeOf(Number[].class), Types.newArrayType(wildcard));
  /external/libpcap/msdos/
common.dj 24 ifeq ($(wildcard $(GCCLIB)/libgcc.a),)

Completed in 5294 milliseconds

1 2 3 4 5 6 7 8 91011>>