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

1 2 3 4 5 6 7 8 910

  /dalvik/dx/src/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;
AttDeprecated.java 17 package com.android.dx.cf.attrib;
AttSynthetic.java 17 package 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/iface/
Attribute.java 17 package com.android.dx.cf.iface;
FieldList.java 17 package com.android.dx.cf.iface;
MethodList.java 17 package 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/cf/direct/
AttributeFactory.java 17 package com.android.dx.cf.direct;
19 import com.android.dx.cf.attrib.RawAttribute;
20 import com.android.dx.cf.iface.Attribute;
21 import com.android.dx.cf.iface.ParseException;
22 import com.android.dx.cf.iface.ParseObserver;
61 * @param cf {@code non-null;} class file to parse from
69 public final Attribute parse(DirectClassFile cf, int context, int offset,
71 if (cf == null) {
72 throw new NullPointerException("cf == null");
82 ByteArray bytes = cf.getBytes()
    [all...]
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...]
  /external/ipsec-tools/src/racoon/
genlist.c 139 struct conf *cf;
143 cf = calloc(sizeof(struct conf), 1);
144 cf->l1 = genlist_init();
145 cf->l2 = genlist_init();
147 genlist_insert(cf->l1, "Ahoj");
148 genlist_insert(cf->l1, "Cau");
149 genlist_insert(cf->l1, "Nazdar");
150 genlist_insert(cf->l1, "Te buch");
152 genlist_append(cf->l2, "Curak");
153 genlist_append(cf->l2, "Kozy")
    [all...]
  /external/dhcpcd/dhcpcd-hooks/
50-ntp.conf 26 local cf="${ntp_conf}.${interface}"
49 [ -e "${cf}" ] && rm -f "${cf}"
51 /etc/ntp.conf > "${cf}"
53 echo "${signature_base}${header:+ ${from} }${header}" >> "${cf}"
54 printf "${search}${servers}" >> "${cf}"
55 echo "${signature_base_end}${header:+ ${from} }${header}" >> "${cf}"
59 if change_file "${ntp_conf}" "${cf}"; then
66 local cf="${ntp_conf_dir}/${interface}" x=
68 [ -e "${cf}" ] && rm "${cf}
    [all...]
50-yp.conf 12 local cf=/etc/yp.conf."${interface}" prefix= x= pid=
13 rm -f "${cf}"
14 echo "${signature}" > "${cf}"
20 echo "domain ${new_nis_domain} broadcast" >> "${cf}"
26 echo "${prefix}${x}" >> "${cf}"
29 mv -f "${cf}" /etc/yp.conf
  /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/android/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/cst/
ConstantTags.java 17 package com.android.dx.cf.cst;
  /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...]

Completed in 336 milliseconds

1 2 3 4 5 6 7 8 910