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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/v8/test/webkit/
dfg-int32-to-double-on-known-number.js 14 // EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
18 // (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
25 "Tests that we don't emit unnecessary speculation checks when performing an int32 to double conversion on a value that is proved to be a number, predicted to be an int32, but not proved to be an int32."
dfg-mispredict-variable-but-prove-int.js 14 // EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
18 // (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
25 "Tests that a variable predicted to be either int or double but proven to be an int does confuse the Branch logic."
dfg-put-by-val-setter-then-get-by-val.js 14 // EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
18 // (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
25 "Tests that a GetByVal that accesses a value that was PutByVal'd, but where the PutByVal invoked a setter, works correctly."
dfg-tear-off-arguments-not-activation.js 14 // EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
18 // (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
25 "Tests the case that a function that might create an activation has not actually created one, but has created its arguments."
dfg-to-string-toString-becomes-bad.js 14 // EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
18 // (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
25 "Tests that we do ToString conversions correctly when String.prototype.valueOf is initially fine but then gets clobbered."
dfg-to-string-toString-in-string.js 14 // EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
18 // (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
25 "Tests that we do ToString conversions correctly when String.prototype.valueOf is fine but we define our own on the String object itself."
dfg-to-string-valueOf-in-string.js 14 // EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
18 // (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
25 "Tests that we do ToString conversions correctly when String.prototype.valueOf is fine but we define our own on the String object itself."
mod-by-zero.js 14 // EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
18 // (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
25 "This tests that modulo with zero does not crash but returns NaN."
  /external/icu4c/data/brkitr/
brkfiles.mk 32 # All aliases (to not be included under 'installed'), but not including root.
  /external/libffi/
Libffi.mk 15 # The libffi code is organized primarily by architecture, but at some
  /external/libpng/
Android.mk 29 # Case where we're building windows but not under linux (so it must be cygwin)
  /external/llvm/utils/
codegen-diff 116 Don't show instructions where the bytes are different but they
118 disassembler, but it might help you highlight the more egregious cases
  /external/mesa3d/docs/
MESA_pixmap_colormap.spec 37 Xlib functions but there is no colormap associated with pixmaps.
MESA_resize_buffers.spec 42 when a window size changes but would still like Mesa to adjust to
  /external/mesa3d/docs/OLD/
MESA_trace.spec 35 valid (but possibly incomplete) C code and can be compiled and
  /external/mockito/
Android.mk 19 # Builds the Mockito source code, but does not include any run-time
  /external/objenesis/
Android.mk 33 # ideally this should be called just 'objenesis', but that name is
  /external/stlport/
configure 81 to link statically with STLport but using the dynamic C runtime use
82 --with-dynamic-rtl; if you want to link dynamicaly with STLport but using the
295 echo "\$CXX set, but I don't see \$CC!"
  /external/v8/test/mjsunit/
array-unshift.js 17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
58 // ... but sees values from Array.prototype
102 // ... but keeps the rest as holes:
138 // ... but sees values from array_proto.
181 // ... but keeps the rest as holes:
  /external/v8/test/preparser/
non-use-strict-hex-escape.js 17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
28 // A string looking like "use strict", but with a hex escape in it,
non-use-strict-octal-escape.js 17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
28 // A string looking like "use strict", but with an octal escape in it,
non-use-strict-uhex-escape.js 17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
28 // A string looking like "use strict", but with a long hex escape in it,
  /system/core/libpixelflinger/
Android.mk 65 # libhardware, but this at least gets us built.
  /external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/
JSON.pm 299 local $^W; # if PP installed but invalid version, backportPP redefines methods.
665 JSON::PP was earlier included in the C<JSON> distribution, but
726 JSON::XS requires Perl 5.8.2 (but works correctly in 5.8.8 or later), so in older versions
729 With Perl 5.8.x JSON::PP works, but from 5.8.0 to 5.8.2, because of a Perl side problem,
937 If C<$perl_scalar> does not contain UNICODE but C<$encoding>-encoded strings
942 Note that the resulted text is a UNICODE string but no problem to print it.
957 This method is a proper way but probably not efficient.
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/lib/
JSON.pm 299 local $^W; # if PP installed but invalid version, backportPP redefines methods.
665 JSON::PP was earlier included in the C<JSON> distribution, but
726 JSON::XS requires Perl 5.8.2 (but works correctly in 5.8.8 or later), so in older versions
729 With Perl 5.8.x JSON::PP works, but from 5.8.0 to 5.8.2, because of a Perl side problem,
937 If C<$perl_scalar> does not contain UNICODE but C<$encoding>-encoded strings
942 Note that the resulted text is a UNICODE string but no problem to print it.
957 This method is a proper way but probably not efficient.
    [all...]

Completed in 760 milliseconds

1 2 3 4 56 7 8 91011>>