Home
last modified time | relevance | path

Searched refs:str (Results 4901 - 4925 of 9273) sorted by relevance

1...<<191192193194195196197198199200>>...371

/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderRenderCase.hpp61 const char* str (void) const { m_string = m_stream.str(); return m_string.c_str(); } in str() function in deqp::gls::LineStream
/third_party/vk-gl-cts/scripts/verify/
H A Dverify.py94 def beginsWith (str, prefix):
95 return str[:len(prefix)] == prefix
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderClockTests.cpp206 { "EXTENSIONS", extensions.str() }, in initShaderSpec()
207 { "SOURCE", source.str() } in initShaderSpec()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/p2p/
H A Dp2p_connect.py112 if not str(exc).startswith(
122 if not str(exc).startswith(
/third_party/vk-gl-cts/framework/opengl/
H A DgluContextInfo.cpp244 const char* str = (const char*)m_context.getFunctions().getString(param); in getString() local
246 return str; in getString()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/p2p/
H A Dp2p_connect.py112 if not str(exc).startswith(
122 if not str(exc).startswith(
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp1251 return result_sstream.str(); in getStringForVariableTypeValue()
3614 uniform_name_str = uniform_name_stream.str(); in inspectProgram()
4113 out_source_code = stream.str(); in prepareUniformDefinitions()
4253 out_source_code = stream.str(); in prepareUniformVerification()
4944 uniform_name_str = uniform_name_stream.str(); in init()
5148 program_info.init(m_context, m_uniform_details, fragment_shader_code.str().c_str(), in prepareProgram()
5149 geometry_shader_code.str().c_str(), tess_control_shader_code.str().c_str(), in prepareProgram()
5150 tess_eval_shader_code.str().c_str(), vertex_shader_code.str() in prepareProgram()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp292 return out.str(); in toString()
891 programCollection.glslSources.add(shaderName) << glu::ComputeSource(comp.str()); in generateSources()
981 programCollection.glslSources.add(shaderName) << glu::VertexSource(vert.str()); in generateSources()
1003 programCollection.glslSources.add(shaderName) << glu::FragmentSource(frag.str()); in generateSources()
1039 programCollection.glslSources.add(shaderName) << glu::TessellationControlSource(tesc.str()); in generateSources()
1071 programCollection.glslSources.add(shaderName) << glu::TessellationEvaluationSource(tese.str()); in generateSources()
1117 programCollection.glslSources.add(shaderName) << glu::GeometrySource(geom.str()); in generateSources()
1196 programCollection.glslSources.add(shaderName) << glu::RaygenSource(rgen.str()) << buildOptions; in generateSources()
1222 programCollection.glslSources.add(shaderName) << glu::AnyHitSource(ahit.str()) << buildOptions; in generateSources()
1247 programCollection.glslSources.add(shaderName) << glu::ClosestHitSource(chit.str()) << buildOption in generateSources()
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSynchronizationTests.cpp461 return buf.str();
524 return specializeShader(m_context, buf.str().c_str());
582 return buf.str();
640 return buf.str();
722 return buf.str();
866 return specializeShader(m_context, buf.str().c_str());
1807 return new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(specializeShader(m_context, buf.str().c_str())));
1878 return new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(specializeShader(m_context, buf.str().c_str())));
1938 return new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(specializeShader(m_context, buf.str().c_str())));
2007 return new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(specializeShader(m_context, buf.str()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp289 return out.str(); in toString()
885 programCollection.glslSources.add(shaderName) << glu::ComputeSource(comp.str()); in generateSources()
975 programCollection.glslSources.add(shaderName) << glu::VertexSource(vert.str()); in generateSources()
997 programCollection.glslSources.add(shaderName) << glu::FragmentSource(frag.str()); in generateSources()
1033 programCollection.glslSources.add(shaderName) << glu::TessellationControlSource(tesc.str()); in generateSources()
1065 programCollection.glslSources.add(shaderName) << glu::TessellationEvaluationSource(tese.str()); in generateSources()
1111 programCollection.glslSources.add(shaderName) << glu::GeometrySource(geom.str()); in generateSources()
1190 programCollection.glslSources.add(shaderName) << glu::RaygenSource(rgen.str()) << buildOptions; in generateSources()
1216 programCollection.glslSources.add(shaderName) << glu::AnyHitSource(ahit.str()) << buildOptions; in generateSources()
1241 programCollection.glslSources.add(shaderName) << glu::ClosestHitSource(chit.str()) << buildOption in generateSources()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingMutableTests.cpp187 return s.str(); in toHex()
1152 return declarations.str();
1295 return checks.str();
1450 return declarations.str();
1467 return checks.str();
2319 preamble << vertexPreamble.str();
2345 preamble << tescPreamble.str();
2349 preamble << tesePreamble.str();
2366 preamble << extraSet.str();
2376 shader << preamble.str();
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryBuiltinTests.cpp325 return src.str(); in getGraphicsPassthrough()
341 return src.str(); in getVertexPassthrough()
346 std::ostringstream str; in getGeomName() local
347 str << "geom" << (writePointSize ? "_point_size" : ""); in getGeomName()
348 return str.str(); in getGeomName()
490 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()) << buildOptions; in initPrograms()
515 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()) << buildOptions; in initPrograms()
560 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str()) << buildOptions; in initPrograms()
578 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(src.str()) << buildOption in initPrograms()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingMutableTests.cpp183 return s.str(); in toHex()
1148 return declarations.str();
1291 return checks.str();
1446 return declarations.str();
1463 return checks.str();
2315 preamble << vertexPreamble.str();
2341 preamble << tescPreamble.str();
2345 preamble << tesePreamble.str();
2362 preamble << extraSet.str();
2372 shader << preamble.str();
[all...]
/test/xts/acts/graphic/acts_drawing_native/
H A DDrawingNativeCanvasTestPart4.cpp1637 //6. OH_Drawing_CanvasDrawSingleCharacter parameter is normal, where str is a single character,UTF-8 encoded, and in HWTEST_F()
1641 const char* str = "a"; in HWTEST_F() local
1643 OH_Drawing_CanvasDrawSingleCharacter(canvas, str, font, x, y); in HWTEST_F()
1645 //7. OH_Drawing_CanvasDrawSingleCharacter parameters are entered normally, where str is a multi-character, UTF-8 in HWTEST_F()
1647 str = "abc"; in HWTEST_F()
1649 OH_Drawing_CanvasDrawSingleCharacter(canvas, str, font, x, y); in HWTEST_F()
1680 const char *str = "a"; in HWTEST_F() local
1681 OH_Drawing_CanvasDrawSingleCharacter(nullptr, str, font, x, y); in HWTEST_F()
1682 //7. OH_Drawing_CanvasDrawSingleCharacter parameter str is empty in HWTEST_F()
1683 str in HWTEST_F()
[all...]
/third_party/alsa-lib/src/topology/
H A Ddata.c268 static int get_hex_num(const char *str) in get_hex_num() argument
270 int delims, values, len = strlen(str); in get_hex_num()
271 const char *s, *end = str + len; in get_hex_num()
274 s = str; in get_hex_num()
303 s = str; in get_hex_num()
342 static int get_uuid(const char *str, unsigned char *uuid_le) in get_uuid() argument
348 tmp = strdup(str); in get_uuid()
410 static int write_hex(char *buf, char *str, int width) in write_hex() argument
416 if (safe_strtol_base(str, &val, 16) < 0) in write_hex()
436 static int copy_data_hex(char *data, int off, const char *str, in argument
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Ditrbnf.cpp1942 UnicodeString str; in TestAllLocales() local
1943 f->format(n, str); in TestAllLocales()
1947 + "success: " + n + " -> " + str); in TestAllLocales() local
1957 f->parse(str, num, status); in TestAllLocales()
1960 + "ERROR could not parse '" + str + "' -> " + u_errorName(status)); in TestAllLocales()
1967 + UnicodeString(" -> ") + str + UnicodeString(" -> ") + num.getLong()); in TestAllLocales()
1973 + UnicodeString(" -> ") + str + UnicodeString(" -> ") + num.getDouble()); in TestAllLocales()
1979 f->parse(str, num, status); in TestAllLocales()
1982 + "ERROR could not parse(lenient) '" + str + "' -> " + u_errorName(status)); in TestAllLocales()
1989 + UnicodeString(" -> ") + str in TestAllLocales()
[all...]
/third_party/icu/icu4c/source/common/
H A Dlocid.cpp1090 inline bool notEmpty(const char* str) {
1091 return str && str[0] != NULL_CHAR;
1204 CharString* str = new CharString(
1206 LocalPointer<CharString> lpStr(str, status);
1211 char* data = str->data();
1521 const char* str = transformedExtensions.data();
1522 const char* tkey = ultag_getTKeyStart(str);
1523 int32_t tlangLen = (tkey == str) ? 0 :
1524 ((tkey == nullptr) ? len : static_cast<int32_t>((tkey - str
[all...]
/third_party/icu/vendor/double-conversion/upstream/test/cctest/
H A Dtest-strtod.cc39 static Vector<const char> StringToVector(const char* str) { in StringToVector() argument
40 int len = static_cast<int>(strlen(str)); in StringToVector()
41 return Vector<const char>(str, len); in StringToVector()
45 static double StrtodChar(const char* str, int exponent) { in StrtodChar() argument
46 return Strtod(StringToVector(str), exponent); in StrtodChar()
50 static double StrtodTrimmedChar(const char* str, int exponent) { in StrtodTrimmedChar() argument
51 return StrtodTrimmed(StringToVector(str), exponent); in StrtodTrimmedChar()
55 static float StrtofChar(const char* str, int exponent) { in StrtofChar() argument
56 return Strtof(StringToVector(str), exponent); in StrtofChar()
59 static float StrtofTrimmedChar(const char* str, in argument
[all...]
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/crypto/poly1305/
H A Dpoly1305-armv8.S120 str x6,[x0,#16]
204 str w12,[x0,#16*0] // r0
206 str w13,[x0,#16*1] // r1
208 str w12,[x0,#16*2] // s1
209 str w14,[x0,#16*3] // r2
211 str w13,[x0,#16*4] // s2
212 str w15,[x0,#16*5] // r3
214 str w14,[x0,#16*6] // s3
215 str w16,[x0,#16*7] // r4
216 str w1
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/crypto/poly1305/
H A Dpoly1305-armv8.S120 str x6,[x0,#16]
204 str w12,[x0,#16*0] // r0
206 str w13,[x0,#16*1] // r1
208 str w12,[x0,#16*2] // s1
209 str w14,[x0,#16*3] // r2
211 str w13,[x0,#16*4] // s2
212 str w15,[x0,#16*5] // r3
214 str w14,[x0,#16*6] // s3
215 str w16,[x0,#16*7] // r4
216 str w1
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/crypto/poly1305/
H A Dpoly1305-armv8.S120 str x6,[x0,#16]
204 str w12,[x0,#16*0] // r0
206 str w13,[x0,#16*1] // r1
208 str w12,[x0,#16*2] // s1
209 str w14,[x0,#16*3] // r2
211 str w13,[x0,#16*4] // s2
212 str w15,[x0,#16*5] // r3
214 str w14,[x0,#16*6] // s3
215 str w16,[x0,#16*7] // r4
216 str w1
[all...]
/third_party/node/tools/gyp/pylib/gyp/
H A Dxcode_emulation.py218 lst.append(format_str % str(self._Settings()[test_key]))
220 lst.append(format_str % str(default))
1810 if not isinstance(additional_settings[k], str):
1820 def _NormalizeEnvVarReferences(str):
1825 str = re.sub(r"\$([a-zA-Z_][a-zA-Z0-9_]*)", r"${\1}", str)
1828 matches = re.findall(r"(\$\(([a-zA-Z0-9\-_]+)\))", str)
1832 str = str.replace(to_replace, "${" + variable + "}")
1834 return str
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dlocid.cpp1097 inline bool notEmpty(const char* str) {
1098 return str && str[0] != NULL_CHAR;
1211 CharString* str = new CharString(
1213 LocalPointer<CharString> lpStr(str, status);
1218 char* data = str->data();
1528 const char* str = transformedExtensions.data();
1529 const char* tkey = ultag_getTKeyStart(str);
1530 int32_t tlangLen = (tkey == str) ? 0 :
1531 ((tkey == nullptr) ? len : static_cast<int32_t>((tkey - str
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcode_emulation.py218 lst.append(format_str % str(self._Settings()[test_key]))
220 lst.append(format_str % str(default))
1804 if not isinstance(additional_settings[k], str):
1814 def _NormalizeEnvVarReferences(str):
1819 str = re.sub(r"\$([a-zA-Z_][a-zA-Z0-9_]*)", r"${\1}", str)
1822 matches = re.findall(r"(\$\(([a-zA-Z0-9\-_]+)\))", str)
1826 str = str.replace(to_replace, "${" + variable + "}")
1828 return str
[all...]
/third_party/node/deps/v8/src/objects/
H A Dstring.cc1206 uint32_t ToValidIndex(String str, Object number) { in ToValidIndex() argument
1208 uint32_t length_value = static_cast<uint32_t>(str.length()); in ToValidIndex()
1552 bool String::HasOneBytePrefix(base::Vector<const char> str) { in HasOneBytePrefix() argument
1555 str, GetPtrComprCageBase(*this), in HasOneBytePrefix()
1580 bool String::IsIdentifier(Isolate* isolate, Handle<String> str) { in IsIdentifier() argument
1581 str = String::Flatten(isolate, str); in IsIdentifier()
1583 String::FlatContent flat = str->GetFlatContent(no_gc); in IsIdentifier()
1814 FlatStringReader::FlatStringReader(Isolate* isolate, Handle<String> str) in FlatStringReader() argument
1815 : Relocatable(isolate), str_(str), length in FlatStringReader()
[all...]

Completed in 55 milliseconds

1...<<191192193194195196197198199200>>...371