Home
last modified time | relevance | path

Searched refs:strcmp (Results 1 – 25 of 1765) sorted by relevance

12345678910>>...71

/external/vulkan-validation-layers/loader/
Dgpa_helper.h36 if (!strcmp(funcName, "vkGetInstanceProcAddr")) in trampolineGetProcAddr()
38 if (!strcmp(funcName, "vkDestroyInstance")) in trampolineGetProcAddr()
40 if (!strcmp(funcName, "vkEnumeratePhysicalDevices")) in trampolineGetProcAddr()
42 if (!strcmp(funcName, "vkGetPhysicalDeviceFeatures")) in trampolineGetProcAddr()
44 if (!strcmp(funcName, "vkGetPhysicalDeviceFormatProperties")) in trampolineGetProcAddr()
46 if (!strcmp(funcName, "vkGetPhysicalDeviceImageFormatProperties")) in trampolineGetProcAddr()
48 if (!strcmp(funcName, "vkGetPhysicalDeviceSparseImageFormatProperties")) in trampolineGetProcAddr()
51 if (!strcmp(funcName, "vkGetPhysicalDeviceProperties")) in trampolineGetProcAddr()
53 if (!strcmp(funcName, "vkGetPhysicalDeviceQueueFamilyProperties")) in trampolineGetProcAddr()
55 if (!strcmp(funcName, "vkGetPhysicalDeviceMemoryProperties")) in trampolineGetProcAddr()
[all …]
Dtable_ops.h286 if (!strcmp(name, "GetDeviceProcAddr")) in loader_lookup_device_dispatch_table()
288 if (!strcmp(name, "DestroyDevice")) in loader_lookup_device_dispatch_table()
290 if (!strcmp(name, "GetDeviceQueue")) in loader_lookup_device_dispatch_table()
292 if (!strcmp(name, "QueueSubmit")) in loader_lookup_device_dispatch_table()
294 if (!strcmp(name, "QueueWaitIdle")) in loader_lookup_device_dispatch_table()
296 if (!strcmp(name, "DeviceWaitIdle")) in loader_lookup_device_dispatch_table()
298 if (!strcmp(name, "AllocateMemory")) in loader_lookup_device_dispatch_table()
300 if (!strcmp(name, "FreeMemory")) in loader_lookup_device_dispatch_table()
302 if (!strcmp(name, "MapMemory")) in loader_lookup_device_dispatch_table()
304 if (!strcmp(name, "UnmapMemory")) in loader_lookup_device_dispatch_table()
[all …]
/external/skia/src/gpu/gl/android/
DGrGLCreateNativeInterface_android.cpp24 if (0 == strcmp("glActiveTexture", name)) { in android_get_gl_proc()
26 } else if (0 == strcmp("glAttachShader", name)) { in android_get_gl_proc()
28 } else if (0 == strcmp("glBindAttribLocation", name)) { in android_get_gl_proc()
30 } else if (0 == strcmp("glBindBuffer", name)) { in android_get_gl_proc()
32 } else if (0 == strcmp("glBindTexture", name)) { in android_get_gl_proc()
34 } else if (0 == strcmp("glBlendColor", name)) { in android_get_gl_proc()
36 } else if (0 == strcmp("glBlendEquation", name)) { in android_get_gl_proc()
38 } else if (0 == strcmp("glBlendFunc", name)) { in android_get_gl_proc()
40 } else if (0 == strcmp("glBufferData", name)) { in android_get_gl_proc()
42 } else if (0 == strcmp("glBufferSubData", name)) { in android_get_gl_proc()
[all …]
/external/v8/test/cctest/
Dtest-fixed-dtoa.cc49 CHECK_EQ(0, strcmp("1", buffer.start())); in TEST()
53 CHECK_EQ(0, strcmp("1", buffer.start())); in TEST()
57 CHECK_EQ(0, strcmp("1", buffer.start())); in TEST()
61 CHECK_EQ(0, strcmp("4294967295", buffer.start())); in TEST()
65 CHECK_EQ(0, strcmp("4294967296", buffer.start())); in TEST()
69 CHECK_EQ(0, strcmp("1", buffer.start())); in TEST()
74 CHECK_EQ(0, strcmp("999999999999999868928", buffer.start())); in TEST()
79 CHECK_EQ(0, strcmp("6999999999999998951424", buffer.start())); in TEST()
83 CHECK_EQ(0, strcmp("15", buffer.start())); in TEST()
87 CHECK_EQ(0, strcmp("155", buffer.start())); in TEST()
[all …]
Dtest-bignum.cc57 CHECK_EQ(0, strcmp("0", buffer)); in TEST()
60 CHECK_EQ(0, strcmp("A", buffer)); in TEST()
63 CHECK_EQ(0, strcmp("20", buffer)); in TEST()
68 CHECK_EQ(0, strcmp("0", buffer)); in TEST()
71 CHECK_EQ(0, strcmp("A", buffer)); in TEST()
74 CHECK_EQ(0, strcmp("20", buffer)); in TEST()
77 CHECK_EQ(0, strcmp("100", buffer)); in TEST()
82 CHECK_EQ(0, strcmp("12345678", buffer)); in TEST()
87 CHECK_EQ(0, strcmp("FFFFFFFFFFFFFFFF", buffer)); in TEST()
92 CHECK_EQ(0, strcmp("123456789ABCDEF0", buffer)); in TEST()
[all …]
Dtest-bignum-dtoa.cc66 CHECK_EQ(0, strcmp("1", buffer.start())); in TEST()
72 CHECK_EQ(0, strcmp("1", buffer.start())); in TEST()
78 CHECK_EQ(0, strcmp("1", buffer.start())); in TEST()
82 CHECK_EQ(0, strcmp("15", buffer.start())); in TEST()
88 CHECK_EQ(0, strcmp("15", buffer.start())); in TEST()
94 CHECK_EQ(0, strcmp("15", buffer.start())); in TEST()
99 CHECK_EQ(0, strcmp("5", buffer.start())); in TEST()
105 CHECK_EQ(0, strcmp("", buffer.start())); in TEST()
110 CHECK_EQ(0, strcmp("49407", buffer.start())); in TEST()
115 CHECK_EQ(0, strcmp("17976931348623157", buffer.start())); in TEST()
[all …]
Dtest-dtoa.cc67 CHECK_EQ(0, strcmp("0", buffer.start())); in TEST()
72 CHECK_EQ(0, strcmp("0", buffer.start())); in TEST()
77 CHECK_EQ(0, strcmp("0", buffer.start())); in TEST()
81 CHECK_EQ(0, strcmp("1", buffer.start())); in TEST()
87 CHECK_EQ(0, strcmp("1", buffer.start())); in TEST()
93 CHECK_EQ(0, strcmp("1", buffer.start())); in TEST()
97 CHECK_EQ(0, strcmp("15", buffer.start())); in TEST()
103 CHECK_EQ(0, strcmp("15", buffer.start())); in TEST()
109 CHECK_EQ(0, strcmp("15", buffer.start())); in TEST()
114 CHECK_EQ(0, strcmp("5", buffer.start())); in TEST()
[all …]
/external/vulkan-validation-layers/tests/
Dvktestframework.cpp389 if (strcmp(token, "MaxLights") == 0) in ProcessConfigFile()
391 else if (strcmp(token, "MaxClipPlanes") == 0) in ProcessConfigFile()
393 else if (strcmp(token, "MaxTextureUnits") == 0) in ProcessConfigFile()
395 else if (strcmp(token, "MaxTextureCoords") == 0) in ProcessConfigFile()
397 else if (strcmp(token, "MaxVertexAttribs") == 0) in ProcessConfigFile()
399 else if (strcmp(token, "MaxVertexUniformComponents") == 0) in ProcessConfigFile()
401 else if (strcmp(token, "MaxVaryingFloats") == 0) in ProcessConfigFile()
403 else if (strcmp(token, "MaxVertexTextureImageUnits") == 0) in ProcessConfigFile()
405 else if (strcmp(token, "MaxCombinedTextureImageUnits") == 0) in ProcessConfigFile()
407 else if (strcmp(token, "MaxTextureImageUnits") == 0) in ProcessConfigFile()
[all …]
/external/dbus/bus/
Dconfig-parser-common.c34 if (strcmp (name, "none") == 0) in bus_config_parser_element_name_to_type()
38 else if (strcmp (name, "busconfig") == 0) in bus_config_parser_element_name_to_type()
42 else if (strcmp (name, "user") == 0) in bus_config_parser_element_name_to_type()
46 else if (strcmp (name, "auth") == 0) in bus_config_parser_element_name_to_type()
50 else if (strcmp (name, "type") == 0) in bus_config_parser_element_name_to_type()
54 else if (strcmp (name, "fork") == 0) in bus_config_parser_element_name_to_type()
58 else if (strcmp (name, "pidfile") == 0) in bus_config_parser_element_name_to_type()
62 else if (strcmp (name, "listen") == 0) in bus_config_parser_element_name_to_type()
66 else if (strcmp (name, "auth") == 0) in bus_config_parser_element_name_to_type()
70 else if (strcmp (name, "allow") == 0) in bus_config_parser_element_name_to_type()
[all …]
/external/libxml2/
Dlegacy.c177 if (!strcmp(name, "validate")) { in xmlGetFeature()
179 } else if (!strcmp(name, "keep blanks")) { in xmlGetFeature()
181 } else if (!strcmp(name, "disable SAX")) { in xmlGetFeature()
183 } else if (!strcmp(name, "fetch external entities")) { in xmlGetFeature()
185 } else if (!strcmp(name, "substitute entities")) { in xmlGetFeature()
187 } else if (!strcmp(name, "gather line info")) { in xmlGetFeature()
189 } else if (!strcmp(name, "user data")) { in xmlGetFeature()
191 } else if (!strcmp(name, "is html")) { in xmlGetFeature()
193 } else if (!strcmp(name, "is standalone")) { in xmlGetFeature()
195 } else if (!strcmp(name, "document")) { in xmlGetFeature()
[all …]
Dxmlcatalog.c184 if (!strcmp(command, "exit") || in usershell()
185 !strcmp(command, "quit") || in usershell()
186 !strcmp(command, "bye")) { in usershell()
191 if (!strcmp(command, "public")) { in usershell()
203 } else if (!strcmp(command, "system")) { in usershell()
215 } else if (!strcmp(command, "add")) { in usershell()
243 } else if (!strcmp(command, "del")) { in usershell()
252 } else if (!strcmp(command, "resolve")) { in usershell()
265 } else if (!strcmp(command, "dump")) { in usershell()
271 } else if (!strcmp(command, "debug")) { in usershell()
[all …]
DtestXPath.c151 if ((!strcmp(argv[i], "-xptr")) || (!strcmp(argv[i], "--xptr"))) in main()
155 if ((!strcmp(argv[i], "-debug")) || (!strcmp(argv[i], "--debug"))) in main()
157 else if ((!strcmp(argv[i], "-valid")) || (!strcmp(argv[i], "--valid"))) in main()
159 else if ((!strcmp(argv[i], "-expr")) || (!strcmp(argv[i], "--expr"))) in main()
161 else if ((!strcmp(argv[i], "-tree")) || (!strcmp(argv[i], "--tree"))) in main()
163 else if ((!strcmp(argv[i], "-nocdata")) || in main()
164 (!strcmp(argv[i], "--nocdata"))) in main()
166 else if ((!strcmp(argv[i], "-i")) || (!strcmp(argv[i], "--input"))) in main()
168 else if ((!strcmp(argv[i], "-f")) || (!strcmp(argv[i], "--file"))) in main()
188 if ((!strcmp(argv[i], "-i")) || (!strcmp(argv[i], "--input"))) { in main()
/external/iproute2/misc/
Dssfilter.y212 if (strcmp(curtok, "!") == 0 || in yylex()
213 strcmp(curtok, "not") == 0) in yylex()
215 if (strcmp(curtok, "&") == 0 || in yylex()
216 strcmp(curtok, "&&") == 0 || in yylex()
217 strcmp(curtok, "and") == 0) in yylex()
219 if (strcmp(curtok, "|") == 0 || in yylex()
220 strcmp(curtok, "||") == 0 || in yylex()
221 strcmp(curtok, "or") == 0) in yylex()
223 if (strcmp(curtok, "(") == 0) in yylex()
225 if (strcmp(curtok, ")") == 0) in yylex()
[all …]
/external/tcpdump/
Dprint-zephyr.c198 if (!lose && strcmp(ackdata, "SENT")) in zephyr_print()
203 if (!strcmp(z.class, "USER_LOCATE")) { in zephyr_print()
204 if (!strcmp(z.opcode, "USER_HIDE")) in zephyr_print()
206 else if (!strcmp(z.opcode, "USER_UNHIDE")) in zephyr_print()
213 if (!strcmp(z.class, "ZEPHYR_ADMIN")) { in zephyr_print()
218 if (!strcmp(z.class, "ZEPHYR_CTL")) { in zephyr_print()
219 if (!strcmp(z.inst, "CLIENT")) { in zephyr_print()
220 if (!strcmp(z.opcode, "SUBSCRIBE") || in zephyr_print()
221 !strcmp(z.opcode, "SUBSCRIBE_NODEFS") || in zephyr_print()
222 !strcmp(z.opcode, "UNSUBSCRIBE")) { in zephyr_print()
[all …]
/external/svox/pico/tts/
Dsvox_ssml_parser.cpp110 if (strcmp(element, "speak") == 0) in startElement()
129 if (strcmp(attributes[i], "xml:lang") == 0) in startElement()
140 else if (strcmp(element, "p") == 0) /* currently no attributes are supported for <p> */ in startElement()
152 else if (strcmp(element, "s") == 0) /* currently no attributes are supported for <s> */ in startElement()
164 else if (strcmp(element, "phoneme") == 0) /* only ipa and xsampa alphabets are supported */ in startElement()
175 if (strcmp(attributes[i], "alphabet") == 0) in startElement()
177 if (strcmp(attributes[i+1], "xsampa") == 0) in startElement()
182 if (strcmp(attributes[i], "ph") == 0) in startElement()
270 else if (strcmp(element, "break") == 0) in startElement()
285 if (strcmp(attributes[i], "time") == 0) in startElement()
[all …]
/external/icu/icu4c/source/i18n/
DdecContext.c225 if (strcmp(string, DEC_Condition_CS)==0) in uprv_decContextSetStatusFromString()
227 if (strcmp(string, DEC_Condition_DZ)==0) in uprv_decContextSetStatusFromString()
229 if (strcmp(string, DEC_Condition_DI)==0) in uprv_decContextSetStatusFromString()
231 if (strcmp(string, DEC_Condition_DU)==0) in uprv_decContextSetStatusFromString()
233 if (strcmp(string, DEC_Condition_IE)==0) in uprv_decContextSetStatusFromString()
235 if (strcmp(string, DEC_Condition_IS)==0) in uprv_decContextSetStatusFromString()
237 if (strcmp(string, DEC_Condition_IC)==0) in uprv_decContextSetStatusFromString()
239 if (strcmp(string, DEC_Condition_IO)==0) in uprv_decContextSetStatusFromString()
242 if (strcmp(string, DEC_Condition_LD)==0) in uprv_decContextSetStatusFromString()
245 if (strcmp(string, DEC_Condition_OV)==0) in uprv_decContextSetStatusFromString()
[all …]
/external/valgrind/tests/
Darch_test.c44 if ( 0 == strcmp( arch, "x86" ) ) return True; in go()
49 if ( 0 == strcmp( arch, "x86" ) ) return True; in go()
51 if ( 0 == strcmp( arch, "amd64" ) ) return True; in go()
54 if ( 0 == strcmp( arch, "ppc32" ) ) return True; in go()
57 if ( 0 == strcmp( arch, "ppc64" ) ) return True; in go()
59 if ( 0 == strcmp( arch, "ppc32" ) ) return True; in go()
63 if ( 0 == strcmp( arch, "ppc64" ) ) return True; in go()
66 if ( 0 == strcmp( arch, "s390x" ) ) return True; in go()
69 if ( 0 == strcmp( arch, "arm" ) ) return True; in go()
72 if ( 0 == strcmp( arch, "arm64" ) ) return True; in go()
[all …]
Dx86_amd64_features.c48 return 0 == strcmp(vstr, str); in vendorStringEquals()
76 if ( strcmp( cpu, "x86-fpu" ) == 0 ) { in go()
79 } else if ( strcmp( cpu, "x86-cmov" ) == 0 ) { in go()
82 } else if ( strcmp( cpu, "x86-mmx" ) == 0 ) { in go()
85 } else if ( strcmp( cpu, "x86-mmxext" ) == 0 ) { in go()
88 } else if ( strcmp( cpu, "x86-sse" ) == 0 ) { in go()
91 } else if ( strcmp( cpu, "x86-sse2" ) == 0 ) { in go()
94 } else if ( strcmp( cpu, "x86-sse3" ) == 0 ) { in go()
97 } else if ( strcmp( cpu, "x86-ssse3" ) == 0 ) { in go()
100 } else if ( strcmp( cpu, "x86-lzcnt" ) == 0 ) { in go()
[all …]
/external/iproute2/ip/
Dlink_iptnl.c171 if (strcmp(*argv, "remote") == 0) { in iptunnel_parse_opt()
173 if (strcmp(*argv, "any")) in iptunnel_parse_opt()
177 } else if (strcmp(*argv, "local") == 0) { in iptunnel_parse_opt()
179 if (strcmp(*argv, "any")) in iptunnel_parse_opt()
188 } else if (strcmp(*argv, "ttl") == 0 || in iptunnel_parse_opt()
189 strcmp(*argv, "hoplimit") == 0) { in iptunnel_parse_opt()
191 if (strcmp(*argv, "inherit") != 0) { in iptunnel_parse_opt()
196 } else if (strcmp(*argv, "tos") == 0 || in iptunnel_parse_opt()
197 strcmp(*argv, "tclass") == 0 || in iptunnel_parse_opt()
201 if (strcmp(*argv, "inherit") != 0) { in iptunnel_parse_opt()
[all …]
Dip6tunnel.c141 if (strcmp(*argv, "mode") == 0) { in parse_args()
143 if (strcmp(*argv, "ipv6/ipv6") == 0 || in parse_args()
144 strcmp(*argv, "ip6ip6") == 0) in parse_args()
146 else if (strcmp(*argv, "vti6") == 0) { in parse_args()
149 } else if (strcmp(*argv, "ip/ipv6") == 0 || in parse_args()
150 strcmp(*argv, "ipv4/ipv6") == 0 || in parse_args()
151 strcmp(*argv, "ipip6") == 0 || in parse_args()
152 strcmp(*argv, "ip4ip6") == 0) in parse_args()
154 else if (strcmp(*argv, "ip6gre") == 0 || in parse_args()
155 strcmp(*argv, "gre/ipv6") == 0) in parse_args()
[all …]
Diptunnel.c77 if (strcmp(*argv, "mode") == 0) { in parse_args()
79 if (strcmp(*argv, "ipip") == 0 || in parse_args()
80 strcmp(*argv, "ip/ip") == 0) { in parse_args()
82 } else if (strcmp(*argv, "gre") == 0 || in parse_args()
83 strcmp(*argv, "gre/ip") == 0) { in parse_args()
85 } else if (strcmp(*argv, "sit") == 0 || in parse_args()
86 strcmp(*argv, "ipv6/ip") == 0) { in parse_args()
88 } else if (strcmp(*argv, "isatap") == 0) { in parse_args()
91 } else if (strcmp(*argv, "vti") == 0) { in parse_args()
99 } else if (strcmp(*argv, "key") == 0) { in parse_args()
[all …]
/external/libvncserver/libvncserver/
Dcargs.c84 if (strcmp(argv[i], "-help") == 0) { in rfbProcessArguments()
87 } else if (strcmp(argv[i], "-rfbport") == 0) { /* -rfbport port */ in rfbProcessArguments()
94 } else if (strcmp(argv[i], "-rfbportv6") == 0) { /* -rfbportv6 port */ in rfbProcessArguments()
101 } else if (strcmp(argv[i], "-rfbwait") == 0) { /* -rfbwait ms */ in rfbProcessArguments()
107 } else if (strcmp(argv[i], "-rfbauth") == 0) { /* -rfbauth passwd-file */ in rfbProcessArguments()
114 } else if (strcmp(argv[i], "-permitfiletransfer") == 0) { /* -permitfiletransfer */ in rfbProcessArguments()
116 } else if (strcmp(argv[i], "-rfbversion") == 0) { /* -rfbversion 3.6 */ in rfbProcessArguments()
122 } else if (strcmp(argv[i], "-passwd") == 0) { /* -passwd password */ in rfbProcessArguments()
132 } else if (strcmp(argv[i], "-deferupdate") == 0) { /* -deferupdate milliseconds */ in rfbProcessArguments()
138 } else if (strcmp(argv[i], "-deferptrupdate") == 0) { /* -deferptrupdate milliseconds */ in rfbProcessArguments()
[all …]
/external/mesa3d/src/glsl/
Dtest_optpass.cpp68 } else if (strcmp(optimization, "do_algebraic") == 0) { in do_optimization()
70 } else if (strcmp(optimization, "do_constant_folding") == 0) { in do_optimization()
72 } else if (strcmp(optimization, "do_constant_variable") == 0) { in do_optimization()
74 } else if (strcmp(optimization, "do_constant_variable_unlinked") == 0) { in do_optimization()
76 } else if (strcmp(optimization, "do_copy_propagation") == 0) { in do_optimization()
78 } else if (strcmp(optimization, "do_copy_propagation_elements") == 0) { in do_optimization()
80 } else if (strcmp(optimization, "do_constant_propagation") == 0) { in do_optimization()
82 } else if (strcmp(optimization, "do_dead_code") == 0) { in do_optimization()
84 } else if (strcmp(optimization, "do_dead_code_local") == 0) { in do_optimization()
86 } else if (strcmp(optimization, "do_dead_code_unlinked") == 0) { in do_optimization()
[all …]
/external/llvm/tools/llvm-c-test/
Dmain.c60 if (argc == 2 && !strcmp(argv[1], "--lazy-new-module-dump")) { in main()
62 } else if (argc == 2 && !strcmp(argv[1], "--new-module-dump")) { in main()
64 } else if (argc == 2 && !strcmp(argv[1], "--lazy-module-dump")) { in main()
66 } else if (argc == 2 && !strcmp(argv[1], "--module-dump")) { in main()
68 } else if (argc == 2 && !strcmp(argv[1], "--module-list-functions")) { in main()
70 } else if (argc == 2 && !strcmp(argv[1], "--module-list-globals")) { in main()
72 } else if (argc == 2 && !strcmp(argv[1], "--targets-list")) { in main()
74 } else if (argc == 2 && !strcmp(argv[1], "--object-list-sections")) { in main()
76 } else if (argc == 2 && !strcmp(argv[1], "--object-list-symbols")) { in main()
78 } else if (argc == 2 && !strcmp(argv[1], "--disassemble")) { in main()
[all …]
/external/protobuf/gtest/test/
Dgtest_env_var_test_.cc54 if (strcmp(flag, "break_on_failure") == 0) { in PrintFlag()
59 if (strcmp(flag, "catch_exceptions") == 0) { in PrintFlag()
64 if (strcmp(flag, "color") == 0) { in PrintFlag()
69 if (strcmp(flag, "death_test_style") == 0) { in PrintFlag()
74 if (strcmp(flag, "death_test_use_fork") == 0) { in PrintFlag()
79 if (strcmp(flag, "filter") == 0) { in PrintFlag()
84 if (strcmp(flag, "output") == 0) { in PrintFlag()
89 if (strcmp(flag, "print_time") == 0) { in PrintFlag()
94 if (strcmp(flag, "repeat") == 0) { in PrintFlag()
99 if (strcmp(flag, "stack_trace_depth") == 0) { in PrintFlag()
[all …]

12345678910>>...71