/trusty/vendor/google/aosp/scripts/ |
D | log_processor.py | 284 for line in lines: 285 if line[:len(self.log_print)] == self.log_print: 286 line = line[len(self.log_print):] 289 self.log_file.write(line) 291 line = self.colorize(line, self.color.bold_cyan) 293 print(line, end = "") 297 line = line.strip() 299 if not line: 305 if line[:len(self.log_done)] == self.log_done: 306 line = line[len(self.log_done):] [all …]
|
/trusty/kernel/lib/syscall/stubgen/ |
D | stubgen.py | 182 def fatal_parse_error(line, err_str): argument 183 sys.stderr.write("Error processing line %r:\n%s\n" % (line, err_str)) 211 def parse_check_def(line, struct_types): argument 217 m = syscall_re.match(line) 219 fatal_parse_error(line, "Line did not match expected pattern.") 227 fatal_parse_error(line, "Only syscalls with up to 4 arguments are " 231 fatal_parse_error(line, "Expected %d syscall arguments, got %d." % 248 fatal_parse_error(line, "Not an integer type or explicit struct " 264 fatal_parse_error(line, err) 290 for line in tbl: [all …]
|
/trusty/user/app/sample/hwcryptohal/common/ |
D | err.rs | 34 line: std::line!(), 44 HalError { code: i32, file: &'static str, line: u32, message: String }, 94 HwCryptoError::HalError { code, file, line, message } => { in from() 96 format!("HWCrypto error on {}:{}: {}", file, line, message).as_str(), in from()
|
/trusty/user/base/lib/tipc/ |
D | rules.mk | 36 trusty/user/base/lib/line-coverage \ 37 trusty/user/base/interface/line-coverage \
|
/trusty/user/base/lib/unittest/ |
D | rules.mk | 26 trusty/user/base/interface/line-coverage \ 28 trusty/user/base/lib/line-coverage \
|
/trusty/user/app/keymint/ |
D | main.rs | 37 let line = record.line().unwrap_or(0); in log_formatter() localVariable 39 format!("{}: {}:{} {}\n", record.level(), file, line, record.args()) in log_formatter()
|
D | .clang-format | 11 # Double indent arguments when none of them are on the first line.
|
/trusty/user/base/lib/line-coverage/ |
D | rules.mk | 27 trusty/user/base/interface/line-coverage \
|
/trusty/user/base/app/line-coverage/ |
D | rules.mk | 28 trusty/user/base/interface/line-coverage \
|
/trusty/vendor/google/aosp/ |
D | pylintrc | 68 # option multiple times (only on the command line, not in the configuration 171 # A path to a file that contains private dictionary; one word per line. 206 # Maximum number of characters on a single line. 207 max-line-length=80 209 # Regexp for a line that is allowed to be longer than the limit. 212 # Allow the body of an if to be on the same line as the test if there is no 214 single-line-if-stmt=no 223 # Number of spaces of indent required inside a hanging or continued line. 226 # Expected format of line ending, e.g. empty (any line ending), LF or CRLF. 227 expected-line-ending-format=LF [all …]
|
D | .clang-format | 11 # Double indent arguments when none of them are on the first line.
|
/trusty/vendor/google/aosp/ide/vscode/ |
D | README.md | 22 need to do that on the command line: 31 the line number in a file. You can do this for kernel code as well as TA code.
|
/trusty/kernel/lib/ubsan/ |
D | ubsan_value.h | 37 uint32_t line; member
|
/trusty/device/arm/generic-arm64/ |
D | .clang-format | 11 # Double indent arguments when none of them are on the first line.
|
/trusty/device/x86/generic-x86_64/ |
D | .clang-format | 11 # Double indent arguments when none of them are on the first line.
|
/trusty/user/app/gatekeeper/ |
D | .clang-format | 11 # Double indent arguments when none of them are on the first line.
|
/trusty/user/base/ |
D | .clang-format | 11 # Double indent arguments when none of them are on the first line.
|
/trusty/user/app/sample/ |
D | .clang-format | 11 # Double indent arguments when none of them are on the first line.
|
/trusty/user/app/storage/ |
D | .clang-format | 11 # Double indent arguments when none of them are on the first line.
|
/trusty/kernel/ |
D | .clang-format | 11 # Double indent arguments when none of them are on the first line.
|
/trusty/device/nxp/imx7d/ |
D | .clang-format | 11 # Double indent arguments when none of them are on the first line.
|
/trusty/hardware/nxp/ |
D | .clang-format | 11 # Double indent arguments when none of them are on the first line.
|
/trusty/user/app/cast-auth/ |
D | .clang-format | 11 # Double indent arguments when none of them are on the first line.
|
/trusty/host/common/ |
D | .clang-format | 11 # Double indent arguments when none of them are on the first line.
|
/trusty/user/app/confirmationui/ |
D | .clang-format | 11 # Double indent arguments when none of them are on the first line.
|