HomeSort by relevance Sort by last modified time
    Searched full:wildcard (Results 126 - 150 of 1547) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/lzma/CPP/7zip/UI/Common/
WorkDir.cpp 6 #include "Common/Wildcard.h"
  /external/mesa3d/src/gallium/state_trackers/gbm/
Makefile 11 gbm_SOURCES = $(wildcard *.c)
  /frameworks/base/packages/InputDevices/
Android.mk 38 input_devices_keymaps := $(wildcard $(LOCAL_PATH)/res/raw/*.kcm)
  /hardware/qcom/bt/libbt-vendor/
vnd_buildcfg.mk 20 ifeq (,$(wildcard $(SRC)))
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
Makefile 12 HSRC=$(wildcard ../inc/*)
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
Makefile 12 HSRC=$(wildcard ../inc/*)
  /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-*)))
  /external/chromium/net/tools/tld_cleanup/
tld_cleanup.cc 45 bool wildcard; member in struct:__anon5655::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 258 public SignatureVisitor visitTypeArgument(final char wildcard) {
265 if (wildcard != '=') {
266 if (wildcard == '+') {
268 } else if (wildcard == '-') {
272 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/chromium_org/net/base/registry_controlled_domains/
registry_controlled_domain.h 80 * The wildcard character '*' will match any valid sequence of characters.
82 is, a wildcard must come at the beginning of a line and must be followed by
83 a dot. (You may not use a wildcard as the entire rule.)
84 * A wildcard rule implies a rule for the entire non-wildcard portion. For
87 * The exception character '!' before a rule marks an exception to a wildcard
90 has an effective TLD of "tokyo.jp" (the exception prevents the wildcard
92 from the wildcard).
93 * If you use an exception rule without a corresponding wildcard rule, the
  /external/chromium_org/chrome/installer/util/
language_selector.cc 46 // Alias some English variants to British English (all others wildcard to US).
51 // Alias es-es to es (all others wildcard to es-419).
69 // Although the wildcard entry for zh would result in this, alias zh-sg so
74 // A sorted array of neutral language identifiers that are wildcard aliases to
176 // wildcard match with |language|'s primary language subtag.
281 // Failing that, make another pass looking for a wildcard match.
  /external/chromium_org/net/tools/tld_cleanup/
tld_cleanup_util.cc 42 " int type; // flags: 1: exception, 2: wildcard, 4: private\n"
52 } else if (i->second.wildcard) {
99 rule->wildcard = true;
171 rule.wildcard = false;
177 // wildcard for the same rule, or that the same domain is listed as both
193 extra_rule.wildcard = false;
  /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...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
SimpleReaderActivity.java 84 boolean wildCard = "*".equals(mResponses[count]);
87 if (!wildCard && !Arrays.equals(response, expectedResponse)) {
  /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)" ""

Completed in 2095 milliseconds

1 2 3 4 56 7 8 91011>>