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

12 3 4 5 6 7 8 910

  /frameworks/av/media/libstagefright/
ESDS.cpp 165 // Content found "in the wild" had OCRstreamFlag set but was
  /frameworks/base/core/java/android/hardware/camera2/utils/
TypeReference.java 227 throw new UnsupportedOperationException("TODO: support wild card components");
330 WildcardType wild = (WildcardType) type; local
349 return containsTypeVariable(wild.getLowerBounds()) ||
350 containsTypeVariable(wild.getUpperBounds());
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FrameType.java 48 * Finally, it is possible to create a wild-card type with the {@link #any()} constructor. This
61 * <li>If one of the types is a wild-card, both types are always compatible.</li>
116 * Constructs a wild-card FrameType that matches any other FrameType.
117 * @return The wild-card FrameType instance.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
dn.h 67 #define SDF_WILD 1 /* Wild card object */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
dn.h 67 #define SDF_WILD 1 /* Wild card object */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_38.txt 35 a case of this in the wild, but I've seen *similar* things.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email_torture.py 5 # collected in the wild. These source messages are not checked into the
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_38.txt 35 a case of this in the wild, but I've seen *similar* things.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email_torture.py 5 # collected in the wild. These source messages are not checked into the
  /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.
  /external/squashfs-tools/RELEASE-READMEs/
README-3.3 77 Enabled by specifying -regex option. Identical behaviour to wild
140 Enabled by specifying -r[egex] option. Identical behaviour to wild
  /frameworks/base/core/java/android/content/
UriMatcher.java 155 * @param path the path to match. * may be used as a wild card for
156 * any text, and # may be used as a wild card for numbers.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaConnection.java 290 if (mPostDialState != PostDialState.WILD) {
292 + "getPostDialState() to be WILD but was " + mPostDialState);
298 // make a new postDialString, with the wild char replacement string
602 } else if (c == PhoneNumberUtils.WILD) {
603 setPostDialState(PostDialState.WILD);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmConnection.java 260 if (mPostDialState != PostDialState.WILD) {
262 + "getPostDialState() to be WILD but was " + mPostDialState);
268 // make a new postDialString, with the wild char replacement string
570 } else if (c == PhoneNumberUtils.WILD) {
571 setPostDialState(PostDialState.WILD);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneConnection.java 280 if (mPostDialState != PostDialState.WILD) {
282 + "getPostDialState() to be WILD but was " + mPostDialState);
288 // make a new postDialString, with the wild char replacement string
399 } else if (c == PhoneNumberUtils.WILD) {
400 setPostDialState(PostDialState.WILD);
  /external/linux-tools-perf/src/tools/perf/util/
string.c 255 /* Check wild card */
259 if (!*pat) /* Tail wild card matches all */
  /dalvik/dx/src/com/android/dx/cf/code/
ConcreteMethod.java 94 * wild," so there's not much point in optimizing for it.
  /developers/build/prebuilts/androidtv/leanback/app/src/main/res/values/
strings.xml 104 <string name="dragon2_description">Set in the mythical world of burly Vikings and wild dragons,
  /external/clang/test/Sema/
unused-expr.c 128 // found in the wild.
  /external/elfutils/src/backends/
ppc_reloc.def 133 cases allowed in this table. Not seen in the wild, so I haven't
  /external/google-breakpad/src/google_breakpad/common/
minidump_cpu_arm.h 76 * wild anyway, as Windows CE only seems to produce "cedumps" which
minidump_cpu_mips.h 95 * wild anyway, as Windows CE only seems to produce "cedumps" which
  /external/jpeg/
jutils.c 46 * wild stores without adding an inner-loop test, we put some extra
  /external/llvm/include/llvm/Support/
SpecialCaseList.h 41 // Note that the wild card is in fact an llvm::Regex, but * is automatically

Completed in 234 milliseconds

12 3 4 5 6 7 8 910