HomeSort by relevance Sort by last modified time
    Searched refs:fromType (Results 1 - 17 of 17) sorted by null

  /frameworks/base/core/java/android/animation/
AnimatorInflater.java 207 int fromType = hasFrom ? tvFrom.type : 0;
212 if ((hasFrom && (fromType >= TypedValue.TYPE_FIRST_COLOR_INT) &&
213 (fromType <= TypedValue.TYPE_LAST_COLOR_INT)) ||
225 if (fromType == TypedValue.TYPE_DIMENSION) {
252 if (fromType == TypedValue.TYPE_DIMENSION) {
254 } else if ((fromType >= TypedValue.TYPE_FIRST_COLOR_INT) &&
255 (fromType <= TypedValue.TYPE_LAST_COLOR_INT)) {
  /external/webkit/Source/WebCore/svg/
SVGPathBlender.cpp 262 static inline bool isSegmentEqual(const SVGPathSegType& fromType, const SVGPathSegType& toType, const PathCoordinateMode& fromMode, const PathCoordinateMode& toMode)
264 if (fromType == toType && (fromType == PathSegUnknown || fromType == PathSegClosePath))
267 unsigned short from = fromType;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding_1.3.100.I20100601-0800.jar 
  /cts/tools/signature-tools/src/signature/compare/
Main.java 58 String fromType = args[++at];
142 IApi fromApi = getApi(fromType, nameFrom, fromFiles, packages);
ApiComparator.java     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriterPass.cpp 84 CaseBuilder.add(IntItem::fromType(IntTy, V));
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriterPass.cpp 84 CaseBuilder.add(IntItem::fromType(IntTy, V));
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
VertexDataManager.cpp 385 template <GLenum fromType, bool normalized, unsigned int toType>
386 struct ConversionRule : gl::Cast<typename GLToCType<fromType>::type, typename D3DToCType<toType>::type>
391 template <GLenum fromType> struct ConversionRule<fromType, true, D3DVT_FLOAT> : gl::Normalize<typename GLToCType<fromType>::type> { };
423 template <GLenum fromType, bool normalized, int size, template <class T> class PreferenceRule>
425 : gl::VertexDataConverter<typename GLToCType<fromType>::type,
426 WidenRule<PreferenceRule< VertexTypeMapping<fromType, normalized> >::type, size>,
427 ConversionRule<fromType,
429 PreferenceRule< VertexTypeMapping<fromType, normalized> >::type>
    [all...]
  /external/webkit/Source/WebCore/platform/
Cursor.h 154 static const Cursor& fromType(Cursor::Type);
Cursor.cpp 49 const Cursor& Cursor::fromType(Cursor::Type type)
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 200 // Type Setting: fromType + fromTypeWidth
208 unsigned int fromType;
210 fromType = NVPTX::PTXLdStInstCode::Signed;
212 fromType = NVPTX::PTXLdStInstCode::Float;
214 fromType = NVPTX::PTXLdStInstCode::Unsigned;
237 getI32Imm(fromType),
257 getI32Imm(fromType),
289 getI32Imm(fromType),
320 getI32Imm(fromType),
365 // Type Setting: fromType + fromTypeWidt
    [all...]
  /libcore/luni/src/main/java/java/sql/
DatabaseMetaData.java     [all...]
  /external/llvm/include/llvm/Support/
IntegersSubset.h 164 static IntItem fromType(Type* Ty, const APInt& V) {
  /external/webkit/Source/WebKit2/Shared/
WebCoreArgumentCoders.h 224 cursor = WebCore::Cursor::fromType(type);
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCDatabaseMetaData.java 168 public boolean supportsConvert(int fromType, int toType)
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 2055 milliseconds