/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
mtxattr.h | 9 #define TLBATTR_TRANS_REQUIRED 17093CC5-9BD2-11cf-AA4F-304BF89C0001 10 #define TLBATTR_TRANS_NOTSUPP 17093CC6-9BD2-11cf-AA4F-304BF89C0001 11 #define TLBATTR_TRANS_REQNEW 17093CC7-9BD2-11cf-AA4F-304BF89C0001 12 #define TLBATTR_TRANS_SUPPORTED 17093CC8-9BD2-11cf-AA4F-304BF89C0001
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_cfgparser.py | 37 self.cf = self.config_class(allow_no_value=self.allow_no_value) 39 self.cf = self.config_class(defaults, 41 return self.cf 44 cf = self.newconfig(defaults) 46 cf.readfp(sio) 47 return cf 76 cf = self.fromstring(config_string) 77 L = cf.sections() 96 eq(cf.get('Foo Bar', 'foo'), 'bar') 97 eq(cf.get('Spacey Bar', 'foo'), 'bar' [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_cfgparser.py | 37 self.cf = self.config_class(allow_no_value=self.allow_no_value) 39 self.cf = self.config_class(defaults, 41 return self.cf 44 cf = self.newconfig(defaults) 46 cf.readfp(sio) 47 return cf 76 cf = self.fromstring(config_string) 77 L = cf.sections() 96 eq(cf.get('Foo Bar', 'foo'), 'bar') 97 eq(cf.get('Spacey Bar', 'foo'), 'bar' [all...] |
/external/qemu/target-i386/ |
cc_helper_template.h | 57 int cf, pf, af, zf, sf, of; local 61 cf = (DATA_TYPE)CC_DST < (DATA_TYPE)src1; 67 return cf | pf | af | zf | sf | of; 72 int cf; 75 cf = (DATA_TYPE)CC_DST < (DATA_TYPE)src1; 76 return cf; 81 int cf, pf, af, zf, sf, of; 85 cf = (DATA_TYPE)CC_DST <= (DATA_TYPE)src1; 91 return cf | pf | af | zf | sf | of; 96 int cf; [all...] |
/external/chromium_org/chrome/browser/chromeos/imageburner/ |
burn_manager_unittest.cc | 84 scoped_ptr<ConfigFile> cf(new ConfigFile()); 85 EXPECT_TRUE(cf->empty()); 87 cf.reset(new ConfigFile("")); 88 EXPECT_TRUE(cf->empty()); 90 cf.reset(new ConfigFile(kConfigFileWithNoNameProperty)); 91 EXPECT_TRUE(cf->empty()); 93 cf.reset(new ConfigFile(kConfigFileWithNoHwidProperty)); 94 EXPECT_TRUE(cf->empty()); 96 cf.reset(new ConfigFile(kConfigFileWithNoNewLineAtEnd)); 97 EXPECT_FALSE(cf->empty()) [all...] |
/external/stlport/stlport/stl/ |
_cmath.h | 231 # define _STLP_DEF_MATH_INLINE(func,cf) \ 232 _STLP_MATH_INLINE(float,func,cf##f) \ 233 _STLP_MATH_INLINE_D(double,func,cf) \ 234 _STLP_MATH_INLINE(long double,func,cf##l) 235 # define _STLP_DEF_MATH_INLINE2(func,cf) \ 236 _STLP_MATH_INLINE2(float,float,func,cf##f) \ 237 _STLP_MATH_INLINE2_D(double,double,func,cf) \ 238 _STLP_MATH_INLINE2(long double,long double,func,cf##l) 239 # define _STLP_DEF_MATH_INLINE2P(func,cf) \ 240 _STLP_MATH_INLINE2(float,float *,func,cf##f) [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 231 # define _STLP_DEF_MATH_INLINE(func,cf) \ 232 _STLP_MATH_INLINE(float,func,cf##f) \ 233 _STLP_MATH_INLINE_D(double,func,cf) \ 234 _STLP_MATH_INLINE(long double,func,cf##l) 235 # define _STLP_DEF_MATH_INLINE2(func,cf) \ 236 _STLP_MATH_INLINE2(float,float,func,cf##f) \ 237 _STLP_MATH_INLINE2_D(double,double,func,cf) \ 238 _STLP_MATH_INLINE2(long double,long double,func,cf##l) 239 # define _STLP_DEF_MATH_INLINE2P(func,cf) \ 240 _STLP_MATH_INLINE2(float,float *,func,cf##f) [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 231 # define _STLP_DEF_MATH_INLINE(func,cf) \ 232 _STLP_MATH_INLINE(float,func,cf##f) \ 233 _STLP_MATH_INLINE_D(double,func,cf) \ 234 _STLP_MATH_INLINE(long double,func,cf##l) 235 # define _STLP_DEF_MATH_INLINE2(func,cf) \ 236 _STLP_MATH_INLINE2(float,float,func,cf##f) \ 237 _STLP_MATH_INLINE2_D(double,double,func,cf) \ 238 _STLP_MATH_INLINE2(long double,long double,func,cf##l) 239 # define _STLP_DEF_MATH_INLINE2P(func,cf) \ 240 _STLP_MATH_INLINE2(float,float *,func,cf##f) [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 231 # define _STLP_DEF_MATH_INLINE(func,cf) \ 232 _STLP_MATH_INLINE(float,func,cf##f) \ 233 _STLP_MATH_INLINE_D(double,func,cf) \ 234 _STLP_MATH_INLINE(long double,func,cf##l) 235 # define _STLP_DEF_MATH_INLINE2(func,cf) \ 236 _STLP_MATH_INLINE2(float,float,func,cf##f) \ 237 _STLP_MATH_INLINE2_D(double,double,func,cf) \ 238 _STLP_MATH_INLINE2(long double,long double,func,cf##l) 239 # define _STLP_DEF_MATH_INLINE2P(func,cf) \ 240 _STLP_MATH_INLINE2(float,float *,func,cf##f) [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 231 # define _STLP_DEF_MATH_INLINE(func,cf) \ 232 _STLP_MATH_INLINE(float,func,cf##f) \ 233 _STLP_MATH_INLINE_D(double,func,cf) \ 234 _STLP_MATH_INLINE(long double,func,cf##l) 235 # define _STLP_DEF_MATH_INLINE2(func,cf) \ 236 _STLP_MATH_INLINE2(float,float,func,cf##f) \ 237 _STLP_MATH_INLINE2_D(double,double,func,cf) \ 238 _STLP_MATH_INLINE2(long double,long double,func,cf##l) 239 # define _STLP_DEF_MATH_INLINE2P(func,cf) \ 240 _STLP_MATH_INLINE2(float,float *,func,cf##f) [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 231 # define _STLP_DEF_MATH_INLINE(func,cf) \ 232 _STLP_MATH_INLINE(float,func,cf##f) \ 233 _STLP_MATH_INLINE_D(double,func,cf) \ 234 _STLP_MATH_INLINE(long double,func,cf##l) 235 # define _STLP_DEF_MATH_INLINE2(func,cf) \ 236 _STLP_MATH_INLINE2(float,float,func,cf##f) \ 237 _STLP_MATH_INLINE2_D(double,double,func,cf) \ 238 _STLP_MATH_INLINE2(long double,long double,func,cf##l) 239 # define _STLP_DEF_MATH_INLINE2P(func,cf) \ 240 _STLP_MATH_INLINE2(float,float *,func,cf##f) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_cmath.h | 231 # define _STLP_DEF_MATH_INLINE(func,cf) \ 232 _STLP_MATH_INLINE(float,func,cf##f) \ 233 _STLP_MATH_INLINE_D(double,func,cf) \ 234 _STLP_MATH_INLINE(long double,func,cf##l) 235 # define _STLP_DEF_MATH_INLINE2(func,cf) \ 236 _STLP_MATH_INLINE2(float,float,func,cf##f) \ 237 _STLP_MATH_INLINE2_D(double,double,func,cf) \ 238 _STLP_MATH_INLINE2(long double,long double,func,cf##l) 239 # define _STLP_DEF_MATH_INLINE2P(func,cf) \ 240 _STLP_MATH_INLINE2(float,float *,func,cf##f) [all...] |
/dalvik/dx/src/com/android/dx/cf/attrib/ |
BaseAttribute.java | 17 package com.android.dx.cf.attrib; 19 import com.android.dx.cf.iface.Attribute;
|
/dalvik/dx/src/com/android/dx/cf/direct/ |
AttributeListParser.java | 17 package com.android.dx.cf.direct; 19 import com.android.dx.cf.iface.Attribute; 20 import com.android.dx.cf.iface.ParseException; 21 import com.android.dx.cf.iface.ParseObserver; 22 import com.android.dx.cf.iface.StdAttributeList; 31 private final DirectClassFile cf; field in class:AttributeListParser 55 * @param cf {@code non-null;} class file to parse from 60 public AttributeListParser(DirectClassFile cf, int context, int offset, 62 if (cf == null) { 63 throw new NullPointerException("cf == null") [all...] |
FieldListParser.java | 17 package com.android.dx.cf.direct; 19 import com.android.dx.cf.iface.AttributeList; 20 import com.android.dx.cf.iface.Member; 21 import com.android.dx.cf.iface.StdField; 22 import com.android.dx.cf.iface.StdFieldList; 37 * @param cf {@code non-null;} the class file to parse from 42 public FieldListParser(DirectClassFile cf, CstType definer, int offset, 44 super(cf, definer, offset, attributeFactory);
|
MethodListParser.java | 17 package com.android.dx.cf.direct; 19 import com.android.dx.cf.iface.AttributeList; 20 import com.android.dx.cf.iface.Member; 21 import com.android.dx.cf.iface.StdMethod; 22 import com.android.dx.cf.iface.StdMethodList; 37 * @param cf {@code non-null;} the class file to parse from 42 public MethodListParser(DirectClassFile cf, CstType definer, 44 super(cf, definer, offset, attributeFactory);
|
/external/chromium_org/chrome/installer/mac/third_party/bsdiff/ |
goobspatch.c | 253 static void cfopen(cfile *cf, const char *path, off_t off, 265 if ((cf->f = fopen(path, "rb")) == NULL) 267 if ((fseeko(cf->f, off, SEEK_SET)) != 0) 270 if ((cf->u.bz2 = BZ2_bzReadOpen(&bz2_err, cf->f, 0, 0, 274 if ((cf->u.xz = xzdopen(cf->f, &lzma_err)) == NULL) 276 /* cf->f belongs to the xzfile now, don't access it 278 cf->f = NULL; 285 if ((cf->u.gz = gzdopen(fd, "rb")) == NULL 369 cfile cf, df, ef; local [all...] |
/external/libcxx/test/utilities/tuple/tuple.tuple/tuple.elem/ |
tuple.by.type.pass.cpp | 19 typedef std::complex<float> cf; typedef 21 auto t1 = std::tuple<int, std::string, cf> { 42, "Hi", { 1,2 }}; 24 assert ( std::get<cf>(t1).real() == 1 ); // find at the end 25 assert ( std::get<cf>(t1).imag() == 2 ); 29 auto t2 = std::tuple<int, std::string, int, cf> { 42, "Hi", 23, { 1,2 }}; 32 assert (( std::get<cf>(t2) == cf{ 1,2 } ));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.elem/ |
tuple.by.type.pass.cpp | 19 typedef std::complex<float> cf; typedef 21 auto t1 = std::tuple<int, std::string, cf> { 42, "Hi", { 1,2 }}; 24 assert ( std::get<cf>(t1).real() == 1 ); // find at the end 25 assert ( std::get<cf>(t1).imag() == 2 ); 29 auto t2 = std::tuple<int, std::string, int, cf> { 42, "Hi", 23, { 1,2 }}; 32 assert (( std::get<cf>(t2) == cf{ 1,2 } ));
|
/dalvik/dx/src/com/android/dx/cf/cst/ |
ConstantTags.java | 17 package com.android.dx.cf.cst;
|
/dalvik/dx/src/com/android/dx/cf/iface/ |
AttributeList.java | 17 package com.android.dx.cf.iface;
|
Field.java | 17 package com.android.dx.cf.iface;
|
Method.java | 17 package com.android.dx.cf.iface;
|
/external/libcxx/test/utilities/utility/pairs/pair.astuple/ |
pairs.by.type.pass.cpp | 19 typedef std::complex<float> cf; typedef 21 auto t1 = std::make_pair<int, cf> ( 42, { 1,2 } ); 23 assert ( std::get<cf>(t1).real() == 1 ); 24 assert ( std::get<cf>(t1).imag() == 2 );
|
pairs.by.type2.fail.cpp | 18 typedef std::complex<float> cf; typedef
|