Home
last modified time | relevance | path

Searched defs:str (Results 1 – 25 of 4777) sorted by relevance

12345678910>>...192

/external/toolchain-utils/llvm_tools/
Dget_upstream_patch.py38 def add_patch(patches_json_path: str, patches_dir: str,
39 relative_patches_dir: str, start_version: git_llvm_rev.Rev,
40 llvm_dir: str, rev: t.Union[git_llvm_rev.Rev, str], sha: str, argument
41 package: str, platforms: t.List[str]):
125 def parse_ebuild_for_assignment(ebuild_path: str, var_name: str) -> str:
157 def resolve_llvm_ref(llvm_dir: str, sha: str) -> str:
166 def project_to_package(project: str) -> str:
173 def package_to_project(package: str) -> str:
180 def get_package_names(sha: str, llvm_dir: str) -> list:
197 def create_patch_for_packages(packages: t.List[str], symlinks: t.List[str],
[all …]
Dnightly_revert_checker.py36 def _find_interesting_android_shas(android_llvm_toolchain_dir: str
41 def get_llvm_merge_base(branch: str) -> str:
71 def parse_ebuild_assignment(line: str) -> str:
97 def _find_interesting_chromeos_shas(chromeos_base: str
121 repository_name: str, friendly_name: str, sha: str,
122 prettify_sha: t.Callable[[str], tiny_render.Piece],
123 get_sha_description: t.Callable[[str], tiny_render.Piece],
182 def _write_state(state_file: str, new_state: State) -> None:
196 def _read_state(state_file: str) -> State:
206 def find_shas(llvm_dir: str, interesting_shas: t.List[t.Tuple[str, str]], argument
[all …]
Drevert_checker.py67 def _try_parse_reverts_from_commit_message(commit_message: str) -> List[str]:
80 def _stream_stdout(command: List[str]) -> Generator[str, None, None]:
87 def _resolve_sha(git_dir: str, sha: str) -> str:
104 def _log_stream(git_dir: str, root_sha: str,
105 end_at_sha: str) -> Iterable[_LogEntry]:
145 def _shas_between(git_dir: str, base_ref: str, head_ref: str) -> Iterable[str]:
157 def _rev_parse(git_dir: str, ref: str) -> str:
170 def _find_common_parent_commit(git_dir: str, ref_a: str, ref_b: str) -> str:
178 def find_reverts(git_dir: str, across_ref: str, root: str) -> List[Revert]:
/external/libxml2/python/tests/
Dserialize.py12 str = doc.serialize() variable
18 str = doc.serialize("iso-8859-1") variable
24 str = doc.serialize(format=1) variable
32 str = doc.serialize("iso-8859-1", 1) variable
45 str = root.serialize() variable
49 str = root.serialize("iso-8859-1") variable
53 str = root.serialize(format=1) variable
59 str = root.serialize("iso-8859-1", 1) variable
71 str = doc.serialize() variable
77 str = doc.serialize("ISO-8859-1") variable
[all …]
/external/ComputeLibrary/utils/
DTypePrinter.h123 std::stringstream str; in to_string() local
166 std::stringstream str; in to_string() local
234 std::stringstream str; in to_string() local
297 std::stringstream str; in to_string() local
310 std::stringstream str; in to_string() local
323 std::stringstream str; in to_string() local
351 std::stringstream str; in to_string() local
377 std::stringstream str; in to_string() local
403 std::stringstream str; in to_string() local
431 std::stringstream str; in to_string() local
[all …]
/external/toolchain-utils/toolchain_utils_githooks/
Dcheck-presubmit.py25 def run_command_unchecked(command: t.List[str],
26 cwd: str,
27 env: t.Dict[str, str] = None) -> t.Tuple[int, str]:
43 def has_executable_on_path(exe: str) -> bool:
48 def escape_command(command: t.Iterable[str]) -> str:
56 def remove_deleted_files(files: t.Iterable[str]) -> t.List[str]:
60 def is_file_executable(file_path: str) -> bool:
67 def env_with_pythonpath(toolchain_utils_root: str) -> t.Dict[str, str]:
114 def check_yapf(toolchain_utils_root: str,
115 python_files: t.Iterable[str]) -> CheckResult:
[all …]
Dcheck-presubmit25 def run_command_unchecked(command: t.List[str],
26 cwd: str,
27 env: t.Dict[str, str] = None) -> t.Tuple[int, str]:
43 def has_executable_on_path(exe: str) -> bool:
48 def escape_command(command: t.Iterable[str]) -> str:
56 def remove_deleted_files(files: t.Iterable[str]) -> t.List[str]:
60 def is_file_executable(file_path: str) -> bool:
67 def env_with_pythonpath(toolchain_utils_root: str) -> t.Dict[str, str]:
114 def check_yapf(toolchain_utils_root: str,
115 python_files: t.Iterable[str]) -> CheckResult:
[all …]
/external/rust/crates/nom/tests/
Dini_str.rs16 fn not_line_ending(i: &str) -> IResult<&str, &str> { in not_line_ending()
20 fn space_or_line_ending(i: &str) -> IResult<&str, &str> { in space_or_line_ending()
24 fn category(i: &str) -> IResult<&str, &str> { in category()
31 fn key_value(i: &str) -> IResult<&str, (&str, &str)> { in key_value()
42 fn keys_and_values_aggregator(i: &str) -> IResult<&str, Vec<(&str, &str)>> { in keys_and_values_aggregator()
46 fn keys_and_values(input: &str) -> IResult<&str, HashMap<&str, &str>> { in keys_and_values()
53 fn category_and_keys(i: &str) -> IResult<&str, (&str, HashMap<&str, &str>)> { in category_and_keys()
57 fn categories_aggregator(i: &str) -> IResult<&str, Vec<(&str, HashMap<&str, &str>)>> { in categories_aggregator()
61 fn categories(input: &str) -> IResult<&str, HashMap<&str, HashMap<&str, &str>>> { in categories()
/external/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
Dget_long.pass.cpp52 const char str[] = "123"; in main() local
65 const char str[] = "-123"; in main() local
78 const char str[] = "123"; in main() local
90 const char str[] = "123"; in main() local
102 const char str[] = "0x123"; in main() local
114 const char str[] = "123"; in main() local
126 const char str[] = "0x123"; in main() local
138 const char str[] = "0123"; in main() local
150 const char str[] = "2-"; in main() local
165 const char str[] = "123"; in main() local
[all …]
/external/rust/crates/protobuf-codegen/src/
Dcode_writer.rs43 pub fn write_generated_by(&mut self, pkg: &str, version: &str) { in write_generated_by()
75 pub fn todo(&mut self, message: &str) { in todo()
104 pub fn pub_const(&mut self, name: &str, field_type: &str, init: &str) { in pub_const()
108 pub fn lazy_static(&mut self, name: &str, ty: &str, customize: &Customize) { in lazy_static()
118 pub fn lazy_static_decl_get<F>(&mut self, name: &str, ty: &str, customize: &Customize, init: F) in lazy_static_decl_get()
130 name: &str, in lazy_static_decl_get_simple()
131 ty: &str, in lazy_static_decl_get_simple()
132 init: &str, in lazy_static_decl_get_simple()
139 pub fn block<F>(&mut self, first_line: &str, last_line: &str, cb: F) in block()
148 pub fn expr_block<F>(&mut self, prefix: &str, cb: F) in expr_block()
[all …]
/external/pigweed/pw_build_mcuxpresso/py/pw_build_mcuxpresso/
Dcomponents.py23 def _gn_str_out(name: str, val: Any):
28 def _gn_list_str_out(name: str, val: List[Any]):
35 def _gn_list_path_out(name: str,
37 path_prefix: Optional[str] = None):
47 root: xml.etree.ElementTree.Element, component_id: str
75 component_id: str) -> List[str]:
117 component_id: str) -> List[pathlib.Path]:
169 component_id: str) -> List[pathlib.Path]:
190 component_id: str) -> List[pathlib.Path]:
214 component_id: str) -> List[pathlib.Path]:
[all …]
/external/python/python-api-core/google/api_core/operations_v1/
Dabstract_operations_client.py52 cls, label: Optional[str] = None,
138 def from_service_account_file(cls, filename: str, *args, **kwargs):
168 def common_billing_account_path(billing_account: str,) -> str:
175 def parse_common_billing_account_path(path: str) -> Dict[str, str]:
181 def common_folder_path(folder: str,) -> str:
186 def parse_common_folder_path(path: str) -> Dict[str, str]:
192 def common_organization_path(organization: str,) -> str:
197 def parse_common_organization_path(path: str) -> Dict[str, str]:
203 def common_project_path(project: str,) -> str:
208 def parse_common_project_path(path: str) -> Dict[str, str]:
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/performance/
Dloadtest_config.py54 def label_language(language: str) -> str:
61 def image_language(language: str) -> str:
82 def validate_loadtest_name(name: str) -> None:
91 def loadtest_base_name(scenario_name: str,
92 uniquifier_elements: Iterable[str]) -> str:
99 def loadtest_name(prefix: str, scenario_name: str,
100 uniquifier_elements: Iterable[str]) -> str:
112 def validate_annotations(annotations: Dict[str, str]) -> None: argument
134 base_config: Mapping[str, Any],
135 base_config_clients: Iterable[Mapping[str, Any]],
[all …]
/external/rust/crates/chrono/src/format/
Dscan.rs15 fn equals(s: &str, pattern: &str) -> bool { in equals()
37 pub fn number(s: &str, min: usize, max: usize) -> ParseResult<(&str, i64)> { in number()
70 pub fn nanosecond(s: &str) -> ParseResult<(&str, i64)> { in nanosecond()
89 pub fn nanosecond_fixed(s: &str, digits: usize) -> ParseResult<(&str, i64)> { in nanosecond_fixed()
102 pub fn short_month0(s: &str) -> ParseResult<(&str, u8)> { in short_month0()
126 pub fn short_weekday(s: &str) -> ParseResult<(&str, Weekday)> { in short_weekday()
146 pub fn short_or_long_month0(s: &str) -> ParseResult<(&str, u8)> { in short_or_long_month0()
148 static LONG_MONTH_SUFFIXES: [&'static str; 12] = in short_or_long_month0() variable
164 pub fn short_or_long_weekday(s: &str) -> ParseResult<(&str, Weekday)> { in short_or_long_weekday()
166 static LONG_WEEKDAY_SUFFIXES: [&'static str; 7] = in short_or_long_weekday() variable
[all …]
/external/python/cpython3/Tools/peg_generator/pegen/
Dsccutils.py7 vertices: AbstractSet[str], edges: Dict[str, AbstractSet[str]]
28 def dfs(v: str) -> Iterator[Set[str]]:
53 data: Dict[AbstractSet[str], Set[AbstractSet[str]]]
101 graph: Dict[str, AbstractSet[str]], scc: AbstractSet[str], start: str
120 def dfs(node: str, path: List[str]) -> Iterator[List[str]]:
/external/google-fruit/extras/benchmark/
Dformat_bench_results.py23 def extract_results(bench_results: List[Dict[str, Dict[Any, Any]]],
24 fixed_benchmark_params: Dict[str, Union[str, Tuple[str, ...]]],
25 column_dimension: str,
26 row_dimension: str,
27 result_dimension: str) -> Tuple[Dict[str, Dict[str, Dict[str, Any]]],
77 def print_markdown_table(table_data: List[List[str]]) -> None:
100 def compute_min_max(table_data, row_headers: List[str], column_headers: List[str]) -> Interval:
189 def format_string_pretty_printer(format_string: str) -> Callable[[str], str]:
190 def pretty_print(s: str):
201 def interval_pretty_printer(interval: Interval, unit: str, multiplier: float) -> str:
[all …]
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/val/
Dval_data_test.cpp108 std::string str = header + R"( in TEST_F() local
118 std::string str = header + R"( in TEST_F() local
128 std::string str = header + R"( in TEST_F() local
137 std::string str = header + R"( in TEST_F() local
146 std::string str = header + R"( in TEST_F() local
155 std::string str = header + R"( in TEST_F() local
165 std::string str = header + R"( in TEST_F() local
175 std::string str = header_with_vec16_cap + R"( in TEST_F() local
184 std::string str = header + R"( in TEST_F() local
194 std::string str = header_with_vec16_cap + R"( in TEST_F() local
[all …]
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_data_test.cpp108 std::string str = header + R"( in TEST_F() local
118 std::string str = header + R"( in TEST_F() local
128 std::string str = header + R"( in TEST_F() local
137 std::string str = header + R"( in TEST_F() local
146 std::string str = header + R"( in TEST_F() local
155 std::string str = header + R"( in TEST_F() local
165 std::string str = header + R"( in TEST_F() local
175 std::string str = header_with_vec16_cap + R"( in TEST_F() local
184 std::string str = header + R"( in TEST_F() local
194 std::string str = header_with_vec16_cap + R"( in TEST_F() local
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_data_test.cpp108 std::string str = header + R"( in TEST_F() local
118 std::string str = header + R"( in TEST_F() local
128 std::string str = header + R"( in TEST_F() local
137 std::string str = header + R"( in TEST_F() local
146 std::string str = header + R"( in TEST_F() local
155 std::string str = header + R"( in TEST_F() local
165 std::string str = header + R"( in TEST_F() local
175 std::string str = header_with_vec16_cap + R"( in TEST_F() local
184 std::string str = header + R"( in TEST_F() local
194 std::string str = header_with_vec16_cap + R"( in TEST_F() local
[all …]
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/
Dput_long_double_zh_CN.pass.cpp70 char str[100]; in main() local
78 char str[100]; in main() local
86 char str[100]; in main() local
94 char str[100]; in main() local
103 char str[100]; in main() local
112 char str[100]; in main() local
121 char str[100]; in main() local
130 char str[100]; in main() local
141 char str[100]; in main() local
153 char str[100]; in main() local
[all …]
Dput_long_double_fr_FR.pass.cpp99 char str[100]; in main() local
107 char str[100]; in main() local
115 char str[100]; in main() local
123 char str[100]; in main() local
132 char str[100]; in main() local
141 char str[100]; in main() local
150 char str[100]; in main() local
159 char str[100]; in main() local
170 char str[100]; in main() local
182 char str[100]; in main() local
[all …]
Dput_long_double_ru_RU.pass.cpp76 char str[100]; in main() local
84 char str[100]; in main() local
92 char str[100]; in main() local
100 char str[100]; in main() local
109 char str[100]; in main() local
118 char str[100]; in main() local
127 char str[100]; in main() local
136 char str[100]; in main() local
147 char str[100]; in main() local
159 char str[100]; in main() local
[all …]
Dput_long_double_en_US.pass.cpp64 char str[100]; in main() local
72 char str[100]; in main() local
80 char str[100]; in main() local
88 char str[100]; in main() local
97 char str[100]; in main() local
106 char str[100]; in main() local
115 char str[100]; in main() local
124 char str[100]; in main() local
135 char str[100]; in main() local
147 char str[100]; in main() local
[all …]
Dput_string_en_US.pass.cpp64 char str[100]; in main() local
72 char str[100]; in main() local
80 char str[100]; in main() local
88 char str[100]; in main() local
97 char str[100]; in main() local
106 char str[100]; in main() local
115 char str[100]; in main() local
124 char str[100]; in main() local
135 char str[100]; in main() local
147 char str[100]; in main() local
[all …]
/external/angle/src/tests/preprocessor_tests/
Dif_test.cpp18 const char *str = in TEST_F() local
36 const char *str = in TEST_F() local
54 const char *str = in TEST_F() local
76 const char *str = in TEST_F() local
98 const char *str = in TEST_F() local
132 const char *str = in TEST_F() local
162 const char *str = in TEST_F() local
192 const char *str = in TEST_F() local
224 const char *str = in TEST_F() local
256 const char *str = in TEST_F() local
[all …]

12345678910>>...192