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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Sema/
implicit-cast.c 3 static char *test1(int cf) {
4 return cf ? "abc" : 0;
6 static char *test2(int cf) {
7 return cf ? 0 : "abc";
  /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;
  /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;
  /external/dhcpcd/dhcpcd-hooks/
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 cat "$cf" > /etc/yp.conf
30 rm -f "$cf"
50-ntp.conf 24 local cf="$state_dir/ntp.conf.$interface"
47 [ -e "$cf" ] && rm -f "$cf"
51 cp "$ntp_conf" "$cf"
55 "$ntp_conf" > "$cf"
59 echo "$signature_base${header:+ $from }$header" >> "$cf"
60 printf "$search$servers" >> "$cf"
61 echo "$signature_base_end${header:+ $from }$header" >> "$cf"
67 if change_file "$ntp_conf" "$cf"; then
74 local cf="$ntp_conf_dir/$interface" x
    [all...]
  /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);
  /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/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...]
  /prebuilt/ndk/android-ndk-r5/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...]
  /prebuilt/ndk/android-ndk-r6/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...]
  /prebuilt/ndk/android-ndk-r7/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...]
  /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;

Completed in 412 milliseconds

1 2 3 4 5 6 7 8 91011>>