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

1 2 3 4 5 6 7 8 91011>>

  /system/core/
README 6 They should not depend on libraries outside of system/... (some of them
7 do currently -- they need to be updated or changed) and they should not
10 The license for all these pieces should be clean (Apache2, BSD, or MIT).
20 - should probably rename bionic to libc
  /external/chromium_org/v8/test/webkit/fast/js/
reserved-words-strict-expected.txt 29 SHOULD BE RESERVED:
30 FAIL isReserved('implements') should be true. Was false.
31 FAIL isReserved('interface') should be true. Was false.
32 FAIL isReserved('let') should be true. Was false.
33 FAIL isReserved('package') should be true. Was false.
34 FAIL isReserved('private') should be true. Was false.
35 FAIL isReserved('protected') should be true. Was false.
36 FAIL isReserved('public') should be true. Was false.
37 FAIL isReserved('static') should be true. Was false.
38 FAIL isReserved('yield') should be true. Was false
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/channels/
OldFileChannelTest.java 210 fail("should throw IllegalArgumentException");
217 fail("should throw IllegalArgumentException");
224 fail("should throw IllegalArgumentException");
231 fail("should throw IllegalArgumentException");
264 fail("should throw IllegalArgumentException");
271 fail("should throw IllegalArgumentException");
278 fail("should throw IllegalArgumentException");
287 fail("should throw IllegalArgumentException");
295 fail("should throw IllegalArgumentException");
303 fail("should throw IllegalArgumentException")
    [all...]
  /bionic/libc/upstream-netbsd/
README.txt 1 This directory contains upstream NetBSD source. You should not edit these
6 We should work towards getting as many of those changes as possible upstream
  /cts/suite/audio_quality/
BUILD.txt 1 C++: No special library required in host side, but gcc/g++ and std c++ library should be present.
2 Python : version 2.6.5 or higher (should be /usr/bin/python)
  /external/chromium/chrome/browser/debugger/manual_tests/
debugger-pause-on-for-in-statements.html 14 the (anonymous function) node in the call stack, you should see the execution line on the call to test().
16 Also set a breakpoint on the call to test(), and reload. It should break before the test() function is called.
debugger-pause-on-for-statements.html 12 (anonymous function) node in the call stack, you should see the execution line on the call to test().</p>
14 Also set a breakpoint on the call to test(), and reload. It should break before the test() function is called.
  /external/chromium/chrome/browser/renderer_host/
DEPS 3 # layer should be usable in contexts other than inside TabContents. Instead,
4 # you should call upward through the RenderViewHostDelegate interface. If
  /external/chromium_org/ash/system/ime/
ime_observer.h 14 // Notify the observer that the IME state has changed, and should be
15 // refreshed. |show_message| indicates whether the user should be alerted of
  /external/chromium_org/cc/output/
context_provider.h 18 // Bind the 3d context to the current thread. This should be called before
19 // accessing the contexts. Calling it more than once should have no effect.
20 // Once this function has been called, the class should only be accessed
28 // this should invalidate the provider so that it can be replaced with a new
32 // A method to be called from the main thread that should return true if
36 // Sets a callback to be called when the context is lost. This should be
38 // it should be called before BindToCurrentThread(), or VerifyContexts()
39 // should be called after setting the callback.
  /external/chromium_org/chrome/common/extensions/docs/templates/private/
callback.html 4 If you specify the <em>{{name}}</em> parameter, it should
7 The <em>{{name}}</em> parameter should specify a function
  /external/chromium_org/content/browser/renderer_host/input/
touchscreen_tap_suppression_controller.h 25 // Should be called on arrival of GestureFlingCancel events.
28 // Should be called on arrival of ACK for a GestureFlingCancel event.
32 // Should be called on arrival of GestureTapDown events. Returns true if the
33 // caller should stop normal handling of the GestureTapDown. In this case, the
37 // Should be called on arrival of GestureTap events. Returns true if the
38 // caller should stop normal handling of the GestureTap.
41 // Should be called on arrival of GestureTapCancel events. Returns true if the
42 // caller should stop normal handling of the GestureTapCancel.
  /external/chromium_org/content/test/data/prerender/
