Searched refs:convert (Results 276 - 300 of 393) sorted by relevance

<<111213141516

/external/sonivox/jet_tools/JetCreator/
H A Dmidifile.py1347 midi_file_logger.warning('File is already type 0 - ignoring request to convert')
1350 # convert to type 0
1500 convert = False
1520 convert = True
1554 # convert to type 0
1555 if convert and (midiFile.format == 1):
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dexamples.mk12 third_party/libyuv/include/libyuv/convert.h \
/external/chromium_org/third_party/skia/src/xml/
H A DSkJSDisplayable.cpp208 gDisplayableClasses[type].convert = JS_ConvertStub;
/external/chromium_org/tools/telemetry/third_party/png/
H A Dpng.py77 This file can also be used as a command-line utility to convert
234 # Conditionally convert to bytes. Works on Python 2 and Python 3.
2054 # is opaque or not. Then we convert True/False to
2060 opa = zip(opa) # convert to 1-tuples
2162 raise Error("will not convert image with alpha channel to RGB")
2196 def convert(): function in function:Reader.asRGBA.newarray
2206 def convert(): function in function:Reader.asRGBA.newarray
2214 def convert(): function in function:Reader.asRGBA.newarray
2221 return width,height,convert(),meta
3027 """Liberally convert fro
[all...]
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-simplified-lowering.cc71 Node* convert = t.NumberToInt32(loaded); local
74 t.StoreField(store, t.PointerConstant(&result), convert);
99 Node* convert = t.NumberToUint32(loaded); local
102 t.StoreField(store, t.PointerConstant(&result), convert);
H A Dtest-js-typed-lowering.cc451 Node* convert = R.Unop(R.javascript.ToNumber(), n); local
452 Node* r = R.reduce(convert);
463 CHECK_EQ(convert, r);
/external/clang/lib/AST/
H A DAPValue.cpp266 V.convert(llvm::APFloat::IEEEdouble, llvm::APFloat::rmNearestTiesToEven,
/external/iputils/doc/
H A Ddocbook2man-spec.pl3 docbook2man-spec - convert DocBook RefEntries to Unix manpages
/external/skia/src/xml/
H A DSkJSDisplayable.cpp208 gDisplayableClasses[type].convert = JS_ConvertStub;
/external/valgrind/main/exp-bbv/tests/arm-linux/
H A Dll.S386 add r8,r8,#0x30 @ convert to ascii
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
H A Dinterface.cpp747 if (DictionaryHelper::convert(options, conversionContext.setConversionType("{{attribute.idl_type}}", {{is_nullable}}), "{{attribute.name}}", eventInit.{{attribute.cpp_name}})) {
754 if (!DictionaryHelper::convert(options, conversionContext.setConversionType("{{attribute.idl_type}}", {{is_nullable}}), "{{attribute.name}}", eventInit.{{attribute.cpp_name}}))
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jar ... .indexing.Insertable source } org/eclipse/core/internal/indexing/Convert.class Convert.java package org.eclipse. ...
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guava/guava/src/com/google/common/primitives/
H A Dgenerate.sh297 * <p>If you need to convert and concatenate several values (possibly even of
/external/llvm/test/MC/Mips/
H A Dmips-fpu-instructions.s122 # FP convert instructions
/external/valgrind/main/none/tests/ppc32/
H A Dtest_isa_2_06_part1.stdout.exp73 Test P7 floating point convert instructions
/external/valgrind/main/none/tests/ppc64/
H A Dtest_isa_2_06_part1.stdout.exp81 Test P7 floating point convert instructions
/external/zlib/src/contrib/masmx64/
H A Dinffasx64.asm4 ; inffasx64.asm is automatically convert from AMD64 portion of inffas86.c
/external/valgrind/main/VEX/priv/
H A Dhost_s390_isel.c2393 goto convert;
2397 goto convert;
2399 convert: {
2401 /* convert-from-fixed and load-rounded have a rounding mode field
2993 goto convert;
2997 goto convert;
2999 convert: {
3001 /* convert-from-fixed and load-rounded have a rounding mode field
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp546 "Unknown scalar type to convert");
626 // If we're converting from __half, convert the range to float to match
632 MinSrc.convert(Sema, APFloat::rmTowardZero, &IsInexact);
633 MaxSrc.convert(Sema, APFloat::rmTowardZero, &IsInexact);
648 // to convert to the corresponding value in the smaller type.
669 MinBad.convert(SrcSema, APFloat::rmTowardZero, &IsInexact);
670 MaxBad.convert(SrcSema, APFloat::rmTowardZero, &IsInexact);
731 // First, convert to the correct width so that we control the kind of
1438 // First, convert to the correct width so that we control the kind of
1706 F.convert(CG
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A DBeautifulSoup.py546 convert = lambda(k, val): (k,
550 self.attrs = map(convert, self.attrs)
1115 # It doesn't make sense to convert encoded characters to
1117 # Just convert it all to Unicode.
1575 try to convert the document to that charset, and re-parse the
1828 # print "Trying to convert document to %s" % proposed
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dnumber.pxd242 # or long but the attempt to convert to a Py_ssize_t value would
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
H A Djsilver.sablecc160 * convert it into a much simpler Abstract Syntax Tree (AST),
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 973 milliseconds

<<111213141516