HomeSort by relevance Sort by last modified time
    Searched refs:should (Results 126 - 150 of 1330) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
rdfseg2.asm 7 ;; to actually test this program, it should be fairly easy to put
  /external/chromium_org/tools/gyp/test/assembly/src/
override_asm.asm 5 ; This is a placeholder. It should not be referenced if overrides work
  /external/chromium_org/tools/gyp/tools/emacs/
gyp-tests.el 50 (should (equal golden fontified))
51 (should (equal (text-face-properties golden)
  /external/chromium_org/v8/test/mjsunit/regress/
regress-358088.js 18 f(o); // Store should go generic.
regress-1229.js 70 return f1(y, z); /* f should be inlined into g, note rotated arguments */
74 return f2(y); /* f should be inlined into g, note argument count mismatch */
78 return f3(x, y, z); /* f should be inlined into g, note argument count mismatch */
88 return f1(local_y, local_z); /* f should be inlined into h */
96 return f2(local_y); /* f should be inlined into h */
106 return f3(local_x, local_y, local_z); /* f should be inlined into h */
134 var non_construct = baz(0); /* baz should be inlined */
136 var non_construct = baz(); /* baz should be inlined */
138 var non_construct = baz(0, 0); /* baz should be inlined */
  /external/compiler-rt/lib/builtins/
fp_extend.h 43 #error Source should be single precision or double precision!
59 #error Destination should be double precision or quad precision!
  /external/llvm/test/MC/ARM/
directive-fpu-multiple.s 3 @ The later .fpu directive should overwrite the earlier one.
eh-directive-setfp.s 43 @ The assembler should emit 0x9B to copy stack pointer from r11.
85 @ The assembler should emit 0x9B to copy stack pointer from r11.
86 @ The assembler should emit ((-offset - 4) >> 2) for offset.
128 @ The assembler should emit 0x9B to copy stack pointer from r11.
129 @ The assembler should emit 0x3F and ((-offset - 0x104) >> 2) for offset.
171 @ The assembler should emit 0x9B to copy stack pointer from r11.
172 @ The assembler should emit 0xB2 and the ULEB128 encoding of
229 @ The assembler should emit 0x9B to copy stack pointer from r11.
230 @ The assembler should emit (0x40 | (offset - 4)) >> 2 for offset.
231 @ If (offset - 4) is greater than 0x3f, then multiple 0x7f should be emitted
    [all...]
  /external/pixman/pixman/
pixman-version.h.in 31 # error pixman-version.h should only be included by pixman.h
  /external/valgrind/main/drd/tests/
tc15_laog_lockdel.stderr.exp 5 so a second locking sequence 2 -> 1 should now be OK.
  /external/valgrind/main/memcheck/tests/
vcpu_fbench.stdout.exp 5 Measured run time in seconds should be divided by 0
  /external/valgrind/main/memcheck/tests/x86/
pushfpopf_s.S 27 # should override that created by 0 + 0 above
29 # an error should be reported for the popfl
  /hardware/ti/omap4-aah/hwc/
hal_public.h 179 #error GRALLOC_USAGE_SYSTEM_HEAP should only be defined by hal_public.h
185 #error GRALLOC_USAGE_PHYS_CONTIG should only be defined by hal_public.h
  /ndk/tests/build/no-installable-modules/jni/
Android.mk 3 # Define a single static library in this Android.mk, it should be
  /ndk/tests/build/warn-non-system-libs-in-linker-flags/jni/
Android.mk 12 # ndk-build should warn about this.
  /external/chromium_org/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 25 rem The script should be passed one argument which is the location of the
46 && ( echo vcdiff with no arguments should fail, but succeeded ^
54 && ( echo vcdiff without operation argument should fail, but succeeded ^
145 && ( echo Decode using larger dictionary should fail, but succeeded ^
168 && ( echo vcdiff with missing dictionary file should fail, but succeeded ^
177 && ( echo vcdiff with missing target file should fail, but succeeded ^
185 && ( echo vcdiff with missing delta file should fail, but succeeded ^
213 rem Using empty file as dictionary should work, but (because dictionary is empty)
230 && ( echo vcdiff with invalid delta file should fail, but succeeded ^
238 && ( echo -dictionary option with no file name should fail, but succeeded
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
downloads_ui_browsertest.js 100 // "Clear all" should be a link only when deletions are allowed.
103 // There should be no disabled links when deletions are allowed.
105 // and all "Remove from list" links should be disabled.
109 // All "Remove from list" items should be links when deletions are allowed.
111 // "Remove from list" items should be text.
116 // "Clear all" should not be hidden.
119 // No "Remove from list" items should be hidden.
178 // Test UI for supervised users, removing entries should be disabled
179 // and removal controls should be hidden.
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
calc.rb 86 example "should parse '#{ expression }'" do
88 parser_value.should == true_value
95 errors.should have( 1 ).thing
96 errors.first.should =~ /mismatched/
  /external/chromium_org/v8/test/webkit/fast/js/kde/
lval-exceptions.js 27 // Locals should throw on access if undefined..
30 // Read-modify-write versions of assignment should throw as well
33 // Other reference types should just return undefined...
59 testFailed(f + " should throw exception " + exType + ". Threw exception " + exception + ".");
61 testFailed(f + " should throw exception " + exType + ". Was undefined.");
63 testFailed(f + " should throw exception " + exType + ". Was " + _av + ".");
  /bionic/libc/bionic/
NetdClient.cpp 18 #error NetdClient.cpp should NOT be included in static libc builds.
  /bionic/libc/include/sys/
_system_properties.h 33 #error you should #include <sys/system_properties.h> instead
143 * Should be done by all processes that need to read system
  /development/ndk/platforms/android-3/include/sys/
_system_properties.h 33 #error you should #include <sys/system_properties.h> instead
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
bare_object_walker.js 7 * This is a bare class that tries to limit dependencies. It should only be used
10 * It should not be used for user-visible navigation.
  /external/chromium_org/content/renderer/media/crypto/
pepper_cdm_wrapper_impl.h 9 #error This file should only be included when ENABLE_PEPPER_CDMS is defined
  /external/chromium_org/extensions/renderer/resources/
i18n_custom_bindings.js 19 // The first argument is the message, and should be a string.
22 console.warn(extensionId + ': the first argument to getMessage should ' +

Completed in 1328 milliseconds

1 2 3 4 56 7 8 91011>>