HomeSort by relevance Sort by last modified time
    Searched full:convert (Results 451 - 475 of 5560) sorted by null

<<11121314151617181920>>

  /external/llvm/tools/opt/
GraphPrinters.cpp 11 // by the LLVM infrastructure. It uses the generic graph interface to convert
13 // "dot" tool to convert them to postscript or some other suitable format.
  /external/markdown/markdown/extensions/
meta.py 20 >>> md.convert(text)
29 >>> md.convert(text)
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
IsoTypeReader.java 87 return Utf8.convert(out.toByteArray());
93 return Utf8.convert(buffer);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/cenc/
ProtectionSystemSpecificHeaderBox.java 37 public static byte[] OMA2_SYSTEM_ID = UUIDConverter.convert(UUID.fromString("A2B55680-6F43-11E0-9A3F-0002A5D5C51B"));
38 public static byte[] PLAYREADY_SYSTEM_ID = UUIDConverter.convert(UUID.fromString("9A04F079-9840-4286-AB92-E65BE0885F95"));
  /external/openfst/src/script/
fst-class.cc 89 MutableFstClass *MutableFstClass::Read(const string &fname, bool convert) {
90 if (convert == false) {
  /external/oprofile/
opev.py 9 This tool allows us to convert various MIPS cpu event files for
53 ''' convert comma separated list of integers x,y,... , to CTR(x) | CTR(y) | ... '''
  /external/qemu/
thunk.h 2 * Generic thunking code to convert data between host and target CPU
55 void (*convert[2])(void *dst, const void *src); member in struct:__anon14038
  /external/skia/include/core/
SkFloatBits.h 15 /** Convert a sign-bit int (i.e. float interpreted as int) into a 2s compliement
27 /** Convert a 2s compliment int to a sign-bit (i.e. int interpreted as float).
  /external/skia/legacy/include/core/
SkFloatBits.h 15 /** Convert a sign-bit int (i.e. float interpreted as int) into a 2s compliement
27 /** Convert a 2s compliment int to a sign-bit (i.e. int interpreted as float).
  /external/srec/portable/include/
PANSIFileSystemImpl.h 89 * Given a virtual-path, convert it to a real-path.
99 * Given a real-path, convert it to a virtual-path.
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/function/
String.js 55 with hint String to convert the input (toString() below uses the rule in ECMA 15.2.4.2):
72 with hint String to convert the input (toString() below uses the rule in ECMA 15.2.4.2):
  /external/webkit/Source/WebCore/html/parser/
HTMLParserIdioms.h 40 // An implementation of the HTML specification's algorithm to convert a number to a string for number and range types.
43 // Convert the specified string to a double. If the conversion fails, the return value is false.
  /frameworks/base/media/libdrm/mobile1/include/objmng/
drm_i18n.h 61 * Convert multibyte string of specified charset to unicode string.
85 * Convert unicode string to multibyte string with specified charset.
  /frameworks/wilhelm/src/ut/
OpenSLESUT.c 37 // # is stringize operator to convert a symbol to a string constant e.g. #a becomes "a"
136 /** \brief Convert an object ID to a string or NULL. */
  /hardware/samsung_slsi/exynos5/include/
exynos_format.h 89 * Convert hal_pixel_format to v4l2_pixel_format.
101 * Convert v4l2_pixel_format to hal_pixel_format.
  /libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
ChunkHandler.java 109 * Convert a 4-character string to a 32-bit type.
123 * Convert an integer type to a 4-character string.
  /ndk/sources/host-tools/ndk-stack/regex/
regex.h 91 #define REG_ATOI 255 /* convert name to number (!) */
92 #define REG_ITOA 0400 /* convert number to name (!) */
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
MatrixUtils.h 25 /* Simple class for 3x3 matrix, mainly used to convert from 9x1
83 /* Simple class for 9x1 matrix, mainly used to convert from 3x3
  /packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic/
MatrixUtils.h 25 /* Simple class for 3x3 matrix, mainly used to convert from 9x1
83 /* Simple class for 9x1 matrix, mainly used to convert from 3x3
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
MatrixUtils.h 25 /* Simple class for 3x3 matrix, mainly used to convert from 9x1
83 /* Simple class for 9x1 matrix, mainly used to convert from 3x3
  /packages/apps/Mms/tests/src/com/android/mms/
SmsTestRunner.java 84 // user input is by seconds, convert to ms
89 // user input is by seconds, convert to ms
  /packages/inputmethods/OpenWnn/res/xml/
debug_tool_engine.xml 35 <!-- For convert() -->
37 targetMethod = "convert" param = "convertTest" intRet = "0" isRet = "" strRet = ""/>
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
regex.h 87 #define REG_ATOI 255 /* convert name to number (!) */
88 #define REG_ITOA 0400 /* convert number to name (!) */
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
regex.h 87 #define REG_ATOI 255 /* convert name to number (!) */
88 #define REG_ITOA 0400 /* convert number to name (!) */
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/
regex.h 87 #define REG_ATOI 255 /* convert name to number (!) */
88 #define REG_ITOA 0400 /* convert number to name (!) */

Completed in 1065 milliseconds

<<11121314151617181920>>