/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/ |
Makefile | 12 HSRC=$(wildcard ../inc/*)
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/ |
Makefile | 11 HSRC=$(wildcard ../inc/*)
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/ |
Makefile | 11 HSRC=$(wildcard ../inc/*)
|
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/ |
Makefile | 10 HSRC=$(wildcard ../inc/*)
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/ |
Makefile | 10 HSRC=$(wildcard ../inc/*)
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/ |
Makefile | 4 HSRC=$(wildcard ../inc/*)
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/ |
Makefile | 14 HSRC=$(wildcard ../inc/*)
|
/ndk/build/core/ |
add-platform.mk | 21 _abis := $(strip $(notdir $(wildcard $(NDK_PLATFORMS_ROOT)/$(_platform)/arch-*)))
|
build-local.mk | 68 $(eval __find_project_manifest := $(strip $(wildcard $(__find_project_path)/$(__find_project_file))))\ 82 ifneq (,$(strip $(wildcard AndroidManifest.xml))) 85 ifneq (,$(strip $(wildcard jni/Android.mk))) 112 NDK_APPLICATION_MK := $(strip $(wildcard $(NDK_PROJECT_PATH)/jni/Application.mk))
|
/external/chromium/net/tools/tld_cleanup/ |
tld_cleanup.cc | 45 bool wildcard; member in struct:__anon3840::Rule 67 " int type; // 1: exception, 2: wildcard\n" 77 } else if (i->second.wildcard) { 127 rule->wildcard = true; 196 rule.wildcard = false; 201 // wildcard for the same rule. If we did, we'd have to update our 232 rule.wildcard = false;
|
/development/tools/mkstubs/src/com/android/mkstubs/sourcer/ |
SignatureSourcer.java | 241 public SignatureVisitor visitTypeArgument(final char wildcard) { 248 if (wildcard != '=') { 249 if (wildcard == '+') { 251 } else if (wildcard == '-') { 255 getBuf().append(wildcard);
|
/external/chromium/net/base/ |
registry_controlled_domain.h | 77 * The wildcard character '*' will match any valid sequence of characters. 79 is, a wildcard must come at the beginning of a line and must be followed by 80 a dot. (You may not use a wildcard as the entire rule.) 81 * A wildcard rule implies a rule for the entire non-wildcard portion. For 84 * The exception character '!' before a rule marks an exception to a wildcard 87 has an effective TLD of "tokyo.jp" (the exception prevents the wildcard 89 from the wildcard). 90 * If you use an exception rule without a corresponding wildcard rule, the
|
/external/javassist/src/main/javassist/bytecode/ |
SignatureAttribute.java | 362 char wildcard; field in class:SignatureAttribute.TypeArgument 366 wildcard = w; 372 * @return <code>' '</code> (not-wildcard), <code>'*'</code> (wildcard), <code>'+'</code> (wildcard with 373 * upper bound), or <code>'-'</code> (wildcard with lower bound). 375 public char getKind() { return wildcard; } 378 * Returns true if this type argument is a wildcard type 381 public boolean isWildcard() { return wildcard != ' '; } 385 * if the argument is not a wildcard type. Otherwise, this metho [all...] |
/external/apache-http/src/org/apache/http/conn/ssl/ |
BrowserCompatHostnameVerifier.java | 40 * A wildcard can occur in the CN, and in any of the subject-alts. 42 * The only difference between BROWSER_COMPATIBLE and STRICT is that a wildcard
|
StrictHostnameVerifier.java | 43 * A wildcard can occur in the CN, and in any of the subject-alts. The 49 * A wildcard such as "*.foo.com" matches only subdomains in the same
|
/external/chromium/sdch/open-vcdiff/packages/deb/ |
rules | 61 ifneq "$(wildcard /usr/share/misc/config.sub)" "" 64 ifneq "$(wildcard /usr/share/misc/config.guess)" ""
|
/external/libvpx/examples/includes/geshi/docs/ |
phpdoc.ini | 74 ;; comma-separated list of files, directories or wildcards ? and * (any wildcard) to ignore 75 ;; legal values: any wildcard strings separated by commas
|
/external/libvpx/examples/includes/geshi/geshi/ |
make.php | 67 //'suffix', 'warning', 'wildcard', 'word', 'wordlist', 'words' 130 GESHI_SEARCH => '(\\$[({])(subst|addprefix|addsuffix|basename|call|dir|error|eval|filter-out|filter,|findstring|firstword|foreach|if|join|notdir|origin|patsubst|shell|sort|strip,|suffix|warning|wildcard|word|wordlist|words)([ })])',
|
/external/blktrace/btt/ |
Makefile | 43 ifneq ($(wildcard .depend),)
|
/external/bluetooth/bluez/audio/ |
Android.mk | 88 ifneq ($(wildcard system/bluetooth/legacy.mk),)
|
/external/emma/core/res/com/vladium/emma/ |
run_usage.res | 19 '<class name wildcard patterns>',
|
/external/iproute2/ip/ |
Makefile | 37 static-syms.h: $(wildcard *.c)
|
/external/llvm/lib/VMCore/ |
Makefile | 21 INTRINSICTDS := $(wildcard $(PROJ_SRC_ROOT)/include/llvm/Intrinsics*.td)
|
/external/llvm/projects/ |
Makefile | 15 DIRS:= $(filter-out llvm-test test-suite,$(patsubst $(PROJ_SRC_DIR)/%/Makefile,%,$(wildcard $(PROJ_SRC_DIR)/*/Makefile)))
|
/external/ppp/pppd/ |
Makefile.linux | 29 ifeq (.depend,$(wildcard .depend)) 120 ifneq ($(wildcard /usr/include/crypt.h),) 123 ifneq ($(wildcard /usr/lib/libcrypt.*),) 174 ifneq ($(wildcard /usr/include/pcap-bpf.h),)
|