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

  /external/dexmaker/src/dx/java/com/android/dx/cf/code/
Merger.java 30 * @param ft2 {@code non-null;} another frame type
33 public static TypeBearer mergeType(TypeBearer ft1, TypeBearer ft2) {
34 if ((ft1 == null) || ft1.equals(ft2)) {
36 } else if (ft2 == null) {
40 Type type2 = ft2.getType();
  /dalvik/dx/src/com/android/dx/cf/code/
Merger.java 148 * @param ft2 {@code non-null;} another frame type
151 public static TypeBearer mergeType(TypeBearer ft1, TypeBearer ft2) {
152 if ((ft1 == null) || ft1.equals(ft2)) {
154 } else if (ft2 == null) {
158 Type type2 = ft2.getType();
  /bionic/libc/kernel/arch-mips/asm/
fpregdef.h 39 #define ft2 $f8 macro
82 #define ft2 $f6 macro
  /development/ndk/platforms/android-9/arch-mips/include/asm/
fpregdef.h 39 #define ft2 $f8 macro
82 #define ft2 $f6 macro
  /external/kernel-headers/original/asm-mips/
fpregdef.h 35 #define ft2 $f8 macro
74 #define ft2 $f6 macro
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
fpregdef.h 39 #define ft2 $f8 macro
82 #define ft2 $f6 macro
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
fpregdef.h 39 #define ft2 $f8 macro
82 #define ft2 $f6 macro
  /external/clang/test/CodeGenCXX/
mangle.cpp 92 template<typename T> void ft2(T t, void (*)(T), void (*)(T)) { } function
106 ft2<char>(1, 0, 0);
  /external/opencv/cxcore/src/
cxmatmul.cpp     [all...]

Completed in 315 milliseconds