/prebuilts/go/darwin-x86/src/runtime/ |
defs_windows_386.go | 1 // created by cgo -cdefs and then converted to Go
|
/prebuilts/go/linux-x86/src/compress/bzip2/ |
bit_reader.go | 24 // already an io.ByteReader, it will be converted via a bufio.Reader.
|
/prebuilts/go/linux-x86/src/runtime/ |
defs_openbsd_386.go | 1 // created by cgo -cdefs and then converted to Go
|
defs_openbsd_arm.go | 1 // created by cgo -cdefs and then converted to Go
|
defs_windows_386.go | 1 // created by cgo -cdefs and then converted to Go
|
/prebuilts/misc/common/swig/include/2.0.11/lua/ |
std_except.i | 29 // therefore all classes based upon std::exception are converted to their strings & returned as errors
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/ |
strtod.h | 47 // representable range of float, it will be converted to positive or negative
|
/system/media/audio_utils/include/audio_utils/ |
minifloat.h | 64 * Negative and underflow values are converted to 0.0,
|
/test/vts-testcase/kernel/ltp/shell_environment/definitions/ |
bin_in_path.py | 51 be converted to a single item list containing that path.
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/ppc/ |
ppc.exp | 22 # converted them to look for XCOFF relocations.
|
/toolchain/binutils/binutils-2.27/gold/ |
tls.h | 35 // This is used for relocations that can be converted to a different,
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
StringEscapeUtils.java | 62 * replaces \[char] with [char]. For example, \" is converted to ". This allows string with
|
/libcore/ojluni/src/main/java/java/lang/ |
Float.java | 202 * @param f the float to be converted. 278 * @param f the {@code float} to be converted. 364 * conceptually converted to an "infinitely precise" 391 * words, the numerical value of the input string is converted 396 * {@code float}. For example, if first converted to an 401 * {@code 1.0000002f}; if the string is converted directly to 512 * represents the argument converted to type {@code float}. 523 * represented by the string. The string is converted to a 526 * @param s a string to be converted to a {@code Float}. 561 * is converted to a {@code String} exactly as if by the metho [all...] |
/libcore/ojluni/src/main/java/java/lang/reflect/ |
Field.java | 352 * converted to the type {@code boolean} by a 380 * converted to the type {@code byte} by a 401 * @return the value of the field converted to type {@code char} 410 * converted to the type {@code char} by a 431 * @return the value of the field converted to type {@code short} 440 * converted to the type {@code short} by a 461 * @return the value of the field converted to type {@code int} 470 * converted to the type {@code int} by a 491 * @return the value of the field converted to type {@code long} 500 * converted to the type {@code long} by [all...] |
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/ |
JSONArray.java | 255 * The string values "true" and "false" are converted to boolean. 283 * be converted to a number. 304 * be converted to a number. 305 * if the value cannot be converted to a number. 354 * be converted to a number. 462 * or if the value is not a number and cannot be converted to a number. 475 * or if the value is not a number and cannot be converted to a number. 493 * or if the value is not a number and cannot be converted to a number. 506 * or if the value is not a number and cannot be converted to a number. 549 * or if the value is not a number and cannot be converted to a number [all...] |
/art/runtime/native/ |
sun_misc_Unsafe.cc | 460 union {int32_t val; jfloat converted;} conv; member in union:art::__anon170 462 return conv.converted; 468 union {int32_t converted; jfloat val;} conv; member in union:art::__anon171 471 obj->SetField32<false>(MemberOffset(offset), conv.converted); 477 union {int64_t val; jdouble converted;} conv; member in union:art::__anon172 479 return conv.converted; 485 union {int64_t converted; jdouble val;} conv; member in union:art::__anon173 488 obj->SetField64<false>(MemberOffset(offset), conv.converted);
|
/cts/tests/tests/os/src/android/os/cts/ |
ProcessTest.java | 133 * none. If the given string consists of only numbers, it is converted 142 * none. If the given string consists of only numbers, it is converted
|
/dalvik/dx/src/com/android/dx/ssa/ |
package-info.java | 72 * constraints depending upon whether it is in the process of being converted 78 * returns a fully-converted {@code SsaMethod}. The conversion process
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
stringobject.h | 132 If the codec returns an Unicode object, the object is converted
155 If the codec returns an Unicode object, the object is converted
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
stringobject.h | 132 If the codec returns an Unicode object, the object is converted
155 If the codec returns an Unicode object, the object is converted
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/ |
ParseInf.h | 140 EFI_SUCCESS The string was successfully converted
168 EFI_SUCCESS Number successfully converted.
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/ |
Fonts.c | 148 @param Width The width in bits of the glyph being converted.
149 @param Height The height in bits of the glyph being converted
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/ |
EfiUiLib.h | 176 AsciiStr - The ASCII string to be converted.
197 UnicodeStr - the Unicode string to be converted.
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/ |
ParseInf.h | 184 EFI_SUCCESS The string was successfully converted
211 EFI_SUCCESS Number successfully converted.
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Library/ |
FlashDeviceLib.h | 97 operation to a logical block is converted a number of ERASE operation
119 operation to a logical block is converted a number of (Un)Lock operation
|