/build/kati/ |
D | fileutil_bench.cc | 22 std::string shell = "/bin/bash"; in BM_RunCommand() 23 std::string shellflag = "-c"; in BM_RunCommand() 24 std::string cmd = "echo $((1+3))"; in BM_RunCommand() 26 std::string result; in BM_RunCommand() 33 std::string shell = "/bin/bash "; in BM_RunCommand_ComplexShell() 34 std::string shellflag = "-c"; in BM_RunCommand_ComplexShell() 35 std::string cmd = "echo $((1+3))"; in BM_RunCommand_ComplexShell() 37 std::string result; in BM_RunCommand_ComplexShell()
|
D | string_piece.cc | 47 void StringPiece::CopyToString(std::string* target) const { in CopyToString() 51 void StringPiece::AppendToString(std::string* target) const { in AppendToString() 57 size_type ret = std::min(length_ - pos, n); in copy() 66 const char* result = std::search(ptr_ + pos, ptr_ + length_, in find() 76 const char* result = std::find(ptr_ + pos, ptr_ + length_, c); in find() 85 return std::min(length_, pos); in rfind() 87 const char* last = ptr_ + std::min(length_ - s.length_, pos) + s.length_; in rfind() 88 const char* result = std::find_end(ptr_, last, s.ptr_, s.ptr_ + s.length_); in rfind() 96 for (size_type i = std::min(pos, length_ - 1); ; --i) { in rfind() 185 for (size_type i = std::min(pos, length_ - 1); ; --i) { in find_last_of() [all …]
|
D | string_piece.h | 55 typedef std::reverse_iterator<const_iterator> const_reverse_iterator; 56 typedef std::reverse_iterator<iterator> reverse_iterator; 67 StringPiece(const std::string& str) in StringPiece() 69 StringPiece(const std::string&& str) in StringPiece() 121 std::string as_string() const { in as_string() 123 return std::string(!empty() ? data() : "", size()); in as_string() 126 void CopyToString(std::string* target) const; 127 void AppendToString(std::string* target) const; 212 namespace std {
|
D | affinity.cc | 33 std::default_random_engine generator(getpid()); in SetAffinityForSingleThread() 34 std::uniform_int_distribution<int> distribution(0,g_flags.num_cpus-1); in SetAffinityForSingleThread()
|
D | symtab.h | 23 using namespace std; variable 87 namespace std {
|
D | Makefile.ckati | 85 $(KATI_LD) -std=c++11 $(KATI_CXXFLAGS) -o $@ $^ $(KATI_LIBS) 90 $(KATI_CXX) -c -std=c++11 $(KATI_CXXFLAGS) -o $@ $< 95 $(KATI_CXX) -c -std=c++11 $(KATI_CXXFLAGS) -o $@ $<
|
D | stringprintf.h | 20 using namespace std; variable
|
D | regen.h | 20 using namespace std; variable
|
D | exec.h | 20 using namespace std; variable
|
D | thread_pool.h | 20 using namespace std; variable
|
D | strutil_bench.cc | 25 using namespace std;
|
D | file_cache.h | 22 using namespace std; variable
|
D | ninja.h | 25 using namespace std; variable
|
D | string_piece_test.cc | 23 using namespace std;
|
D | io.h | 24 using namespace std; variable
|
D | file.h | 23 using namespace std; variable
|
D | parser.h | 24 using namespace std; variable
|
D | flags.h | 24 using namespace std; variable
|
D | command.h | 22 using namespace std; variable
|
D | func.h | 24 using namespace std; variable
|
/build/make/tools/makeparallel/ |
D | makeparallel.cpp | 61 static std::vector<std::string> ReadMakeflags() { in ReadMakeflags() 62 std::vector<std::string> args; in ReadMakeflags() 74 std::string makeflags = makeflags_env; in ReadMakeflags() 102 static bool ParseMakeflags(std::vector<std::string>& args, in ParseMakeflags() 105 std::vector<char*> getopt_argv; in ParseMakeflags() 109 for (std::string& v : args) { in ParseMakeflags() 307 std::vector<char*> args({argv[1]}); in main() 309 std::vector<std::string> makeflags = ReadMakeflags(); in main() 320 std::string jarg; in main() 328 jarg = "-j" + std::to_string(sysconf(_SC_NPROCESSORS_ONLN) + 2); in main() [all …]
|
D | Makefile | 46 $(MAKEPARALLEL_LD) -std=c++11 $(MAKEPARALLEL_CXXFLAGS) -o $@ $^ $(MAKEPARALLEL_LIBS) 51 $(MAKEPARALLEL_CXX) -c -std=c++11 $(MAKEPARALLEL_CXXFLAGS) -o $@ $<
|
/build/make/tools/ijar/ |
D | classfile.cc | 101 static std::vector<Constant*> const_pool_in; // input constant pool 102 static std::vector<Constant*> const_pool_out; // output constant_pool 103 static std::set<std::string> used_class_names; 134 virtual std::string Display() = 0; 178 void ExtractClassNames(const std::string& desc, size_t* p); 192 std::string Display() { in Display() 217 std::string Display() { in Display() 243 std::string Display() { in Display() 264 std::string Display() { return "int/float"; } in Display() 282 std::string Display() { return "long/double"; } in Display() [all …]
|
/build/make/tools/atree/ |
D | options.h | 7 using namespace std; variable
|
D | fs.h | 6 using namespace std; variable
|