/external/chromium_org/chrome/browser/search/ |
search.cc | 527 const CommandLine* cl = CommandLine::ForCurrentProcess(); local 528 if (cl->HasSwitch(switches::kDisableSearchButtonInOmnibox)) { 530 } else if (cl->HasSwitch(switches::kEnableSearchButtonInOmniboxForStr)) { 532 } else if (cl->HasSwitch(switches::kEnableSearchButtonInOmniboxForStrOrIip)) { 534 } else if (cl->HasSwitch(switches::kEnableSearchButtonInOmniboxAlways)) { 549 const CommandLine* cl = CommandLine::ForCurrentProcess(); local 550 if (cl->HasSwitch(switches::kDisableOriginChip)) { 552 } else if (cl->HasSwitch(switches::kEnableOriginChip)) { 689 CommandLine* cl = CommandLine::ForCurrentProcess(); local 690 cl->AppendSwitch(switches::kEnableQueryExtraction) [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
ResourcePriorityQueue.cpp | 34 static cl::opt<bool> DisableDFASched("disable-dfa-sched", cl::Hidden, 35 cl::ZeroOrMore, cl::init(false), 36 cl::desc("Disable use of DFA during scheduling")); 38 static cl::opt<signed> RegPressureThreshold( 39 "dfa-sched-reg-pressure-threshold", cl::Hidden, cl::ZeroOrMore, cl::init(5), 40 cl::desc("Track reg pressure and switch priority to in-depth")) [all...] |
/frameworks/base/core/java/android/os/ |
Debug.java | [all...] |
/frameworks/base/tools/aidl/ |
generate_java_binder.cpp | 226 Variable* parcel, Variable** cl) 229 t->CreateFromParcel(addTo, v, parcel, cl); 232 t->CreateArrayFromParcel(addTo, v, parcel, cl); 238 Variable* parcel, Variable** cl) 241 t->ReadFromParcel(addTo, v, parcel, cl); 244 t->ReadArrayFromParcel(addTo, v, parcel, cl); 302 Variable* cl = NULL; local 314 stubClass->transact_data, &cl); 471 tryStatement->statements, _result, _reply, &cl); 481 v, _reply, &cl); [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
central_freelist.cc | 46 void CentralFreeList::Init(size_t cl) { 47 size_class_ = cl; 60 if (cl > 0) { 64 int32_t bytes = Static::sizemap()->ByteSizeForClass(cl); 65 int32_t objs_to_move = Static::sizemap()->num_objects_to_move(cl);
|
page_heap.h | 200 void CacheSizeClass(PageID p, size_t cl) const { pagemap_cache_.Put(p, cl); }
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
central_freelist.cc | 46 void CentralFreeList::Init(size_t cl) { 47 size_class_ = cl; 60 if (cl > 0) { 64 int32_t bytes = Static::sizemap()->ByteSizeForClass(cl); 65 int32_t objs_to_move = Static::sizemap()->num_objects_to_move(cl);
|
page_heap.h | 190 void CacheSizeClass(PageID p, size_t cl) const { pagemap_cache_.Put(p, cl); }
|
/external/llvm/lib/Analysis/ |
PathProfileInfo.cpp | 29 static cl::opt<std::string> 30 PathProfileInfoFilename("path-profile-loader-file", cl::init("llvmprof.out"), 31 cl::value_desc("filename"), 32 cl::desc("Path profile file loaded by -path-profile-loader"), cl::Hidden);
|
/libcore/luni/src/test/java/dalvik/system/ |
DexClassLoaderTest.java | 68 ClassLoader cl = DexClassLoaderTest.class.getClassLoader(); local 69 copyResource(cl, JAR_NAME, JAR_FILE); 70 copyResource(cl, DEX_NAME, DEX_FILE); 71 copyResource(cl, JAR2_NAME, JAR2_FILE); 72 copyResource(cl, DEX2_NAME, DEX2_FILE);
|
/external/llvm/tools/llvm-ar/ |
llvm-ar.cpp | 67 static cl::opt<bool> 68 X32Option ("X32_64", cl::Hidden, 69 cl::desc("Ignored option for compatibility with AIX")); 72 static cl::opt<std::string> 73 Options(cl::Positional, cl::Required, cl::desc("{operation}[modifiers]...")); 76 static cl::list<std::string> 77 RestOfArgs(cl::Positional, cl::OneOrMore [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests/ |
x86id.asm | [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/ |
elf-x86id.asm | [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonCopyToCombine.cpp | 41 cl::opt<bool> IsCombinesDisabled("disable-merge-into-combines", 42 cl::Hidden, cl::ZeroOrMore, 43 cl::init(false), 44 cl::desc("Disable merging into combines")); 46 cl::opt<unsigned> 48 cl::Hidden, cl::init(4), 49 cl::desc("Maximum distance between a tfr feeding a store we "
|
/external/llvm/utils/FileCheck/ |
FileCheck.cpp | 37 static cl::opt<std::string> 38 CheckFilename(cl::Positional, cl::desc("<check-file>"), cl::Required); 40 static cl::opt<std::string> 41 InputFilename("input-file", cl::desc("File to check (defaults to stdin)"), 42 cl::init("-"), cl::value_desc("filename")); 44 static cl::opt<std::string> 45 CheckPrefix("check-prefix", cl::init("CHECK") [all...] |
/bionic/libc/arch-x86/string/ |
sse2-strchr-atom.S | 115 sarl %cl, %edx 116 sarl %cl, %eax 190 mov %al, %cl 191 and $15, %cl 235 mov %ah, %cl 236 and $15, %cl
|
/external/chromium_org/base/process/ |
launch_posix.cc | 602 bool GetAppOutput(const CommandLine& cl, std::string* output) { 603 return GetAppOutput(cl.argv(), output); 617 bool GetAppOutputRestricted(const CommandLine& cl, 623 cl.argv(), &empty_environ, output, max_output, false, &exit_code); 628 bool GetAppOutputWithExitCode(const CommandLine& cl, 633 cl.argv(), NULL, output, std::numeric_limits<std::size_t>::max(), true,
|
/external/chromium_org/third_party/openssl/openssl/ssl/ |
s23_srvr.c | 256 unsigned int csl,sil,cl; local 465 n2s(p,cl); 467 if ((csl+sil+cl+11) != s->packet_length) /* We can't have TLS extensions in SSL 2.0 format 487 i=(cl > SSL3_RANDOM_SIZE)?SSL3_RANDOM_SIZE:cl; 514 p = p+csl+sil+cl;
|
/external/llvm/lib/Target/ARM/ |
MLxExpansionPass.cpp | 31 static cl::opt<bool> 32 ForceExapnd("expand-all-fp-mlx", cl::init(false), cl::Hidden); 33 static cl::opt<unsigned> 34 ExpandLimit("expand-limit", cl::init(~0U), cl::Hidden);
|
/external/llvm/tools/bugpoint/ |
ExtractFunction.cpp | 40 extern cl::opt<std::string> OutputPrefix; 44 cl::opt<bool> 46 cl::desc("Do not use the -dce pass to reduce testcases")); 47 cl::opt<bool, true> 48 NoSCFG("disable-simplifycfg", cl::location(DisableSimplifyCFG), 49 cl::desc("Do not use the -simplifycfg pass to reduce testcases"));
|
ToolRunner.cpp | 28 cl::opt<bool> 29 SaveTemps("save-temps", cl::init(false), cl::desc("Save temporary files")); 33 cl::opt<std::string> 35 cl::desc("Remote execution client (rsh/ssh)")); 37 cl::opt<std::string> 39 cl::desc("Remote execution (rsh/ssh) host")); 41 cl::opt<std::string> 43 cl::desc("Remote execution (rsh/ssh) port")); 45 cl::opt<std::string [all...] |
/external/openssl/ssl/ |
s23_srvr.c | 256 unsigned int csl,sil,cl; local 465 n2s(p,cl); 467 if ((csl+sil+cl+11) != s->packet_length) /* We can't have TLS extensions in SSL 2.0 format 487 i=(cl > SSL3_RANDOM_SIZE)?SSL3_RANDOM_SIZE:cl; 514 p = p+csl+sil+cl;
|
/dalvik/vm/mterp/x86/ |
cvtfp_int.S | 23 andb $$0xf,%cl # ecx<- A
|
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
shortproc.asm | 44 test cl, 1
84 test cl, 1
114 test cl, 1
151 test cl, 1
|
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
shortproc.asm | 44 test cl, 1
84 test cl, 1
114 test cl, 1
151 test cl, 1
|