/third_party/rust/crates/cxx/gen/lib/src/gen/ |
H A D | cfg.rs | 12 fn eval(&self, name: &str, value: Option<&str>) -> CfgResult { in eval()
|
/third_party/skia/gm/ |
H A D | mipmap.cpp | 43 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 D | utils.py | 33 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 D | test.py | 50 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 D | RotatedRectBench.cpp | 64 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 D | weak.rs | 47 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 D | re_builder.rs | 58 pub fn new(pattern: &str) -> RegexBuilder { in new() 258 S: AsRef<str>, in new()
|
/third_party/rust/crates/rustix/tests/net/ |
H A D | unix.rs | 24 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 D | main.rs | 34 const UCD: &str = "UCD"; 35 const TABLES: &str = "src/tables.rs";
|
/third_party/spirv-tools/test/val/ |
H A D | val_primitives_test.cpp | 69 return ss.str(); in GenerateShaderCode() 90 return ss.str(); in CallAndCallee()
|
/third_party/spirv-tools/utils/ |
H A D | generate_language_headers.py | 163 type=str, required=True, 166 type=str, required=True,
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderFunctionTests.cpp | 152 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 D | wpas-dbus-new.py | 127 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 D | tcuThreadUtil.hpp | 96 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 D | es2fShaderFunctionTests.cpp | 137 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 D | wpas-dbus-new.py | 127 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 D | perf_test_runner.py | 134 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 D | VaryingPacking_unittest.cpp | 80 varying.name = strstr.str(); in MakeVaryings() 81 varying.mappedName = strstr.str(); in MakeVaryings()
|
H A D | Uniform.cpp | 157 return fullNameStr.str(); in nameWithArrayIndex() 169 return fullNameStr.str(); in mappedNameWithArrayIndex()
|
/vendor/ohemu/qemu_riscv32_mini_system_demo/tests/ui/ |
H A D | ui_image_test.cpp | 209 const char *str = "鸿蒙轻量级GUI"; in GetView() local 210 qrcode->SetQrcodeInfo(str); in GetView()
|
/third_party/libuv/src/ |
H A D | strtok.h | 25 char* uv__strtok(char* str, const char* sep, char** itr);
|
/third_party/jerryscript/tests/jerry/ |
H A D | variables.js | 19 var str = 'literal'; variable
|
/third_party/node/deps/uv/src/ |
H A D | strtok.h | 25 char* uv__strtok(char* str, const char* sep, char** itr);
|
/third_party/rust/crates/cxx/tests/ui/ |
H A D | opaque_not_sized.rs | 8 struct TypeR(str);
|
/third_party/python/Tools/c-analyzer/c_parser/ |
H A D | _state_machine.py | 23 if isinstance(srclines, str): # a filename
|