HomeSort by relevance Sort by last modified time
    Searched full:wildcard (Results 101 - 125 of 1573) sorted by null

1 2 3 45 6 7 8 91011>>

  /ndk/tests/device/test-stlport/jni/
Android.mk 8 sources := $(wildcard $(unit_path)/*.cpp $(unit_path)/*.c)
  /system/core/init/
devices.h 27 unsigned short wildcard);
ueventd.cpp 105 int wildcard = 0; local
144 wildcard = 1;
171 add_dev_perms(name, attr, perm, uid, gid, prefix, wildcard);
  /external/iproute2/testsuite/
Makefile 6 TESTS := $(patsubst tests/%,%,$(wildcard tests/*.t))
7 IPVERS := $(filter-out iproute2/Makefile,$(wildcard iproute2/*))
  /external/libvpx/libvpx/
docs.mk 38 CLEAN-OBJS += doxyfile $(wildcard docs/html/*)
44 DIST-DOCS-yes = $(wildcard docs/html/*)
  /external/selinux/policycoreutils/run_init/
Makefile 26 TARGETS=$(patsubst %.c,%,$(wildcard *.c))
49 ../../scripts/Lindent $(wildcard *.[ch])
  /frameworks/compile/mclinker/include/mcld/Script/
WildcardPattern.h 21 * \brief This class defines the interfaces to Input Section Wildcard Patterns
50 return pToken->kind() == StrToken::Wildcard;
  /packages/apps/Messaging/
ForceProguard.mk 25 ifneq ($(wildcard $(PREVIOUS_FLAG_FILES_USED_DIR)),)
27 PREVIOUS_FLAG_FILES_USED := $(if $(wildcard $(PREVIOUS_FLAG_FILES_USED_FILE)), \
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
ASTParser.stg 7 * token, set, rule, wildcard
127 // WILDCARD AST
129 wildcard(label,elementIndex) ::= <<
130 <super.wildcard(...)>
137 wildcardBang(label,elementIndex) ::= "<super.wildcard(...)>"
140 <super.wildcard(...)>
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
OverlayBundle.java 37 * impossible. The OverlayBundle recognizes "wildcard" locales with
43 * Wildcard locales are not implemented for the base hierarchy, only
52 * wildcard resolution, and the getKeys() framework method is
146 * Load the i-th bundle and implement wildcard resolution.
168 Locale wildcard = new Locale("xx", locale.getCountry(), local
171 bundles[i] = ResourceBundle.getBundle(baseNames[i], wildcard);
  /external/libxml2/doc/
Makefile.am 21 EXTRA_DIST_wc = xmlcatalog_man.xml $(wildcard tutorial/*.html) \
22 $(wildcard tutorial/*.c) $(wildcard tutorial/*.pdf) \
23 $(wildcard tutorial/images/*.png) \
24 $(wildcard tutorial/images/callouts/*.png) $(wildcard API*.html) \
25 $(wildcard *.1) $(wildcard *.xsl) $(wildcard *.html) \
26 $(wildcard *.gif) w3c.png $(wildcard html/*.html)
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ASTParser.stg 35 * token, set, rule, wildcard
172 // WILDCARD AST
174 wildcard(token,label,elementIndex,terminalOptions) ::= <<
175 /* ASTParser wildcard */
176 <super.wildcard(...)>
182 wildcardBang(token,label,elementIndex,terminalOptions) ::= "<super.wildcard(...)>"
186 <super.wildcard(...)>
  /external/compiler-rt/lib/tsan/
Makefile.old 27 SANITIZER_COMMON_TESTS_SRC=$(wildcard $(SANITIZER_TESTS_PATH)/*_test.cc)
31 RTL_TEST_SRC=$(wildcard tests/rtl/*.cc)
33 UNIT_TEST_SRC=$(wildcard tests/unit/*_test.cc)
35 UNIT_TEST_HDR=$(wildcard rtl/*.h) $(wildcard ../sanitizer_common/*.h)
  /external/mockito/cglib-and-asm/src/org/mockito/asm/signature/
SignatureVisitor.java 58 * Wildcard for an "extends" type argument.
63 * Wildcard for a "super" type argument.
68 * Wildcard for a normal type argument.
176 * @param wildcard '+', '-' or '='.
179 SignatureVisitor visitTypeArgument(char wildcard);
  /external/proguard/src/proguard/classfile/util/
InstructionSequenceMatcher.java 142 * Returns whether the specified wildcard argument was a constant from
152 * Returns the value of the specified matched argument (wildcard or not).
164 * Returns the values of the specified matched arguments (wildcard or not).
180 * Returns the index of the specified matched constant (wildcard or not).
192 * Returns the value of the specified matched branch offset (wildcard or
205 * Returns the values of the specified matched jump offsets (wildcard or
534 // Store the wildcard argument.
541 // Check the previously stored wildcard argument.
560 * Returns whether the specified wildcard argument (by index) has been
641 * Returns whether the specified wildcard constant has been matched
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ASTParser.stg 35 * token, set, rule, wildcard
156 // WILDCARD AST
158 wildcard(label,elementIndex) ::= <<
159 <super.wildcard(...)>
166 wildcardBang(label,elementIndex) ::= "<super.wildcard(...)>"
169 <super.wildcard(...)>
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
ASTParser.stg 38 * token, set, rule, wildcard
159 // WILDCARD AST
161 wildcard(token,label,elementIndex,terminalOptions) ::= <<
162 <super.wildcard(...)>
169 wildcardBang(token,label,elementIndex,terminalOptions) ::= "<super.wildcard(...)>"
172 <super.wildcard(...)>
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
ASTParser.stg 38 * token, set, rule, wildcard
158 // WILDCARD AST
160 wildcard(token,label,elementIndex,terminalOptions) ::= <<
161 <super.wildcard(...)>
168 wildcardBang(label,elementIndex) ::= "<super.wildcard(...)>"
171 <super.wildcard(...)>
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
ASTParser.stg 39 * token, set, rule, wildcard
165 // WILDCARD AST
167 wildcard(token,label,elementIndex,terminalOptions) ::= <<
168 <super.wildcard(...)>
177 wildcardBang(label,elementIndex) ::= "<super.wildcard(...)>"
180 <super.wildcard(...)>
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
ASTParser.stg 38 * token, set, rule, wildcard
169 // WILDCARD AST
171 wildcard(label,elementIndex) ::= <<
172 <super.wildcard(...)>
184 wildcardBang(label,elementIndex) ::= "<super.wildcard(...)>"
187 <super.wildcard(...)>
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
ASTParser.stg 35 * token, set, rule, wildcard
155 // WILDCARD AST
157 wildcard(token,label,elementIndex,terminalOptions) ::= <<
158 <super.wildcard(...)>
165 wildcardBang(label,elementIndex) ::= "<super.wildcard(...)>"
168 <super.wildcard(...)>
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
ASTParser.stg 35 * token, set, rule, wildcard
163 // WILDCARD AST
165 wildcard(token,label,elementIndex,terminalOptions) ::= <<
166 <super.wildcard(...)>
173 wildcardBang(label,elementIndex) ::= "<super.wildcard(...)>"
176 <super.wildcard(...)>
  /art/cmdline/
cmdline_type_parser.h 33 // Parse a single value for an argument definition out of the wildcard component.
45 // The value is parsed out of the wildcard component as in Parse.
  /build/core/
shared_library_internal.mk 61 my_target_crtbegin_so_o := $(wildcard $(my_ndk_sysroot_lib)/crtbegin_so.o)
62 my_target_crtend_so_o := $(wildcard $(my_ndk_sysroot_lib)/crtend_so.o)
  /development/ndk/sources/android/libportable/
Android.mk 37 $(patsubst $(LOCAL_PATH)/%,%,$(wildcard $(LOCAL_PATH)/arch-$(TARGET_ARCH)/*.c)) \
38 $(patsubst $(LOCAL_PATH)/%,%,$(wildcard $(LOCAL_PATH)/arch-$(TARGET_ARCH)/*.S))

Completed in 4287 milliseconds

1 2 3 45 6 7 8 91011>>