HomeSort by relevance Sort by last modified time
    Searched full:didn (Results 51 - 75 of 3734) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/compiler-rt/BlocksRuntime/tests/
fail.c 56 fprintf(stderr, "didn't open custom error file %s as 1, got %d\n", buffer, fd);
87 printf("didn't read errorfile %s, it should have something from\n*****\n%s\n*****\nin it.\n",
94 printf("didn't find contents of %s in %s\n", errorfile, buffer);
byrefcopy.c 36 printf("*** %s didn't update i\n", argv[0]);
byrefcopystack.c 36 printf("*** %s didn't update i\n", argv[0]);
  /external/icu4c/test/cintltst/
cctest.c 26 log_err("Didn't expect a failure yet %s\n", myErrorName(err));
33 log_err("Didn't expect to get a converter on a failure\n");
85 if(!strcmp(nameBeforeSet, nameAfterSet)) { /* changing the default didn't affect. */
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/matchers/
StartedMatcherTest.java 39 givesFailureMessage((Context) activity, "to start " + createIntent(ActivityGroup.class) + ", but didn't start anything"));
42 givesFailureMessage((Context) activity, "to start " + createIntent(ActivityGroup.class, "view") + ", but didn't start anything"));
45 givesFailureMessage((Context) activity, "to start " + intentWithExtra + ", but didn't start anything"));
StartedServiceMatcherTest.java 41 givesFailureMessage((Context) service, "to start " + createIntent(WallpaperService.class) + ", but didn't start anything"));
44 givesFailureMessage((Context) service, "to start " + createIntent(WallpaperService.class, "view") + ", but didn't start anything"));
47 givesFailureMessage((Context) service, "to start " + intentWithExtra + ", but didn't start anything"));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_queue.py 102 "Didn't seem to queue the correct data!")
113 self.fail("Didn't appear to block with a full queue")
118 self.fail("Didn't appear to time-out with a full queue")
130 self.fail("Didn't appear to block with an empty queue")
135 self.fail("Didn't appear to time-out with an empty queue")
239 self.fail("The queue didn't fail when it should have")
245 self.fail("The queue didn't fail when it should have")
254 self.fail("The queue didn't fail when it should have")
265 self.fail("The queue didn't fail when it should have")
286 self.fail("The queue didn't fail when it should have"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_queue.py 102 "Didn't seem to queue the correct data!")
113 self.fail("Didn't appear to block with a full queue")
118 self.fail("Didn't appear to time-out with a full queue")
130 self.fail("Didn't appear to block with an empty queue")
135 self.fail("Didn't appear to time-out with an empty queue")
239 self.fail("The queue didn't fail when it should have")
245 self.fail("The queue didn't fail when it should have")
254 self.fail("The queue didn't fail when it should have")
265 self.fail("The queue didn't fail when it should have")
286 self.fail("The queue didn't fail when it should have"
    [all...]
  /art/test/029-assert/src/
Main.java 25 System.out.println("didn't assert (is '-ea' implemented?)");
  /external/chromium/chrome/common/extensions/docs/examples/api/idle/idle_simple/
background.html 27 * Used window.open because I didn't want the tabs permission.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/idle/idle_simple/
background.js 20 * Used window.open because I didn't want the tabs permission.
  /external/chromium_org/remoting/tools/
gaia_auth.py 29 raise Exception("Gaia didn't return auth token: " + result)
  /external/chromium_org/third_party/leveldatabase/src/port/win/
stdint.h 5 // MSVC didn't ship with this file until the 2010 version.
  /external/chromium_org/third_party/mesa/src/docs/
relnotes-6.4.html 47 <li>glxgears_fbconfig demo didn't work (bug 4237)
56 <li>glGetTexLevelParameter didn't accept GL_TEXTURE_DEPTH_SIZE_ARB
60 <li>glReadPixels from a texture bound to a framebuffer object didn't work
66 <li>fragment programs that wrote result.depth.z didn't work
  /external/chromium_org/ui/gfx/
gpu_memory_handle.h 15 // It is useful when a thread that didn't allocate the memory
  /external/clang/test/PCH/
floating-literal.c 5 // the AST. Previously, the ASTWriter didn't store anything and the
  /external/compiler-rt/lib/asan/lit_tests/TestCases/
free_hook_realloc.cc 23 // Verify that free hook was called and didn't spoil the memory.
  /external/mesa3d/docs/
relnotes-6.4.html 47 <li>glxgears_fbconfig demo didn't work (bug 4237)
56 <li>glGetTexLevelParameter didn't accept GL_TEXTURE_DEPTH_SIZE_ARB
60 <li>glReadPixels from a texture bound to a framebuffer object didn't work
66 <li>fragment programs that wrote result.depth.z didn't work
  /external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format10x/
Format10x.smali 29 #if we get here, the return-void didn't work
  /frameworks/av/media/libstagefright/wifi-display/source/
RepeaterSource.h 27 // If RepeaterSource is currently dormant, because SurfaceFlinger didn't
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
sce3.asm 21 ; if we didn't have a frame pointer, this would be illegal
22 ; if we didn't make this modification,
sce3.masm 24 ; if we didn't have a frame pointer, this would be illegal
25 ; if we didn't make this modification,
  /external/smali/smali-integration-tests/src/test/smali/junit-tests/ExceptionTest/
ExceptionTest.smali 25 #no need to test anything. If it didn't catch the exception, the test would fail
78 #no need to test anything. If it didn't catch the exception, the test would fail
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetReadsTester.java 44 assertEquals("multiset.count(missing) didn't return 0",
50 assertEquals("multiset.count(present) didn't return 1",
57 assertEquals("multiset.count(thriceContained) didn't return 3",
62 assertEquals("multiset.count(null) didn't return 0",
67 assertEquals("multiset.count(wrongType) didn't return 0",
79 assertTrue("multiset.entrySet() didn't contain [present, 1]",
  /external/v8/test/mjsunit/
stack-traces.js 133 assertTrue(threw, name + " didn't throw");
146 assertTrue(threw, "CallerCensorship didn't throw");
160 "UnintendedCallerCensorship didn't contain new ReferenceError");
163 assertTrue(threw, "UnintendedCallerCensorship didn't throw");
179 "ErrorsDuringFormatting didn't contain error: ReferenceError");
181 assertTrue(threw, "ErrorsDuringFormatting didn't throw");
191 "ErrorsDuringFormatting didn't contain <error>");

Completed in 257 milliseconds

1 23 4 5 6 7 8 91011>>