/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/openssh/regress/ |
sftp-glob.sh | 44 GLOB1="${DIR}/g-wild*" 60 sftp_ls "${DIR}/g-wild\"*\"" "quoted glob" "g-wild*" "g-wildx" 61 sftp_ls "${DIR}/g-wild\*" "escaped glob" "g-wild*" "g-wildx"
|
/external/llvm/test/Transforms/TailCallElim/ |
return_constant.ll | 1 ; Though this case seems to be fairly unlikely to occur in the wild, someone
|
/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...] |
/external/chromium/base/threading/ |
non_thread_safe_impl.h | 16 // bug that only occurs in the wild.
|
thread_checker_impl.h | 17 // seen only in the wild).
|
/bionic/libc/unistd/ |
fnmatch.c | 282 int wild; local 283 /* For '*' wild processing only; surpress 'used before initialization' 352 for (wild = 0; ((*pattern == '*') || (*pattern == '?')); ++pattern) 355 wild = 1; 366 if (wild) 389 wild = 0; 402 /* Begin first wild comparison at the current position */ 427 /* Success; begin a new wild pattern search 447 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;
|
/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 | 4 # wild. We define one of HAVE_HASH_MAP or HAVE_EXT_HASH_MAP depending
|
/packages/apps/Email/src/com/android/email/provider/ |
AccountBackupRestore.java | 39 * impossible to test in the wild.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
dn.h | 65 #define SDF_WILD 1 /* Wild card object */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
dn.h | 65 #define SDF_WILD 1 /* Wild card object */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
dn.h | 65 #define SDF_WILD 1 /* Wild card object */
|
/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/linux-tools-perf/util/ |
string.c | 255 /* Check wild card */ 259 if (!*pat) /* Tail wild card matches all */
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
GsmConnection.java | 272 if (postDialState != PostDialState.WILD) { 274 + "getPostDialState() to be WILD but was " + postDialState); 302 // make a new postDialString, with the wild char replacement string 560 } else if (c == PhoneNumberUtils.WILD) { 561 setPostDialState(PostDialState.WILD);
|
/external/quake/quake/src/WinQuake/ |
snd_gus.cpp | 97 int wild=0;
local 99 // See if wild search
101 wild=1;
113 if (!wild)
117 if (!wild)
120 if (!wild)
137 int wild=0;
local 139 // See if wild search
141 wild=1;
150 if (!wild)
[all...] |
/external/chromium/chrome/browser/autofill/ |
form_field_unittest.cc | 52 // Note: This pattern is misleading as the "." characters are wild cards.
|
/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.
|