/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 | 148 * @param path the path to match. * may be used as a wild card for 149 * any text, and # may be used as a wild card for numbers.
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
CdmaConnection.java | 325 if (postDialState != PostDialState.WILD) { 327 + "getPostDialState() to be WILD but was " + postDialState); 355 // make a new postDialString, with the wild char replacement string 634 } else if (c == PhoneNumberUtils.WILD) { 635 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.
|
/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/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
|
/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).
|
/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/chrome/browser/sync/glue/ |
ui_model_worker_unittest.cc | 191 // it is not actually exercised in the wild this test is essential.
|
/external/chromium/sdch/open-vcdiff/ |
ChangeLog | 53 Use a wild-card character to accept either of these two alternatives.
|
/external/clang/test/SemaCXX/ |
address-space-conversion.cpp | 161 // C-style casts are the wild west of casts.
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
Contact.java | 144 // JAIN-SIP stores the wild card as an address!
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
Connection.java | 240 WILD, /* The post dial string playback is waiting for a
|