/external/llvm/test/Transforms/SimplifyCFG/ |
preserve-make-implicit-on-switch-to-br.ll | 4 ; a conditional BranchInst. This test checks the converted BranchInst preserve the
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/ctime/ |
1-1.c | 29 printf("converted date and time is: %s\n",
|
/external/mesa3d/src/compiler/glsl/ |
TODO | 7 cases should be silently converted to uniforms?
|
/external/nanopb-c/examples/using_double_on_avr/ |
double_conversion.h | 20 * Overflowing values are converted to Inf or -Inf.
|
/external/slf4j/slf4j-migrator/ |
LIMITATIONS.txt | 20 will be converted as
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb/ |
iabs.ll | 8 ;; rsb r0, r0, #0 (with opitmization, bpl + rsb is if-converted into rsbmi)
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
PVRTTriStrip.h | 34 converted back to a triangle list.
|
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
cond-br-same-target.ll | 15 ; Note that the branch is converted to an unconditional branch.
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
api_def_RGBToHSV.pbtxt | 12 `images` converted to HSV.
|
/frameworks/layoutlib/common/src/com/android/tools/layoutlib/annotations/ |
LayoutlibDelegate.java | 23 * Denotes a method that has been converted to a delegate by layoutlib_create.
|
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/annotations/ |
LayoutlibDelegate.java | 23 * Denotes a method that has been converted to a delegate by layoutlib_create.
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/ |
beq.s | 16 # Test that branches which overflow are converted to jumps.
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/nios2/ |
movi.s | 5 # This doesn't get converted.
|
/external/python/cpython2/Doc/library/ |
email.charset.rst | 30 in email headers or bodies. Certain character sets must be converted outright, 40 will not be encoded, but output text will be converted from the ``euc-jp`` 48 The initial character set specified. Common aliases are converted to 49 their *official* email names (e.g. ``latin_1`` is converted to 71 Some character sets must be converted before they can be used in email headers 73 contain the name of the character set output will be converted to. Otherwise, it will 124 Characters that could not be converted to Unicode will be replaced with 135 Unicode, or if it could not be converted from Unicode. 137 Characters that could not be converted from Unicode will be replaced with 162 If *convert* is ``True``, the string will be converted from the inpu [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/ |
Attributes.java | 49 * @param obj the object we want converted. 50 * @exception IllegalArgumentException if the object cannot be converted.
|
/external/curl/lib/ |
firefox-db2pem.sh | 40 ## Converted at: ${currentdate} 41 ## These were converted from the local Firefox directory by the db2pem script.
|
/external/fec/ |
gen_ccsds_tal.c | 7 * So data is converted from dual to conventional basis before either 8 * encoding or decoding and then converted back.
|
/external/icu/icu4c/as_is/os400/ |
fixup-icu.sh | 15 # This script detects if any UTF-8 files were incorrectly converted to EBCDIC, and 39 #Find a converted UTF-8 BOM
|
/external/icu/icu4c/source/io/unicode/ |
ustream.h | 44 * UnicodeString are converted to the char based ostream with the default 52 * UnicodeString are converted from the char based istream with the default
|
/external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.string/ |
ctor_codecvt.pass.cpp | 28 assert(myconv.converted() == 0); 34 assert(myconv.converted() == 0);
|
/external/libvpx/libvpx/vpx_dsp/ |
ssim.h | 58 // dssim converted to decibels 61 // ssimc converted to decibels
|
/external/llvm/test/CodeGen/AMDGPU/ |
v_cndmask.ll | 9 ; All nan values are converted to 0xffffffff 29 ; All nan values are converted to 0xffffffff
|
/external/protobuf/src/google/protobuf/util/ |
field_mask_util.h | 55 // style conforming (i.e., not snake_case when converted to string, or not 56 // camelCase when converted from string), the conversion will fail. 117 // 1. Every character after "_" will be converted to uppercase. 124 // converted using CamelCaseToSnakeCase(). 127 // For example, "foo_bar,baz_quz" will be converted to "fooBar,bazQuz" 131 // 1. Every uppercase letter is converted to lowercase with a additional 137 // converted using SnakeCaseToCamelCase(). 140 // For example, "fooBar,bazQuz" will be converted to "foo_bar,baz_quz"
|
/external/syslinux/com32/lib/ |
vsscanf.c | 71 int converted = 0; /* Successful conversions */ local 216 converted++; 256 converted++; 268 converted++; 337 converted++; 345 if (bail == bail_eof && !converted) 346 converted = -1; /* Return EOF (-1) */ 348 return converted;
|
/frameworks/av/include/drm/ |
DrmConvertedStatus.h | 25 * This is an utility class which wraps the status of the conversion, the converted 46 * @param[in] _convertedData Converted data/checksum data
|