Home
last modified time | relevance | path

Searched refs:strstr (Results 1 – 25 of 663) sorted by relevance

12345678910>>...27

/external/cblas/src/
Dcblas_xerbla.c18 if (strstr(rout,"gemm") != 0) in cblas_xerbla()
25 else if (strstr(rout,"symm") != 0 || strstr(rout,"hemm") != 0) in cblas_xerbla()
30 else if (strstr(rout,"trmm") != 0 || strstr(rout,"trsm") != 0) in cblas_xerbla()
35 else if (strstr(rout,"gemv") != 0) in cblas_xerbla()
40 else if (strstr(rout,"gbmv") != 0) in cblas_xerbla()
47 else if (strstr(rout,"ger") != 0) in cblas_xerbla()
54 else if ( (strstr(rout,"her2") != 0 || strstr(rout,"hpr2") != 0) in cblas_xerbla()
55 && strstr(rout,"her2k") == 0 ) in cblas_xerbla()
/external/angle/src/common/
Dangleutils.cpp27 std::stringstream strstr; in ArrayString() local
28 strstr << "["; in ArrayString()
29 strstr << i; in ArrayString()
30 strstr << "]"; in ArrayString()
31 return strstr.str(); in ArrayString()
36 std::stringstream strstr; in ArrayIndexString() local
42 strstr << "["; in ArrayIndexString()
43 strstr << (*indicesIt); in ArrayIndexString()
44 strstr << "]"; in ArrayIndexString()
47 return strstr.str(); in ArrayIndexString()
/external/cblas/testing/
Dc_xerbla.c36 if (strstr(rout,"gemm") != 0) in cblas_xerbla()
43 else if (strstr(rout,"symm") != 0 || strstr(rout,"hemm") != 0) in cblas_xerbla()
48 else if (strstr(rout,"trmm") != 0 || strstr(rout,"trsm") != 0) in cblas_xerbla()
53 else if (strstr(rout,"gemv") != 0) in cblas_xerbla()
58 else if (strstr(rout,"gbmv") != 0) in cblas_xerbla()
65 else if (strstr(rout,"ger") != 0) in cblas_xerbla()
72 else if ( ( strstr(rout,"her2") != 0 || strstr(rout,"hpr2") != 0 ) in cblas_xerbla()
73 && strstr(rout,"her2k") == 0 ) in cblas_xerbla()
/external/grpc-grpc/test/core/end2end/tests/
Dchannelz.cc220 GPR_ASSERT(nullptr == strstr(json, "\"callsStarted\"")); in test_channelz()
221 GPR_ASSERT(nullptr == strstr(json, "\"callsFailed\"")); in test_channelz()
222 GPR_ASSERT(nullptr == strstr(json, "\"callsSucceeded\"")); in test_channelz()
230 GPR_ASSERT(nullptr != strstr(json, "\"callsStarted\":\"1\"")); in test_channelz()
231 GPR_ASSERT(nullptr != strstr(json, "\"callsSucceeded\":\"1\"")); in test_channelz()
240 GPR_ASSERT(nullptr != strstr(json, "\"callsStarted\":\"2\"")); in test_channelz()
241 GPR_ASSERT(nullptr != strstr(json, "\"callsFailed\":\"1\"")); in test_channelz()
242 GPR_ASSERT(nullptr != strstr(json, "\"callsSucceeded\":\"1\"")); in test_channelz()
244 GPR_ASSERT(nullptr == strstr(json, "\"trace\"")); in test_channelz()
245 GPR_ASSERT(nullptr == strstr(json, "\"description\":\"Channel created\"")); in test_channelz()
[all …]
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTgles2Ext.cpp73 if (strstr((char *)pszGLExtensions, "GL_EXT_multi_draw_arrays")) in LoadExtensions()
80 if (strstr((char *)pszGLExtensions, "GL_OES_mapbuffer")) in LoadExtensions()
88 if (strstr((char *)pszGLExtensions, "GL_OES_vertex_array_object")) in LoadExtensions()
97 if (strstr((char *)pszGLExtensions, "GL_IMG_multisampled_render_to_texture")) in LoadExtensions()
104 if (strstr((char *)pszGLExtensions, "GL_ANGLE_framebuffer_multisample")) in LoadExtensions()
110 if (strstr((char *)pszGLExtensions, "GL_NV_framebuffer_blit")) in LoadExtensions()
116 if(strstr((char *)pszGLExtensions, "GL_OES_texture_3D")) in LoadExtensions()
127 if (strstr((char *)pszGLExtensions, "GL_EXT_draw_buffers")) in LoadExtensions()
135 if (strstr((char *)pszGLExtensions, "GL_EXT_discard_framebuffer")) in LoadExtensions()
142 if (strstr((char *)pszGLExtensions, "GL_EXT_occlusion_query_boolean")) in LoadExtensions()
[all …]
/external/llvm/test/Transforms/InstCombine/
Dstrstr-1.ll1 ; Test that the strstr library call simplifier works correctly.
12 declare i8* @strstr(i8*, i8*)
14 ; Check strstr(str, "") -> str.
19 %ret = call i8* @strstr(i8* %str, i8* %pat)
24 ; Check strstr(str, "a") -> strchr(str, 'a').
29 %ret = call i8* @strstr(i8* %str, i8* %pat)
34 ; Check strstr("abcde", "bcd") -> "abcde" + 1.
40 %ret = call i8* @strstr(i8* %str, i8* %pat)
45 ; Check strstr(str, str) -> str.
49 %ret = call i8* @strstr(i8* %str, i8* %str)
[all …]
Dstrstr-2.ll1 ; Test that the strstr library call simplifier works correctly.
9 declare i8 @strstr(i8*, i8*)
14 %ret = call i8 @strstr(i8* %str, i8* %pat)
15 ; CHECK-NEXT: call i8 @strstr
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dstrstr-1.ll1 ; Test that the strstr library call simplifier works correctly.
12 declare i8* @strstr(i8*, i8*)
14 ; Check strstr(str, "") -> str.
19 %ret = call i8* @strstr(i8* %str, i8* %pat)
24 ; Check strstr(str, "a") -> strchr(str, 'a').
29 %ret = call i8* @strstr(i8* %str, i8* %pat)
34 ; Check strstr("abcde", "bcd") -> "abcde" + 1.
40 %ret = call i8* @strstr(i8* %str, i8* %pat)
45 ; Check strstr(str, str) -> str.
49 %ret = call i8* @strstr(i8* %str, i8* %str)
[all …]
Dstrstr-2.ll1 ; Test that the strstr library call simplifier works correctly.
9 declare i8 @strstr(i8*, i8*)
14 %ret = call i8 @strstr(i8* %str, i8* %pat)
15 ; CHECK-NEXT: call i8 @strstr
/external/igt-gpu-tools/overlay/
Dgpu-freq.c74 if (strstr(buf, "PUNIT_REG_GPU_FREQ_STS")) { in gpu_freq_init()
78 s = strstr(buf, "max"); in gpu_freq_init()
82 s = strstr(buf, "min"); in gpu_freq_init()
89 s = strstr(buf, "(RPN)"); in gpu_freq_init()
94 s = strstr(s, "(RP1)"); in gpu_freq_init()
99 s = strstr(s, "(RP0)"); in gpu_freq_init()
104 s = strstr(s, "Max"); in gpu_freq_init()
143 s = strstr(buf, "current"); in gpu_freq_update()
148 s = strstr(buf, "RPNSWREQ:"); in gpu_freq_update()
152 s = strstr(buf, "CAGF:"); in gpu_freq_update()
/external/angle/src/tests/perf_tests/
DBufferSubData.cpp208 std::stringstream strstr; in story() local
210 strstr << RenderTestParams::story(); in story()
214 strstr << "_norm"; in story()
220 strstr << "_float"; in story()
223 strstr << "_int"; in story()
226 strstr << "_byte"; in story()
229 strstr << "_short"; in story()
232 strstr << "_uint"; in story()
235 strstr << "_ubyte"; in story()
238 strstr << "_ushort"; in story()
[all …]
DTexturesPerf.cpp59 std::stringstream strstr; in story() local
61 strstr << RenderTestParams::story(); in story()
62 strstr << "_" << numTextures << "_textures"; in story()
63 strstr << "_" << textureRebindFrequency << "_rebind"; in story()
64 strstr << "_" << textureStateUpdateFrequency << "_state"; in story()
65 strstr << "_" << textureMipCount << "_mips"; in story()
69 strstr << "_webgl"; in story()
72 return strstr.str(); in story()
124 std::stringstream strstr; in GetUniformLocationName() local
125 strstr << (vertexShader ? "vs" : "fs") << "_u_" << idx; in GetUniformLocationName()
[all …]
DDrawCallPerfParams.cpp36 std::stringstream strstr; in story() local
38 strstr << RenderTestParams::story(); in story()
42 strstr << "_offscreen"; in story()
45 return strstr.str(); in story()
DLinkProgramPerfTest.cpp54 std::stringstream strstr; in story() local
55 strstr << RenderTestParams::story(); in story()
59 strstr << "_compile_only"; in story()
63 strstr << "_compile_and_link"; in story()
68 strstr << "_single_thread"; in story()
72 strstr << "_multi_thread"; in story()
77 strstr << "_null"; in story()
80 return strstr.str(); in story()
DUniformsPerf.cpp88 std::stringstream strstr; in story() local
90 strstr << RenderTestParams::story(); in story()
94 strstr << "_null"; in story()
99 strstr << "_" << (numVertexUniforms + numFragmentUniforms) << "_vec4"; in story()
103 strstr << "_" << (numVertexUniforms + numFragmentUniforms) << "_mat3x3"; in story()
107 strstr << "_" << (numVertexUniforms + numFragmentUniforms) << "_mat3x4"; in story()
111 strstr << "_" << (numVertexUniforms + numFragmentUniforms) << "_mat4x4"; in story()
116 strstr << "_transpose"; in story()
121 strstr << "_multiprogram"; in story()
126 strstr << "_repeating"; in story()
[all …]
DBindingPerf.cpp57 std::stringstream strstr; in story() local
59 strstr << RenderTestParams::story(); in story()
60 strstr << "_" << numObjects << "_objects"; in story()
65 strstr << "_allocated_every_iteration"; in story()
68 strstr << "_allocated_at_initialization"; in story()
71 strstr << "_err"; in story()
75 return strstr.str(); in story()
/external/angle/src/tests/gl_tests/
DD3D11InputLayoutCacheTest.cpp37 std::stringstream strstr; in makeProgramWithAttribCount() local
39 strstr << "attribute vec2 position;" << std::endl; in makeProgramWithAttribCount()
42 strstr << "attribute float a" << attribIndex << ";" << std::endl; in makeProgramWithAttribCount()
44 strstr << "varying float v;" << std::endl in makeProgramWithAttribCount()
49 strstr << " v += a" << attribIndex << ";" << std::endl; in makeProgramWithAttribCount()
51 strstr << " gl_Position = vec4(position, 0.0, 1.0);" << std::endl << "}" << std::endl; in makeProgramWithAttribCount()
59 return CompileProgram(strstr.str().c_str(), kFS); in makeProgramWithAttribCount()
/external/ltp/testcases/kernel/fs/mongo/
Dmongo_compare.c106 if (p = strstr(line1, "\n")) in main()
108 if (p = strstr(line2, "\n")) in main()
118 if (strstr(line3, "MONGO_")) { in main()
127 if (strstr(line3, "FSYS=")) { in main()
136 } else if (NULL == strstr(line3, " :")) { in main()
138 if (strstr(line3, "(time")) in main()
157 else if (strstr(line3, "Create")) in main()
171 if (p1 = strstr(line1, " :")) { in main()
175 if (p2 = strstr(line2, " :")) { in main()
/external/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/
Damdgcn_glslc.c70 if (!strstr(client_extensions, "EGL_MESA_platform_gbm")) { in create_gl_core_context()
105 if (strstr(extension_string, egl_extension[i]) == NULL) { in create_gl_core_context()
192 if (strstr(argv[i], "-mcpu=") == argv[i]) { in main()
222 while (s = strstr(s, "\n;")) in main()
226 while (s && (s = strstr(s, "#shader "))) { in main()
232 s = strstr(s, "\n"); in main()
256 s = strstr(s, "\n"); in main()
264 s = strstr(s, "#shader"); in main()
/external/adhd/cras/src/tests/
Dhfp_slc_unittest.cc72 chp = strstr(buf, "\r\n"); in TEST()
76 chp = strstr(chp, "\r\n"); in TEST()
81 chp = strstr(chp, "\r\n"); in TEST()
94 chp = strstr(buf, "\r\n"); in TEST()
104 chp = strstr(buf, "\r\n"); in TEST()
173 pos = strstr(buf, "\r\n+BCS:2\r\n"); in TEST()
183 pos = strstr(buf, "\r\n+BCS:2\r\n"); in TEST()
193 pos = strstr(buf, "\r\n+BCS:2\r\n"); in TEST()
243 pos = strstr(buf, "\r\n+BCS:2\r\n"); in TEST()
255 pos = strstr(buf, "\r\n+BCS:1\r\n"); in TEST()
/external/linux-kselftest/tools/testing/selftests/powerpc/security/
Dspectre_v2.c105 if (strstr(buf, "Vulnerable")) in get_sysfs_state()
107 else if (strstr(buf, "Not affected")) in get_sysfs_state()
109 else if (strstr(buf, "Indirect branch serialisation (kernel only)")) in get_sysfs_state()
111 else if (strstr(buf, "Indirect branch cache disabled")) in get_sysfs_state()
113 else if (strstr(buf, "Software count cache flush (hardware accelerated)")) in get_sysfs_state()
115 else if (strstr(buf, "Software count cache flush")) in get_sysfs_state()
117 else if (strstr(buf, "Branch predictor state flush")) in get_sysfs_state()
/external/angle/util/
DEGLWindow.cpp142 if (strstr(extensionString, "EGL_ANGLE_experimental_present_path") == nullptr) in initializeDisplay()
193 if (strstr(extensionString, "EGL_ANGLE_feature_control") == nullptr) in initializeDisplay()
208 if (strstr(extensionString, "EGL_ANGLE_feature_control") == nullptr) in initializeDisplay()
269 bool hasPixelFormatFloat = strstr(displayExtensions, "EGL_EXT_pixel_format_float") != nullptr; in initializeSurface()
300 if (strstr(displayExtensions, "EGL_NV_post_sub_buffer") != nullptr) in initializeSurface()
307 strstr(displayExtensions, "EGL_ANGLE_robust_resource_initialization") != nullptr; in initializeSurface()
339 bool hasKHRCreateContext = strstr(displayExtensions, "EGL_KHR_create_context") != nullptr; in createContext()
348 strstr(displayExtensions, "EGL_ANGLE_create_context_webgl_compatibility") != nullptr; in createContext()
356 strstr(displayExtensions, "EGL_ANGLE_create_context_extensions_enabled") != nullptr; in createContext()
363 bool hasRobustness = strstr(displayExtensions, "EGL_EXT_create_context_robustness") != nullptr; in createContext()
[all …]
/external/autotest/client/profilers/powertop/src/
Dpowertop.c295 c = strstr(line, "age["); in read_data_acpi()
300 c = strstr(line, "ation["); in read_data_acpi()
366 f = strstr(line, "MWAIT "); in read_data_cpuidle()
374 f = strstr(line, "POLL IDLE"); in read_data_cpuidle()
380 f = strstr(line, "ACPI HLT"); in read_data_cpuidle()
518 if (strstr(line, "present:") && strstr(line, "no")) in print_battery_proc_acpi()
521 if (strstr(line, "charging state:") in print_battery_proc_acpi()
522 && !strstr(line, "discharging")) in print_battery_proc_acpi()
529 if (strstr(line, "present voltage")) in print_battery_proc_acpi()
532 if (strstr(line, "remaining capacity") && strstr(c, "mW")) in print_battery_proc_acpi()
[all …]
Dmisctips.c65 if (strstr(buffer, "on-line") != NULL) in suggest_laptop_mode()
130 if (strstr(buffer, "hpet")) { in suggest_hpet()
196 if (strstr(buffer, " / ext3") && !strstr(buffer, "noatime") && !strstr(buffer, "relatime")) in suggest_noatime()
251 if (strstr(buffer, "cpu cores")) { in suggest_powersched()
/external/igt-gpu-tools/lib/
Digt_psr.c36 return strstr(buf, state); in psr_active_check()
177 return strstr(buf, "Sink_Support: yes\n") || in psr_sink_support()
178 strstr(buf, "Sink support: yes"); in psr_sink_support()
184 return strstr(buf, "Sink support: yes [0x03]"); in psr_sink_support()
201 str = strstr(buf, PSR2_SU_BLOCK_STR_LOOKUP); in psr2_read_last_num_su_blocks_val()

12345678910>>...27