HomeSort by relevance Sort by last modified time
    Searched full:didn (Results 176 - 200 of 2448) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_failures.py 174 """Image hashes didn't match."""
194 """The result didn't match the reference rendering."""
218 """Audio files didn't match."""
  /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_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/replicaisland/res/values/
kyle.xml 19 Didn?t think I?d be seeing you again. Can?t you take a hint, you bumbling bundle of bolts? I was right about you--you?re a little Kabocha spy, aren?t you.
23 Look, last time I didn?t really put my heart into it. I pulled my punches because frankly, I didn?t think it would take a full-strength hit to bring you down. It?s surprising that you survived, but even more inconceivable that you didn?t just turn around and go home. You?re just <i>asking</i> to be flattened, aren?t you.
55 You followed us down here, didn?t you? You slimy, spying little bucket of transistors. We do all the work and you just tag along, is that how it is? Mr. Rokudou takes all the risk and Kabocha just rides on his coattails, all the way to The Source? You?re even more pathetic than I thought.
  /external/dbus/dbus/
dbus-string-util.c 618 _dbus_assert_not_reached ("didn't find 'He'");
622 _dbus_assert_not_reached ("didn't find 'Hello'");
626 _dbus_assert_not_reached ("didn't find 'ello'");
630 _dbus_assert_not_reached ("didn't find 'lo'");
634 _dbus_assert_not_reached ("didn't find 'lo'");
641 _dbus_assert_not_reached ("didn't find 'l'");
645 _dbus_assert_not_reached ("didn't find 'H'");
649 _dbus_assert_not_reached ("didn't find ''");
665 _dbus_assert_not_reached ("Didn't find 'He'");
687 _dbus_assert_not_reached ("Didn't find 'e'")
    [all...]
  /external/chromium/testing/gmock/test/
gmock_output_test_golden.txt 36 Google Mock tried the following 1 expectation, but it didn't match:
49 Google Mock tried the following 1 expectation, but it didn't match:
174 Google Mock tried the following 1 expectation, but it didn't match:
190 Google Mock tried the following 1 expectation, but it didn't match:
204 Google Mock tried the following 1 expectation, but it didn't match:
221 Google Mock tried the following 1 expectation, but it didn't match:
236 Google Mock tried the following 1 expectation, but it didn't match:
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteCursorTest.java 67 fail("constructor didn't throw IllegalArgumentException when SQLiteQuery is null");
85 fail("moveToFirst didn't throw IllegalStateException after closed.");
130 fail("didn't throw IllegalStateException when register existed observer");
  /external/webkit/Source/WebCore/rendering/
RenderTableRow.cpp 155 // We only ever need to repaint if our cells didn't, which menas that they didn't need
156 // layout, so we know that our bounds didn't change. This code is just making up for
  /external/webkit/WebKitLibraries/win/tools/vsprops/
