HomeSort by relevance Sort by last modified time
    Searched refs:ft1 (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /external/dexmaker/src/dx/java/com/android/dx/cf/code/
Merger.java 29 * @param ft1 {@code non-null;} a frame type
33 public static TypeBearer mergeType(TypeBearer ft1, TypeBearer ft2) {
34 if ((ft1 == null) || ft1.equals(ft2)) {
35 return ft1;
39 Type type1 = ft1.getType();
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p2.cpp 66 void ft1(T t, U u); // expected-note{{explicitly specialized}}
73 void N0::X0<T>::ft1(T t, U u) { function in class:N0::X0
211 void X0<void*>::ft1(void*, const void*) { } function in class:N0::X0
214 void X0<void*>::ft1(void *, int);
217 void X0<void*>::ft1(void *, unsigned);
220 void X0<void*>::ft1(void *, long);
224 void N0::X0<void*>::ft1(void *, unsigned) { } // okay function in class:N0::X0
227 void N0::X0<void*>::ft1(void *, float) { } // expected-warning{{function template specialization}} function in class:N0::X0
231 void N0::X0<void*>::ft1(void *, long) { } // expected-error{{does not enclose namespace}} function in class:N1::N0::X0
237 xvp.ft1(vp, cvp)
    [all...]
p1.cpp 43 void ft1(T t, U u);
48 void X0<T>::ft1(T t, U u) { function in class:X0
89 void X0<void*>::ft1(void*, const void*) { } function in class:X0
92 xvp.ft1(vp, cvp);
p2-0x.cpp 67 void ft1(T t, U u);
74 void N0::X0<T>::ft1(T t, U u) { function in class:N0::X0
250 void X0<void*>::ft1(void*, const void*) { } function in class:N0::X0
253 void X0<void*>::ft1(void *, int);
256 void X0<void*>::ft1(void *, unsigned);
259 void X0<void*>::ft1(void *, long);
263 void N0::X0<void*>::ft1(void *, unsigned) { } // okay function in class:N0::X0
266 void N0::X0<void*>::ft1(void *, float) { } function in class:N0::X0
270 void N0::X0<void*>::ft1(void *, long) { } // expected-error{{does not enclose namespace}} function in class:N1::N0::X0
276 xvp.ft1(vp, cvp)
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Merger.java 147 * @param ft1 {@code non-null;} a frame type
151 public static TypeBearer mergeType(TypeBearer ft1, TypeBearer ft2) {
152 if ((ft1 == null) || ft1.equals(ft2)) {
153 return ft1;
157 Type type1 = ft1.getType();
  /development/ndk/platforms/android-9/arch-mips/include/asm/
fpregdef.h 36 #define ft1 $f6 macro
81 #define ft1 $f5 macro
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
fpregdef.h 36 #define ft1 $f6 macro
81 #define ft1 $f5 macro
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
fpregdef.h 36 #define ft1 $f6 macro
81 #define ft1 $f5 macro
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
fpregdef.h 36 #define ft1 $f6 macro
81 #define ft1 $f5 macro
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
fpregdef.h 36 #define ft1 $f6 macro
81 #define ft1 $f5 macro
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
fpregdef.h 36 #define ft1 $f6 macro
81 #define ft1 $f5 macro
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/
fpregdef.h 36 #define ft1 $f6 macro
81 #define ft1 $f5 macro
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/
fpregdef.h 36 #define ft1 $f6 macro
81 #define ft1 $f5 macro
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/
fpregdef.h 36 #define ft1 $f6 macro
81 #define ft1 $f5 macro
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
fpregdef.h 36 #define ft1 $f6 macro
81 #define ft1 $f5 macro
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/
fpregdef.h 36 #define ft1 $f6 macro
81 #define ft1 $f5 macro
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
fpregdef.h 36 #define ft1 $f6 macro
81 #define ft1 $f5 macro
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
clock.cc 76 ft1 = { 0, 0 }; local
83 ::GetSystemTimeAsFileTime(&ft1);
87 } while ((ft0.dwHighDateTime == ft1.dwHighDateTime) &&
88 (ft0.dwLowDateTime == ft1.dwLowDateTime));
89 help_timer->_ref_point.file_time = ft1;
  /development/ndk/platforms/android-3/include/linux/
wanrouter.h 154 unsigned char ft1; member in struct:wandev_conf
  /external/clang/test/CodeGenCXX/
mangle.cpp 90 template<typename T, typename U> void ft1(U u, T t) { } function
98 template<typename T> void ft1(T) { } function in namespace:NS
103 ft1<int, double>(1, 0);
112 NS::ft1<int>(1);
  /external/lzma/CPP/Common/
MyWindows.h 191 MY_EXTERN_C LONG CompareFileTime(const FILETIME* ft1, const FILETIME* ft2);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
wanrouter.h 216 unsigned char ft1; /* FT1 Configurator Option */ member in struct:wandev_conf
372 WAN_FT1_READY /* FT1 Configurator Ready */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
wanrouter.h 216 unsigned char ft1; /* FT1 Configurator Option */ member in struct:wandev_conf
372 WAN_FT1_READY /* FT1 Configurator Ready */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
wanrouter.h 154 unsigned char ft1; member in struct:wandev_conf
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
wanrouter.h 154 unsigned char ft1; member in struct:wandev_conf

Completed in 1222 milliseconds

1 2 3 4