HomeSort by relevance Sort by last modified time
    Searched refs:cl (Results 501 - 525 of 1031) sorted by null

<<21222324252627282930>>

  /external/chromium/chrome/browser/first_run/
first_run_win.cc 138 CommandLine cl(exe_path);
139 cl.AppendSwitchNative(param, value);
143 cl.AppendSwitch(switches::kChromeFrame);
146 if (!base::LaunchApp(cl, false, false, &ph))
  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_list_chromeos_unittest.cc 66 CommandLine* cl = CommandLine::ForCurrentProcess(); local
67 cl->AppendSwitch(switches::kMultiProfiles);
325 CommandLine* cl = CommandLine::ForCurrentProcess(); local
326 cl->AppendSwitch(ash::switches::kAshEnableFullMultiProfileMode);
  /external/llvm/lib/Analysis/
TypeBasedAliasAnalysis.cpp 73 static cl::opt<bool> EnableTBAA("enable-tbaa", cl::init(true));
74 static cl::opt<bool> EnableStructPathTBAA("struct-path-tbaa", cl::init(false));
  /external/llvm/lib/Transforms/Scalar/
GlobalMerge.cpp 73 static cl::opt<bool>
74 EnableGlobalMergeOnConst("global-merge-on-const", cl::Hidden,
75 cl::desc("Enable global merge pass on constants"),
76 cl::init(false));
  /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;
  /external/chromium/chrome/browser/importer/
firefox_importer_unittest_utils_mac.cc 34 CommandLine cl(*CommandLine::ForCurrentProcess());
35 cl.AppendSwitchASCII(switches::kTestChildProcess, "NSSDecrypterChildProcess");
56 return base::LaunchApp(cl.argv(), env, fds_to_map, debug_on_start, handle);
  /external/chromium_org/chrome/utility/importer/
firefox_importer_unittest_utils_mac.cc 41 CommandLine cl(*CommandLine::ForCurrentProcess());
42 cl.AppendSwitchASCII(switches::kTestChildProcess, "NSSDecrypterChildProcess");
63 return base::LaunchProcess(cl.argv(), options, handle);
  /external/doclava/src/com/google/doclava/
PackageInfo.java 114 for (ClassInfo cl : classes) {
115 if (!cl.isHidden()) {
116 out.add(cl);
  /external/grub/stage2/
start.S 220 movb 10(%si), %cl /* get sector */
222 incb %cl /* normalize sector (sectors go
224 orb %dl, %cl /* composite together */
225 movb 12(%si), %ch /* sector+hcyl in cl, cylinder in ch */
241 * %cl = sector (bits 6-7 are high bits of "cylinder")
  /external/javassist/src/main/javassist/bytecode/annotation/
Annotation.java 285 * @param cl class loader for loading an annotation type.
291 public Object toAnnotationType(ClassLoader cl, ClassPool cp)
294 return AnnotationImpl.make(cl,
295 MemberValue.loadClass(cl, getTypeName()),
AnnotationImpl.java 61 * @param cl class loader for obtaining annotation types.
68 public static Object make(ClassLoader cl, Class clazz, ClassPool cp,
70 AnnotationImpl handler = new AnnotationImpl(anon, cp, cl);
71 return Proxy.newProxyInstance(cl, new Class[] { clazz }, handler);
  /external/llvm/lib/IR/
Dominators.cpp 38 static cl::opt<bool,true>
39 VerifyDomInfoX("verify-dom-info", cl::location(VerifyDomInfo),
40 cl::desc("Verify dominator info (time consuming)"));
  /external/llvm/lib/Support/
GraphWriter.cpp 22 static cl::opt<bool> ViewBackground("view-background", cl::Hidden,
23 cl::desc("Execute graph viewer in the background. Creates tmp file litter."));
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_stdlib.c 576 cmp cl,40h local
578 cmp cl,20h local
580 shld edx,eax,cl
581 shl eax,cl
586 and cl,1Fh local
587 shl edx,cl
598 cmp cl,40h local
600 cmp cl,20h local
602 shrd eax,edx,cl
603 shr edx,cl
608 and cl,1Fh local
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
RuntimeInit.java 193 Class<?> cl; local
196 cl = Class.forName(className);
205 m = cl.getMethod("main", new Class[] { String[].class });
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
DocXMLRPCServer.py 68 funcs={}, classes={}, methods={}, cl=None):
71 anchor = (cl and cl.__name__ or '') + '-' + name
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
DocXMLRPCServer.py 68 funcs={}, classes={}, methods={}, cl=None):
71 anchor = (cl and cl.__name__ or '') + '-' + name
  /external/llvm/lib/CodeGen/
RegisterCoalescer.cpp 55 static cl::opt<bool>
57 cl::desc("Coalesce copies (default=true)"),
58 cl::init(true));
61 static cl::opt<bool>
63 cl::desc("Coalesce copies on split edges (default=subtarget)"), cl::Hidden);
66 static cl::opt<cl::boolOrDefault>
68 cl::desc("Coalesce copies that span blocks (default=subtarget)"),
69 cl::init(cl::BOU_UNSET), cl::Hidden)
2059 unsigned cl = LHS->MBB->pred_size() + LHS->MBB->succ_size(); local
    [all...]
