/external/llvm/test/CodeGen/Generic/ |
multiple-return-values-cross-block-with-invoke.ll | 3 declare { i64, double } @wild() 6 %t = invoke { i64, double } @wild() to label %normal unwind label %handler
|
/external/libxml2/test/schemas/ |
po0_0.xml | 17 <comment>Hurry, my lawn is going wild!</comment>
|
po1_0.xml | 18 <apo:comment>Hurry, my lawn is going wild!</apo:comment>
|
/external/toybox/tests/ |
ls.test | 21 testing "ls with wild char" "$IN && ls file*; $OUT" "file1.txt\nfile2.txt\n" "" "" 22 testing "ls with wild char - long listing" "$IN && ls -1 file*; $OUT" "file1.txt\nfile2.txt\n" "" "" 29 testing "ls with wild char and -d *" "$IN && ls -d *; $OUT" "dir1\ndir2\nfile1.txt\nfile2.txt\n" "" ""
|
/external/compiler-rt/test/ubsan/TestCases/TypeCheck/ |
misaligned.cpp | 13 // RUN: not %run %t w1 2>&1 | FileCheck %s --check-prefix=CHECK-WILD 35 void *wild = reinterpret_cast<void *>(0x123L); local 99 // CHECK-WILD: misaligned.cpp:[[@LINE+3]]:35: runtime error: member access within misaligned address 0x{{0+}}123 for type 'S', which requires 4 byte alignment 100 // CHECK-WILD-NEXT: 0x{{0+}}123: note: pointer points here 101 // CHECK-WILD-NEXT: <memory cannot be printed> 102 return static_cast<S*>(wild)->k;
|
/external/apache-xml/src/main/java/org/apache/xpath/patterns/ |
NodeTest.java | 46 public static final String WILD = "*"; 100 * @return The namespace to be tested for, or {@link #WILD}, or null. 110 * @param ns The namespace to be tested for, or {@link #WILD}, or null. 126 * @return the local name to be tested, or {@link #WILD}, or an empty string. 136 * @param name the local name to be tested, or {@link #WILD}, or an empty string. 295 * True if this test has a null namespace and a local name of {@link #WILD}. 326 else if (((m_namespace == WILD) || (m_namespace == null)) 327 && (m_name == WILD)) 329 else if ((m_namespace != WILD) && (m_name == WILD)) [all...] |
/bionic/libc/upstream-openbsd/lib/libc/gen/ |
fnmatch.c | 289 int wild; local 290 /* For '*' wild processing only; surpress 'used before initialization' 359 for (wild = 0; ((*pattern == '*') || (*pattern == '?')); ++pattern) 362 wild = 1; 373 if (wild) 396 wild = 0; 409 /* Begin first wild comparison at the current position */ 434 /* Success; begin a new wild pattern search 454 if (wild) {
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
PsuedoNames.java | 31 * Psuedo name for a wild card pattern ('*').
|
OpMap.java | 389 * @return The step's namespace, NodeTest.WILD, or null for null namespace. 404 return NodeTest.WILD; 450 return NodeTest.WILD;
|
/external/skia/src/image/ |
SkImage_Base.h | 27 * ever released into the wild (since the props field must appear to be immutable).
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
StateListDrawableTest.java | 83 // call onLevelChanged will not throw NPE here because the first drawable with wild card 125 // null state will match the wild card 135 // matches the first wild card although the second one is more accurate
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
DescendantIterator.java | 272 || NodeTest.WILD.equals(localName) 273 || NodeTest.WILD.equals(namespace)) 313 || localName == NodeTest.WILD 314 || namespace == NodeTest.WILD)
|
ChildTestIterator.java | 136 // || localName == NodeTest.WILD 137 // || namespace == NodeTest.WILD)
|
OneStepIteratorForward.java | 122 // || localName == NodeTest.WILD 123 // || namespace == NodeTest.WILD)
|
/external/protobuf/m4/ |
stl_hash.m4 | 5 # wild. We define HASH_MAP_H to the location of the header file, and
|
/packages/apps/Email/provider_src/com/android/email/provider/ |
AccountBackupRestore.java | 39 * impossible to test in the wild.
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
TemplateSubPatternAssociation.java | 52 /** Flag indicating whether this is wild card pattern */ 164 * @return true if this pattern is considered to be a wild match.
|
TemplateList.java | 156 System.out.print("wild card list: "); 190 TemplateSubPatternAssociation wild = m_wildCardPatterns; local 192 while (null != wild) 197 head, (TemplateSubPatternAssociation) wild.clone(), true); 201 wild = wild.getNext(); 219 * @param isWildCardInsert <code>true</code> if we are inserting a wild card
|
/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/kernel-headers/original/uapi/linux/ |
dn.h | 69 #define SDF_WILD 1 /* Wild card object */
|
/external/libnfc-nci/src/nfa/int/ |
nfa_ce_int.h | 182 UINT8 idx_wild_card; /* listen_info index for T4T wild card CE */
|
/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.
|
/external/skia/bench/ |
RectoriBench.cpp | 79 // TODO: add a color filter to better match what is seen in the wild
|