/external/python/cpython3/Parser/tokenizer/ |
D | readline_tokenizer.c | 12 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/ |
D | build.rs | 100 .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/ |
D | key_value_store.py | 47 for raw_line in data.splitlines(True): 48 line = raw_line.split('#')[0] 65 % (source, raw_line))
|
/external/pigweed/pw_presubmit/py/pw_presubmit/ |
D | keep_sorted.py | 151 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/ |
D | source_code.cc | 47 void SourceCode::ValidateAndAddLine(int indent, const string& raw_line) { in ValidateAndAddLine() argument 48 StringPiece line(raw_line); in ValidateAndAddLine()
|
D | source_code.h | 42 void ValidateAndAddLine(int indent_level, const string &raw_line);
|
/external/autotest/tko/ |
D | status_lib_unittest.py | 16 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)
|
D | status_lib.py | 24 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/ |
D | json_trace_tokenizer.cc | 746 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/ |
D | version_1.py | 403 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/ |
D | analytics.py | 191 for i, raw_line in enumerate(proc.stdout): 196 line = raw_line.decode(encoding='utf-8')
|
/external/rust/android-crates-io/crates/bindgen-cli/ |
D | options.rs | 284 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/ |
D | base_instrumentation_test.py | 961 def parse_instrumentation(raw_line): argument 962 line = raw_line.rstrip().decode('utf-8')
|
/external/tensorflow/tensorflow/python/debug/cli/ |
D | tensor_format.py | 247 for i, raw_line in enumerate(array_lines): 248 line = raw_line.strip()
|
/external/rust/android-crates-io/crates/configparser/src/ |
D | ini.rs | 771 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/ |
D | adb_test.py | 778 def mock_handler(raw_line): argument 799 def mock_handler(raw_line): argument 822 def mock_handler(raw_line): argument
|
/external/coreboot/util/lint/ |
D | checkpatch.pl | 1811 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/ |
D | build.rs | 543 .raw_line( in write_to_out_dir() 557 .raw_line( in write_to_out_dir()
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
D | cpplint.py | 360 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/ |
D | checkpatch.pl | 1942 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/ |
D | mod.rs | 1112 pub fn raw_line<T: Into<String>>(mut self, arg: T) -> Self {
|
/external/libvpx/tools/ |
D | cpplint.py | 583 def ParseNolintSuppressions(filename, raw_line, linenum, error): argument 596 matched = Search(r'\bNOLINT(NEXTLINE)?\b(\([^)]+\))?', raw_line)
|
/external/google-styleguide/cpplint/ |
D | cpplint.py | 583 def ParseNolintSuppressions(filename, raw_line, linenum, error): argument 596 matched = Search(r'\bNOLINT(NEXTLINE)?\b(\([^)]+\))?', raw_line)
|
/external/libaom/tools/ |
D | cpplint.py | 583 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/ |
D | mod.rs | 613 for raw_line in raw_lines { in codegen() 616 proc_macro2::TokenStream::from_str(raw_line).unwrap(), in codegen()
|