ShrinkWrapping.cpp 60 static cl::opt<bool>
62 cl::desc("Shrink wrap callee-saved register spills/restores"));
65 static cl::opt<std::string>
66 ShrinkWrapFunc("shrink-wrap-func", cl::Hidden,
67 cl::desc("Shrink wrap the specified function"),
68 cl::value_desc("funcname"),
69 cl::init(""));
76 static cl::opt<enum ShrinkWrapDebugLevel>
77 ShrinkWrapDebugging("shrink-wrap-dbg", cl::Hidden,
78 cl::desc("Print shrink wrapping debugging information")
    [all...]
TailDuplication.cpp 44 static cl::opt<unsigned>
46 cl::desc("Maximum instructions to consider tail duplicating"),
47 cl::init(2), cl::Hidden);
49 static cl::opt<bool>
51 cl::desc("Verify sanity of PHI instructions during taildup"),
52 cl::init(false), cl::Hidden);
54 static cl::opt<unsigned>
55 TailDupLimit("tail-dup-limit", cl::init(~0U), cl::Hidden)
    [all...]
EarlyIfConversion.cpp 45 static cl::opt<unsigned>
46 BlockInstrLimit("early-ifcvt-limit", cl::init(30), cl::Hidden,
47 cl::desc("Maximum number of instructions per speculated block."));
50 static cl::opt<bool> Stress("stress-early-ifcvt", cl::Hidden,
51 cl::desc("Turn all knobs to 11"));
  /bionic/libc/arch-x86/string/
sse2-memrchr-atom.S 668 mov %dl, %cl
672 sal %cl, %edx
699 mov %cl, %dh
709 sar %cl, %edi
711 mov %dl, %cl
714 sal %cl, %edx
734 mov %cl, %ch
736 mov %dh, %cl
738 sal %cl, %edx
749 mov %ch, %cl
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 66 static cl::opt<bool> DisableSchedCycles(
67 "disable-sched-cycles", cl::Hidden, cl::init(false),
68 cl::desc("Disable cycle-level precision during preRA scheduling"));
72 static cl::opt<bool> DisableSchedRegPressure(
73 "disable-sched-reg-pressure", cl::Hidden, cl::init(false),
74 cl::desc("Disable regpressure priority in sched=list-ilp"));
75 static cl::opt<bool> DisableSchedLiveUses(
76 "disable-sched-live-uses", cl::Hidden, cl::init(true)
    [all...]
  /external/bluetooth/bluedroid/stack/rfcomm/
port_rfc.c 293 void PORT_ParNegInd (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT8 cl, UINT8 k)
333 if ((PORT_FC_DEFAULT == PORT_FC_TS710) || (cl == RFCOMM_PN_CONV_LAYER_TYPE_1))
343 /* Regardless of our flow control mechanism, if the PN cl is zero, we must */
346 /* after the DLCI is already established-- the PN in that case must have cl = 0. */
348 if (cl == RFCOMM_PN_CONV_LAYER_TYPE_1)
384 void PORT_ParNegCnf (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT8 cl, UINT8 k)
388 RFCOMM_TRACE_EVENT4 ("PORT_ParNegCnf dlci:%d mtu:%d cl: %d k: %d", dlci, mtu, cl, k);
398 if ((PORT_FC_DEFAULT == PORT_FC_TS710) && (cl == RFCOMM_PN_CONV_LAYER_CBFC_R))
405 else if (cl == RFCOMM_PN_CONV_LAYER_CBFC_R
    [all...]

Completed in 2016 milliseconds

<<21222324252627282930>>