/external/u-boot/tools/patman/ |
D | patchstream.py | 123 def ProcessLine(self, line): member in PatchStream 256 out = self.ProcessLine(line) 365 out = self.ProcessLine(line) 410 ps.ProcessLine(line) 435 ps.ProcessLine(line)
|
/external/webrtc/webrtc/base/ |
D | httpbase.h | 43 ProcessResult ProcessLine(const char* line, size_t len, HttpError* error);
|
D | socketadapters.h | 122 void ProcessLine(char* data, size_t len);
|
D | httpbase.cc | 85 ProcessResult result = ProcessLine(line, len, error); in Process() 125 HttpParser::ProcessLine(const char* line, size_t len, HttpError* error) { in ProcessLine() function in rtc::HttpParser
|
D | socketadapters.cc | 343 ProcessLine(data + start, len); in ProcessInput() 389 void AsyncHttpsProxySocket::ProcessLine(char * data, size_t len) { in ProcessLine() function in rtc::AsyncHttpsProxySocket
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
D | cpplint.py | 3775 def ProcessLine(filename, file_extension, clean_lines, line, function 3846 ProcessLine(filename, file_extension, clean_lines, line,
|
/external/libvpx/libvpx/tools/ |
D | cpplint.py | 4491 def ProcessLine(filename, file_extension, clean_lines, line, function 4564 ProcessLine(filename, file_extension, clean_lines, line,
|
/external/libaom/libaom/tools/ |
D | cpplint.py | 4491 def ProcessLine(filename, file_extension, clean_lines, line, function 4564 ProcessLine(filename, file_extension, clean_lines, line,
|
/external/google-styleguide/cpplint/ |
D | cpplint.py | 5764 def ProcessLine(filename, file_extension, clean_lines, line, function 5912 ProcessLine(filename, file_extension, clean_lines, line,
|
D | cpplint_unittest.py | 130 cpplint.ProcessLine('foo.cc', 'cc', clean_lines, 0,
|