Searched defs:int (Results 1 – 11 of 11) sorted by relevance
/development/tools/compare_cts_reports/ |
D | generate_spread_sheet.py | 128 begin_row: int, begin_column: str, num_rows: int, num_columns: int 163 sheet: gspread.Worksheet, compare_results: List[List[str]], start_row: int
|
/development/python-packages/fetchartifact/fetchartifact/ |
D | __init__.py | 91 chunk_size: int = DEFAULT_CHUNK_SIZE, 129 self, session: ClientSession, chunk_size: int = DEFAULT_CHUNK_SIZE 163 def on_artifact_size(self, size: int) -> None: 175 def after_chunk(self, size: int) -> None:
|
/development/tools/repo_diff/service/repodiff/mappers/ |
D | mappers.go | 74 func diffRowToDenormalizedCols(d e.AnalyzedDiffRow, rowIndex int) []interface{} { 90 …malizedCols(commitRow e.AnalyzedCommitRow, firstSeen e.RepoTimestamp, rowIndex int) []interface{} { 103 …ols(d e.AnalyzedDiffRow, uuidBytes string, timestamp e.RepoTimestamp, rowIndex int) []interface{} { 120 …s(c e.AnalyzedCommitRow, uuidBytes string, timestamp e.RepoTimestamp, rowIndex int) []interface{} { 205 func getSumOfAttribute(diffRows []e.AnalyzedDiffRow, getAttr func(e.AnalyzedDiffRow) int) int {
|
D | mappers_test.go | 67 func makeDiffRow(status, lineChanges, filesChanged int) e.AnalyzedDiffRow {
|
/development/python-packages/fetchartifact/tests/ |
D | test_fetchartifact.py | 104 def on_artifact_size(self, size: int) -> None: 109 def after_chunk(self, size: int) -> None:
|
/development/scripts/ |
D | gdbclient.py | 320 def generate_vscode_lldb_script(root: str, sysroot: str, binary_name: str, port: str | int, solib_s… 341 def generate_lldb_script(root: str, sysroot: str, binary_name: str, port: str | int, solib_search_p… 361 …str, linker_search_dir: str | None, binary_name: str, is64bit: bool, port: str | int, debugger: st…
|
D | lldbclient.py | 320 def generate_vscode_lldb_script(root: str, sysroot: str, binary_name: str, port: str | int, solib_s… 341 def generate_lldb_script(root: str, sysroot: str, binary_name: str, port: str | int, solib_search_p… 361 …str, linker_search_dir: str | None, binary_name: str, is64bit: bool, port: str | int, debugger: st…
|
/development/tools/repo_diff/service/repodiff/handlers/ |
D | http.go | 59 func StartHTTP(servePort int, statusChannel chan e.StatusMessage) error {
|
/development/python-packages/adb/adb/ |
D | __init__.py | 45 self, cmd: list[str], stdout: str, stderr: str, exit_code: int 328 creationflags: int = 0,
|
/development/vndk/tools/header-checker/tests/input/ |
D | example1.h | 48 int boo (const CPPHello, int *, float *) { in boo() argument
|
/development/tools/winscope/src/adb/ |
D | winscope_proxy.py | 501 def respond(self, code: int, data: bytes, mime: str) -> None:
|