Home
last modified time | relevance | path

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

12345678910>>...168

/third_party/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 …]
/third_party/python/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]]:
Dbuild.py23 def get_extra_flags(compiler_flags: str, compiler_py_flags_nodist: str) -> List[str]:
32 generated_source_path: str,
33 build_dir: Optional[str] = None,
104 grammar_file: str, verbose_tokenizer: bool = False, verbose_parser: bool = False
117 def generate_token_definitions(tokens: IO[str]) -> TokenDefinitions:
148 grammar_file: str,
149 tokens_file: str,
150 output_file: str,
176 grammar: Grammar, grammar_file: str, output_file: str, skip_actions: bool = False,
185 grammar_file: str,
[all …]
/third_party/skia/third_party/externals/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 …]
Dval_ssa_test.cpp35 char str[] = R"( in TEST_F() local
53 char str[] = R"( in TEST_F() local
71 char str[] = R"( in TEST_F() local
88 char str[] = R"( in TEST_F() local
102 char str[] = R"( in TEST_F() local
126 char str[] = R"( in TEST_F() local
149 char str[] = R"( in TEST_F() local
166 char str[] = R"( in TEST_F() local
178 char str[] = R"( in TEST_F() local
193 char str[] = R"( in TEST_F() local
[all …]
Dval_type_unique_test.cpp99 std::string str = GetHeader() + GetBody(); in TEST_F() local
105 std::string str = GetHeader() + R"( in TEST_F() local
114 std::string str = GetHeader() + R"( in TEST_F() local
123 std::string str = GetHeader() + R"( in TEST_F() local
132 std::string str = GetHeader() + R"( in TEST_F() local
141 std::string str = GetHeader() + R"( in TEST_F() local
151 std::string str = GetHeader() + R"( in TEST_F() local
161 std::string str = GetHeader() + R"( in TEST_F() local
171 std::string str = R"( in TEST_F() local
188 std::string str = R"( in TEST_F() local
[all …]
/third_party/skia/third_party/externals/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 …]
Dval_ssa_test.cpp35 char str[] = R"( in TEST_F() local
53 char str[] = R"( in TEST_F() local
71 char str[] = R"( in TEST_F() local
88 char str[] = R"( in TEST_F() local
102 char str[] = R"( in TEST_F() local
126 char str[] = R"( in TEST_F() local
149 char str[] = R"( in TEST_F() local
166 char str[] = R"( in TEST_F() local
178 char str[] = R"( in TEST_F() local
193 char str[] = R"( in TEST_F() local
[all …]
Dval_type_unique_test.cpp99 std::string str = GetHeader() + GetBody(); in TEST_F() local
105 std::string str = GetHeader() + R"( in TEST_F() local
114 std::string str = GetHeader() + R"( in TEST_F() local
123 std::string str = GetHeader() + R"( in TEST_F() local
132 std::string str = GetHeader() + R"( in TEST_F() local
141 std::string str = GetHeader() + R"( in TEST_F() local
151 std::string str = GetHeader() + R"( in TEST_F() local
161 std::string str = GetHeader() + R"( in TEST_F() local
171 std::string str = R"( in TEST_F() local
188 std::string str = R"( in TEST_F() local
[all …]
/third_party/flutter/skia/third_party/externals/angle2/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 …]
Dlocation_test.cpp37 const char *str = "foo"; in TEST_F() local
46 const char *str = "\nfoo"; in TEST_F() local
55 const char *const str[] = {"\n\n", "foo"}; in TEST_F() local
64 const char *const str[] = {"\n\n", "\nfoo"}; in TEST_F() local
73 const char *str = "/*\n\n*/foo"; in TEST_F() local
82 const char *str = "/*\n\n*/@"; in TEST_F() local
97 const char *const str[] = {"f", "oo"}; in TEST_F() local
106 const char *const str[] = {"f", "o", "o"}; in TEST_F() local
115 const char *const str[] = {"foo"}; in TEST_F() local
133 const char *const str[] = {"foo\n"}; in TEST_F() local
[all …]
/third_party/skia/third_party/externals/angle2/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 …]
Dlocation_test.cpp37 const char *str = "foo"; in TEST_F() local
46 const char *str = "\nfoo"; in TEST_F() local
55 const char *const str[] = {"\n\n", "foo"}; in TEST_F() local
64 const char *const str[] = {"\n\n", "\nfoo"}; in TEST_F() local
73 const char *str = "/*\n\n*/foo"; in TEST_F() local
82 const char *str = "/*\n\n*/@"; in TEST_F() local
97 const char *const str[] = {"f", "oo"}; in TEST_F() local
106 const char *const str[] = {"f", "o", "o"}; in TEST_F() local
115 const char *const str[] = {"foo"}; in TEST_F() local
133 const char *const str[] = {"foo\n"}; in TEST_F() local
[all …]
/third_party/flutter/skia/third_party/externals/spirv-tools/test/val/
Dval_data_test.cpp110 string str = header + R"( in TEST_F() local
120 string str = header + R"( in TEST_F() local
130 string str = header + R"( in TEST_F() local
139 string str = header + R"( in TEST_F() local
148 string str = header + R"( in TEST_F() local
157 string str = header + R"( in TEST_F() local
167 string str = header + R"( in TEST_F() local
177 string str = header_with_vec16_cap + R"( in TEST_F() local
186 string str = header + R"( in TEST_F() local
196 string str = header_with_vec16_cap + R"( in TEST_F() local
[all …]
Dval_ssa_test.cpp36 char str[] = R"( in TEST_F() local
54 char str[] = R"( in TEST_F() local
72 char str[] = R"( in TEST_F() local
89 char str[] = R"( in TEST_F() local
103 char str[] = R"( in TEST_F() local
126 char str[] = R"( in TEST_F() local
148 char str[] = R"( in TEST_F() local
165 char str[] = R"( in TEST_F() local
177 char str[] = R"( in TEST_F() local
192 char str[] = R"( in TEST_F() local
[all …]
Dval_type_unique_test.cpp102 string str = GetHeader() + GetBody(); in TEST_F() local
108 string str = GetHeader() + R"( in TEST_F() local
117 string str = GetHeader() + R"( in TEST_F() local
126 string str = GetHeader() + R"( in TEST_F() local
135 string str = GetHeader() + R"( in TEST_F() local
144 string str = GetHeader() + R"( in TEST_F() local
154 string str = GetHeader() + R"( in TEST_F() local
164 string str = GetHeader() + R"( in TEST_F() local
174 string str = R"( in TEST_F() local
191 string str = R"( in TEST_F() local
[all …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dtest-number.cc34 const char str[] = "123"; in main() local
47 const char str[] = "123"; in main() local
60 const char str[] = "12F"; in main() local
73 const char str[] = "12Fq"; in main() local
87 const char str[] = "-123"; in main() local
100 const char str[] = "123"; in main() local
113 const char str[] = "123\0"; in main() local
126 const char str[] = "123V"; in main() local
139 const char str[] = ".123"; in main() local
151 const char str[] = "0.123"; in main() local
[all …]
/third_party/harfbuzz/src/
Dtest-number.cc34 const char str[] = "123"; in main() local
47 const char str[] = "123"; in main() local
60 const char str[] = "12F"; in main() local
73 const char str[] = "12Fq"; in main() local
87 const char str[] = "-123"; in main() local
100 const char str[] = "123"; in main() local
113 const char str[] = "123\0"; in main() local
126 const char str[] = "123V"; in main() local
139 const char str[] = ".123"; in main() local
151 const char str[] = "0.123"; in main() local
[all …]
/third_party/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser_test.cc162 StringPiece str = "true"; in TEST_F() local
170 StringPiece str = "false"; in TEST_F() local
178 StringPiece str = "null"; in TEST_F() local
187 StringPiece str = "{}"; in TEST_F() local
195 StringPiece str = "[]"; in TEST_F() local
204 StringPiece str = "42.5"; in TEST_F() local
212 StringPiece str = "1.2345e-10"; in TEST_F() local
220 StringPiece str = "-1045.235"; in TEST_F() local
228 StringPiece str = "123456"; in TEST_F() local
236 StringPiece str = "-79497823553162765"; in TEST_F() local
[all …]
/third_party/skia/third_party/externals/freetype/tests/scripts/
Ddownload-test-fonts.py101 def check_existing(path: str, hex_digest: str):
112 def install_file(content: bytes, dest_path: str):
127 def download_file(url: str, expected_digest: Optional[bytes] = None):
152 archive_name: str,
153 filepath: str,
183 install_path: str,
184 hex_digest: Optional[str],
201 item: dict, install_dir: str, force_download: bool
/third_party/grpc/src/python/grpcio/grpc/
D_simple_stubs.py60 def _create_channel(target: str, options: Sequence[Tuple[str, str]], argument
130 def get_channel(self, target: str, options: Sequence[Tuple[str, str]], argument
171 target: str,
172 method: str,
182 metadata: Optional[Sequence[Tuple[str, Union[str, bytes]]]] = None
252 target: str,
253 method: str,
263 metadata: Optional[Sequence[Tuple[str, Union[str, bytes]]]] = None
332 target: str,
333 method: str,
[all …]
/third_party/boost/boost/spirit/home/x3/support/traits/
Dstring_traits.hpp81 decltype(auto) get_c_string(T* str) in get_c_string()
87 decltype(auto) get_c_string(T const* str) in get_c_string()
93 decltype(auto) get_c_string(String& str) in get_c_string()
99 decltype(auto) get_c_string(String const& str) in get_c_string()
111 inline T const* get_string_begin(T const* str) { return str; } in get_string_begin()
114 inline T* get_string_begin(T* str) { return str; } in get_string_begin()
117 inline T const* get_string_end(T const* str) in get_string_end()
126 inline T* get_string_end(T* str) in get_string_end()
136 inline typename Str::const_iterator get_string_begin(Str const& str) in get_string_begin()
141 get_string_begin(Str& str) in get_string_begin()
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dgsttageditingprivate.c28 __exif_tag_image_orientation_to_exif_value (const gchar * str) in __exif_tag_image_orientation_to_exif_value()
82 __exif_tag_capturing_exposure_program_to_exif_value (const gchar * str) in __exif_tag_capturing_exposure_program_to_exif_value()
140 __exif_tag_capturing_exposure_mode_to_exif_value (const gchar * str) in __exif_tag_capturing_exposure_mode_to_exif_value()
174 __exif_tag_capturing_scene_capture_type_to_exif_value (const gchar * str) in __exif_tag_capturing_scene_capture_type_to_exif_value()
212 __exif_tag_capturing_gain_adjustment_to_exif_value (const gchar * str) in __exif_tag_capturing_gain_adjustment_to_exif_value()
254 __exif_tag_capturing_white_balance_to_exif_value (const gchar * str) in __exif_tag_capturing_white_balance_to_exif_value()
284 __exif_tag_capturing_contrast_sharpness_to_exif_value (const gchar * str, in __exif_tag_capturing_contrast_sharpness_to_exif_value()
320 __exif_tag_capturing_contrast_to_exif_value (const gchar * str) in __exif_tag_capturing_contrast_to_exif_value()
334 __exif_tag_capturing_saturation_to_exif_value (const gchar * str) in __exif_tag_capturing_saturation_to_exif_value()
368 __exif_tag_capturing_sharpness_to_exif_value (const gchar * str) in __exif_tag_capturing_sharpness_to_exif_value()
[all …]
/third_party/cef/libcef/common/
Dstring_types_impl.cc16 void string_wide_dtor(wchar_t* str) { in string_wide_dtor()
20 void string_utf8_dtor(char* str) { in string_utf8_dtor()
24 void string_utf16_dtor(char16* str) { in string_utf16_dtor()
110 CEF_EXPORT void cef_string_wide_clear(cef_string_wide_t* str) { in cef_string_wide_clear()
120 CEF_EXPORT void cef_string_utf8_clear(cef_string_utf8_t* str) { in cef_string_utf8_clear()
130 CEF_EXPORT void cef_string_utf16_clear(cef_string_utf16_t* str) { in cef_string_utf16_clear()
192 std::string str; in cef_string_wide_to_utf8() local
202 std::wstring str; in cef_string_utf8_to_wide() local
212 std::u16string str; in cef_string_wide_to_utf16() local
223 std::wstring str; in cef_string_utf16_to_wide() local
[all …]
/third_party/node/deps/npm/node_modules/columnify/
Dutils.js12 function repeatString(str, len) { argument
26 function padRight(str, max, chr) { argument
44 function padCenter(str, max, chr) { argument
64 function padLeft(str, max, chr) { argument
81 function splitIntoLines(str, max) { argument
82 function _splitIntoLines(str, max) { argument
94 return str.split('\n').map(function(str) { argument
111 function splitLongWords(str, max, truncationChar) { argument
163 function truncateString(str, max) { argument

12345678910>>...168