/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/sys/ |
atomics.h | 36 /* Note: atomic operations that were exported by the C library didn't
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
SyncException.java | 24 * that triggered the error, but the adb transfer protocol that didn't work somehow, or that the
|
/external/chromium/chrome/browser/autocomplete/ |
history_provider.cc | 76 // didn't intend this interpretation. Since this can break history matching 93 // Don't prepend a scheme when the user didn't have one. Since the fixer
|
/external/chromium/chrome/browser/password_manager/ |
password_manager.cc | 88 // If we didn't find a manager, this means a form was submitted without 94 // If we found a manager but it didn't finish matching yet, the user has
|
/external/chromium/chrome/common/extensions/docs/static/ |
history.html | 57 that didn't look at all like a URL. 100 because the user didn't type or see the destination URL.
|
/external/compiler-rt/BlocksRuntime/tests/ |
testfilerunner.m | 104 printf("**** didn't get an output file %s to analyze!!??\n", buffer); 109 printf("didn't find '%s' in output file %s\n", lookfor, buffer); 134 fprintf(stderr, "didn't open custom error file %s as 1, got %d\n", buffer, fd); 169 printf("**** didn't get an error file %s to analyze!!??\n", buffer); 174 printf("didn't find '%s' in error file %s\n", error, buffer); 504 printf("didn't open %s!!\n", filename); 738 printDetails(failureToFailToCompile, "should have failed to compile but didn't failures"); 795 printf("didn't open %s, (might not have been created?)\n", buffer);
|
/external/dropbear/ |
cli-authpubkey.c | 107 /* Data didn't match this key */ 123 TRACE(("That was whacky. We got told that a key was valid, but it didn't match our list. Sounds like dodgy code on Dropbear's part"))
|
/external/e2fsprogs/misc/ |
e2undo.c | 70 _("The file system Mount time didn't match %u\n"), 89 _("The file system UUID didn't match \n"));
|
/external/guava/guava-tests/test/com/google/common/io/ |
CloseablesTest.java | 159 fail("Didn't throw exception."); 177 fail("Didn't throw exception.");
|
/external/llvm/utils/ |
check-each-file | 32 echo "WARNING: linker script didn't work" 38 echo "WARNING: linker script didn't work"
|
/external/webkit/Source/WebCore/storage/ |
IDBObjectStore.cpp | 131 ASSERT(!index != !ec); // If we didn't get an index, we should have gotten an exception code. And vice versa. 140 ASSERT(!index != !ec); // If we didn't get an index, we should have gotten an exception code. And vice versa.
|
/external/wpa_supplicant_6/wpa_supplicant/ |
ctrl_iface_dbus.c | 646 "interface didn't have a dbus path"); 649 "interface didn't have a dbus path; can't send " 699 "interface didn't have a dbus path"); 702 "interface didn't have a dbus path; can't send " 770 "didn't have a dbus path"); 772 "%s[dbus]: interface didn't have a dbus path; " 819 "interface didn't have a dbus path"); 822 "interface didn't have a dbus path; can't send " [all...] |
/frameworks/base/core/java/android/util/ |
StateSet.java | 86 // We didn't find this must-match state. 105 // We've reached the end of states to match and we didn't
|
/frameworks/base/include/android_runtime/ |
android_app_NativeActivity.h | 59 * - return the next pre-dispatched event that the input method didn't handle. 133 // Key events that the app didn't handle, and are pending for
|
/sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/ |
DebuggerConnector.java | 66 // Didn't find a matching config, so we make one. 152 // didn't find anything that matches. Return null
|
/external/chromium/testing/gtest/test/ |
gtest_pred_impl_unittest.cc | 135 "The predicate assertion didn't evaluate argument 2 " 142 FAIL() << "The failed predicate assertion didn't abort the test " 527 "The predicate assertion didn't evaluate argument 2 " 530 "The predicate assertion didn't evaluate argument 3 " 537 FAIL() << "The failed predicate assertion didn't abort the test " 961 "The predicate assertion didn't evaluate argument 2 " 964 "The predicate assertion didn't evaluate argument 3 " 967 "The predicate assertion didn't evaluate argument 4 " 974 FAIL() << "The failed predicate assertion didn't abort the test " [all...] |
/external/gtest/test/ |
gtest_pred_impl_unittest.cc | 135 "The predicate assertion didn't evaluate argument 2 " 142 FAIL() << "The failed predicate assertion didn't abort the test " 527 "The predicate assertion didn't evaluate argument 2 " 530 "The predicate assertion didn't evaluate argument 3 " 537 FAIL() << "The failed predicate assertion didn't abort the test " 961 "The predicate assertion didn't evaluate argument 2 " 964 "The predicate assertion didn't evaluate argument 3 " 967 "The predicate assertion didn't evaluate argument 4 " 974 FAIL() << "The failed predicate assertion didn't abort the test " [all...] |
/external/protobuf/gtest/test/ |
gtest_pred_impl_unittest.cc | 136 "The predicate assertion didn't evaluate argument 2 " 143 FAIL() << "The failed predicate assertion didn't abort the test " 529 "The predicate assertion didn't evaluate argument 2 " 532 "The predicate assertion didn't evaluate argument 3 " 539 FAIL() << "The failed predicate assertion didn't abort the test " 964 "The predicate assertion didn't evaluate argument 2 " 967 "The predicate assertion didn't evaluate argument 3 " 970 "The predicate assertion didn't evaluate argument 4 " 977 FAIL() << "The failed predicate assertion didn't abort the test " [all...] |
/sdk/ide_common/src/com/android/ide/common/resources/ |
ResourceResolver.java | 173 // if we didn't find it, we look in the parent style (if applicable) 189 // if we didn't find it, we look in the parent style (if applicable) 299 // Looks like the value didn't reference anything. Return null. 397 // didn't find the resource anywhere. 418 // didn't find the resource anywhere.
|
/external/antlr/antlr-3.4/tool/ |
CHANGES.txt | 21 * reset() for token stream didn't skip initial off-channel tokens. 36 * empty alts with actions didn't have EPSILON dummy alt node. 40 * Udo noticed that Parser.getMissingSymbol() didn't set invented token's input 208 * code gen for AST and -profile didn't compile. had useless line: 229 * lexerStringRef was missing elementIndex attribute. i='import' didn't work 233 streams didn't dup node, it gave whole tree back. 253 * Refs to other tokens in a lexer rule didn't get its line/charpos right. 258 * Creating token from another token didn't copy input stream in CommonToken. 316 * Fixed ANTLR-374. Was caused by moved of grammars. %foo() stuff didn't work 338 * Fixed ANTLR-389. Strip didn't ignore options in subrules; also seeme [all...] |
/external/icu4c/test/cintltst/ |
custrtst.c | 371 log_err("Didn't get correct number of tokens\n"); 376 log_err("Didn't get NULL for empty string\n"); 384 log_err("Didn't get NULL for a string of delimiters\n"); 396 log_err("Didn't get NULL for a string that ends in delimiters\n"); 520 log_err("u_strpbrk didn't return NULL for \"f\".\n"); 523 log_err("u_strpbrk didn't return NULL for \"fg\".\n"); 526 log_err("u_strpbrk didn't return NULL for \"gf\".\n"); 529 log_err("u_strpbrk didn't return NULL for \"\".\n"); 547 log_err("u_strpbrk didn't return NULL for \"f\".\n"); 550 log_err("u_strpbrk didn't return NULL for \"fg\".\n") [all...] |
/external/antlr/antlr-3.4/runtime/C/ |
README | 329 * Fixed bug in lexer where ~T didn't compute the set from rule T. 334 Sem pred states didn't define lookahead vars. 342 * setTokenSource in CommonTokenStream didn't clear tokens list. 431 * Sometimes fatal non-LL(*) messages didn't appear; instead you got 534 * BaseTree.dupTree didn't dup recursively. 678 * fixed bug in OrderedHashSet.add(). It didn't track elements correctly. 686 TestInterpretedParsing didn't pick up an earlier change to CommonToken. 837 * Removed a failsafe that seems to be unnecessary that ensure DFA didn't [all...] |
/external/chromium/net/proxy/ |
proxy_bypass_rules.cc | 29 return false; // Didn't match port expectation. 32 return false; // Didn't match scheme expectation. 100 return false; // Didn't match scheme expectation.
|
/external/icu4c/i18n/ |
nfsubs.h | 167 * character (or 0 if the substitution didn't match) 236 * Returns true if this is a null substitution. (We didn't do this 244 * Returns true if this is a modulus substitution. (We didn't do this
|
/external/llvm/lib/Support/ |
StringMap.cpp | 102 // Okay, we didn't find the item. Probe to the next bucket. 146 // Okay, we didn't find the item. Probe to the next bucket. 161 assert(V == V2 && "Didn't find key?");
|