common.vsprops 43 CommandLine="REM Do not edit from the Visual Studio IDE! Customize via a $(ProjectName)PostBuild.cmd file&#x0D;&#x0A;if not exist &quot;$(ProjectDir)$(ProjectName)PostBuild.cmd&quot; exit /b&#x0D;&#x0A;&#x0D;&#x0A;set CONFIGURATIONBUILDDIR=$(ConfigurationBuildDir)&#x0D;&#x0A;set CONFIGURATIONNAME=$(ConfigurationName)&#x0D;&#x0A;set INPUTDIR=$(InputDir)&#x0D;&#x0A;set INPUTFILENAME=$(InputFileName)&#x0D;&#x0A;set INPUTPATH=$(InputPath)&#x0D;&#x0A;set INTDIR=$(IntDir)&#x0D;&#x0A;set LIBRARYCONFIGSUFFIX=$(LibraryConfigSuffix)&#x0D;&#x0A;set OUTDIR=$(OutDir)&#x0D;&#x0A;set PLATFORMNAME=$(PlatformName)&#x0D;&#x0A;set PROJECTDIR=$(ProjectDir)&#x0D;&#x0A;set PROJECTFILENAME=$(ProjectFileName)&#x0D;&#x0A;set PROJECTNAME=$(ProjectName)&#x0D;&#x0A;set PROJECTPATH=$(ProjectPath)&#x0D;&#x0A;set SOLUTIONDIR=$(SolutionDir)&#x0D;&#x0A;set SOLUTIONFILENAME=$(SolutionFileName)&#x0D;&#x0A;set SOLUTIONNAME=$(SolutionName)&#x0D;&#x0A;set SOLUTIONPATH=$(SolutionPath)&#x0D;&#x0A;set TARGETDIR=$(TargetDir)&#x0D;&#x0A;set TARGETEXT=$(TargetExt)&#x0D;&#x0A;set TARGETFILENAME=$(TargetFileName)&#x0D;&#x0A;set TARGETPATH=$(TargetPath)&#x0D;&#x0A;set WEBKITCONFIGSUFFIX=$(WebKitConfigSuffix)&#x0D;&#x0A;set WEBKITDLLCONFIGSUFFIX=$(WebKitDLLConfigSuffix)&#x0D;&#x0A;&#x0D;&#x0A;REM If any of the above variables didn&apos;t exist previously and&#x0D;&#x0A;REM were set to an empty string, set will set the errorlevel to 1,&#x0D;&#x0A;REM which will cause the project-specific script to think the build&#x0D;&#x0A;REM has failed. This cmd /c call will clear the errorlevel.&#x0D;&#x0A;cmd /c&#x0D;&#x0A;&#x0D;&#x0A;&quot;$(ProjectDir)$(ProjectName)PostBuild.cmd&quot;&#x0D;&#x0A;"
47 CommandLine="REM Do not edit from the Visual Studio IDE! Customize via a $(ProjectName)PreBuild.cmd file.&#x0D;&#x0A;if not exist &quot;$(ProjectDir)$(ProjectName)PreBuild.cmd&quot; exit /b&#x0D;&#x0A;&#x0D;&#x0A;set CONFIGURATIONBUILDDIR=$(ConfigurationBuildDir)&#x0D;&#x0A;set CONFIGURATIONNAME=$(ConfigurationName)&#x0D;&#x0A;set INPUTDIR=$(InputDir)&#x0D;&#x0A;set INPUTFILENAME=$(InputFileName)&#x0D;&#x0A;set INPUTPATH=$(InputPath)&#x0D;&#x0A;set INTDIR=$(IntDir)&#x0D;&#x0A;set LIBRARYCONFIGSUFFIX=$(LibraryConfigSuffix)&#x0D;&#x0A;set OUTDIR=$(OutDir)&#x0D;&#x0A;set PLATFORMNAME=$(PlatformName)&#x0D;&#x0A;set PROJECTDIR=$(ProjectDir)&#x0D;&#x0A;set PROJECTFILENAME=$(ProjectFileName)&#x0D;&#x0A;set PROJECTNAME=$(ProjectName)&#x0D;&#x0A;set PROJECTPATH=$(ProjectPath)&#x0D;&#x0A;set SOLUTIONDIR=$(SolutionDir)&#x0D;&#x0A;set SOLUTIONFILENAME=$(SolutionFileName)&#x0D;&#x0A;set SOLUTIONNAME=$(SolutionName)&#x0D;&#x0A;set SOLUTIONPATH=$(SolutionPath)&#x0D;&#x0A;set TARGETDIR=$(TargetDir)&#x0D;&#x0A;set TARGETEXT=$(TargetExt)&#x0D;&#x0A;set TARGETFILENAME=$(TargetFileName)&#x0D;&#x0A;set TARGETPATH=$(TargetPath)&#x0D;&#x0A;set WEBKITCONFIGSUFFIX=$(WebKitConfigSuffix)&#x0D;&#x0A;set WEBKITDLLCONFIGSUFFIX=$(WebKitDLLConfigSuffix)&#x0D;&#x0A;&#x0D;&#x0A;REM If any of the above variables didn&apos;t exist previously and&#x0D;&#x0A;REM were set to an empty string, set will set the errorlevel to 1,&#x0D;&#x0A;REM which will cause the project-specific script to think the build&#x0D;&#x0A;REM has failed. This cmd /c call will clear the errorlevel.&#x0D;&#x0A;cmd /c&#x0D;&#x0A;&#x0D;&#x0A;&quot;$(ProjectDir)$(ProjectName)PreBuild.cmd&quot;&#x0D;&#x0A;"
51 CommandLine="REM Do not edit from the Visual Studio IDE! Customize via a $(ProjectName)PreLink.cmd file.&#x0D;&#x0A;if not exist &quot;$(ProjectDir)$(ProjectName)PreLink.cmd&quot; exit /b&#x0D;&#x0A;&#x0D;&#x0A;set CONFIGURATIONBUILDDIR=$(ConfigurationBuildDir)&#x0D;&#x0A;set CONFIGURATIONNAME=$(ConfigurationName)&#x0D;&#x0A;set INPUTDIR=$(InputDir)&#x0D;&#x0A;set INPUTFILENAME=$(InputFileName)&#x0D;&#x0A;set INPUTPATH=$(InputPath)&#x0D;&#x0A;set INTDIR=$(IntDir)&#x0D;&#x0A;set LIBRARYCONFIGSUFFIX=$(LibraryConfigSuffix)&#x0D;&#x0A;set OUTDIR=$(OutDir)&#x0D;&#x0A;set PLATFORMNAME=$(PlatformName)&#x0D;&#x0A;set PROJECTDIR=$(ProjectDir)&#x0D;&#x0A;set PROJECTFILENAME=$(ProjectFileName)&#x0D;&#x0A;set PROJECTNAME=$(ProjectName)&#x0D;&#x0A;set PROJECTPATH=$(ProjectPath)&#x0D;&#x0A;set SOLUTIONDIR=$(SolutionDir)&#x0D;&#x0A;set SOLUTIONFILENAME=$(SolutionFileName)&#x0D;&#x0A;set SOLUTIONNAME=$(SolutionName)&#x0D;&#x0A;set SOLUTIONPATH=$(SolutionPath)&#x0D;&#x0A;set TARGETDIR=$(TargetDir)&#x0D;&#x0A;set TARGETEXT=$(TargetExt)&#x0D;&#x0A;set TARGETFILENAME=$(TargetFileName)&#x0D;&#x0A;set TARGETPATH=$(TargetPath)&#x0D;&#x0A;set WEBKITCONFIGSUFFIX=$(WebKitConfigSuffix)&#x0D;&#x0A;set WEBKITDLLCONFIGSUFFIX=$(WebKitDLLConfigSuffix)&#x0D;&#x0A;&#x0D;&#x0A;REM If any of the above variables didn&apos;t exist previously and&#x0D;&#x0A;REM were set to an empty string, set will set the errorlevel to 1,&#x0D;&#x0A;REM which will cause the project-specific script to think the build&#x0D;&#x0A;REM has failed. This cmd /c call will clear the errorlevel.&#x0D;&#x0A;cmd /c&#x0D;&#x0A;&#x0D;&#x0A;&quot;$(ProjectDir)$(ProjectName)PreLink.cmd&quot;&#x0D;&#x0A;"
  /frameworks/base/core/tests/coretests/src/android/util/