prerender-no-crash.html 3 <title>This page should not crash</title>
8 <p>The content tests do not have a PrerenderingClient, but they should nevertheless
  /external/chromium_org/ppapi/tests/
DEPS 1 # ppapi/tests should not be dependent on other parts of chromium; it should stay
  /external/chromium_org/third_party/WebKit/ManualTests/blackberry/
selection-touch-override.html 1 <br><textarea cols="45" rows="5">Text Area without override attribute select all this text and tap on the selection, context menu should be shown!</textarea>
2 <br><textarea cols="45" rows="5" data-blackberry-end-selection-on-touch="on">Text Area with override attribute select all this text and tap on the selection, caret should be placed!</textarea>
  /external/chromium_org/third_party/WebKit/ManualTests/
context-click-unfocused-frame.html 12 %26ldquo;PASS%26rdquo; should appear. A contextual menu should not open.
editing-disabled-node-replace-crash.html 5 <title>Replacing text should not crash.</title>
10 <p>Renderer should not crash in that operation.</p>
no-listbox-rendering.html 8 You should see in the following table three comboboxes and no listboxes.<br><br>
9 At the right cell you see a description of what should be the state of the elements just after loading this page.<br><br>
14 <td>combobox in previos cell should have option '1' selected.</td>
18 <td>combobox in previos cell should have no selected option.</td>
22 <td>combobox in previos cell should have no selected option.</td>
39 <td>combobox in previos cell should handle optgroup correctly.</td>
56 <td>combobox in previos cell should handle optgroup correctly.</td>
60 <td>after pressing this button all the combo boxes should go back to the state discribed above.</td>
open-url-undefined.html 7 Click the Test button. A new window should open. To pass the test, the address
8 bar of the new window should be empty. If it contains a URL (ending with &ldquo;undefined&rdquo;), WebKit failed the test.
  /external/chromium_org/third_party/WebKit/ManualTests/inspector/
debugger-pause-during-load.html 2 debugger; // You should see this code and execution line in the Scripts panel.
5 <p>To test, open the Inspector and start a debugging session. You should see this file and execution line in the Scripts panel.</p>
  /external/chromium_org/third_party/WebKit/Source/web/tests/data/
longpress_selection.html 15 that we should be able to select by longpressing.
21 that we should not be able to select.
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/
machotest64.c 23 printf("Testing lrotate: should get 0x0000000000400000, 0x0000000000000001\n");
27 printf("This string should read `hello, world': `%s'\n", asmstr);
32 printf("The pointers %lx and %lx should be equal\n",a,b);
34 printf("This string should read `hello, world': `%s'\n", getstr());
36 printf("The integers here should be 1234, 1235 and 4321:\n");
40 printf("The absolute addressing to the asm-local integer should yield in 1235:\n%ld\n",readgreet());
42 printf("These pointers should be equal: %p and %p\n",
45 printf("So should these: %p and %p\n", selfptr, &selfptr);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
rdfseg.asm 3 ;; [1] should produce segment base ref
4 ;; [2] should produce standard relocation
  /external/chromium_org/third_party/zlib/
inffast.h 6 /* WARNING: this file should *not* be used by applications. It is
8 subject to change. Applications should only use zlib.h.
  /external/clang/test/Modules/
submodules-preprocess.cpp 8 # error HAVE_VECTOR macro is not available (but should be)
22 # error HAVE_VECTOR macro is not available (but should be)
26 # error HAVE_TYPE_TRAITS_MAP macro is not available (but should be)
38 # error HAVE_VECTOR macro is not available (but should be)
42 # error HAVE_TYPE_TRAITS_MAP macro is not available (but should be)
52 # error HAVE_VECTOR macro is not available (but should be)
56 # error HAVE_TYPE_TRAITS_MAP macro is not available (but should be)
60 # error HAVE_HASH_MAP macro is not available (but should be)

Completed in 1960 milliseconds

1 2 3 4 5 6 7 8 91011>>