HomeSort by relevance Sort by last modified time
    Searched full:wild (Results 26 - 50 of 200) sorted by null

12 3 4 5 6 7 8

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
FileCounter.java 28 * Note: Filter comparison is NOT case sensitive. Do not use wild cards.
  /external/libvorbis/doc/vorbisfile/
decoding.html 37 wild and are not merely a specification curiosity.
  /external/ppp/pppd/plugins/pppoatm/
atm.h 85 #define MAX_ATM_NAME_LEN 256 /* wild guess */
  /external/proguard/examples/annotations/lib/
annotations.pro 48 # before the (wild-carded) interface name.
  /frameworks/av/media/libstagefright/
ESDS.cpp 159 // Content found "in the wild" had OCRstreamFlag set but was
  /prebuilts/tools/common/proguard/proguard4.7/examples/annotations/lib/
annotations.pro 48 # before the (wild-carded) interface name.
  /external/nist-sip/java/gov/nist/javax/sip/address/
AddressImpl.java 330 /** Mark this a wild card address type.
331 * Also set the SIP URI to a special wild card address.
  /frameworks/base/core/java/android/content/
UriMatcher.java 156 * @param path the path to match. * may be used as a wild card for
157 * any text, and # may be used as a wild card for numbers.
  /external/smack/src/org/xbill/DNS/
Name.java 63 private static final Name wild; field in class:Name
77 wild = new Name();
78 wild.appendSafe(wildLabel, 0, 1);
460 wild(int n) { method in class:Name
466 copy(wild, newname);
472 ("Name.wild: concatenate failed");
DNSSEC.java 142 Name wild = null; local
145 wild = name.wild(name.labels() - sigLabels);
151 if (wild != null)
152 wild.toWireCanonical(header);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaConnection.java 334 if (mPostDialState != PostDialState.WILD) {
336 + "getPostDialState() to be WILD but was " + mPostDialState);
342 // make a new postDialString, with the wild char replacement string
623 } else if (c == PhoneNumberUtils.WILD) {
624 setPostDialState(PostDialState.WILD);
  /dalvik/dx/src/com/android/dx/cf/code/
ConcreteMethod.java 94 * wild," so there's not much point in optimizing for it.
  /device/samsung/manta/sepolicy/
compatibility.te 2 # denials seen in the wild.
  /external/chromium/chrome/browser/sync/
backend_migrator.cc 124 // It's pretty wild if we're in WAITING_FOR_PURGE here, because it would mean
  /external/chromium/chrome/browser/tab_contents/
thumbnail_generator.h 60 // be called repeatedly and with wild abandon to no ill effect.
  /external/clang/test/Sema/
unused-expr.c 128 // found in the wild.
  /external/elfutils/backends/
ppc_reloc.def 130 cases allowed in this table. Not seen in the wild, so I haven't
  /external/jpeg/
jutils.c 46 * wild stores without adding an inner-loop test, we put some extra
  /external/libpcap/
CREDITS 76 Ollie Wild <aaw@users.sourceforge.net>
  /external/qemu/distrib/jpeg-6b/
jutils.c 46 * wild stores without adding an inner-loop test, we put some extra
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxSessionManager.java 201 // % is used as wild match for the rest of the string in sql
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardBuilder.java 667 // If <case> does not have "index" attribute, that means this <case> is wild-card for
673 // If <case> does not have "index" attribute, that means this <case> is wild-card for
679 // If <case> does not have "index" attribute, that means this <case> is wild-card for
687 // If <case> does not have "index" attribute, that means this <case> is wild-card for
    [all...]
  /external/icu4c/tools/toolutil/
package.cpp 884 const char *wild; local
895 wild=strchr(pattern, '*');
896 if(wild==NULL) {
901 findPrefixLength=(int32_t)(wild-pattern);
902 findSuffix=wild+1;
    [all...]
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java 57 * 'n' --- GSM wild character
62 public static final char WILD = 'N';
100 /** True if c is ISO-LATIN characters 0-9, *, # , +, WILD */
103 return (c >= '0' && c <= '9') || c == '*' || c == '#' || c == '+' || c == WILD;
106 /** True if c is ISO-LATIN characters 0-9, *, # , + (no WILD) */
112 /** True if c is ISO-LATIN characters 0-9, *, # , +, WILD, WAIT, PAUSE */
116 || c == WILD || c == WAIT || c == PAUSE;
203 * Please note that the GSM wild character is allowed in the result.
489 if (cb != ca && ca != WILD && cb != WILD) {
    [all...]
  /external/chromium/net/base/
filter.cc 256 // have been detected in the wild). We already dealt with the a honest
268 // never surfaced in the wild (and is unlikely to).

Completed in 1436 milliseconds

12 3 4 5 6 7 8