PatternsTest.java 99 assertTrue("Didn't match valid URL with port", t);
102 assertTrue("Didn't match valid URL with port and query args", t);
105 assertTrue("Didn't match valid URL with ~", t);
  /bionic/libc/include/sys/
atomics.h 36 /* Note: atomic operations that were exported by the C library didn't
  /cts/tests/tests/permission/src/android/permission/cts/
CameraPermissionTest.java 64 // We didn't really need to save it anyway, did we?
  /cts/tests/tests/speech/src/android/speech/tts/cts/
TextToSpeechServiceTest.java 63 assertTrue("synthesizeToFile() didn't produce a file", sampleFile.exists());
  /dalvik/tests/021-string2/src/
Main.java 53 Assert.fail("didn't get expected npe");
  /development/ndk/platforms/android-3/include/sys/
atomics.h 36 /* Note: atomic operations that were exported by the C library didn't
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncGenerateId.java 54 // really didn't make sense; it may change again as we continue
FuncTranslate.java 64 // Didn't find the character in the second string, so it
  /external/bison/m4/
iconv.m4 65 dnl If $LIBICONV didn't lead to a usable library, we don't need $INCICONV
  /external/bluetooth/bluez/scripts/
bluetooth-serial.rules 28 # Compaq iPAQ Bluetooth Sleeve, Belkin F8T020, any other muppet who used an OXCF950 and didn't bother to program it appropriately.
  /external/chromium/chrome/browser/autocomplete/
history_provider_util.h 34 // ahead and show a scheme on the URL even if the user didn't type one.
  /external/chromium/chrome/browser/chromeos/login/
login_status_consumer.h 114 // The same password didn't work both online and offline.
  /external/chromium/chrome/browser/chromeos/
low_battery_observer.cc 55 // update: is visible_ to _visible triggered when we didn't hide
setting_level_bubble.h 41 // If we didn't update our internal state to 25% after 2), then the animation
  /external/chromium/chrome/browser/download/
save_item.h 45 // Rough percent complete, -1 means we don't know (since we didn't receive a
  /external/chromium/chrome/browser/history/
text_database_unittest.cc 201 EXPECT_TRUE(unique_urls.empty()) << "Didn't ask for unique URLs";
252 EXPECT_TRUE(unique_urls.empty()) << "Didn't ask for unique URLs";
270 EXPECT_TRUE(unique_urls.empty()) << "Didn't ask for unique URLs";
310 EXPECT_TRUE(unique_urls.empty()) << "Didn't ask for unique URLs";

Completed in 812 milliseconds

1 2 3 4 5 6 78 91011>>