Searched refs:input_line (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/tsan/
H A Dignore.cc45 static bool ReadIgnoreLine(string input_line, IgnoreLists *ignore_lists) { argument
47 if (CutStringPrefixIfPresent(input_line, "obj:", &tail)) {
49 } else if (CutStringPrefixIfPresent(input_line, "src:", &tail)) {
51 } else if (CutStringPrefixIfPresent(input_line, "fun:", &tail)) {
53 } else if (CutStringPrefixIfPresent(input_line, "fun_r:", &tail)) {
55 } else if (CutStringPrefixIfPresent(input_line, "fun_hist:", &tail)) {
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dmock_drt_unittest.py106 def input_line(self, port, test_name, checksum=None): member in class:MockDRTTest
134 drt_input = self.input_line(port, test_name, expected_checksum)
234 def input_line(self, port, test_name, checksum=None): member in class:MockChromiumDRTTest
/external/v8/samples/
H A Dlineprocessor.cc64 function ProcessLine(input_line) {
65 return ">>>" + input_line + "<<<";
298 v8::Handle<v8::String> input_line = ReadLine(); local
299 if (input_line == v8::Undefined()) {
304 v8::Handle<v8::Value> argv[argc] = { input_line };

Completed in 129 milliseconds