HomeSort by relevance Sort by last modified time
    Searched full:saw (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
UnitTestSuiteBuilderTest.java 49 assertFalse(recorder.saw("InstrumentationTest.testInstrumentation"));
88 public boolean saw(String testName) { method in class:UnitTestSuiteBuilderTest.SuiteExecutionRecorder
101 return saw(testName) && !failed(testName) && !errored(testName);
InstrumentationTestSuiteBuilderTest.java 49 assertTrue(recorder.saw("InstrumentationTest.testInstrumentation"));
95 public boolean saw(String testName) { method in class:InstrumentationTestSuiteBuilderTest.SuiteExecutionRecorder
108 return saw(testName) && !failed(testName) && !errored(testName);
TestSuiteBuilderTest.java 98 assertFalse(recorder.saw("SuperclassTest.testSuperclass"));
197 public boolean saw(String testName) {
210 return saw(testName) && !failed(testName) && !errored(testName);
  /frameworks/base/test-runner/tests/src/android/test/
AndroidTestRunnerTest.java 78 assertTrue(testListenerStub.saw("testOne"));
92 assertTrue(testListenerStub.saw("testOneAndroid"));
105 assertTrue(testListenerStub.saw("testOneAndroid"));
121 assertTrue(testListenerStub.saw("testOneAndroid"));
193 assertTrue(testListenerStub.saw("testFail"));
277 public boolean saw(String testName) { method in class:AndroidTestRunnerTest.TestListenerStub
  /external/webkit/WebCore/manual-tests/
select-option-in-onload.html 19 triggered from the body's onload changed it to "PASS" (assuming you saw an alert telling you so).</p>
  /frameworks/base/keystore/tests/src/android/security/
KeyStoreTest.java 117 String[] results = mKeyStore.saw(TEST_KEYNAME);
124 results = mKeyStore.saw(TEST_KEYNAME);
  /packages/apps/Settings/src/com/android/settings/vpn/
L2tpIpsecEditor.java 73 mKeyStore.saw(Credentials.USER_CERTIFICATE),
92 mKeyStore.saw(Credentials.CA_CERTIFICATE),
  /external/proguard/src/proguard/gui/splash/
SawToothTiming.java 50 // Compute the translated and scaled saw-tooth function.
  /frameworks/base/keystore/java/android/security/
KeyStore.java 96 public byte[][] saw(byte[] prefix) { method in class:KeyStore
101 public String[] saw(String prefix) { method in class:KeyStore
102 byte[][] values = saw(getBytes(prefix));
  /frameworks/base/tools/aidl/
aidl_language_y.y 96 fprintf(stderr, "%s:%d syntax error in parcelable declaration. Expected type name, saw \"%s\".\n",
134 fprintf(stderr, "%s:%d: syntax error in interface declaration. Expected type name, saw \"%s\"\n",
139 fprintf(stderr, "%s:%d: syntax error in interface declaration. Expected type name, saw \"%s\"\n",
  /frameworks/base/cmds/keystore/
keystore.c 293 static int8_t saw() function
413 SAW = 32,
432 {saw, 's', 0, SAW, {KEY_SIZE}},
449 {~0, ~0, TEST | GET | INSERT | DELETE | EXIST | SAW},
  /dalvik/libcore/xml/src/main/java/javax/xml/parsers/
FilePathToURI.java 92 // we saw some non-ascii character
  /dalvik/libcore/xml/src/main/java/javax/xml/transform/stream/
FilePathToURI.java 92 // we saw some non-ascii character
  /frameworks/base/tools/preload/
Proc.java 138 * Prints an error indicating that we saw the end of an operation but not
  /external/webkit/WebCore/platform/text/mac/
make-charset-table.pl 178 error "saw $new_canonical_name twice in character-sets.txt", if $seen{$new_canonical_name};
193 error "saw $new_alias twice in character-sets.txt $seen{$new_alias}, $canonical_name", if $seen{$new_alias} && $seen{$new_alias} ne $canonical_name && !$exceptions{$new_alias};
  /cts/tests/SignatureTest/tests/src/android/tests/sigtest/tests/
JDiffClassDescriptionTest.java 32 JDiffClassDescriptionTest.this.fail("Saw unexpected test failure: " + name + " failure type: " + type);
47 JDiffClassDescriptionTest.this.fail("Saw second test failure: " + name + " failure type: " + type);
53 JDiffClassDescriptionTest.this.fail("Saw unexpected test failure: " + name + " failure type: " + type);
  /dalvik/vm/compiler/codegen/arm/
LocalOptimizations.c 165 * Saw a real instruction that the store can be sunk after
388 * Saw a real instruction that hosting the load is
491 * Saw a real instruction that hosting the load is
  /external/icu4c/common/
ucnv_u32.c     [all...]
  /external/elfutils/libdw/
dwarf_getloclist.c 82 /* We already saw it. */
  /external/ppp/pppd/include/net/
if_ppp.h 83 #define SC_ESCAPED 0x80000000 /* saw a PPP_ESCAPE */
slcompress.h 99 * we saw from the conversation together with a small identifier
vjcompress.h 99 * we saw from the conversation together with a small identifier
  /external/webkit/WebKitTools/Scripts/
add-include 59 if ($pastIncludes) { print STDERR "Saw more includes after include section in $filename, line $.\n"; next FILE; }
  /build/core/
product_config.mk 97 $(error Only one PRODUCT-* goal may be specified; saw "$(product_goals)")
158 $(error Only one APP-* goal may be specified; saw "$(unbundled_goals)"))
  /frameworks/base/tests/CoreTests/android/core/
HeapTest.java 463 "expected " + numCleared + " finalizations, saw " +
483 "expected " + numCleared + " finalizations, saw " +

Completed in 518 milliseconds

1 2 3 4 5