/libcore/luni/src/main/java/javax/net/ssl/ |
SSLServerSocketFactory.java | 58 ClassLoader cl = Thread.currentThread().getContextClassLoader(); local 59 if (cl == null) { 60 cl = ClassLoader.getSystemClassLoader(); 63 final Class<?> ssfc = Class.forName(defaultName, true, cl);
|
SSLSocketFactory.java | 65 ClassLoader cl = Thread.currentThread().getContextClassLoader(); local 66 if (cl == null) { 67 cl = ClassLoader.getSystemClassLoader(); 70 final Class<?> sfc = Class.forName(newName, true, cl); 74 + cl.toString() + ": " + e.getMessage());
|
/system/core/logd/ |
main.cpp | 186 CommandListener *cl = new CommandListener(logBuf, reader, swl); local 187 if (cl->startListener()) {
|
/external/doclava/src/com/google/doclava/ |
Converter.java | 67 initClass(clni.c, clni.cl); 68 classesNeedingInit2.add(clni.cl); 71 for (ClassInfo cl : classesNeedingInit2) { 72 cl.init2(); 110 private static void initClass(ClassDoc c, ClassInfo cl) { 117 cl.init(Converter.obtainType(c), 133 cl.setHiddenMethods( 135 cl.setRemovedMethods( 138 cl.setRemovedSelfMethods( 140 cl.setRemovedConstructors 262 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.isHiddenOrRemoved() && cl.isIncluded(); 101 ClassInfo cl = Converter.obtainClass(name); local 103 hdf.setValue("class.label", cl.name()); 104 hdf.setValue("class.qualified", cl.qualifiedName()) [all...] |
NavTree.java | 66 for (ClassInfo cl : classes) { 67 if (cl.isHiddenOrRemoved()) { 70 sorted.put(cl.qualifiedName(), cl); local 72 PackageInfo pkg = cl.containingPackage(); 102 ClassInfo cl = (ClassInfo) o; local 105 if (cl.containingClass() == null){ 108 data = makeYamlHDF(cl, "docs.pages."+i, data); 117 public static Data makeYamlHDF(ClassInfo cl, String base, Data data) { 118 data.setValue(base + ".label", cl.name()) [all...] |
/external/doclava/src/com/google/doclava/apicheck/ |
ApiInfo.java | 43 for (ClassInfo cl : mAllClasses.values()) { 44 ArrayList<String> ifaces = mClassToInterface.get(cl); 54 cl.addInterface(ci); 104 for (ClassInfo cl : pInfo.allClasses().values()) { 105 mAllClasses.put(cl.qualifiedName(), cl); local 110 for (ClassInfo cl : mAllClasses.values()) { 112 if (!cl.qualifiedName().equals("java.lang.Object")) { 113 String scName = mClassToSuper.get(cl); 122 cl.setSuperClass(superclass) [all...] |
/external/javassist/src/main/javassist/tools/web/ |
Viewer.java | 59 Viewer cl = new Viewer(args[0], Integer.parseInt(args[1])); local 62 cl.run(args[2], args2);
|
/art/runtime/native/ |
dalvik_system_VMStack.cc | 96 mirror::Object* cl = c->GetClassLoader(); local 97 if (cl != NULL && cl != bootstrap && cl != system) { 98 class_loader = cl;
|
/external/chromium_org/android_webview/browser/ |
aw_browser_main_parts.cc | 103 CommandLine* cl = CommandLine::ForCurrentProcess(); local 104 cl->AppendSwitch(switches::kDisableAccelerated2dCanvas); 105 cl->AppendSwitch(switches::kDisableExperimentalWebGL);
|
/external/easymock/src/org/easymock/internal/ |
EasyMockProperties.java | 133 ClassLoader cl = null;
local 135 cl = Thread.currentThread().getContextClassLoader();
140 if (cl == null) {
142 cl = getClass().getClassLoader();
144 return 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/server/ |
main.cpp | 49 CommandListener *cl; local 65 cl = new CommandListener(); 66 nm->setBroadcaster((SocketListener *) cl); 97 if (cl->startListener()) {
|
/external/bluetooth/bluedroid/stack/rfcomm/ |
rfc_port_if.c | 135 UINT8 cl; local 152 cl = RFCOMM_PN_CONV_LAYER_CBFC_I; 158 cl = RFCOMM_PN_CONV_LAYER_TYPE_1; 165 rfc_send_pn (p_mcb, dlci, TRUE, mtu, cl, k); 179 void RFCOMM_ParNegRsp (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT8 cl, UINT8 k) 185 rfc_send_pn (p_mcb, dlci, FALSE, mtu, cl, k);
|
/external/chromium_org/android_webview/lib/main/ |
aw_main_delegate.cc | 53 CommandLine* cl = CommandLine::ForCurrentProcess(); local 54 bool zero_copy_disabled_by_switch = cl->HasSwitch(switches::kDisableZeroCopy); 56 cl->HasSwitch(switches::kEnableZeroCopy) && 60 cl->AppendSwitch(switches::kEnableZeroCopy); 62 cl->AppendSwitch(switches::kDisableZeroCopy); 70 cl->AppendSwitch(switches::kEnableBeginFrameScheduling); 71 cl->AppendSwitch(switches::kEnableImplSidePainting); 74 cl->AppendSwitch(switches::kDisableOverscrollEdgeEffect); 77 cl->AppendSwitch(switches::kDisableSharedWorkers); 80 cl->AppendSwitch(switches::kDisableFileSystem) [all...] |
/external/chromium_org/chrome/browser/chromeos/net/ |
network_portal_notification_controller_unittest.cc | 70 CommandLine* cl = CommandLine::ForCurrentProcess(); variable 71 cl->AppendSwitch(switches::kEnableNetworkPortalNotification);
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_atomic_msvc.h | 150 mov cl, v local 151 xchg [eax], cl // NOLINT 152 mov v, cl
|
/external/openssl/ssl/ |
s23_srvr.c | 258 unsigned int csl,sil,cl; local 486 n2s(p,cl); 488 if ((csl+sil+cl+11) != s->packet_length) /* We can't have TLS extensions in SSL 2.0 format 508 i=(cl > SSL3_RANDOM_SIZE)?SSL3_RANDOM_SIZE:cl; 535 p = p+csl+sil+cl;
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/ |
GenericSignatureFormatErrorTest.java | 75 ClassLoader cl = Support_ClassLoader.getInstance(tf.toURL(), local 78 Class clazz = cl.loadClass("demo/HelloWorld");
|
/libcore/luni/src/main/java/libcore/reflect/ |
TypeVariableImpl.java | 86 Class cl = (Class)decl; local 87 decl = (GenericDeclaration) AnnotationAccess.getEnclosingMethodOrConstructor(cl); 91 return cl.getEnclosingClass();
|
/libcore/luni/src/test/etc/loading-test-jar/ |
TestMethods.java | 127 ClassLoader cl = TestMethods.class.getClassLoader(); local 128 InputStream in = cl.getResourceAsStream("test/Resource1.txt"); 183 ClassLoader cl = TestMethods.class.getClassLoader(); local 184 InputStream in = cl.getResourceAsStream("test2/Resource2.txt");
|
/libcore/luni/src/test/java/libcore/java/lang/reflect/ |
MissingClassesTest.java | 28 ClassLoader cl = new ClassLoaderBuilder() local 32 loadableClass = cl.loadClass(prefix + "$Loadable");
|
/system/vold/ |
main.cpp | 49 CommandListener *cl; local 71 cl = new CommandListener(); 72 vm->setBroadcaster((SocketListener *) cl); 73 nm->setBroadcaster((SocketListener *) cl); 95 if (cl->startListener()) {
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
ClassLoaderTest.java | 47 ClassLoader cl = ClassLoader.getSystemClassLoader(); local 48 assertNotNull(cl); 52 assertNotNull(cl.getParent()); 54 assertSame(cl.getParent(), libcoreClass.getClassLoader());
|