Searched refs:wildcard (Results 1 – 13 of 13) sorted by relevance
/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/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 | 915 public SignatureVisitor visitTypeArgument(char wildcard) { in visitTypeArgument() argument
|
/frameworks/base/tools/protologtool/ |
D | README.md | 32 (can be imported, static imported or full path, wildcard imports are not allowed) and, `x` is the
|
/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/av/media/libaaudio/ |
D | Doxyfile | 767 # FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and 800 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude 811 # wildcard * is used, a substring. Examples: ANamespace, AClass, 826 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and 1931 # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 796 # FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and 836 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude 847 # wildcard * is used, a substring. Examples: ANamespace, AClass, 862 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and 2041 # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile | 805 # FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and 886 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude 897 # wildcard * is used, a substring. Examples: ANamespace, AClass, 912 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and 2086 # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
|