HomeSort by relevance Sort by last modified time
    Searched refs:conversion (Results 51 - 75 of 137) sorted by null

1 23 4 5 6

  /external/chromium_org/v8/test/webkit/fast/regex/
toString.js 24 description("This page tests toString conversion of RegExp objects, particularly wrt to '/' characters and RegExp.prototype.");
  /external/chromium_org/v8/test/webkit/
tostring-exception-in-property-access.js 24 description("This tests that the various subscript operators handle subscript string conversion exceptions correctly.");
  /external/v8/test/mjsunit/
stack-traces-2.js 48 // Tests that a native conversion function is included in the
array-slice.js 92 // Custom conversion:
96 // Throwing an exception in conversion:
double-equals.js 146 // the internal ToNumber conversion.
227 // Forcing conversion will throw.
debug-receiver.js 99 // Check that the debugger correctly reflects the object conversion of
array-splice.js 186 // Throwing an exception in conversion:
205 // Custom conversion:
  /external/bison/lib/
printf-parse.c 445 /* Read the conversion character. */
560 /* Unknown conversion character. */
577 dp->conversion = c;
  /external/chromium_org/third_party/icu/source/test/testdata/
testdata.mak 31 "$(TESTDATAOUT)\testdata.dat" : $(TEST_RES_FILES) "$(TESTDATABLD)\casing.res" "$(TESTDATABLD)\conversion.res" "$(TESTDATABLD)\icuio.res" "$(TESTDATABLD)\mc.res" "$(TESTDATABLD)\structLocale.res" "$(TESTDATABLD)\root.res" "$(TESTDATABLD)\sh.res" "$(TESTDATABLD)\sh_YU.res" "$(TESTDATABLD)\te.res" "$(TESTDATABLD)\te_IN.res" "$(TESTDATABLD)\te_IN_REVISED.res" "$(TESTDATABLD)\testaliases.res" "$(TESTDATABLD)\testtypes.res" "$(TESTDATABLD)\testempty.res" "$(TESTDATABLD)\iscii.res" "$(TESTDATABLD)\idna_rules.res" "$(TESTDATABLD)\DataDrivenCollationTest.res" "$(TESTDATABLD)\test.icu" "$(TESTDATABLD)\testtable32.res" "$(TESTDATABLD)\test1.cnv" "$(TESTDATABLD)\test1bmp.cnv" "$(TESTDATABLD)\test3.cnv" "$(TESTDATABLD)\test4.cnv" "$(TESTDATABLD)\test4x.cnv" "$(TESTDATABLD)\test5.cnv" "$(TESTDATABLD)\ibm9027.cnv" "$(TESTDATABLD)\nfscsi.spp" "$(TESTDATABLD)\nfscss.spp" "$(TESTDATABLD)\nfscis.spp" "$(TESTDATABLD)\nfsmxs.spp" "$(TESTDATABLD)\nfsmxp.spp" "$(TESTDATABLD)\testnorm.nrm"
38 conversion.res
  /external/chromium_org/v8/test/mjsunit/
array-slice.js 92 // Custom conversion:
96 // Throwing an exception in conversion:
double-equals.js 146 // the internal ToNumber conversion.
227 // Forcing conversion will throw.
debug-receiver.js 99 // Check that the debugger correctly reflects the object conversion of
error-constructors.js 80 // String conversion should not invoke monkey-patched getters on prototype.
array-splice.js 186 // Throwing an exception in conversion:
205 // Custom conversion:
  /external/icu4c/test/testdata/
