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/support/src/test/java/tests/support/
Support_Configuration.java 135 Class<?> cl = Class local
137 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...]
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 115 CommandLine* cl = CommandLine::ForCurrentProcess(); local
116 cl->AppendSwitch(switches::kTestType);
414 CommandLine* cl = CommandLine::ForCurrentProcess(); local
417 cl->AppendSwitch(switches::kTestType);
419 cl->AppendSwitch(chromeos::switches::kGuestSession);
420 cl->AppendSwitch(::switches::kIncognito);
    [all...]
  /external/chromium_org/components/omnibox/
omnibox_field_trial.cc 316 const CommandLine* cl = CommandLine::ForCurrentProcess(); local
317 if (cl->HasSwitch(switches::kDisableAnswersInSuggest))
319 if (cl->HasSwitch(switches::kEnableAnswersInSuggest))
  /external/chromium_org/third_party/boringssl/src/ssl/
s3_enc.c 225 int n,i,j,k,cl; local
268 cl=EVP_CIPHER_key_length(c);
269 j = cl;
  /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 1050 UChar32 cu, cs, cl; local
    [all...]
  /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
  /external/valgrind/main/memcheck/tests/
vcpu_fbench.c 463 double c, cl, y; local
481 cl = 0.0;
482 for (n = 50; c != cl && n--;) {
484 cl = c;
  /external/valgrind/main/perf/
fbench.c 459 double c, cl, y; local
477 cl = 0.0;
478 for (n = 50; c != cl && n--;) {
480 cl = c;
  /frameworks/base/core/java/com/android/internal/os/
RuntimeInit.java 199 Class<?> cl; local
202 cl = Class.forName(className, true, classLoader);
211 m = cl.getMethod("main", new Class[] { String[].class });

Completed in 2845 milliseconds

1 2 3 45 6 7 8 91011>>