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

<<71727374757677787980>>

  /libcore/luni/src/main/java/java/awt/font/
NumericShaper.java 27 * The Class NumericShaper provides methods to convert latin character codes
696 * @param start index of the first character to convert
697 * @param count a number of characters to convert
738 * @param start index of the first character to convert
739 * @param count a number of characters to convert
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 251 // Convert To Scalar Optimization.
255 /// ConvertToScalarInfo - This class implements the "Convert To Scalar"
333 // If we can't convert this scalar, or if mem2reg can trivially do it, bail
355 DEBUG(dbgs() << "CONVERT TO VECTOR: " << *AI << "\n TYPE = "
361 // Do not convert to scalar integer if the alloca size exceeds the
375 DEBUG(dbgs() << "CONVERT TO SCALAR INTEGER: " << *AI << "\n");
458 /// CanConvertToScalar - V is a pointer. If we can convert the pointee and all
460 /// the new type. If we could convert the alloca into a single promotable
548 // If the size differs from the alloca, we can only convert the alloca to
589 /// ConvertUsesToScalar - Convert all of the users of Ptr to use the new alloc
    [all...]
  /external/linux-tools-perf/util/
probe-event.c 186 * Convert trace point to probe point with debuginfo
398 /* Convert source file path */
1299 /* Convert event/group name */
1305 /* Convert trace_point to probe_point */
1310 /* Convert trace_arg to probe_arg */
    [all...]
  /external/v8/src/
platform-win32.cc 249 // Convert timestamp to JavaScript representation.
352 // Convert timestamp to JavaScript timestamp.
505 // Convert to local time using POSIX localtime function.
509 // Convert from JavaScript milliseconds past 1/1/1970 0:00:00 to
518 // Convert to local time, as struct with fields for day, hour, year, etc.
521 // Convert local time in struct to POSIX time as if it were a UTC time.
570 // Convert the current time to a 64-bit integer first, before converting it
599 // Convert to seconds and microseconds
616 return timeGetTime() * 1000; // Convert to microseconds.
    [all...]
  /external/webkit/Source/WebCore/bridge/qt/
qt_runtime.cpp 287 ret.convert((QVariant::Type)hint);
575 // Attempt to convert.. a bit risky
617 qConvDebug() << "can't convert deleted qobject";
641 qConvDebug() << "can't convert deleted qobject";
    [all...]
  /external/smali/gradle/wrapper/
gradle-wrapper.jar 
  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.c     [all...]
  /frameworks/av/libvideoeditor/vss/src/
M4xVSS_internal.c 539 * Convert and resize input ARGB8888 file to YUV420 */
560 * Convert input ARGB8888 file to YUV420 */
    [all...]
  /external/icu4c/common/
ustrtrns.cpp 93 /* convert with length */
207 /* convert with length */
    [all...]
  /external/ipsec-tools/src/racoon/missing/crypto/sha2/
sha2.c 577 /* Convert FROM host byte order */
612 /* Convert TO host byte order */
780 /* Convert TO host byte order */
893 /* Convert FROM host byte order */
942 /* Convert TO host byte order */
1017 /* Convert TO host byte order */
    [all...]
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
BinaryInputCapsule.java 587 // read Savable array and convert to ArrayList
602 // read 2D Savable array and convert to ArrayList array
624 // read 3D Savable array and convert to 2D ArrayList array
650 // read Savable array and convert to Map
666 // read Savable array and convert to Map values
683 // read Savable array and convert to Map values
    [all...]
  /external/svox/pico/tts/
com_svox_picottsengine.cpp 753 * @xsampa - text to convert to Pico phomene string
    [all...]
  /external/v8/test/cctest/
test-assembler-mips.cc 430 // Convert double in f4 to int in element i.
435 // Convert double in f6 to int in element j.
440 // Convert int in original i (t0) to double in a.
445 // Convert int in original j (t1) to double in b.
794 // Convert double in f0 to long, save hi/lo parts.
801 // Convert the b long integers to double b.
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/
flexdef.h 734 extern void ntod PROTO((void)); /* convert a ndfa to a dfa */
742 /* Convert character classes to set of equivalence classes. */
851 /* Convert a hexadecimal digit string to an integer value. */
882 /* Convert an octal digit string to an integer value. */
941 extern int mkclos PROTO((int)); /* convert a machine into a closure */
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 400 /// ScalarizeVecOp_BITCAST - If the value to convert is a vector that needs
401 /// to be scalarized, it must be <1 x ty>. Convert the element instead.
634 // If the vector is being split in two then we can just convert the
646 // If the input is a vector that needs to be split, convert each split
654 // In the general case, convert the input to an integer and split it by hand.
    [all...]
  /bionic/libc/kernel/tools/
cpp.py 209 """an abstract class used to convert some input text into a list
463 """convert the input text of a CppTokenizer into a direct
846 """a class used to convert a list of tokens into a cpp Expr object"""
    [all...]
  /external/icu4c/common/unicode/
ustring.h     [all...]
  /bionic/libc/include/sys/
cdefs.h 91 #define __inline inline /* convert to C++ keyword */
117 #define const __const /* convert ANSI C keywords */
  /build/core/
product_config.mk 238 # Convert a short name like "sooner" into the path to the product
284 # Convert spaces to commas.
  /cts/tests/tests/widget/src/android/widget/cts/
SimpleExpandableListAdapterTest.java 191 // use convert view
340 // use convert view
  /dalvik/dx/src/com/android/dx/cf/code/
BasicBlocker.java 75 * @param method {@code non-null;} method to convert
89 * @param method {@code non-null;} method to convert
  /dalvik/dx/src/com/android/dx/dex/cf/
CfTranslator.java 256 RopMethod rmeth = Ropper.convert(concrete, advice);
357 * collect statistics. We have to totally convert both ways,
  /dalvik/vm/
Ddm.cpp 60 * we need to convert the buffer to a byte array.
458 * Convert the raw buffer into an array of StackTraceElement.
  /development/ndk/platforms/android-3/include/sys/
cdefs.h 97 #define __inline inline /* convert to C++ keyword */
123 #define const __const /* convert ANSI C keywords */
  /development/ndk/platforms/android-9/include/sys/
cdefs.h 91 #define __inline inline /* convert to C++ keyword */
117 #define const __const /* convert ANSI C keywords */

Completed in 798 milliseconds

<<71727374757677787980>>