Home
last modified time | relevance | path

Searched refs:raw_line (Results 1 – 25 of 25) sorted by relevance

/external/python/cpython3/Parser/tokenizer/
Dreadline_tokenizer.c12 PyObject* raw_line = PyObject_CallNoArgs(tok->readline); in tok_readline_string() local
13 if (raw_line == NULL) { in tok_readline_string()
22 if (!PyBytes_Check(raw_line)) { in tok_readline_string()
27 line = PyUnicode_Decode(PyBytes_AS_STRING(raw_line), PyBytes_GET_SIZE(raw_line), in tok_readline_string()
29 Py_CLEAR(raw_line); in tok_readline_string()
35 if(!PyUnicode_Check(raw_line)) { in tok_readline_string()
40 line = raw_line; in tok_readline_string()
41 raw_line = NULL; in tok_readline_string()
65 Py_XDECREF(raw_line); in tok_readline_string()
/external/minijail/rust/minijail-sys/
Dbuild.rs100 .raw_line("pub type __rlim64_t = u64;") in bindings_generation()
102 .raw_line("pub type __u8 = u8;") in bindings_generation()
103 .raw_line("pub type __u16 = u16;") in bindings_generation()
104 .raw_line("pub type __u32 = u32;") in bindings_generation()
/external/autotest/utils/frozen_chromite/utils/
Dkey_value_store.py47 for raw_line in data.splitlines(True):
48 line = raw_line.split('#')[0]
65 % (source, raw_line))
/external/pigweed/pw_presubmit/py/pw_presubmit/
Dkeep_sorted.py151 for raw_line in raw_lines:
152 curr_prefix: int = prefix(raw_line)
159 if block.sticky_comments and raw_line.lstrip().startswith(
162 _LOG.debug('found sticky %r', raw_line)
163 comments.append(raw_line)
165 _LOG.debug('found continuation %r', raw_line)
166 lines[-1].continuations = (*lines[-1].continuations, raw_line)
169 _LOG.debug('non-sticky %r', raw_line)
170 line = _Line(raw_line, tuple(comments))
/external/tensorflow/tensorflow/c/experimental/ops/gen/common/
Dsource_code.cc47 void SourceCode::ValidateAndAddLine(int indent, const string& raw_line) { in ValidateAndAddLine() argument
48 StringPiece line(raw_line); in ValidateAndAddLine()
Dsource_code.h42 void ValidateAndAddLine(int indent_level, const string &raw_line);
/external/autotest/tko/
Dstatus_lib_unittest.py16 raw_line = raw_line_temp % status_lib.DEFAULT_BLOCKLIST[0]
17 cleaned = status_lib.clean_raw_line(raw_line)
24 raw_line = raw_line_temp % blocklist
25 cleaned = status_lib.clean_raw_line(raw_line, blocklist)
Dstatus_lib.py24 def clean_raw_line(raw_line, blocklist=DEFAULT_BLOCKLIST): argument
26 return re.sub('|'.join(blocklist), '', raw_line)
/external/perfetto/src/trace_processor/importers/json/
Djson_trace_tokenizer.cc746 std::string raw_line; in HandleSystemTraceEvent() local
747 switch (ReadOneSystemTraceLine(next, end, &raw_line, &next)) { in HandleSystemTraceEvent()
761 if (base::StartsWith(raw_line, "#") || raw_line.empty()) in HandleSystemTraceEvent()
765 RETURN_IF_ERROR(systrace_line_tokenizer_.Tokenize(raw_line, &line)); in HandleSystemTraceEvent()
/external/autotest/tko/parsers/
Dversion_1.py403 raw_line = status_lib.clean_raw_line(buffer.get())
404 line = status_line.parse_line(raw_line)
406 ignored_lines.append(raw_line)
419 buffer, raw_line, stack.size() - 1, subdir_stack[-1],
/external/pigweed/pw_cli_analytics/py/pw_cli_analytics/
Danalytics.py191 for i, raw_line in enumerate(proc.stdout):
196 line = raw_line.decode(encoding='utf-8')
/external/rust/android-crates-io/crates/bindgen-cli/
Doptions.rs284 raw_line: Vec<String>, field
518 raw_line, in builder_from_flags()
849 for line in raw_line { in builder_from_flags()
850 builder = builder.raw_line(line); in builder_from_flags()
/external/python/mobly/mobly/
Dbase_instrumentation_test.py961 def parse_instrumentation(raw_line): argument
962 line = raw_line.rstrip().decode('utf-8')
/external/tensorflow/tensorflow/python/debug/cli/
Dtensor_format.py247 for i, raw_line in enumerate(array_lines):
248 line = raw_line.strip()
/external/rust/android-crates-io/crates/configparser/src/
Dini.rs771 for (num, raw_line) in input.lines().enumerate() { in parse()
772 let line = raw_line.trim(); in parse()
812 if raw_line.starts_with(char::is_whitespace) && self.multiline { in parse()
/external/python/mobly/tests/mobly/controllers/android_device_lib/
Dadb_test.py778 def mock_handler(raw_line): argument
799 def mock_handler(raw_line): argument
822 def mock_handler(raw_line): argument
/external/coreboot/util/lint/
Dcheckpatch.pl1811 sub raw_line { subroutine
1836 my $stat_real = raw_line($linenr, 0);
1838 $stat_real = $stat_real . "\n" . raw_line($count, 0);
1849 $herectx .= raw_line($linenr, $n) . "\n";
3941 my $stat_real = raw_line($linenr, $cond_lines);
3992 my $stat_next_real = raw_line($line_nr_next, $next_nof_lines);
5070 my $rl = raw_line($linenr, $n);
5267 $stat_real = raw_line($linenr, $cond_lines)
6407 my $fmt = get_quoted_string($lines[$count - 1], raw_line($count, 0));
6643 my $rl = raw_line($linenr, $n);
/external/rust/android-crates-io/crates/libsqlite3-sys/
Dbuild.rs543 .raw_line( in write_to_out_dir()
557 .raw_line( in write_to_out_dir()
/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py360 def ParseNolintSuppressions(filename, raw_line, linenum, error): argument
374 matched = _RE_SUPPRESSION.search(raw_line)
1965 raw_line = raw[linenum]
3447 def CheckCStyleCast(filename, linenum, line, raw_line, cast_type, pattern, argument
3501 ('MockCallback<' not in raw_line and
3502 '/*' not in raw_line)):
/external/ltp/scripts/
Dcheckpatch.pl1942 sub raw_line { subroutine
1961 my $stat_real = raw_line($linenr, 0);
1963 $stat_real = $stat_real . "\n" . raw_line($count, 0);
1974 $herectx .= raw_line($linenr, $n) . "\n";
4279 my $stat_real = raw_line($linenr, $cond_lines);
5375 my $rl = raw_line($linenr, $n);
5572 $stat_real = raw_line($linenr, $cond_lines)
6723 my $fmt = get_quoted_string($lines[$count - 1], raw_line($count, 0));
6963 my $rl = raw_line($linenr, $n);
/external/rust/android-crates-io/crates/bindgen/options/
Dmod.rs1112 pub fn raw_line<T: Into<String>>(mut self, arg: T) -> Self {
/external/libvpx/tools/
Dcpplint.py583 def ParseNolintSuppressions(filename, raw_line, linenum, error): argument
596 matched = Search(r'\bNOLINT(NEXTLINE)?\b(\([^)]+\))?', raw_line)
/external/google-styleguide/cpplint/
Dcpplint.py583 def ParseNolintSuppressions(filename, raw_line, linenum, error): argument
596 matched = Search(r'\bNOLINT(NEXTLINE)?\b(\([^)]+\))?', raw_line)
/external/libaom/tools/
Dcpplint.py583 def ParseNolintSuppressions(filename, raw_line, linenum, error): argument
596 matched = Search(r'\bNOLINT(NEXTLINE)?\b(\([^)]+\))?', raw_line)
/external/rust/android-crates-io/crates/bindgen/codegen/
Dmod.rs613 for raw_line in raw_lines { in codegen()
616 proc_macro2::TokenStream::from_str(raw_line).unwrap(), in codegen()