HomeSort by relevance Sort by last modified time
    Searched defs:cl (Results 76 - 100 of 348) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/libffi/testsuite/libffi.call/
cls_align_uint64.c 48 static ffi_closure cl; local
59 pcl = &cl;
cls_multi_sshortchar.c 45 static ffi_closure cl; local
57 pcl = &cl;
cls_multi_ushortchar.c 45 static ffi_closure cl; local
57 pcl = &cl;
problem1.c 49 static ffi_closure cl; local
58 pcl = &cl;
cls_18byte.c 51 static ffi_closure cl; local
62 pcl = &cl;
cls_19byte.c 54 static ffi_closure cl; local
65 pcl = &cl;
cls_24byte.c 58 static ffi_closure cl; local
69 pcl = &cl;
cls_4_1byte.c 53 static ffi_closure cl; local
64 pcl = &cl;
cls_5_1_byte.c 55 static ffi_closure cl; local
66 pcl = &cl;
cls_6_1_byte.c 57 static ffi_closure cl; local
68 pcl = &cl;
cls_6byte.c 53 static ffi_closure cl; local
64 pcl = &cl;
cls_7_1_byte.c 59 static ffi_closure cl; local
70 pcl = &cl;
cls_7byte.c 52 static ffi_closure cl; local
63 pcl = &cl;
cls_multi_uchar.c 51 static ffi_closure cl; local
62 pcl = &cl;
nested_struct2.c 53 static ffi_closure cl; local
65 pcl = &cl;
nested_struct3.c 54 static ffi_closure cl; local
66 pcl = &cl;
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ContentEncodingParser.java 77 ContentEncoding cl = new ContentEncoding(); local
78 cl.setHeaderName(SIPHeaderNames.CONTENT_ENCODING);
84 cl.setEncoding(token.getTokenValue());
87 list.add(cl);
90 cl = new ContentEncoding();
96 cl.setEncoding(token.getTokenValue());
98 list.add(cl);
  /libcore/luni/src/main/java/javax/xml/validation/
SchemaFactory.java 181 ClassLoader cl; local
182 cl = Thread.currentThread().getContextClassLoader();
184 if (cl == null) {
185 //cl = ClassLoader.getSystemClassLoader();
187 cl = SchemaFactory.class.getClassLoader();
190 SchemaFactory f = new SchemaFactoryFinder(cl).newFactory(schemaLanguage);
  /system/netd/
main.cpp 45 CommandListener *cl; local
62 cl = new CommandListener(rangeMap);
63 nm->setBroadcaster((SocketListener *) cl);
87 if (cl->startListener()) {
  /external/doclava/src/com/google/doclava/
Converter.java 47 initClass(clni.c, clni.cl);
48 classesNeedingInit2.add(clni.cl);
51 for (ClassInfo cl : classesNeedingInit2) {
52 cl.init2();
71 private static void initClass(ClassDoc c, ClassInfo cl) {
78 cl.init(Converter.obtainType(c),
94 cl.setHiddenMethods(
96 cl.setNonWrittenConstructors(
99 cl.init3(
205 ClassNeedingInit(ClassDoc c, ClassInfo cl) {
211 ClassInfo cl; field in class:Converter.ClassNeedingInit
    [all...]
Hierarchy.java 29 for (ClassInfo cl : classes) {
30 String name = cl.qualifiedName();
38 ClassInfo superclass = cl.superclass();
90 private static boolean exists(ClassInfo cl) {
91 return cl != null && !cl.isHidden() && cl.isIncluded();
101 ClassInfo cl = Converter.obtainClass(name); local
103 hdf.setValue("class.label", cl.name());
104 hdf.setValue("class.qualified", cl.qualifiedName())
    [all...]
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_port_if.c 133 UINT8 cl; local
150 cl = RFCOMM_PN_CONV_LAYER_CBFC_I;
156 cl = RFCOMM_PN_CONV_LAYER_TYPE_1;
163 rfc_send_pn (p_mcb, dlci, TRUE, mtu, cl, k);
177 void RFCOMM_ParNegRsp (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT8 cl, UINT8 k)
183 rfc_send_pn (p_mcb, dlci, FALSE, mtu, cl, k);
  /external/chromium/chrome/browser/profiles/
profile_manager_unittest.cc 94 CommandLine *cl = CommandLine::ForCurrentProcess(); local
97 cl->AppendSwitch(switches::kTestType);
108 CommandLine *cl = CommandLine::ForCurrentProcess(); local
111 cl->AppendSwitchASCII(switches::kLoginProfile, profile_dir);
112 cl->AppendSwitch(switches::kTestType);
  /external/chromium_org/third_party/openssl/openssl/ssl/
s23_srvr.c 256 unsigned int csl,sil,cl; local
465 n2s(p,cl);
467 if ((csl+sil+cl+11) != s->packet_length) /* We can't have TLS extensions in SSL 2.0 format
487 i=(cl > SSL3_RANDOM_SIZE)?SSL3_RANDOM_SIZE:cl;
514 p = p+csl+sil+cl;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_atomic_msvc.h 117 mov cl, v local
118 xchg [eax], cl // NOLINT
119 mov v, cl

Completed in 986 milliseconds

1 2 34 5 6 7 8 91011>>