HomeSort by relevance Sort by last modified time
    Searched defs:cl (Results 101 - 125 of 346) sorted by null

1 2 3 45 6 7 8 91011>>

  /libcore/luni/src/main/java/javax/xml/datatype/
FactoryFinder.java 232 ClassLoader cl = Thread.currentThread().getContextClassLoader(); local
233 if (cl != null) {
234 is = cl.getResourceAsStream(serviceId);
238 cl = FactoryFinder.class.getClassLoader();
239 is = cl.getResourceAsStream(serviceId);
247 if (debug) debugPrintln("found jar resource=" + serviceId + " using ClassLoader: " + cl);
273 return newInstance(factoryClassName, cl);
  /libcore/luni/src/main/java/org/apache/harmony/security/fortress/
Services.java 73 ClassLoader cl = ClassLoader.getSystemClassLoader(); typedefs
77 Class<?> providerClass = Class.forName(providerClassName.trim(), true, cl);
  /libcore/support/src/test/java/tests/support/
Support_Configuration.java 137 Class<?> cl = Class local
139 in = cl.getResourceAsStream(iniName);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
ColorChooser.java 162 ColorListener cl = new ColorListener() { local
171 ColorPickerDialog cpd = new ColorPickerDialog(mContext, cl);
  /external/doclava/src/com/google/doclava/
InfoBuilder.java 112 public static void printClassInfo(ClassInfo cl) {
113 System.out.print("Class: " + cl.toString());
115 printTypeVariables(cl.type());
119 System.out.println(cl.comment().mText);
121 if (!cl.annotations().isEmpty()) {
123 printAnnotations(cl.annotations());
126 if (cl.superclass() != null) {
127 System.out.print("Superclass: " + cl.superclass().qualifiedName());
128 printTypeVariables(cl.superclassType());
132 if (!cl.realInterfaces().isEmpty())
825 ClassInfo cl = null; local
1679 ClassInfo cl = Caches.obtainClass(imp); local
    [all...]
ClassInfo.java 61 public ClassInfo(ClassDoc cl, String rawCommentText, SourcePositionInfo position,
78 mClass = cl;
271 ClassInfo cl = containingClass(); local
272 while (cl != null) {
273 ArrayList<TypeInfo> types = cl.asTypeInfo().typeArguments();
277 cl = cl.containingClass();
282 private static void gatherHiddenInterfaces(ClassInfo cl, HashSet<ClassInfo> interfaces) {
283 for (ClassInfo iface : cl.mRealInterfaces) {
456 private static void addFields(ClassInfo cl, TreeMap<String, FieldInfo> all)
1011 ClassInfo cl = classes[i]; local
1127 direct.put(cl.name(), cl); local
1129 indirect.put(cl.name(), cl); local
1286 ClassInfo cl = superclass(); local
1378 ClassInfo cl = this; local
1409 ClassInfo cl = this; local
1441 ClassInfo cl = this; local
1548 ClassDoc cl = mClass; local
1599 ClassInfo cl = classes[i]; local
    [all...]
Doclava.java 700 for (ClassInfo cl : classes) {
701 PackageInfo pkg = cl.containingPackage();
745 for (ClassInfo cl : classesToCheck) {
746 if (!cl.isHiddenOrRemoved()) {
859 for (ClassInfo cl : classes) {
860 if (cl.isHiddenOrRemoved()) {
863 sorted.put(cl.qualifiedName(), cl); local
864 PackageInfo pkg = cl.containingPackage();
886 ClassInfo cl = (ClassInfo) o local
1204 ClassInfo cl = classes[i]; local
1236 ClassInfo cl = (ClassInfo) sorted[i].data; local
1296 Proofread.writeClass(cl.htmlPage(), cl); local
1301 ClassInfo cl = classes[i]; local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderThrottle.java 490 CursorLoader cl = new CursorLoader(getActivity(), MainTable.CONTENT_URI, local
492 cl.setUpdateThrottle(2000); // update at most every 2 seconds.
493 return cl;
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderThrottleSupport.java 490 CursorLoader cl = new CursorLoader(getActivity(), MainTable.CONTENT_URI, local
492 cl.setUpdateThrottle(2000); // update at most every 2 seconds.
493 return cl;
  /external/chromium_org/chrome/browser/printing/cloud_print/test/
cloud_print_proxy_process_browsertest.cc 499 CommandLine cl = MultiProcessTest::MakeCmdLine(procname); local
500 cl.AppendSwitchASCII(switches::kProcessChannelID, startup_channel_id_);
502 cl.AppendSwitchASCII(kTestExecutablePath, executable_path_.value());
504 return cl;
  /external/chromium_org/chrome/browser/profiles/
profile_manager_unittest.cc 111 CommandLine* cl = CommandLine::ForCurrentProcess(); local
112 cl->AppendSwitch(switches::kTestType);
190 CommandLine *cl = CommandLine::ForCurrentProcess(); local
193 cl->AppendSwitchASCII(chromeos::switches::kLoginProfile, profile_dir);
394 CommandLine* cl = CommandLine::ForCurrentProcess(); local
397 cl->AppendSwitch(switches::kTestType);
399 cl->AppendSwitchASCII(chromeos::switches::kLoginProfile,
402 cl->AppendSwitch(chromeos::switches::kGuestSession);
403 cl->AppendSwitch(::switches::kIncognito);
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
idnatest.c 704 static const char* cl = "my_very_very_very_very_very_very_very_very_very_very_very_very_very_long_and_incredibly_uncreative_domain_label"; local
730 int32_t len = (int32_t)strlen(cl);
731 u_charsToUChars(cl, ul, len+1);
746 len = (int32_t)strlen(cl);
776 static const char* cl = "my_very_very_long_and_incredibly_uncreative_domain_label.my_very_very_long_and_incredibly_uncreative_domain_label.my_very_very_long_and_incredibly_uncreative_domain_label.my_very_very_long_and_incredibly_uncreative_domain_label.my_very_very_long_and_incredibly_uncreative_domain_label.my_very_very_long_and_incredibly_uncreative_domain_label.ibm.com"; local
782 int32_t len = (int32_t)strlen(cl);
783 u_charsToUChars(cl, ul, len+1);
800 len = (int32_t)strlen(cl);
    [all...]
utf8tst.c 874 UChar32 cu, cs, cl; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
v3_utl.c 395 unsigned char ch, cl, *p; local
407 cl = *p++;
409 cl = os_toebcdic[cl];
411 if(!cl) {
417 if(isupper(cl)) cl = tolower(cl);
423 if((cl >= '0') && (cl <= '9')) cl -= '0'
    [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
s3_enc.c 229 int is_exp,n,i,j,k,cl; local
320 cl=EVP_CIPHER_key_length(c);
321 j=is_exp ? (cl < SSL_C_EXPORT_KEYLENGTH(s->s3->tmp.new_cipher) ?
322 cl : SSL_C_EXPORT_KEYLENGTH(s->s3->tmp.new_cipher)) : cl;
  /external/chromium_org/third_party/skia/third_party/lua/src/
ldebug.c 178 static void funcinfo (lua_Debug *ar, Closure *cl) {
179 if (noLuaClosure(cl)) {
186 Proto *p = cl->l.p;
268 Closure *cl; local
284 cl = ttisclosure(func) ? clvalue(func) : NULL;
285 status = auxgetinfo(L, what, ar, cl, ci);
291 collectvalidlines(L, cl);
ldo.c 634 Closure *cl; local
639 cl = luaU_undump(L, p->z, &p->buff, p->name);
643 cl = luaY_parser(L, p->z, &p->buff, &p->dyd, p->name, c);
645 lua_assert(cl->l.nupvalues == cl->l.p->sizeupvalues);
646 for (i = 0; i < cl->l.nupvalues; i++) { /* initialize upvalues */
648 cl->l.upvals[i] = up;
649 luaC_objbarrier(L, cl, up);
lvm.c 536 LClosure *cl; local
541 cl = clLvalue(ci->func);
542 k = cl->p->k;
582 setobj2s(L, ra, cl->upvals[b]->v);
586 Protect(luaV_gettable(L, cl->upvals[b]->v, RKC(i), ra));
593 Protect(luaV_settable(L, cl->upvals[a]->v, RKB(i), RKC(i)));
596 UpVal *uv = cl->upvals[GETARG_B(i)];
739 if (cl->p->sizep > 0) luaF_close(L, oci->u.l.base);
755 if (cl->p->sizep > 0) luaF_close(L, base);
834 Proto *p = cl->p->p[GETARG_Bx(i)]
    [all...]
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 351 unsigned int cl; local
356 &cl, &tv1, &tv2, &a) == 4) {
357 clock_seq = cl & 0x3FFF;
  /external/icu/icu4c/source/test/cintltst/
idnatest.c 704 static const char* cl = "my_very_very_very_very_very_very_very_very_very_very_very_very_very_long_and_incredibly_uncreative_domain_label"; local
730 int32_t len = (int32_t)strlen(cl);
731 u_charsToUChars(cl, ul, len+1);
746 len = (int32_t)strlen(cl);
776 static const char* cl = "my_very_very_long_and_incredibly_uncreative_domain_label.my_very_very_long_and_incredibly_uncreative_domain_label.my_very_very_long_and_incredibly_uncreative_domain_label.my_very_very_long_and_incredibly_uncreative_domain_label.my_very_very_long_and_incredibly_uncreative_domain_label.my_very_very_long_and_incredibly_uncreative_domain_label.ibm.com"; local
782 int32_t len = (int32_t)strlen(cl);
783 u_charsToUChars(cl, ul, len+1);
800 len = (int32_t)strlen(cl);
    [all...]
utf8tst.c 1050 UChar32 cu, cs, cl; local
    [all...]
  /external/ltrace/
type.c 469 struct { char c; long l; } cl; local
477 static size_t long_alignment = alignof(l, cl);
  /external/openssl/crypto/x509v3/
v3_utl.c 395 unsigned char ch, cl, *p; local
407 cl = *p++;
409 cl = os_toebcdic[cl];
411 if(!cl) {
417 if(isupper(cl)) cl = tolower(cl);
423 if((cl >= '0') && (cl <= '9')) cl -= '0'
    [all...]
  /external/openssl/ssl/
s3_enc.c 229 int is_exp,n,i,j,k,cl; local
320 cl=EVP_CIPHER_key_length(c);
321 j=is_exp ? (cl < SSL_C_EXPORT_KEYLENGTH(s->s3->tmp.new_cipher) ?
322 cl : SSL_C_EXPORT_KEYLENGTH(s->s3->tmp.new_cipher)) : cl;
  /external/qemu-pc-bios/vgabios/tests/lfbprof/
lfbprof.h 103 unsigned char al, ah, bl, bh, cl, ch, dl, dh; member in struct:_RMBYTEREGS

Completed in 686 milliseconds

1 2 3 45 6 7 8 91011>>