/external/clang/test/Modules/ |
wildcard-submodule-exports.cpp | 2 // RUN: %clang_cc1 -x objective-c++ -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %S/Inputs/wildcard-submodule-exports %s -verify
|
/external/curl/docs/cmdline-opts/ |
noproxy.d | 7 The only wildcard is a single * character, which matches all hosts, and
|
/external/iproute2/man/man8/ |
Makefile | 3 MAN8PAGES = $(TARGETS) $(filter-out $(TARGETS),$(wildcard *.8))
|
/external/jarjar/src/main/com/tonicsystems/jarjar/ |
KeepProcessor.java | 30 private final List<Wildcard> wildcards; 66 for (Wildcard wildcard : wildcards) 67 if (wildcard.matches(name))
|
PackageRemapper.java | 31 private final List<Wildcard> wildcards; 121 for (Wildcard wildcard : wildcards) { 122 String test = wildcard.replace(value);
|
/external/libyuv/files/tools_libyuv/ubsan/ |
vptr_blacklist.txt | 5 # are simply represented as wildcard expressions of regexp, and thus it might be
|
/external/proguard/src/proguard/util/ |
NameParser.java | 47 // Is there a '*' wildcard? 50 // Create a matcher for the wildcard and, recursively, for the 61 // Is there a '?' wildcard? 64 // Create a matcher for the wildcard and, recursively, for the
|
/external/selinux/libsemanage/tests/ |
Makefile | 5 SOURCES = $(sort $(wildcard *.c))
|
/external/selinux/mcstrans/utils/ |
Makefile | 11 TARGETS=$(patsubst %.c,%,$(sort $(wildcard *.c)))
|
/external/selinux/policycoreutils/semodule/ |
Makefile | 33 ../../scripts/Lindent $(wildcard *.[ch])
|
/external/selinux/policycoreutils/sestatus/ |
Makefile | 30 ../../scripts/Lindent $(wildcard *.[ch])
|
/external/selinux/policycoreutils/setsebool/ |
Makefile | 33 ../../scripts/Lindent $(wildcard *.[ch])
|
/external/selinux/semodule-utils/semodule_expand/ |
Makefile | 27 ../../scripts/Lindent $(wildcard *.[ch])
|
/external/selinux/semodule-utils/semodule_link/ |
Makefile | 27 ../../scripts/Lindent $(wildcard *.[ch])
|
/external/selinux/semodule-utils/semodule_package/ |
Makefile | 29 ../../scripts/Lindent $(wildcard *.[ch])
|
/external/tensorflow/tensorflow/contrib/makefile/sub_makefiles/hexagon_graph_execution/ |
Makefile.in | 29 $(wildcard $(GTEST_DIR)/include/gtest/*.h) \ 30 $(wildcard $(GTEST_DIR)/include/gtest/internal/*.h) 33 $(wildcard $(GTEST_DIR)/src/*.cc) \ 34 $(wildcard $(GTEST_DIR)/src/*.h) \
|
/external/tensorflow/tensorflow/contrib/makefile/sub_makefiles/quantization/ |
Makefile.in | 29 $(wildcard $(GTEST_DIR)/include/gtest/*.h) \ 30 $(wildcard $(GTEST_DIR)/include/gtest/internal/*.h) 33 $(wildcard $(GTEST_DIR)/src/*.cc) \ 34 $(wildcard $(GTEST_DIR)/src/*.h) \
|
/external/tensorflow/tensorflow/contrib/specs/python/ |
params_ops.py | 51 # pylint: disable=wildcard-import,unused-wildcard-import,redefining-builtin 57 # pylint: enable=wildcard-import,unused-wildcard-import,redefining-builtin
|
/external/webrtc/tools/ubsan/ |
vptr_blacklist.txt | 5 # are simply represented as wildcard expressions of regexp, and thus it might be
|
/hardware/broadcom/libbt/ |
vnd_buildcfg.mk | 9 ifeq (,$(wildcard $(SRC)))
|
/hardware/qcom/bt/ |
Android.mk | 14 else ifneq ($(wildcard $(LOCAL_PATH)/$(TARGET_BOARD_PLATFORM)),)
|
/hardware/qcom/display/ |
Android.mk | 17 else ifneq ($(wildcard $(LOCAL_PATH)/$(TARGET_BOARD_PLATFORM)),)
|
/build/kati/ |
Makefile.kati | 15 GO_SRCS:=$(wildcard *.go) 28 go_src_stamp: $(GO_SRCS) $(wildcard cmd/*/*.go)
|
/external/annotation-tools/annotation-file-utilities/tests/converted/ |
WildcardAnnoBound.jaif | 36 insert-annotation Class.typeParameter 0, TypeParameter.bound 0, ParameterizedType.typeArgument 0, Wildcard.bound: @Bla 49 insert-annotation Class.typeParameter 0, TypeParameter.bound 2, ParameterizedType.typeArgument 0, Wildcard.bound: @H
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/ |
WildcardMatcher.java | 17 * Matches strings against <code>?</code>/<code>*</code> wildcard expressions. 29 * wildcard expressions
|