HomeSort by relevance Sort by last modified time
    Searched refs:cf (Results 76 - 100 of 632) sorted by null

1 2 34 5 6 7 8 91011>>

  /ndk/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 );
pairs.by.type2.fail.cpp 18 typedef std::complex<float> cf; typedef
  /dalvik/dx/src/com/android/dx/cf/attrib/
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/
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...]
  /dalvik/dx/src/com/android/dx/command/annotool/
AnnotationLister.java 19 import com.android.dx.cf.attrib.AttRuntimeInvisibleAnnotations;
20 import com.android.dx.cf.attrib.AttRuntimeVisibleAnnotations;
21 import com.android.dx.cf.attrib.BaseAnnotations;
22 import com.android.dx.cf.direct.ClassPathOpener;
23 import com.android.dx.cf.direct.DirectClassFile;
24 import com.android.dx.cf.direct.StdAttributeFactory;
25 import com.android.dx.cf.iface.Attribute;
26 import com.android.dx.cf.iface.AttributeList;
71 DirectClassFile cf
74 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;
61 DirectClassFile cf = local
64 cf.setAttributeFactory(StdAttributeFactory.THE_ONE);
65 cf.setObserver(this);
66 cf.getMagic(); // Force parsing to happen.
  /external/libcxx/test/utilities/function.objects/func.memfn/
member_function.pass.cpp 34 const F& cf = f; local
35 assert(cf(ap) == 'a');
48 const F& cf = f; local
49 assert(cf(ap, 2) == 'b');
62 const F& cf = f; local
63 assert(cf(ap, 2, 3.5) == 'c');
member_function_const.pass.cpp 36 const F& cf = f; local
37 assert(cf(ap) == 'a');
52 const F& cf = f; local
53 assert(cf(ap, 2) == 'b');
68 const F& cf = f; local
69 assert(cf(ap, 2, 3.5) == 'c');
member_function_const_volatile.pass.cpp 36 const F& cf = f; local
37 assert(cf(ap) == 'a');
52 const F& cf = f; local
53 assert(cf(ap, 2) == 'b');
68 const F& cf = f; local
69 assert(cf(ap, 2, 3.5) == 'c');
member_function_volatile.pass.cpp 36 const F& cf = f; local
37 assert(cf(ap) == 'a');
52 const F& cf = f; local
53 assert(cf(ap, 2) == 'b');
68 const F& cf = f; local
69 assert(cf(ap, 2, 3.5) == 'c');
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.memfn/
member_function.pass.cpp 34 const F& cf = f; local
35 assert(cf(ap) == 'a');
48 const F& cf = f; local
49 assert(cf(ap, 2) == 'b');
62 const F& cf = f; local
63 assert(cf(ap, 2, 3.5) == 'c');
member_function_const.pass.cpp 36 const F& cf = f; local
37 assert(cf(ap) == 'a');
52 const F& cf = f; local
53 assert(cf(ap, 2) == 'b');
68 const F& cf = f; local
69 assert(cf(ap, 2, 3.5) == 'c');
member_function_const_volatile.pass.cpp 36 const F& cf = f; local
37 assert(cf(ap) == 'a');
52 const F& cf = f; local
53 assert(cf(ap, 2) == 'b');
68 const F& cf = f; local
69 assert(cf(ap, 2, 3.5) == 'c');
member_function_volatile.pass.cpp 36 const F& cf = f; local
37 assert(cf(ap) == 'a');
52 const F& cf = f; local
53 assert(cf(ap, 2) == 'b');
68 const F& cf = f; local
69 assert(cf(ap, 2, 3.5) == 'c');
  /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/clang/test/CodeGen/
complex.c 23 _Complex float cf; variable
34 cf += D;
35 D += cf;
36 cf /= g1;
53 D += cf;
60 (__real__ cf) = 4.0;
64 (__imag__ cf) = 4.0;
  /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...]
  /hardware/ti/omap4-aah/
tm.c 25 char *cf, *cb; local
45 cf = ptr[4];
46 cf[-1] = 'a';
  /hardware/ti/omap4xxx/
tm.c 25 char *cf, *cb; local
45 cf = ptr[4];
46 cf[-1] = 'a';
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
ChoiceFormatTest.java 47 ChoiceFormat cf = new ChoiceFormat(appleLimits, appleFormats); local
49 formattedString = cf.format(Double.NEGATIVE_INFINITY);
52 formattedString = cf.format(0.5d);
55 formattedString = cf.format(1d);
58 formattedString = cf.format(1.5d);
61 formattedString = cf.format(2d);
64 formattedString = cf.format(2.5d);
67 formattedString = cf.format(3d);
70 formattedString = cf.format(4d);
73 formattedString = cf.format(5d)
94 ChoiceFormat cf = new ChoiceFormat(patternString); local
410 ChoiceFormat cf = new ChoiceFormat(""); local
    [all...]
  /external/clang/test/CodeGenCXX/
lvalue-bitcasts.cpp 32 _Complex float cf; local
33 _Complex float &cfr = cf;
77 _Complex float cf; local
78 _Complex float &cfr = cf;
126 _Complex float cf; local
127 _Complex float &cfr = cf;
  /external/chromium_org/third_party/skia/include/effects/
SkColorFilterImageFilter.h 17 static SkColorFilterImageFilter* Create(SkColorFilter* cf,
34 SkColorFilterImageFilter(SkColorFilter* cf,

Completed in 811 milliseconds

1 2 34 5 6 7 8 91011>>