Home
last modified time | relevance | path

Searched refs:str (Results 5626 - 5650 of 9254) sorted by relevance

1...<<221222223224225226227228229230>>...371

/third_party/protobuf/js/experimental/runtime/kernel/
H A Dkernel_compatibility_test.js33 * @param {string} str
36 function getCharacterCodes(str) {
37 return Array.from(str, (c) => c.charCodeAt(0));
/third_party/python/Lib/test/test_importlib/
H A Dtest_main.py32 assert isinstance(dist.version, str)
49 assert "metadata" in str(ctx.exception)
/third_party/python/Lib/
H A Dtypes.py48 MethodDescriptorType = type(str.join)
299 UnionType = type(int | str)
/third_party/python/Lib/unittest/test/
H A Dtest_assertions.py68 self.assertIn("KeyError not raised", str(e))
91 self.assertIn("KeyError not raised", str(e))
/third_party/python/Lib/unittest/
H A Dsuite.py55 if isinstance(tests, str):
243 addSkip(error, str(exception))
H A Dmain.py70 if isinstance(module, str):
146 elif isinstance(self.defaultTest, str):
H A Drunner.py49 return '\n'.join((str(test), doc_first_line))
51 return str(test)
/third_party/python/Lib/wsgiref/
H A Dhandlers.py212 self.headers['Content-Length'] = str(self.bytes_sent)
255 if type(value) is str:
258 "{0} must be of type str (got {1})".format(title, repr(value))
/third_party/rust/crates/memchr/src/memmem/prefilter/
H A Dmod.rs493 std::str::from_utf8(&self.haystack).unwrap(), in run()
495 std::str::from_utf8(&self.needle).unwrap(), in run()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Djsval_layout_opaque_1_0.hpp294 JSString* str; member
343 JSString* str; member
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Diostream_state_saver_test.cc46 << ss.str() << " " // in StreamRoundTrip()
70 << ss.str() << " " // in StreamRoundTrip()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dcontainer_memory_test.cc148 [](absl::string_view str) { return str.size(); })); in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dbind.cc130 return ParseFormatString(format.str(), in ConvertAll()
164 Append(ss.str()); in ConvertOne()
/third_party/skia/infra/bots/recipe_modules/flavor/
H A Dapi.py140 if str(actual_version_file) != str(device_version_file):
/third_party/skia/buildtools/checkdeps/
H A Dbuilddeps.py237 'Str': str,
256 print(' Error reading %s: %s' % (deps_file_path, str(e)))
/third_party/rust/crates/nix/test/
H A Dtest_mq.rs3 use std::str;
55 assert_eq!(msg_to_send, str::from_utf8(&buf[0..len]).unwrap()); in test_mq_send_and_receive()
/third_party/rust/crates/syn/codegen/src/
H A Dfold.rs8 const FOLD_SRC: &str = "src/gen/fold.rs";
10 fn simple_visit(item: &str, name: &TokenStream) -> TokenStream { in simple_visit()
H A Dvisit_mut.rs9 const VISIT_MUT_SRC: &str = "src/gen/visit_mut.rs";
11 fn simple_visit(item: &str, name: &Operand) -> TokenStream { in simple_visit()
/third_party/rust/crates/rustix/tests/path/
H A Darg.rs15 let t: &str = "hello"; in test_arg()
84 let t: Cow<'_, str> = Cow::Borrowed("hello"); in test_arg()
90 let t: Cow<'_, str> = Cow::Owned("hello".to_owned()); in test_arg()
/third_party/spirv-tools/source/
H A Dname_mapper.cpp39 return os.str(); in to_string()
300 auto value_str = value.str(); in ParseInstruction()
/third_party/spirv-tools/test/opt/
H A Dpass_fixture.h214 auto match_result = effcee::Match(errs.str(), original); in SinglePassRunAndFail()
217 << errs.str(); in SinglePassRunAndFail()
/third_party/spirv-tools/test/
H A Dtext_to_binary.control_flow_test.cpp89 EXPECT_THAT(CompiledInstructions(input.str(), std::get<0>(GetParam())), in TEST_P()
248 ss.str(), in MakeSwitchTestCase()
/third_party/spirv-tools/test/val/
H A Dval_ray_tracing_reorder_test.cpp65 return ss.str(); in GenerateReorderThreadCode()
184 return ss.str(); in GenerateReorderShaderCode()
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dlog.go35 func LoggingStream(str jsonrpc2.Stream, w io.Writer) jsonrpc2.Stream {
36 return &loggingStream{str, w}
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeAdvancedBlendEquationTests.cpp144 return source.str(); in generateVertexShaderSource()
162 return source.str(); in generateFragmentShaderSource()

Completed in 19 milliseconds

1...<<221222223224225226227228229230>>...371