/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/tuple/tuple.tuple/tuple.elem/ |
tuple.by.type1.fail.cpp | 21 typedef std::complex<float> cf; typedef 23 assert (( std::get<cf>(t1) == cf {1,2} )); // no such type
|
tuple.by.type2.fail.cpp | 21 typedef std::complex<float> cf; typedef 22 auto t1 = std::make_tuple<int, int, std::string, cf> ( 42, 21, "Hi", { 1,2 } );
|
tuple.by.type3.fail.cpp | 21 typedef std::complex<float> cf; typedef 22 auto t1 = std::make_tuple<double, int, std::string, cf, int> ( 42, 21, "Hi", { 1,2 } );
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/utility/pairs/pair.astuple/ |
pairs.by.type1.fail.cpp | 18 typedef std::complex<float> cf; typedef 20 assert (( std::get<cf>(t1) == cf {1,2} )); // no such type
|
pairs.by.type2.fail.cpp | 18 typedef std::complex<float> cf; typedef
|
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/ |
mask.pass.cpp | 27 typedef std::ctype<char> CF; 28 const CF& cf = std::use_facet<CF>(l); local 39 assert( cf.is(CF::upper, 'A')); 41 assert(!cf.is(CF::lower, 'A')); 43 assert( cf.is(CF::alpha, 'A')) [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/ |
mask.pass.cpp | 27 typedef std::ctype<char> CF; 28 const CF& cf = std::use_facet<CF>(l); local 39 assert( cf.is(CF::upper, 'A')); 41 assert(!cf.is(CF::lower, 'A')); 43 assert( cf.is(CF::alpha, 'A')) [all...] |
/dalvik/dx/src/com/android/dx/command/dump/ |
ClassDumper.java | 19 import com.android.dx.cf.direct.DirectClassFile; 20 import com.android.dx.cf.direct.StdAttributeFactory; 61 DirectClassFile cf = local 64 cf.setAttributeFactory(StdAttributeFactory.THE_ONE); 65 cf.setObserver(this); 66 cf.getMagic(); // Force parsing to happen.
|
/dalvik/dx/src/com/android/dx/cf/code/ |
SimException.java | 17 package com.android.dx.cf.code;
|
/dalvik/dx/src/com/android/dx/cf/iface/ |
Field.java | 17 package com.android.dx.cf.iface;
|
HasAttribute.java | 17 package com.android.dx.cf.iface;
|
Method.java | 17 package com.android.dx.cf.iface;
|
ParseException.java | 17 package com.android.dx.cf.iface;
|
/external/skia/src/core/ |
SkPaintPriv.cpp | 17 SkColorFilter* cf = paint.getColorFilter(); local 18 return cf && !(cf->getFlags() & SkColorFilter::kAlphaUnchanged_Flag);
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/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 );
|
/dalvik/dx/src/com/android/dx/cf/attrib/ |
AttAnnotationDefault.java | 17 package com.android.dx.cf.attrib;
|
AttConstantValue.java | 17 package com.android.dx.cf.attrib;
|
AttDeprecated.java | 17 package com.android.dx.cf.attrib;
|
AttLocalVariableTable.java | 17 package com.android.dx.cf.attrib; 19 import com.android.dx.cf.code.LocalVariableList;
|
AttLocalVariableTypeTable.java | 17 package com.android.dx.cf.attrib; 19 import com.android.dx.cf.code.LocalVariableList;
|
AttRuntimeInvisibleAnnotations.java | 17 package com.android.dx.cf.attrib;
|
AttRuntimeInvisibleParameterAnnotations.java | 17 package com.android.dx.cf.attrib;
|
AttRuntimeVisibleAnnotations.java | 17 package com.android.dx.cf.attrib;
|
AttRuntimeVisibleParameterAnnotations.java | 17 package com.android.dx.cf.attrib;
|
AttSignature.java | 17 package com.android.dx.cf.attrib;
|