/external/chromium_org/chrome/browser/sync/test/integration/ |
sync_test.cc | 134 CommandLine* cl = CommandLine::ForCurrentProcess(); local 135 if (cl->HasSwitch(switches::kPasswordFileForTest)) { 137 } else if (cl->HasSwitch(switches::kSyncUserForTest) && 138 cl->HasSwitch(switches::kSyncPasswordForTest)) { 139 username_ = cl->GetSwitchValueASCII(switches::kSyncUserForTest); 140 password_ = cl->GetSwitchValueASCII(switches::kSyncPasswordForTest); 146 if (!cl->HasSwitch(switches::kSyncServiceURL) && 147 !cl->HasSwitch(switches::kSyncServerCommandLine)) { 153 } else if (cl->HasSwitch(switches::kSyncServiceURL) && 154 cl->HasSwitch(switches::kSyncServerCommandLine)) 407 CommandLine* cl = CommandLine::ForCurrentProcess(); local 523 CommandLine* cl = CommandLine::ForCurrentProcess(); local 557 CommandLine* cl = CommandLine::ForCurrentProcess(); local 613 CommandLine* cl = CommandLine::ForCurrentProcess(); local [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/ |
multisect1.asm | 11 mov cl, 4 12 shr bx, cl
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
ARMException.cpp | 39 static cl::opt<bool> 40 EnableARMEHABIDescriptors("arm-enable-ehabi-descriptors", cl::Hidden, 41 cl::desc("Generate ARM EHABI tables with unwinding descriptors"), 42 cl::init(false));
|
/external/llvm/utils/unittest/UnitTestMain/ |
TestMain.cpp | 28 llvm::cl::ParseCommandLineOptions(argc, argv);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/ |
ColorGridDialog.java | 35 public ColorGridDialog(Context context, final RGBListener cl) { 37 mCallback = cl; 87 ColorListener cl = new ColorListener() { local 99 ColorPickerDialog cpd = new ColorPickerDialog(this.getContext(), cl);
|
/system/netd/ |
main.cpp | 45 CommandListener *cl; local 62 cl = new CommandListener(rangeMap); 63 nm->setBroadcaster((SocketListener *) cl); 87 if (cl->startListener()) {
|
/build/tools/droiddoc/templates-ds/ |
class.cs | 19 <?cs each:cl=class.inherited ?> 20 <?cs if:subcount(cl.methods) ?> 23 <?cs if:subcount(cl.constants) ?> 26 <?cs if:subcount(cl.fields) ?> 29 <?cs if:subcount(cl.attrs) ?> 253 <?cs each:cl=class.inners ?> 254 <tr class="<?cs if:count % #2 ?>alt-color<?cs /if ?> api apilevel-<?cs var:cl.since ?>" > 256 <?cs var:cl.scope ?> 257 <?cs var:cl.static ?> 258 <?cs var:cl.final ?> [all...] |
/build/tools/droiddoc/templates-sac/ |
class.cs | 19 <?cs each:cl=class.inherited ?> 20 <?cs if:subcount(cl.methods) ?> 23 <?cs if:subcount(cl.constants) ?> 26 <?cs if:subcount(cl.fields) ?> 29 <?cs if:subcount(cl.attrs) ?> 253 <?cs each:cl=class.inners ?> 254 <tr class="<?cs if:count % #2 ?>alt-color<?cs /if ?> api apilevel-<?cs var:cl.since ?>" > 256 <?cs var:cl.scope ?> 257 <?cs var:cl.static ?> 258 <?cs var:cl.final ?> [all...] |
/build/tools/droiddoc/templates-sdk/ |
class.cs | 19 <?cs each:cl=class.inherited ?> 20 <?cs if:subcount(cl.methods) ?> 23 <?cs if:subcount(cl.constants) ?> 26 <?cs if:subcount(cl.fields) ?> 29 <?cs if:subcount(cl.attrs) ?> 253 <?cs each:cl=class.inners ?> 254 <tr class="<?cs if:count % #2 ?>alt-color<?cs /if ?> api apilevel-<?cs var:cl.since ?>" > 256 <?cs var:cl.scope ?> 257 <?cs var:cl.static ?> 258 <?cs var:cl.final ?> [all...] |
/external/doclava/res/assets/templates/ |
class.cs | 13 <?cs each:cl=class.inherited ?> 14 <?cs if:subcount(cl.methods) ?> 17 <?cs if:subcount(cl.constants) ?> 20 <?cs if:subcount(cl.fields) ?> 23 <?cs if:subcount(cl.attrs) ?> 243 <?cs each:cl=class.inners ?> 244 <tr class="<?cs if:count % #2 ?>alt-color<?cs /if ?> api apilevel-<?cs var:cl.since ?>" > 246 <?cs var:cl.scope ?> 247 <?cs var:cl.static ?> 248 <?cs var:cl.final ?> [all...] |
/external/chromium_org/v8/tools/push-to-trunk/ |
test_scripts.py | 419 cl = " too little\n\ttab\ttab\n too much\n trailing " 420 cl = MSub(r"\t", r" ", cl) 421 cl = MSub(r"^ {1,7}([^ ])", r" \1", cl) 422 cl = MSub(r"^ {9,80}([^ ])", r" \1", cl) 423 cl = MSub(r" +$", r"", cl) 427 " trailing", cl) [all...] |
/external/zlib/src/contrib/inflate86/ |
inffast.S | 291 shll %cl, %eax 297 shll %cl, %eax 346 shll %cl, %eax 449 movb bits_r, %cl /* cl = bits, needs it for shifting */ 451 shll %cl, %eax 467 movb %ah, %cl /* cl = this.bits */ 469 shrl %cl, hold_r /* hold >>= this.bits */ 502 movb %al, %cl [all...] |
/external/llvm/utils/KillTheDoctor/ |
KillTheDoctor.cpp | 63 cl::opt<std::string> ProgramToRun(cl::Positional, 64 cl::desc("<program to run>")); 65 cl::list<std::string> Argv(cl::ConsumeAfter, 66 cl::desc("<program arguments>...")); 67 cl::opt<bool> TraceExecution("x", 68 cl::desc("Print detailed output about what is being run to stderr.")); 69 cl::opt<unsigned> Timeout("t", cl::init(0) [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
tcmalloc.cc | 175 static void ValidateAllocatedRegion(void* ptr, size_t cl); 329 for (int cl = 0; cl < kNumClasses; ++cl) { 330 const int length = Static::central_cache()[cl].length(); 331 const int tc_length = Static::central_cache()[cl].tc_length(); 332 const size_t cache_overhead = Static::central_cache()[cl].OverheadBytes(); 334 Static::sizemap()->ByteSizeForClass(cl)); 337 if (class_count) class_count[cl] = length + tc_length; 448 for (int cl = 0; cl < kNumClasses; ++cl) 777 const size_t cl = Static::sizemap()->SizeClass(size); local 801 size_t cl = Static::pageheap()->GetSizeClassIfCached(p); local 1096 size_t cl = Static::sizemap()->SizeClass(size); local 1154 size_t cl = Static::pageheap()->GetSizeClassIfCached(p); local 1219 size_t cl = Static::pageheap()->GetSizeClassIfCached(p); local 1325 int cl = Static::sizemap()->SizeClass(size); local [all...] |
/dalvik/vm/mterp/x86/ |
OP_ADD_DOUBLE_2ADDR.S | 6 andb $$0xf,%cl # ecx<- A
|
OP_MOVE_WIDE.S | 8 andb $$0xf,%cl # ecx <- A
|
OP_MUL_DOUBLE_2ADDR.S | 6 andb $$0xf,%cl # ecx<- A
|
OP_REM_DOUBLE_2ADDR.S | 6 andb $$0xf,%cl # ecx<- A
|
OP_REM_FLOAT_2ADDR.S | 6 andb $$0xf,%cl # ecx<- A
|
OP_SUB_DOUBLE_2ADDR.S | 6 andb $$0xf,%cl # ecx<- A
|
/external/chromium/chrome/browser/ |
background_mode_manager_unittest.cc | 30 TestBackgroundModeManager(Profile* profile, CommandLine* cl) 31 : BackgroundModeManager(profile, cl) {
|
/external/chromium_org/third_party/openssl/openssl/crypto/modes/asm/ |
ghash-x86.S | 211 movb %dl,%cl 212 shlb $4,%cl 221 movb 14(%edi),%cl 228 shlb $4,%cl 244 movb 13(%edi),%cl 252 shlb $4,%cl 268 movb 12(%edi),%cl 276 shlb $4,%cl 292 movb 11(%edi),%cl 300 shlb $4,%cl [all...] |
/external/compiler-rt/lib/i386/ |
udivdi3.S | 34 shrl %cl, %eax // Practically, this means that bhi is given by: 37 shll %cl, %ebx // (low word of b) >> (1 + i) 51 shrl %cl, %eax // q = qs >> (1 + i) 83 shrl %cl, %eax // q = (1:qs) >> (1 + i)
|
umoddi3.S | 35 shrl %cl, %eax // Practically, this means that bhi is given by: 38 shll %cl, %ebx // (low word of b) >> (1 + i) 52 shrl %cl, %eax // q = qs >> (1 + i) 88 shrl %cl, %eax // q = (1:qs) >> (1 + i)
|
/external/libffi/testsuite/libffi.call/ |
closure_fn0.c | 53 static ffi_closure cl; local 62 pcl = &cl;
|