HomeSort by relevance Sort by last modified time
    Searched full:wild (Results 51 - 75 of 244) sorted by null

1 23 4 5 6 7 8 910

  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jutils.c 47 * wild stores without adding an inner-loop test, we put some extra
  /external/skia/gm/
blurroundrect.cpp 22 // This GM mimics a blurred RR seen in the wild.
  /external/toybox/www/
ext2.html 100 out in the wild much anymore.</p>
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxSessionManager.java 201 // % is used as wild match for the rest of the string in sql
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
dumpfile.h 50 #define TDF_SLIM (1 << 1) /* don't go wild following links */
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java 56 * 'n' --- GSM wild character
61 public static final char WILD = 'N';
99 /** True if c is ISO-LATIN characters 0-9, *, # , +, WILD */
102 return (c >= '0' && c <= '9') || c == '*' || c == '#' || c == '+' || c == WILD;
105 /** True if c is ISO-LATIN characters 0-9, *, # , + (no WILD) */
111 /** True if c is ISO-LATIN characters 0-9, *, # , +, WILD, WAIT, PAUSE */
115 || c == WILD || c == WAIT || c == PAUSE;
205 * Please note that the GSM wild character is allowed in the result.
491 if (cb != ca && ca != WILD && cb != WILD) {
    [all...]
  /cts/tests/tests/telephony/src/android/telephony/cts/
PhoneNumberUtilsTest.java 277 c = PhoneNumberUtils.WILD;
324 // Dashes should be stripped, legal separators (i.e. wild character remain untouched)
  /external/replicaisland/res/values/
kabocha.xml 71 Ho ho, we can?t be sending you off into the wild without knowing things like that, can we? Right-o, ahead is an area with three gems. Find them and we can move on to more complicated topics, like what you?re doing here and how The Source is going to help me save the world.
116 You?ve done jolly well so far, my little friend. It?s almost time to release you into the wild. But before I do that, I need to tell you about our enemies.
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMFilter.java 182 * the DTM interface. Wild cards will be defined
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
mimeparse.py 15 - parse_media_range(): Media-ranges are mime-types with wild-cards and a 'q' quality parameter.
  /external/clang/test/SemaCXX/
address-space-conversion.cpp 161 // C-style casts are the wild west of casts.
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-private.hh 318 /* A number of Khmer fonts in the wild don't have a 'pref' feature,
  /external/icu/icu4c/source/test/intltest/
sdtfmtts.cpp 273 // ====== Test ticket 11295 getNumberFormatForField returns wild pointer
  /external/llvm/test/Transforms/TailCallElim/
basic.ll 45 ; Though this case seems to be fairly unlikely to occur in the wild, someone
  /external/nist-sip/java/gov/nist/javax/sip/header/
Contact.java 144 // JAIN-SIP stores the wild card as an address!
  /external/owasp/sanitizer/src/main/org/owasp/html/
HtmlSanitizer.java 108 // According to Opera the maximum table nesting depth seen in the wild is
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardBuilder.java     [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
otTables.py 72 # but none that we have seen in the wild.
237 # but none that we have seen in the wild.
261 # but none that we have seen in the wild.
  /frameworks/base/services/core/java/com/android/server/
IntentResolver.java 295 if (dumpMap(out, curPrefix, "Wild MIME Types:", innerPrefix,
398 // Not a wild card, so we can just look for all filters that
814 * registered, such as "image" or "*". Wild card MIME types such as
  /external/icu/icu4c/source/tools/toolutil/
package.cpp 938 const char *wild; local
949 wild=strchr(pattern, '*');
950 if(wild==NULL) {
955 findPrefixLength=(int32_t)(wild-pattern);
956 findSuffix=wild+1;
    [all...]
  /external/libxml2/
xmlschemas.c 6897 xmlSchemaWildcardPtr wild; local
12757 xmlSchemaWildcardPtr wild; local
25804 xmlSchemaWildcardPtr wild = (xmlSchemaWildcardPtr) vctxt->inode->decl; local
    [all...]
  /packages/apps/InCallUI/res/values/
strings.xml 71 <!-- In-call screen: on the "wild" character dialog, this is the label
73 replace the "wild" character. -->
74 <string name="wild_prompt_str">Replace wild character with</string>
  /external/aac/libSYS/include/
cmdl_parser.h 186 wheras the wild-cards (\%d, \%1, ..) define the data type of the argument:
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/auth/
digest.py 13 module has been tested with several common browsers "out-in-the-wild".
  /external/dnsmasq/src/
log.c 172 entries_lost = 0; /* avoid wild recursion */

Completed in 217 milliseconds

1 23 4 5 6 7 8 910