HomeSort by relevance Sort by last modified time
    Searched refs:cf (Results 51 - 75 of 494) sorted by null

1 23 4 5 6 7 8 91011>>

  /dalvik/dx/src/com/android/dx/cf/iface/
Method.java 17 package com.android.dx.cf.iface;
  /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...]
  /external/chromium_org/chrome_frame/cfinstall/src/common/
cf-interactiondelegate-externs.js 10 google.cf.installer.InteractionDelegate.prototype.getIFrameContainer;
11 google.cf.installer.InteractionDelegate.prototype.reset;
12 google.cf.installer.InteractionDelegate.prototype.show;
13 google.cf.installer.InteractionDelegate.prototype.customizeIFrame;
  /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/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/chromium_org/chrome_frame/cfinstall/src/stub/
installer.js 9 goog.provide('google.cf.installer.Installer');
11 goog.require('google.cf.ChromeFrame');
12 goog.require('google.cf.installer.Prompt');
17 google.cf.installer.Installer = function(prompt, chromeFrame) {
22 google.cf.installer.Installer.prototype.require =
overlaydelegate.js 10 goog.provide('google.cf.installer.OverlayDelegate');
12 goog.require('google.cf.installer.InteractionDelegate');
13 goog.require('google.cf.installer.frame');
19 * @implements {google.cf.installer.InteractionDelegate}
21 google.cf.installer.OverlayDelegate = function(args) {
30 google.cf.installer.OverlayDelegate.styleInjected_ = false;
36 google.cf.installer.OverlayDelegate.injectCss_ = function() {
37 if (google.cf.installer.OverlayDelegate.styleInjected_)
71 google.cf.installer.OverlayDelegate.styleInjected_ = true;
78 google.cf.installer.OverlayDelegate.injectHtml_ = function()
    [all...]
  /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/omap4xxx/
tm.c 25 char *cf, *cb; local
45 cf = ptr[4];
46 cf[-1] = 'a';
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/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/skia/tests/
ColorFilterTest.cpp 47 SkColorFilter* cf = SkColorFilter::CreateModeFilter(color, local
51 if (SkXfermode::kDst_Mode == mode && NULL == cf) {
55 SkAutoUnref aur(cf);
56 REPORTER_ASSERT(reporter, cf);
66 REPORTER_ASSERT(reporter, cf->asColorMode(&c, &m));
83 SkColorFilter* cf2 = reincarnate(cf);
  /external/chromium/chrome/browser/chromeos/login/
cookie_fetcher_unittest.cc 56 CookieFetcher* cf = new CookieFetcher(NULL, cl_handler, i_handler); local
58 EXPECT_CALL(*cl_handler, Handle(client_login_data_, cf))
65 EXPECT_CALL(*i_handler, Handle(token_, cf))
68 cf->AttemptFetch(client_login_data_);
83 CookieFetcher* cf = new CookieFetcher(&profile_, local
87 EXPECT_CALL(*cl_handler, Handle(client_login_data_, cf))
90 cf->AttemptFetch(client_login_data_);
105 CookieFetcher* cf = new CookieFetcher(&profile_, local
109 EXPECT_CALL(*cl_handler, Handle(client_login_data_, cf))
114 EXPECT_CALL(*i_handler, Handle(token_, cf))
132 CookieFetcher* cf = new CookieFetcher(&profile_, local
156 CookieFetcher* cf = new CookieFetcher(&profile_, local
    [all...]
  /external/chromium_org/third_party/skia/include/effects/
SkColorFilterImageFilter.h 17 static SkColorFilterImageFilter* Create(SkColorFilter* cf,
34 SkColorFilterImageFilter(SkColorFilter* cf,
  /external/skia/include/effects/
SkColorFilterImageFilter.h 17 static SkColorFilterImageFilter* Create(SkColorFilter* cf,
34 SkColorFilterImageFilter(SkColorFilter* cf,
  /dalvik/dx/src/com/android/dx/dex/cf/
AttributeTranslator.java 17 package com.android.dx.dex.cf;
19 import com.android.dx.cf.attrib.AttAnnotationDefault;
20 import com.android.dx.cf.attrib.AttEnclosingMethod;
21 import com.android.dx.cf.attrib.AttExceptions;
22 import com.android.dx.cf.attrib.AttInnerClasses;
23 import com.android.dx.cf.attrib.AttRuntimeInvisibleAnnotations;
24 import com.android.dx.cf.attrib.AttRuntimeInvisibleParameterAnnotations;
25 import com.android.dx.cf.attrib.AttRuntimeVisibleAnnotations;
26 import com.android.dx.cf.attrib.AttRuntimeVisibleParameterAnnotations;
27 import com.android.dx.cf.attrib.AttSignature
    [all...]
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
HostnameVerifierTest.java 45 CertificateFactory cf = CertificateFactory.getInstance("X.509"); local
49 x509 = (X509Certificate) cf.generateCertificate(in);
58 x509 = (X509Certificate) cf.generateCertificate(in);
64 x509 = (X509Certificate) cf.generateCertificate(in);
72 x509 = (X509Certificate) cf.generateCertificate(in);
86 x509 = (X509Certificate) cf.generateCertificate(in);
92 x509 = (X509Certificate) cf.generateCertificate(in);
98 x509 = (X509Certificate) cf.generateCertificate(in);
108 x509 = (X509Certificate) cf.generateCertificate(in);
116 x509 = (X509Certificate) cf.generateCertificate(in)
141 CertificateFactory cf = CertificateFactory.getInstance("X.509"); local
155 CertificateFactory cf = CertificateFactory.getInstance("X.509"); local
178 CertificateFactory cf = CertificateFactory.getInstance("X.509"); local
206 CertificateFactory cf = CertificateFactory.getInstance("X.509"); local
239 CertificateFactory cf = CertificateFactory.getInstance("X.509"); local
276 CertificateFactory cf = CertificateFactory.getInstance("X.509"); local
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
ConcreteMethod.java 17 package com.android.dx.cf.code;
19 import com.android.dx.cf.attrib.AttCode;
20 import com.android.dx.cf.attrib.AttLineNumberTable;
21 import com.android.dx.cf.attrib.AttLocalVariableTable;
22 import com.android.dx.cf.attrib.AttLocalVariableTypeTable;
23 import com.android.dx.cf.iface.AttributeList;
24 import com.android.dx.cf.iface.ClassFile;
25 import com.android.dx.cf.iface.Method;
68 * @param cf {@code non-null;} the class file that contains this method
74 public ConcreteMethod(Method method, ClassFile cf, boolean keepLines, boolean keepLocals)
    [all...]

Completed in 801 milliseconds

1 23 4 5 6 7 8 91011>>