HomeSort by relevance Sort by last modified time
    Searched full:didn (Results 226 - 250 of 4363) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/libhardware/tests/camera3/
camera3test_fixtures.h 41 << "hw_get_module didn't return a valid camera module";
  /hardware/libhardware/tests/fingerprint/
fingerprint_test_fixtures.h 39 << "hw_get_module didn't return a valid fingerprint module";
  /prebuilts/go/darwin-x86/src/cmd/gofmt/testdata/
typeswitch.golden 6 Only type-switches that didn't declare a variable
typeswitch.input 6 Only type-switches that didn't declare a variable
  /prebuilts/go/darwin-x86/src/runtime/
mfinal_test.go 68 t.Errorf("#%d: finalizer for type %T didn't run", i, tt.finalizer)
106 t.Errorf("finalizer for type *bigValue didn't run")
185 t.Errorf("finalizer of next object in memory didn't run")
217 t.Errorf("finalizer of next string in memory didn't run")
  /prebuilts/go/linux-x86/src/cmd/gofmt/testdata/
typeswitch.golden 6 Only type-switches that didn't declare a variable
typeswitch.input 6 Only type-switches that didn't declare a variable
  /prebuilts/go/linux-x86/src/runtime/
mfinal_test.go 68 t.Errorf("#%d: finalizer for type %T didn't run", i, tt.finalizer)
106 t.Errorf("finalizer for type *bigValue didn't run")
185 t.Errorf("finalizer of next object in memory didn't run")
217 t.Errorf("finalizer of next string in memory didn't run")
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.pom 30 <!-- I didn't develop ECJ, but the Central Sync Requirements mandate a developer in the POM:
  /system/bt/osi/include/
log.h 27 /* syslog didn't work well here since we would be redefining LOG_DEBUG. */
  /system/bt/stack/include/
btu.h 35 #define BTU_POST_TO_TASK_NO_GOOD_HORRIBLE_HACK 0x1700 // didn't look used in bt_types...here goes nothing
  /system/core/libmemunreachable/
LineBuffer.cpp 43 // Didn't find anything, copy the current to the front of the buffer.
  /system/extras/memory_replay/
LineBuffer.cpp 40 // Didn't find anything, copy the current to the front of the buffer.
  /system/update_engine/payload_generator/
bzip.cc 60 // Data didn't fit; double the buffer size.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ieee-fp/
x930509a.exp 42 if !$x then { fail "$testname (listing didn't match)" }
  /toolchain/binutils/binutils-2.25/libiberty/
getpagesize.c 74 #ifndef SYI$_PAGE_SIZE /* VMS V5.4 and earlier didn't have this yet */
  /toolchain/binutils/binutils-2.25/
ltgcc.m4 38 # GCJ did not exist at the time GCC didn't implicitly link libc in.
  /cts/hostsidetests/services/activitymanager/src/android/server/cts/
ActivityManagerAmStartOptionsTests.java 188 assertTrue("Didn't kill exisiting proc " + mPrevProcId + ".",
190 assertTrue("Didn't start new proc.", newProcId != null);
191 assertTrue("Didn't wait for debugger.", waitingForDebugger);
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
DigestInputStream2Test.java 120 assertEquals("Didn't read the same from each stream", bytesRead1,
122 assertEquals("Didn't read the entire", bytesRead1, bytesToRead);
130 assertTrue("Didn't get the same data", same);
  /external/apache-harmony/support/src/test/java/tests/support/
Support_UnmodifiableMapTest.java 74 assertTrue("UnmodifiableMapTest - getting \"0\" didn't return 0",
76 assertTrue("UnmodifiableMapTest - getting \"50\" didn't return 0",
78 assertNull("UnmodifiableMapTest - getting \"100\" didn't return null",
  /external/mesa3d/docs/
relnotes-6.5.2.html 70 <li>OPTION NV_position_invariant didn't work in NV vertex programs
73 <li>fragment.fogcoord register didn't always contain the correct value
74 <li>RGBA logicops didn't work reliably in some DRI drivers
  /frameworks/base/tools/aapt/tests/
Pseudolocales_test.cpp 170 "=0{{person} didn't add you to any of her circles.}" \
175 "=0{{person} didn't add you to any of his circles.}" \
180 "=0{{person} didn't add you to any of their circles.}" \
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DigestInputStream2Test.java 120 assertEquals("Didn't read the same from each stream", bytesRead1,
122 assertEquals("Didn't read the entire", bytesRead1, bytesToRead);
130 assertTrue("Didn't get the same data", same);
  /libcore/support/src/test/java/tests/support/
Support_MapTest.java 75 assertTrue("getting \"0\" didn't return 0", map.get("0") == 0);
76 assertTrue("getting \"50\" didn't return 50", map.get("50") == 50);
77 assertNull("getting \"100\" didn't return null", map.get("100"));
  /cts/tests/tests/provider/src/android/provider/cts/
SettingsTest.java 146 fail("SettingsProvider didn't throw IllegalArgumentException for insert name "
154 fail("SettingsProvider didn't throw SecurityException for update name "
163 fail("SettingsProvider didn't throw IllegalArgumentException for query name "
172 fail("SettingsProvider didn't throw IllegalArgumentException for delete name "
180 assertNull("SettingsProvider didn't return null MIME type for getType at URI "

Completed in 1420 milliseconds

1 2 3 4 5 6 7 8 91011>>