Searched defs:cl (Results 101 - 125 of 209) sorted by relevance

123456789

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_manager_unittest.cc115 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);
/external/chromium_org/third_party/boringssl/src/ssl/
H A Ds3_enc.c225 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/
H A Dutf8tst.c1050 UChar32 cu, cs, cl; local
1065 L8_NEXT(b, j, length, cl);
1078 if(cl!=cu) {
1079 log_err("L8_NEXT(b[%ld])=U+%04lX != U+%04lX\n", (long)i, (long)cl, (long)cu);
1102 L8_PREV(b, 0, j, cl);
1115 if(cl!=cu) {
1116 log_err("L8_PREV(b[%ld])=U+%04lX != U+%04lX\n", (long)i, (long)cl, (long)cu);
H A Didnatest.c704 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);
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dldebug.c178 static void funcinfo (lua_Debug *ar, Closure *cl) { argument
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);
H A Dldo.c634 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);
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dthread_cache.h80 int freelist_length(size_t cl) const { return list_[cl].length(); }
87 void* Allocate(size_t size, size_t cl);
232 void* FetchFromCentralCache(size_t cl, size_t byte_size);
235 // to eventually converge on num_objects_to_move(cl).
236 void ListTooLong(FreeList* src, size_t cl);
239 void ReleaseToCentralCache(FreeList* src, size_t cl, int N);
362 inline void* ThreadCache::Allocate(size_t size, size_t cl) { argument
364 ASSERT(size == Static::sizemap()->ByteSizeForClass(cl));
366 FreeList* list = &list_[cl];
374 Deallocate(void* ptr, size_t cl) argument
[all...]
/external/doclava/src/com/google/doclava/
H A DConverter.java67 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) { argument
117 cl.init(Converter.obtainType(c),
133 cl.setHiddenMethods(
135 cl.setRemovedMethods(
138 cl.setRemovedSelfMethods(
140 cl
256 ClassNeedingInit(ClassDoc c, ClassInfo cl) argument
262 ClassInfo cl; field in class:Converter.ClassNeedingInit
[all...]
H A DTypeInfo.java29 String qualifiedTypeName, ClassInfo cl) {
34 mClass = cl;
28 TypeInfo(boolean isPrimitive, String dimension, String simpleTypeName, String qualifiedTypeName, ClassInfo cl) argument
/external/e2fsprogs/lib/uuid/
H A Dgen_uuid.c351 unsigned int cl; local
356 &cl, &tv1, &tv2, &a) == 4) {
357 clock_seq = cl & 0x3FFF;
/external/icu/icu4c/source/test/cintltst/
H A Dutf8tst.c1050 UChar32 cu, cs, cl; local
1065 L8_NEXT(b, j, length, cl);
1078 if(cl!=cu) {
1079 log_err("L8_NEXT(b[%ld])=U+%04lX != U+%04lX\n", (long)i, (long)cl, (long)cu);
1102 L8_PREV(b, 0, j, cl);
1115 if(cl!=cu) {
1116 log_err("L8_PREV(b[%ld])=U+%04lX != U+%04lX\n", (long)i, (long)cl, (long)cu);
/external/libnl/lib/route/sch/
H A Dtbf.c128 double cl = nl_cancel_down_bytes(1 << tbf->qt_rate.rs_cell_log, local
133 tbf->qt_mpu, bs, bu, cl, cu);
139 double pr, prb, bs, cl; local
144 cl = nl_cancel_down_bits(1 << tbf->qt_peakrate.rs_cell_log,
150 pr, pru, prb, prbu, bs, bsu, cl, clu);
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
H A Dhists.c126 static void callchain_list__sym_name(struct callchain_list *cl, argument
129 if (cl->ms.sym)
130 scnprintf(bf, bfsize, "%s", cl->ms.sym->name);
132 scnprintf(bf, bfsize, "%#" PRIx64, cl->ip);
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DSIPHeaderList.java312 * @param cl
315 protected void setMyClass(Class<HDR> cl) { argument
316 this.myClass = cl;
/external/openssl/ssl/
H A Ds3_enc.c229 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/oprofile/libpp/
H A Dprofile_spec.cpp206 bool comma_match(comma_list<T> const & cl, generic_spec<T> const & value) argument
209 if (!cl.is_set())
218 return cl.match(value.value());
/external/qemu-pc-bios/vgabios/tests/lfbprof/
H A Dlfbprof.h103 unsigned char al, ah, bl, bh, cl, ch, dl, dh; member in struct:_RMBYTEREGS
/external/valgrind/main/drd/
H A Ddrd_error.c133 DrdClientobj* cl; local
135 cl = DRD_(clientobj_get_any)(obj);
136 if (cl) {
137 tl_assert(cl->any.first_observed_at);
142 DRD_(clientobj_type_name)(cl->any.type), obj);
143 VG_(pp_ExeContext)(cl->any.first_observed_at);
147 DRD_(clientobj_type_name)(cl->any.type), obj);
148 VG_(pp_ExeContext)(cl->any.first_observed_at);
/external/valgrind/main/memcheck/tests/
H A Dvcpu_fbench.c463 double c, cl, y; local
481 cl = 0.0;
482 for (n = 50; c != cl && n--;) {
484 cl = c;
/external/valgrind/main/perf/
H A Dfbench.c459 double c, cl, y; local
477 cl = 0.0;
478 for (n = 50; c != cl && n--;) {
480 cl = c;
/external/chromium_org/chrome/browser/printing/cloud_print/test/
H A Dcloud_print_proxy_process_browsertest.cc499 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/search/
H A Dsearch.cc586 const CommandLine* cl = CommandLine::ForCurrentProcess(); local
587 if (cl->HasSwitch(switches::kDisableSearchButtonInOmnibox))
589 if (cl->HasSwitch(switches::kEnableSearchButtonInOmniboxForStr))
591 if (cl->HasSwitch(switches::kEnableSearchButtonInOmniboxForStrOrIip))
593 if (cl->HasSwitch(switches::kEnableSearchButtonInOmniboxAlways))
611 const CommandLine* cl = CommandLine::ForCurrentProcess(); local
612 if (cl->HasSwitch(switches::kDisableOriginChip))
614 if (cl->HasSwitch(switches::kEnableOriginChipAlways))
616 if (cl->HasSwitch(switches::kEnableOriginChipOnSrp))
734 CommandLine* cl local
[all...]
/external/chromium_org/components/omnibox/
H A Domnibox_field_trial.cc316 const CommandLine* cl = CommandLine::ForCurrentProcess(); local
317 if (cl->HasSwitch(switches::kDisableAnswersInSuggest))
319 if (cl->HasSwitch(switches::kEnableAnswersInSuggest))
/external/chromium_org/third_party/npapi/npspy/common/
H A Dnpn_gate.cpp565 NPObject* NPN_CreateObject(NPP id, NPClass *cl) argument
568 logger->logCall(action_npn_create_object, (DWORD)cl);
570 NPObject *rv = NPNFuncs.createobject(id, cl);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrRedBlackTree.h886 int cl = checkNode(n->fChildren[kLeft_Child], &leftBh); local
890 return 1 + cl + cr;

Completed in 527 milliseconds

123456789