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

  /cts/tools/signature-tools/src/signature/compare/
Main.java 58 String fromType = args[++at];
142 IApi fromApi = getApi(fromType, nameFrom, fromFiles, packages);
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 185 // Type Setting: fromType + fromTypeWidth
193 unsigned int fromType;
195 fromType = NVPTX::PTXLdStInstCode::Signed;
197 fromType = NVPTX::PTXLdStInstCode::Float;
199 fromType = NVPTX::PTXLdStInstCode::Unsigned;
232 getI32Imm(fromType),
262 getI32Imm(fromType),
292 getI32Imm(fromType),
321 getI32Imm(fromType),
  /external/webkit/Source/WebCore/platform/
Cursor.cpp 49 const Cursor& Cursor::fromType(Cursor::Type type)
  /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/llvm/include/llvm/Support/
IntegersSubset.h 165 static IntItem fromType(Type* Ty, const APInt& V) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding_1.3.100.I20100601-0800.jar 
  /tools/motodev/src/plugins/common/res/
androidjdbc.jar 

Completed in 117 milliseconds