Home
last modified time | relevance | path

Searched refs:str (Results 4201 - 4225 of 9273) sorted by relevance

1...<<161162163164165166167168169170>>...371

/third_party/rust/crates/cxx/gen/lib/src/gen/
H A Dcfg.rs12 fn eval(&self, name: &str, value: Option<&str>) -> CfgResult { in eval()
/third_party/skia/gm/
H A Dmipmap.cpp43 SkString str; in DEF_SIMPLE_GM() local
44 str.printf("scale %g %g", dst.width() / img->width(), dst.height() / img->height()); in DEF_SIMPLE_GM()
45 // canvas->drawString(str, 300, 100, SkFont(nullptr, 30), paint); in DEF_SIMPLE_GM()
/third_party/skia/infra/bots/
H A Dutils.py33 print('Task started at %s GMT' % str(self._start))
38 print('Task finished at %s GMT (%f seconds)' % (str(finish), duration))
/third_party/skia/infra/bots/recipes/
H A Dtest.py50 host_dm_dir = str(api.flavor.host_dirs.dm_dir)
52 device_dm_dir = str(api.flavor.device_dirs.dm_dir)
/third_party/skia/bench/
H A DRotatedRectBench.cpp64 static SkString to_lower(const char* str) { in to_lower() argument
65 SkString lower(str); in to_lower()
/third_party/rust/crates/rustix/src/backend/libc/
H A Dweak.rs47 name: &'static str,
53 pub(crate) const fn new(name: &'static str) -> Self {
109 unsafe fn fetch(name: &str) -> *mut c_void { in fetch()
/third_party/rust/crates/regex/src/
H A Dre_builder.rs58 pub fn new(pattern: &str) -> RegexBuilder { in new()
258 S: AsRef<str>, in new()
/third_party/rust/crates/rustix/tests/net/
H A Dunix.rs24 use std::str::FromStr;
72 fn client(ready: Arc<(Mutex<bool>, Condvar)>, path: &Path, runs: &[(&[&str], i32)]) { in client()
/third_party/rust/crates/unicode-ident/generate/src/
H A Dmain.rs34 const UCD: &str = "UCD";
35 const TABLES: &str = "src/tables.rs";
/third_party/spirv-tools/test/val/
H A Dval_primitives_test.cpp69 return ss.str(); in GenerateShaderCode()
90 return ss.str(); in CallAndCallee()
/third_party/spirv-tools/utils/
H A Dgenerate_language_headers.py163 type=str, required=True,
166 type=str, required=True,
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderFunctionTests.cpp152 return new ShaderFunctionCase(context, name, description, isVertexCase, usesTextures, evalFunc, setupUniforms, tcu::StringTemplate(shaderSrc.str()).specialize(spParams).c_str(), defaultFragSrc); in createStructCase()
154 return new ShaderFunctionCase(context, name, description, isVertexCase, usesTextures, evalFunc, setupUniforms, defaultVertSrc, tcu::StringTemplate(shaderSrc.str()).specialize(spParams).c_str()); in createStructCase()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
H A Dwpas-dbus-new.py127 if not str(exc).startswith("fi.w1.wpa_supplicant1.InterfaceUnknown:"):
134 if not str(exc).startswith("fi.w1.wpa_supplicant1.InterfaceExists:"):
/third_party/vk-gl-cts/framework/common/
H A DtcuThreadUtil.hpp96 MessageBuilder (const MessageBuilder& other) : m_thread(other.m_thread), m_stream(other.m_stream.str()) {} in MessageBuilder()
190 void pushMessage (const std::string& str);
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderFunctionTests.cpp137 return new ShaderFunctionCase(context, name, description, isVertexCase, evalFunc, setupUniforms, tcu::StringTemplate(shaderSrc.str()).specialize(spParams).c_str(), defaultFragSrc); in createStructCase()
139 return new ShaderFunctionCase(context, name, description, isVertexCase, evalFunc, setupUniforms, defaultVertSrc, tcu::StringTemplate(shaderSrc.str()).specialize(spParams).c_str()); in createStructCase()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
H A Dwpas-dbus-new.py127 if not str(exc).startswith("fi.w1.wpa_supplicant1.InterfaceUnknown:"):
134 if not str(exc).startswith("fi.w1.wpa_supplicant1.InterfaceExists:"):
/third_party/skia/third_party/externals/angle2/scripts/
H A Dperf_test_runner.py134 logging.info('running %s' % str(run))
161 ["--steps-per-trial", str(steps)] + extra_args)
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DVaryingPacking_unittest.cpp80 varying.name = strstr.str(); in MakeVaryings()
81 varying.mappedName = strstr.str(); in MakeVaryings()
H A DUniform.cpp157 return fullNameStr.str(); in nameWithArrayIndex()
169 return fullNameStr.str(); in mappedNameWithArrayIndex()
/vendor/ohemu/qemu_riscv32_mini_system_demo/tests/ui/
H A Dui_image_test.cpp209 const char *str = "鸿蒙轻量级GUI"; in GetView() local
210 qrcode->SetQrcodeInfo(str); in GetView()
/third_party/libuv/src/
H A Dstrtok.h25 char* uv__strtok(char* str, const char* sep, char** itr);
/third_party/jerryscript/tests/jerry/
H A Dvariables.js19 var str = 'literal'; variable
/third_party/node/deps/uv/src/
H A Dstrtok.h25 char* uv__strtok(char* str, const char* sep, char** itr);
/third_party/rust/crates/cxx/tests/ui/
H A Dopaque_not_sized.rs8 struct TypeR(str);
/third_party/python/Tools/c-analyzer/c_parser/
H A D_state_machine.py23 if isinstance(srclines, str): # a filename

Completed in 13 milliseconds

1...<<161162163164165166167168169170>>...371