Home
last modified time | relevance | path

Searched refs:wildcard (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/base/data/keyboards/
Dcommon.mk18 framework_keylayouts := $(wildcard $(LOCAL_PATH)/*.kl)
20 framework_keycharmaps := $(wildcard $(LOCAL_PATH)/*.kcm)
22 framework_keyconfigs := $(wildcard $(LOCAL_PATH)/*.idc)
/frameworks/compile/mclinker/lib/Script/
DInputSectDesc.cpp65 WildcardPattern* wildcard = llvm::cast<WildcardPattern>(*it); in dump() local
67 switch (wildcard->sortPolicy()) { in dump()
84 mcld::outs() << wildcard->name() << " "; in dump()
86 if (wildcard->sortPolicy() != WildcardPattern::SORT_NONE) in dump()
DScriptParser.yy78 WildcardPattern* wildcard;
203 %type <wildcard> wildcard_file wildcard_section
/frameworks/native/docs/
DMakefile1 HEADERS := $(wildcard ../include/android/*.h)
DDoxyfile691 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
754 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
764 # wildcard * is used, a substring. Examples: ANamespace, AClass,
776 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
1609 # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
/frameworks/av/services/mediaextractor/minijail/
DAndroid.mk18 ifneq (,$(wildcard $(BOARD_SECCOMP_POLICY)/mediaextractor-seccomp.policy))
/frameworks/av/services/mediacodec/minijail/
DAndroid.mk18 ifneq (,$(wildcard $(BOARD_SECCOMP_POLICY)/mediacodec-seccomp.policy))
/frameworks/av/media/libstagefright/codecs/hevcdec/
DAndroid.mk1 ifeq ($(if $(wildcard external/libhevc),1,0),1)
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
DAndroid.mk1 ifeq ($(if $(wildcard external/libmpeg2),1,0),1)
/frameworks/base/packages/InputDevices/
DAndroid.mk38 input_devices_keymaps := $(wildcard $(LOCAL_PATH)/res/raw/*.kcm)
/frameworks/base/services/
DAndroid.mk49 include $(wildcard $(LOCAL_PATH)/*/jni/Android.mk)
/frameworks/support/
Dapicheck.mk69 $(patsubst $(support_module_api_dir)/%.txt,%, $(wildcard $(support_module_api_dir)/*.txt)) \
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
DAbstractClassAdapter.java407 public SignatureVisitor visitTypeArgument(char wildcard) { in visitTypeArgument() argument
408 SignatureVisitor sv = mSv.visitTypeArgument(wildcard); in visitTypeArgument()
DDependencyFinder.java733 public SignatureVisitor visitTypeArgument(char wildcard) { in visitTypeArgument() argument
DAsmAnalyzer.java859 public SignatureVisitor visitTypeArgument(char wildcard) { in visitTypeArgument() argument
/frameworks/base/cmds/uiautomator/library/
DAndroid.mk77 $(patsubst $(uiautomator_api_dir)/%.txt,%, $(wildcard $(uiautomator_api_dir)/*.txt)) \
/frameworks/base/docs/html/training/wearables/data-layer/
Devents.jd243 and multiple data stanzas per filter. Filters can match on a wildcard host or on
244 a specific one. To match on a wildcard host, use {@code host="*"}. To match
250 or path prefix, you must specify a wildcard or specific host.
/frameworks/base/docs/html/guide/topics/manifest/
Ddata-element.jd157 The subtype can be the asterisk wildcard ({@code *}) to indicate that any
/frameworks/base/docs/html-intl/intl/ru/guide/topics/providers/
Dcontent-provider-creating.jd419 * Sets the integer value for multiple rows in table 3 to 1. Notice that no wildcard is used
425 * Sets the code for a single row to 2. In this case, the "#" wildcard is
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/providers/
Dcontent-provider-creating.jd419 * Sets the integer value for multiple rows in table 3 to 1. Notice that no wildcard is used
425 * Sets the code for a single row to 2. In this case, the "#" wildcard is
/frameworks/base/docs/html-intl/intl/ja/guide/topics/providers/
Dcontent-provider-creating.jd419 * Sets the integer value for multiple rows in table 3 to 1. Notice that no wildcard is used
425 * Sets the code for a single row to 2. In this case, the "#" wildcard is
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/providers/
Dcontent-provider-creating.jd419 * Sets the integer value for multiple rows in table 3 to 1. Notice that no wildcard is used
425 * Sets the code for a single row to 2. In this case, the "#" wildcard is
/frameworks/base/docs/html-intl/intl/ko/guide/topics/providers/
Dcontent-provider-creating.jd419 * Sets the integer value for multiple rows in table 3 to 1. Notice that no wildcard is used
425 * Sets the code for a single row to 2. In this case, the "#" wildcard is
/frameworks/wilhelm/doc/
DDoxyfile595 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
622 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
632 # wildcard * is used, a substring. Examples: ANamespace, AClass,
644 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
1353 # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
/frameworks/base/docs/html-intl/intl/in/guide/topics/providers/
Dcontent-provider-creating.jd333 Pola URI konten mencocokkan dengan URI konten menggunakan karakter wildcard:
419 * Sets the integer value for multiple rows in table 3 to 1. Notice that no wildcard is used
425 * Sets the code for a single row to 2. In this case, the "#" wildcard is

12