Searched defs:process (Results 1 - 3 of 3) sorted by relevance

/art/test/913-heaps/src/art/
H A DTest913.java382 v.process(lines, additionalEnabled, heapFilter != 0 || klass != null);
559 public void process(String[] lines, String additionalEnabledReferrer, boolean filtered) { method in class:Test913.Verifier
/art/profman/
H A Dprofman.cc521 // Read lines from the given file, dropping comments and empty lines. Post-process each line with
525 const char* input_filename, std::function<std::string(const char*)>* process) {
532 ReadCommentedInputStream<T>(*input_file, process));
537 // Read lines from the given stream, dropping comments and empty lines. Post-process each line
542 std::function<std::string(const char*)>* process) {
550 if (process != nullptr) {
551 std::string descriptor((*process)(dot.c_str()));
524 ReadCommentedInputFromFile( const char* input_filename, std::function<std::string(const char*)>* process) argument
540 ReadCommentedInputStream( std::istream& in_stream, std::function<std::string(const char*)>* process) argument
/art/dex2oat/
H A Ddex2oat.cc2564 std::function<std::string(const char*)> process = DotToDescriptor; local
2566 &process);
2574 std::function<std::string(const char*)> process = DotToDescriptor; local
2577 &process,
2581 // Read lines from the given file, dropping comments and empty lines. Post-process each line with
2585 const char* input_filename, std::function<std::string(const char*)>* process) {
2592 ReadCommentedInputStream<T>(*input_file, process));
2598 // Post-process each line with the given function.
2603 std::function<std::string(const char*)>* process,
2626 return ReadCommentedInputStream<T>(input_stream, process);
2584 ReadCommentedInputFromFile( const char* input_filename, std::function<std::string(const char*)>* process) argument
2600 ReadCommentedInputFromZip( const char* zip_filename, const char* input_filename, std::function<std::string(const char*)>* process, std::string* error_msg) argument
2632 ReadCommentedInputStream( std::istream& in_stream, std::function<std::string(const char*)>* process) argument
[all...]

Completed in 138 milliseconds