/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...] |
/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;
|
AttLineNumberTable.java | 17 package com.android.dx.cf.attrib; 19 import com.android.dx.cf.code.LineNumberList;
|
BaseLocalVariables.java | 17 package com.android.dx.cf.attrib; 19 import com.android.dx.cf.code.LocalVariableList;
|
/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);
|
StdAttributeFactory.java | 17 package com.android.dx.cf.direct; 19 import com.android.dx.cf.attrib.AttAnnotationDefault; 20 import com.android.dx.cf.attrib.AttCode; 21 import com.android.dx.cf.attrib.AttConstantValue; 22 import com.android.dx.cf.attrib.AttDeprecated; 23 import com.android.dx.cf.attrib.AttEnclosingMethod; 24 import com.android.dx.cf.attrib.AttExceptions; 25 import com.android.dx.cf.attrib.AttInnerClasses; 26 import com.android.dx.cf.attrib.AttLineNumberTable; 27 import com.android.dx.cf.attrib.AttLocalVariableTable [all...] |
MemberListParser.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.ParseException; 22 import com.android.dx.cf.iface.ParseObserver; 23 import com.android.dx.cf.iface.StdAttributeList; 36 private final DirectClassFile cf; field in class:MemberListParser 57 * @param cf {@code non-null;} the class file to parse from 62 public MemberListParser(DirectClassFile cf, CstType definer, 64 if (cf == null) [all...] |
/external/qemu/target-i386/ |
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...] |
/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;
|
/dalvik/dx/src/com/android/dx/command/annotool/ |
AnnotationLister.java | 19 import com.android.dx.cf.direct.ClassPathOpener; 20 import com.android.dx.cf.direct.DirectClassFile; 21 import com.android.dx.cf.direct.StdAttributeFactory; 22 import com.android.dx.cf.iface.AttributeList; 23 import com.android.dx.cf.iface.Attribute; 24 import com.android.dx.cf.attrib.AttRuntimeInvisibleAnnotations; 25 import com.android.dx.cf.attrib.BaseAnnotations; 26 import com.android.dx.cf.attrib.AttRuntimeVisibleAnnotations; 72 DirectClassFile cf 75 cf.setAttributeFactory(StdAttributeFactory.THE_ONE) [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; 62 DirectClassFile cf = local 65 cf.setAttributeFactory(StdAttributeFactory.THE_ONE); 66 cf.setObserver(this); 67 cf.getMagic(); // Force parsing to happen.
|
/external/openfst/src/bin/ |
fstdifference.cc | 64 fst::ComposeFilter cf; local 67 cf = fst::AUTO_FILTER; 69 cf = fst::SEQUENCE_FILTER; 71 cf = fst::ALT_SEQUENCE_FILTER; 73 cf = fst::MATCH_FILTER; 80 fst::DifferenceOptions opts(FLAGS_connect, cf);
|
/external/dhcpcd/dhcpcd-hooks/ |
20-resolv.conf | 13 local cf="$state_dir/resolv.conf.$interface" 50 [ -f "$cf" ] && rm -f "$cf" 52 echo "$header" > "$cf" 54 cat /etc/resolv.conf.head >> "$cf" 56 echo "# /etc/resolv.conf.head can replace this line" >> "$cf" 58 printf "$domain$search$servers" >> "$cf" 60 cat /etc/resolv.conf.tail >> "$cf" 62 echo "# /etc/resolv.conf.tail can replace this line" >> "$cf" 64 cat "$cf" > /etc/resolv.con [all...] |
/external/javassist/src/main/javassist/bytecode/ |
ClassFilePrinter.java | 31 public static void print(ClassFile cf) { 32 print(cf, new PrintWriter(System.out, true)); 38 public static void print(ClassFile cf, PrintWriter out) { 46 = AccessFlag.toModifier(cf.getAccessFlags() 48 out.println("major: " + cf.major + ", minor: " + cf.minor 49 + " modifiers: " + Integer.toHexString(cf.getAccessFlags())); 51 + cf.getName() + " extends " + cf.getSuperclass()); 53 String[] infs = cf.getInterfaces() [all...] |
/external/javassist/src/main/javassist/util/proxy/ |
FactoryHelper.java | 133 public static Class toClass(ClassFile cf, ClassLoader loader) 136 return toClass(cf, loader, null); 145 public static Class toClass(ClassFile cf, ClassLoader loader, ProtectionDomain domain) 149 byte[] b = toBytecode(cf); 154 args = new Object[] { cf.getName(), b, new Integer(0), 159 args = new Object[] { cf.getName(), b, new Integer(0), 186 private static byte[] toBytecode(ClassFile cf) throws IOException { 190 cf.write(out); 202 public static void writeFile(ClassFile cf, String directoryName) 205 writeFile0(cf, directoryName) [all...] |