/frameworks/base/data/keyboards/ |
D | common.mk | 18 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/ |
D | InputSectDesc.cpp | 65 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()
|
D | ScriptParser.yy | 78 WildcardPattern* wildcard; 203 %type <wildcard> wildcard_file wildcard_section
|
/frameworks/native/docs/ |
D | Makefile | 1 HEADERS := $(wildcard ../include/android/*.h)
|
D | Doxyfile | 691 # 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/ |
D | Android.mk | 18 ifneq (,$(wildcard $(BOARD_SECCOMP_POLICY)/mediaextractor-seccomp.policy))
|
/frameworks/av/services/mediacodec/minijail/ |
D | Android.mk | 18 ifneq (,$(wildcard $(BOARD_SECCOMP_POLICY)/mediacodec-seccomp.policy))
|
/frameworks/av/media/libstagefright/codecs/hevcdec/ |
D | Android.mk | 1 ifeq ($(if $(wildcard external/libhevc),1,0),1)
|
/frameworks/av/media/libstagefright/codecs/mpeg2dec/ |
D | Android.mk | 1 ifeq ($(if $(wildcard external/libmpeg2),1,0),1)
|
/frameworks/base/packages/InputDevices/ |
D | Android.mk | 38 input_devices_keymaps := $(wildcard $(LOCAL_PATH)/res/raw/*.kcm)
|
/frameworks/base/services/ |
D | Android.mk | 49 include $(wildcard $(LOCAL_PATH)/*/jni/Android.mk)
|
/frameworks/support/ |
D | apicheck.mk | 69 $(patsubst $(support_module_api_dir)/%.txt,%, $(wildcard $(support_module_api_dir)/*.txt)) \
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
D | AbstractClassAdapter.java | 407 public SignatureVisitor visitTypeArgument(char wildcard) { in visitTypeArgument() argument 408 SignatureVisitor sv = mSv.visitTypeArgument(wildcard); in visitTypeArgument()
|
D | DependencyFinder.java | 733 public SignatureVisitor visitTypeArgument(char wildcard) { in visitTypeArgument() argument
|
D | AsmAnalyzer.java | 859 public SignatureVisitor visitTypeArgument(char wildcard) { in visitTypeArgument() argument
|
/frameworks/base/cmds/uiautomator/library/ |
D | Android.mk | 77 $(patsubst $(uiautomator_api_dir)/%.txt,%, $(wildcard $(uiautomator_api_dir)/*.txt)) \
|
/frameworks/base/docs/html/training/wearables/data-layer/ |
D | events.jd | 243 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/ |
D | data-element.jd | 157 The subtype can be the asterisk wildcard ({@code *}) to indicate that any
|
/frameworks/base/docs/html-intl/intl/ru/guide/topics/providers/ |
D | content-provider-creating.jd | 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
|
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/providers/ |
D | content-provider-creating.jd | 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
|
/frameworks/base/docs/html-intl/intl/ja/guide/topics/providers/ |
D | content-provider-creating.jd | 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
|
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/providers/ |
D | content-provider-creating.jd | 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
|
/frameworks/base/docs/html-intl/intl/ko/guide/topics/providers/ |
D | content-provider-creating.jd | 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
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 595 # 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/ |
D | content-provider-creating.jd | 333 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
|