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

1 2 3

  /external/clang/test/CodeGen/
blocks.c 30 typedef double ftype(double);
33 ftype ^test2 = ^ftype {
  /frameworks/native/opengl/tools/glgen/src/
CFunc.java 23 CType ftype; field in class:CFunc
49 public void setType(CType ftype) {
50 this.ftype = ftype;
54 return ftype;
108 String s = "Function " + fname + " returns " + ftype + ": ";
123 CType ftype = new CType(); local
126 ftype.setIsConst(true);
129 ftype.setBaseType(ftypeName);
133 ftype.setIsPointer(true)
    [all...]
JFunc.java 25 JType ftype; field in class:JFunc
52 public void setType(JType ftype) {
53 this.ftype = ftype;
57 return ftype;
159 String s = "Function " + fname + " returns " + ftype + ": ";
  /external/clang/test/SemaTemplate/
instantiate-function-2.cpp 36 typedef void ftype(int); typedef in namespace:PR9654
39 ftype f;
  /external/skia/include/core/
SkChunkAlloc.h 66 Block* newBlock(size_t bytes, AllocFailType ftype);
  /external/skia/src/core/
SkChunkAlloc.cpp 77 SkChunkAlloc::Block* SkChunkAlloc::newBlock(size_t bytes, AllocFailType ftype) {
90 ftype == kThrow_AllocFailType ? SK_MALLOC_THROW : 0);
102 void* SkChunkAlloc::alloc(size_t bytes, AllocFailType ftype) {
108 block = this->newBlock(bytes, ftype);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/
user.h 30 unsigned char ftype[8]; member in struct:user_fp
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm/
user.h 30 unsigned char ftype[8]; member in struct:user_fp
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm/
user.h 30 unsigned char ftype[8]; member in struct:user_fp
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm/
user.h 30 unsigned char ftype[8]; member in struct:user_fp
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm/
user.h 30 unsigned char ftype[8]; member in struct:user_fp
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm/
user.h 30 unsigned char ftype[8]; member in struct:user_fp
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 63 ftype RN 0 label
143 MOVNE ftype,#0
192 ;// Load Ftype( Escape Mode) value based on the two successive bits in the bitstream
196 MOVEQ ftype,#1
200 MOVEQ ftype,#3
201 MOVNE ftype,#2
211 CMP ftype,#3 ;// If ftype >=3 get perform Fixed Length Decoding (Escape Mode 3)
239 CMP ftype,#1
242 ;// ftype==1; Escape mode =
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 63 ftype RN 0 label
143 MOVNE ftype,#0
192 ;// Load Ftype( Escape Mode) value based on the two successive bits in the bitstream
196 MOVEQ ftype,#1
200 MOVEQ ftype,#3
201 MOVNE ftype,#2
211 CMP ftype,#3 ;// If ftype >=3 get perform Fixed Length Decoding (Escape Mode 3)
239 CMP ftype,#1
242 ;// ftype==1; Escape mode =
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
FilterUtils.java 84 int ftype = result[FILTER_TYPE]; local
106 (ftype & FILTER_IMAGE_ONLY) != 0,
107 (ftype & FILTER_IMAGE_ONLY) == 0 && ftypef == 0,
110 (ftype & FILTER_VIDEO_ONLY) != 0,
111 (ftype & FILTER_VIDEO_ONLY) == 0 && ftypef == 0,
114 ftype == 0, ftype != 0 && ftypef == 0, fcurrent == 0);
  /external/openfst/src/include/fst/
register.h 117 Fst<A> *Convert(const Fst<A> &fst, const string &ftype) {
120 converter = registr->GetConverter(ftype);
123 LOG(ERROR) << "Fst::Convert: Unknown FST type \"" << ftype
  /bionic/libc/kernel/arch-arm/asm/
user.h 39 unsigned char ftype[8]; member in struct:user_fp
  /development/ndk/platforms/android-3/arch-arm/include/asm/
user.h 30 unsigned char ftype[8]; member in struct:user_fp
  /external/kernel-headers/original/asm-arm/
user.h 45 unsigned char ftype[8]; member in struct:user_fp
  /external/v8/src/
codegen.cc 65 const char* ftype; local
70 ftype = "builtin";
74 ftype = "user-defined";
78 PrintF("*** Generate code for %s function: ", ftype);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/asm/
user.h 30 unsigned char ftype[8]; member in struct:user_fp
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/asm/
user.h 30 unsigned char ftype[8]; member in struct:user_fp
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/asm/
user.h 30 unsigned char ftype[8]; member in struct:user_fp
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/asm/
user.h 30 unsigned char ftype[8]; member in struct:user_fp
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/asm/
user.h 30 unsigned char ftype[8]; member in struct:user_fp

Completed in 1242 milliseconds

1 2 3