testdata.mak 31 "$(TESTDATAOUT)\testdata.dat" : $(TEST_RES_FILES) "$(TESTDATABLD)\casing.res" "$(TESTDATABLD)\conversion.res" "$(TESTDATABLD)\icuio.res" "$(TESTDATABLD)\mc.res" "$(TESTDATABLD)\structLocale.res" "$(TESTDATABLD)\root.res" "$(TESTDATABLD)\sh.res" "$(TESTDATABLD)\sh_YU.res" "$(TESTDATABLD)\te.res" "$(TESTDATABLD)\te_IN.res" "$(TESTDATABLD)\te_IN_REVISED.res" "$(TESTDATABLD)\testaliases.res" "$(TESTDATABLD)\testtypes.res" "$(TESTDATABLD)\testempty.res" "$(TESTDATABLD)\iscii.res" "$(TESTDATABLD)\idna_rules.res" "$(TESTDATABLD)\DataDrivenCollationTest.res" "$(TESTDATABLD)\test.icu" "$(TESTDATABLD)\testtable32.res" "$(TESTDATABLD)\test1.cnv" "$(TESTDATABLD)\test1bmp.cnv" "$(TESTDATABLD)\test2.cnv" "$(TESTDATABLD)\test3.cnv" "$(TESTDATABLD)\test4.cnv" "$(TESTDATABLD)\test4x.cnv" "$(TESTDATABLD)\test5.cnv" "$(TESTDATABLD)\ibm9027.cnv" "$(TESTDATABLD)\nfscsi.spp" "$(TESTDATABLD)\nfscss.spp" "$(TESTDATABLD)\nfscis.spp" "$(TESTDATABLD)\nfsmxs.spp" "$(TESTDATABLD)\nfsmxp.spp" "$(TESTDATABLD)\testnorm.nrm"
38 conversion.res
  /external/qemu/distrib/sdl-1.2.15/src/hermes/
mmxp2_32.asm 14 ; conversion routine from the mmx programming tutorial pages).
31 ;; Macros for conversion routines
  /external/qemu/
thunk.c 125 /* now we can define the main conversion functions */
189 #warning unsupported conversion
221 /* specific conversion is needed */
224 /* standard struct conversion */
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
floating_point_comparison.hpp 25 #include <boost/numeric/conversion/conversion_traits.hpp> // for numeric::conversion_traits
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
filter.js 140 * Convert pixels by applying conversion tables to each channel individually.
142 * @param {Array.<number>} rMap Red channel conversion table.
143 * @param {Array.<number>} gMap Green channel conversion table.
144 * @param {Array.<number>} bMap Blue channel conversion table.
550 * Return a conversion table that stretches the range of colors used
  /external/srec/config/en.us/
Android.mk 102 # build cmu2nuance dictionary conversion program, to prevent bitrot
  /ndk/build/core/
build-all.mk 104 $(call __ndk_info,Cygwin dependency file conversion script:)
  /external/clang/test/Sema/
conversion.c 5 #include <conversion.h>
11 c = s; // expected-warning {{implicit conversion loses integer precision}}
12 c = i; // expected-warning {{implicit conversion loses integer precision}}
13 c = l; // expected-warning {{implicit conversion loses integer precision}}
16 s = i; // expected-warning {{implicit conversion loses integer precision}}
17 s = l; // expected-warning {{implicit conversion loses integer precision}}
21 i = l; // expected-warning {{implicit conversion loses integer precision}}
45 c = (short) BIG; // expected-warning {{implicit conversion from 'short' to 'char' changes value}}
46 c = (int) BIG; // expected-warning {{implicit conversion from 'int' to 'char' changes value}}
47 c = (long) BIG; // expected-warning {{implicit conversion from 'long' to 'char' changes value}
    [all...]
  /external/chromium_org/v8/src/
date.js 116 // conversion we return NaN immediately instead of relying on
172 // conversion. However, ToPrimitive defaults to STRING_HINT for
175 // argument. We therefore use NUMBER_HINT for the conversion,
  /external/v8/src/
date.js 120 // conversion we return NaN immediately instead of relying on
176 // conversion. However, ToPrimitive defaults to STRING_HINT for
179 // argument. We therefore use NUMBER_HINT for the conversion,
  /external/chromium_org/content/browser/resources/media/
stats_graph_helper.js 128 // Updates the original dataSeries before the conversion.

Completed in 1833 milliseconds

1 23 4 5 6