HomeSort by relevance Sort by last modified time
    Searched refs:conversion (Results 26 - 50 of 71) sorted by null

12 3

  /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 */
  /external/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
array-splice.js 186 // Throwing an exception in conversion:
205 // Custom conversion:
d8-os.js 51 assertTrue(/tring conversion/.test(exception), str);
stack-traces.js 214 // Tests that a native conversion function is included in the
mjsunit.js 66 // Assert that the string conversion of the found value is equal to
json.js 317 // Test string conversion of argument.
  /external/srec/config/en.us/
Android.mk 102 # build cmu2nuance dictionary conversion program, to prevent bitrot
  /ndk/build/core/
build-all.mk 96 $(call __ndk_info,Cygwin dependency file conversion script:)
build-local.mk 161 # For cygwin, put generated dependency conversion script here
  /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/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,
deoptimizer.h 288 // (e.g., a number conversion failed) and may or may not have updated the
382 union conversion { union
  /external/ceres-solver/docs/
changes.tex 64 \item static cast to force Eigen::Index to long conversion
129 \item Fix an inadvertant integer to bool conversion. (Petter Strandmark)
  /external/icu4c/i18n/
ucol_tok.cpp 628 char conversion[64]; local
676 u_UCharsToChars(current, conversion, tokenLength);
677 conversion[tokenLength] = '\0';
678 src->reorderCodes[codeIndex] = ucol_findReorderingEntry(conversion);
680 src->reorderCodes[codeIndex] = u_getPropertyValueEnum(UCHAR_SCRIPT, conversion);
    [all...]
  /external/valgrind/main/none/tests/
cmdline2.stdout.exp 130 1000 0000 show conversion into IR
  /external/valgrind/main/none/tests/ppc32/
test_isa_2_06_part1.stdout.exp     [all...]
  /external/valgrind/main/none/tests/ppc64/
test_isa_2_06_part1.stdout.exp     [all...]
  /libcore/luni/src/main/java/java/util/
Formatter.java 53 * conversion type.
57 * Not all combinations of argument index, flags, width, precision, and conversion type
128 * <i>Conversion type</i>. One or two characters describing how to interpret the argument. Most
132 * Many conversion types have a corresponding uppercase variant that converts its result to
136 * This table shows the available single-character (non-date/time) conversion types:
257 * <B>Boolean conversion</B>
271 * <B>Hash code conversion</B>
512 * As with the other conversions, date/time conversion has an uppercase format. Replacing
518 * occurs for the decimal integer conversion {@code %d}, the floating point conversions {@code %e},
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorV8.pm 159 # So we can get String -> AtomicString conversion for namedItem().
    [all...]

Completed in 589 milliseconds

12 3