Home
last modified time | relevance | path

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

12345678910>>...157

/external/capstone/suite/fuzz/
Ddrivermc.c40 if (strcmp(arch, "CS_ARCH_X86") == 0 && strcmp(mode, "CS_MODE_32") == 0) { in main()
42 } else if (strcmp(arch, "CS_ARCH_X86") == 0 && strcmp(mode, "CS_MODE_64") == 0) { in main()
44 } else if (strcmp(arch, "CS_ARCH_ARM") == 0 && strcmp(mode, "CS_MODE_ARM") == 0) { in main()
46 } else if (strcmp(arch, "CS_ARCH_ARM") == 0 && strcmp(mode, "CS_MODE_THUMB") == 0) { in main()
48 … } else if (strcmp(arch, "CS_ARCH_ARM") == 0 && strcmp(mode, "CS_MODE_ARM+CS_MODE_V8") == 0) { in main()
50 … } else if (strcmp(arch, "CS_ARCH_ARM") == 0 && strcmp(mode, "CS_MODE_THUMB+CS_MODE_V8") == 0) { in main()
52 …} else if (strcmp(arch, "CS_ARCH_ARM") == 0 && strcmp(mode, "CS_MODE_THUMB+CS_MODE_MCLASS") == 0) { in main()
54 } else if (strcmp(arch, "CS_ARCH_ARM64") == 0 && strcmp(mode, "0") == 0) { in main()
56 …} else if (strcmp(arch, "CS_ARCH_MIPS") == 0 && strcmp(mode, "CS_MODE_MIPS32+CS_MODE_BIG_ENDIAN") … in main()
58 …} else if (strcmp(arch, "CS_ARCH_MIPS") == 0 && strcmp(mode, "CS_MODE_MIPS32+CS_MODE_MICRO") == 0)… in main()
[all …]
/external/iproute2/tc/
Dstatic-syms.h1 extern char police_action_util[] __attribute__((weak)); if (!strcmp(sym, "police_action_util")) ret…
2 extern char gact_action_util[] __attribute__((weak)); if (!strcmp(sym, "gact_action_util")) return …
3 extern char mirred_action_util[] __attribute__((weak)); if (!strcmp(sym, "mirred_action_util")) ret…
4 extern char tunnel_key_action_util[] __attribute__((weak)); if (!strcmp(sym, "tunnel_key_action_uti…
5 extern char nat_action_util[] __attribute__((weak)); if (!strcmp(sym, "nat_action_util")) return na…
6 extern char simple_action_util[] __attribute__((weak)); if (!strcmp(sym, "simple_action_util")) ret…
7 extern char ipt_action_util[] __attribute__((weak)); if (!strcmp(sym, "ipt_action_util")) return ip…
8 extern char bpf_action_util[] __attribute__((weak)); if (!strcmp(sym, "bpf_action_util")) return bp…
9 extern char connmark_action_util[] __attribute__((weak)); if (!strcmp(sym, "connmark_action_util"))…
10 extern char ife_action_util[] __attribute__((weak)); if (!strcmp(sym, "ife_action_util")) return if…
[all …]
/external/iproute2/ip/
Dstatic-syms.h1 extern char ipvlan_link_util[] __attribute__((weak)); if (!strcmp(sym, "ipvlan_link_util")) return …
2 extern char can_link_util[] __attribute__((weak)); if (!strcmp(sym, "can_link_util")) return can_li…
3 extern char team_link_util[] __attribute__((weak)); if (!strcmp(sym, "team_link_util")) return team…
4 extern char team_slave_link_util[] __attribute__((weak)); if (!strcmp(sym, "team_slave_link_util"))…
5 extern char macvlan_link_util[] __attribute__((weak)); if (!strcmp(sym, "macvlan_link_util")) retur…
6 extern char macvtap_link_util[] __attribute__((weak)); if (!strcmp(sym, "macvtap_link_util")) retur…
7 extern char vti_link_util[] __attribute__((weak)); if (!strcmp(sym, "vti_link_util")) return vti_li…
8 extern char vcan_link_util[] __attribute__((weak)); if (!strcmp(sym, "vcan_link_util")) return vcan…
9 extern char ifb_link_util[] __attribute__((weak)); if (!strcmp(sym, "ifb_link_util")) return ifb_li…
10 extern char ipoib_link_util[] __attribute__((weak)); if (!strcmp(sym, "ipoib_link_util")) return ip…
[all …]
Dlink_iptnl.c194 if (strcmp(*argv, "remote") == 0) { in iptunnel_parse_opt()
196 if (strcmp(*argv, "any")) in iptunnel_parse_opt()
200 } else if (strcmp(*argv, "local") == 0) { in iptunnel_parse_opt()
202 if (strcmp(*argv, "any")) in iptunnel_parse_opt()
211 } else if (strcmp(*argv, "ttl") == 0 || in iptunnel_parse_opt()
212 strcmp(*argv, "hoplimit") == 0) { in iptunnel_parse_opt()
214 if (strcmp(*argv, "inherit") != 0) { in iptunnel_parse_opt()
219 } else if (strcmp(*argv, "tos") == 0 || in iptunnel_parse_opt()
220 strcmp(*argv, "tclass") == 0 || in iptunnel_parse_opt()
225 if (strcmp(*argv, "inherit") != 0) { in iptunnel_parse_opt()
[all …]
Dlink_ip6tnl.c166 if (strcmp(*argv, "ipv6/ipv6") == 0 || in ip6tunnel_parse_opt()
167 strcmp(*argv, "ip6ip6") == 0) in ip6tunnel_parse_opt()
169 else if (strcmp(*argv, "ip/ipv6") == 0 || in ip6tunnel_parse_opt()
170 strcmp(*argv, "ipv4/ipv6") == 0 || in ip6tunnel_parse_opt()
171 strcmp(*argv, "ipip6") == 0 || in ip6tunnel_parse_opt()
172 strcmp(*argv, "ip4ip6") == 0) in ip6tunnel_parse_opt()
174 else if (strcmp(*argv, "any/ipv6") == 0 || in ip6tunnel_parse_opt()
175 strcmp(*argv, "any") == 0) in ip6tunnel_parse_opt()
179 } else if (strcmp(*argv, "remote") == 0) { in ip6tunnel_parse_opt()
187 } else if (strcmp(*argv, "local") == 0) { in ip6tunnel_parse_opt()
[all …]
/external/vulkan-validation-layers/tests/
Dvktestframework.cpp385 if (strcmp(token, "MaxLights") == 0) in ProcessConfigFile()
387 else if (strcmp(token, "MaxClipPlanes") == 0) in ProcessConfigFile()
389 else if (strcmp(token, "MaxTextureUnits") == 0) in ProcessConfigFile()
391 else if (strcmp(token, "MaxTextureCoords") == 0) in ProcessConfigFile()
393 else if (strcmp(token, "MaxVertexAttribs") == 0) in ProcessConfigFile()
395 else if (strcmp(token, "MaxVertexUniformComponents") == 0) in ProcessConfigFile()
397 else if (strcmp(token, "MaxVaryingFloats") == 0) in ProcessConfigFile()
399 else if (strcmp(token, "MaxVertexTextureImageUnits") == 0) in ProcessConfigFile()
401 else if (strcmp(token, "MaxCombinedTextureImageUnits") == 0) in ProcessConfigFile()
403 else if (strcmp(token, "MaxTextureImageUnits") == 0) in ProcessConfigFile()
[all …]
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-suspicious-string-compare.c9 int strcmp(const char *, const char *);
12 if (strcmp(A, "a")) in test_warning_patterns()
17 if (strcmp(A, "a") != 0 || in test_warning_patterns()
18 strcmp(A, "b")) in test_warning_patterns()
23 if (strcmp(A, "a") == 1) in test_warning_patterns()
27 if (strcmp(A, "a") == -1) in test_warning_patterns()
31 if (strcmp(A, "a") < '0') in test_warning_patterns()
35 if (strcmp(A, "a") < 0.) in test_warning_patterns()
39 if (!strcmp(A, "a")) in test_warning_patterns()
46 if (strcmp(A, "a")) {} in test_structure_patterns()
[all …]
/external/grpc-grpc/test/core/end2end/
Dend2end_tests.cc363 if (0 == strcmp("authority_not_supported", argv[i])) { in grpc_end2end_tests()
367 if (0 == strcmp("bad_hostname", argv[i])) { in grpc_end2end_tests()
371 if (0 == strcmp("bad_ping", argv[i])) { in grpc_end2end_tests()
375 if (0 == strcmp("binary_metadata", argv[i])) { in grpc_end2end_tests()
379 if (0 == strcmp("call_creds", argv[i])) { in grpc_end2end_tests()
383 if (0 == strcmp("call_host_override", argv[i])) { in grpc_end2end_tests()
387 if (0 == strcmp("cancel_after_accept", argv[i])) { in grpc_end2end_tests()
391 if (0 == strcmp("cancel_after_client_done", argv[i])) { in grpc_end2end_tests()
395 if (0 == strcmp("cancel_after_invoke", argv[i])) { in grpc_end2end_tests()
399 if (0 == strcmp("cancel_after_round_trip", argv[i])) { in grpc_end2end_tests()
[all …]
Dend2end_nosec_tests.cc359 if (0 == strcmp("authority_not_supported", argv[i])) { in grpc_end2end_tests()
363 if (0 == strcmp("bad_hostname", argv[i])) { in grpc_end2end_tests()
367 if (0 == strcmp("bad_ping", argv[i])) { in grpc_end2end_tests()
371 if (0 == strcmp("binary_metadata", argv[i])) { in grpc_end2end_tests()
375 if (0 == strcmp("call_host_override", argv[i])) { in grpc_end2end_tests()
379 if (0 == strcmp("cancel_after_accept", argv[i])) { in grpc_end2end_tests()
383 if (0 == strcmp("cancel_after_client_done", argv[i])) { in grpc_end2end_tests()
387 if (0 == strcmp("cancel_after_invoke", argv[i])) { in grpc_end2end_tests()
391 if (0 == strcmp("cancel_after_round_trip", argv[i])) { in grpc_end2end_tests()
395 if (0 == strcmp("cancel_before_invoke", argv[i])) { in grpc_end2end_tests()
[all …]
/external/grpc-grpc/test/core/client_channel/
Duri_parser_test.cc35 GPR_ASSERT(0 == strcmp(scheme, uri->scheme)); in test_succeeds()
36 GPR_ASSERT(0 == strcmp(authority, uri->authority)); in test_succeeds()
37 GPR_ASSERT(0 == strcmp(path, uri->path)); in test_succeeds()
38 GPR_ASSERT(0 == strcmp(query, uri->query)); in test_succeeds()
39 GPR_ASSERT(0 == strcmp(fragment, uri->fragment)); in test_succeeds()
56 GPR_ASSERT(0 == strcmp("http", uri->scheme)); in test_query_parts()
57 GPR_ASSERT(0 == strcmp("foo", uri->authority)); in test_query_parts()
58 GPR_ASSERT(0 == strcmp("/path", uri->path)); in test_query_parts()
59 GPR_ASSERT(0 == strcmp("a&b=B&c=&", uri->query)); in test_query_parts()
62 GPR_ASSERT(0 == strcmp("a", uri->query_parts[0])); in test_query_parts()
[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.c185 if (!strcmp(command, "exit") || in usershell()
186 !strcmp(command, "quit") || in usershell()
187 !strcmp(command, "bye")) { in usershell()
192 if (!strcmp(command, "public")) { in usershell()
204 } else if (!strcmp(command, "system")) { in usershell()
216 } else if (!strcmp(command, "add")) { in usershell()
244 } else if (!strcmp(command, "del")) { in usershell()
253 } else if (!strcmp(command, "resolve")) { in usershell()
266 } else if (!strcmp(command, "dump")) { in usershell()
272 } else if (!strcmp(command, "debug")) { in usershell()
[all …]
/external/skia/src/sksl/
DSkSLSectionAndParameterHelper.h71 return !strcmp(name, kClassSection) || in IsSupportedSection()
72 !strcmp(name, kCloneSection) || in IsSupportedSection()
73 !strcmp(name, kConstructorSection) || in IsSupportedSection()
74 !strcmp(name, kConstructorCodeSection) || in IsSupportedSection()
75 !strcmp(name, kConstructorParamsSection) || in IsSupportedSection()
76 !strcmp(name, kCppSection) || in IsSupportedSection()
77 !strcmp(name, kCppEndSection) || in IsSupportedSection()
78 !strcmp(name, kDumpInfoSection) || in IsSupportedSection()
79 !strcmp(name, kEmitCodeSection) || in IsSupportedSection()
80 !strcmp(name, kFieldsSection) || in IsSupportedSection()
[all …]
/external/skqp/src/sksl/
DSkSLSectionAndParameterHelper.h112 return !strcmp(name, CLASS_SECTION) || in IsSupportedSection()
113 !strcmp(name, CLONE_SECTION) || in IsSupportedSection()
114 !strcmp(name, CONSTRUCTOR_SECTION) || in IsSupportedSection()
115 !strcmp(name, CONSTRUCTOR_CODE_SECTION) || in IsSupportedSection()
116 !strcmp(name, CONSTRUCTOR_PARAMS_SECTION) || in IsSupportedSection()
117 !strcmp(name, COORD_TRANSFORM_SECTION) || in IsSupportedSection()
118 !strcmp(name, CPP_SECTION) || in IsSupportedSection()
119 !strcmp(name, CPP_END_SECTION) || in IsSupportedSection()
120 !strcmp(name, EMIT_CODE_SECTION) || in IsSupportedSection()
121 !strcmp(name, FIELDS_SECTION) || in IsSupportedSection()
[all …]
/external/iproute2/misc/
Dssfilter.y227 if (strcmp(curtok, "!") == 0 || in yylex()
228 strcmp(curtok, "not") == 0) in yylex()
230 if (strcmp(curtok, "&") == 0 || in yylex()
231 strcmp(curtok, "&&") == 0 || in yylex()
232 strcmp(curtok, "and") == 0) in yylex()
234 if (strcmp(curtok, "|") == 0 || in yylex()
235 strcmp(curtok, "||") == 0 || in yylex()
236 strcmp(curtok, "or") == 0) in yylex()
238 if (strcmp(curtok, "(") == 0) in yylex()
240 if (strcmp(curtok, ")") == 0) in yylex()
[all …]
/external/angle/src/tests/perf_tests/
DANGLEPerfTestArgs.cpp59 if (strcmp("--one-frame-only", argv[argIndex]) == 0) in ANGLEProcessPerfTestArgs()
64 else if (strcmp("--enable-trace", argv[argIndex]) == 0) in ANGLEProcessPerfTestArgs()
68 else if (strcmp("--trace-file", argv[argIndex]) == 0 && argIndex < *argc - 1) in ANGLEProcessPerfTestArgs()
74 else if (strcmp("--calibration", argv[argIndex]) == 0) in ANGLEProcessPerfTestArgs()
79 else if (strcmp("--steps-per-trial", argv[argIndex]) == 0 && argIndex < *argc - 1) in ANGLEProcessPerfTestArgs()
85 else if (strcmp("--max-steps-performed", argv[argIndex]) == 0 && argIndex < *argc - 1) in ANGLEProcessPerfTestArgs()
94 else if (strcmp("--fixed-test-time", argv[argIndex]) == 0 && argIndex < *argc - 1) in ANGLEProcessPerfTestArgs()
103 else if (strcmp("--screenshot-dir", argv[argIndex]) == 0 && argIndex < *argc - 1) in ANGLEProcessPerfTestArgs()
108 else if (strcmp("--screenshot-frame", argv[argIndex]) == 0 && argIndex < *argc - 1) in ANGLEProcessPerfTestArgs()
113 else if (strcmp("--verbose-logging", argv[argIndex]) == 0 || in ANGLEProcessPerfTestArgs()
[all …]
/external/tcpdump/
Dprint-zephyr.c212 if (!lose && strcmp(ackdata, "SENT")) in zephyr_print()
217 if (!strcmp(z.class, "USER_LOCATE")) { in zephyr_print()
218 if (!strcmp(z.opcode, "USER_HIDE")) in zephyr_print()
220 else if (!strcmp(z.opcode, "USER_UNHIDE")) in zephyr_print()
227 if (!strcmp(z.class, "ZEPHYR_ADMIN")) { in zephyr_print()
232 if (!strcmp(z.class, "ZEPHYR_CTL")) { in zephyr_print()
233 if (!strcmp(z.inst, "CLIENT")) { in zephyr_print()
234 if (!strcmp(z.opcode, "SUBSCRIBE") || in zephyr_print()
235 !strcmp(z.opcode, "SUBSCRIBE_NODEFS") || in zephyr_print()
236 !strcmp(z.opcode, "UNSUBSCRIBE")) { in zephyr_print()
[all …]
/external/llvm-project/llvm/tools/llvm-c-test/
Dmain.c65 if (argc == 2 && !strcmp(argv[1], "--lazy-new-module-dump")) { in main()
67 } else if (argc == 2 && !strcmp(argv[1], "--new-module-dump")) { in main()
69 } else if (argc == 2 && !strcmp(argv[1], "--lazy-module-dump")) { in main()
71 } else if (argc == 2 && !strcmp(argv[1], "--module-dump")) { in main()
73 } else if (argc == 2 && !strcmp(argv[1], "--module-list-functions")) { in main()
75 } else if (argc == 2 && !strcmp(argv[1], "--module-list-globals")) { in main()
77 } else if (argc == 2 && !strcmp(argv[1], "--targets-list")) { in main()
79 } else if (argc == 2 && !strcmp(argv[1], "--object-list-sections")) { in main()
81 } else if (argc == 2 && !strcmp(argv[1], "--object-list-symbols")) { in main()
83 } else if (argc == 2 && !strcmp(argv[1], "--disassemble")) { in main()
[all …]
/external/libcups/cups/
Dipp-support.c1942 ra = cupsArrayNew((cups_array_func_t)strcmp, NULL); in ippCreateRequestedArray()
1957 if (count == 1 && !strcmp(ippGetString(requested, 0, NULL), "all")) in ippCreateRequestedArray()
1964 ra = cupsArrayNew((cups_array_func_t)strcmp, NULL); in ippCreateRequestedArray()
1971 …if (!strcmp(value, "document-description") || (!strcmp(value, "all") && (op == IPP_OP_GET_JOB_ATTR… in ippCreateRequestedArray()
1979 if (!strcmp(value, "document-template") || !strcmp(value, "all")) in ippCreateRequestedArray()
1987 …if (!strcmp(value, "job-description") || (!strcmp(value, "all") && (op == IPP_OP_GET_JOB_ATTRIBUTE… in ippCreateRequestedArray()
1995 …if (!strcmp(value, "job-template") || (!strcmp(value, "all") && (op == IPP_OP_GET_JOB_ATTRIBUTES |… in ippCreateRequestedArray()
2003 …if (!strcmp(value, "printer-description") || (!strcmp(value, "all") && (op == IPP_OP_GET_PRINTER_A… in ippCreateRequestedArray()
2011 …if (!strcmp(value, "resource-description") || (!strcmp(value, "all") && (op == IPP_OP_GET_RESOURCE… in ippCreateRequestedArray()
2019 …if (!strcmp(value, "resource-status") || (!strcmp(value, "all") && (op == IPP_OP_GET_RESOURCE_ATTR… in ippCreateRequestedArray()
[all …]
/external/libcups/ppdc/
Dppdc-import.cxx191 if (!strcmp(option->keyword, "PageSize") || !strcmp(option->keyword, "PageRegion")) in import_ppd()
201 if (!strcmp(choice->choice, "Custom")) in import_ppd()
222 if (!strcmp(constraint->option1, constraint2->option2) && in import_ppd()
223 !strcmp(constraint->choice1, constraint2->choice2) && in import_ppd()
224 !strcmp(constraint->option2, constraint2->option1) && in import_ppd()
225 !strcmp(constraint->choice2, constraint2->choice1)) in import_ppd()
240 if (!strcmp(attr->name, "Font")) in import_ppd()
258 if (!strcmp(status, "ROM")) in import_ppd()
267 else if (!strcmp(attr->name, "CustomPageSize")) in import_ppd()
272 !strcmp(attr->name, "DefaultColorSpace")) && in import_ppd()
[all …]
/external/llvm/tools/llvm-c-test/
Dmain.c65 if (argc == 2 && !strcmp(argv[1], "--lazy-new-module-dump")) { in main()
67 } else if (argc == 2 && !strcmp(argv[1], "--new-module-dump")) { in main()
69 } else if (argc == 2 && !strcmp(argv[1], "--lazy-module-dump")) { in main()
71 } else if (argc == 2 && !strcmp(argv[1], "--module-dump")) { in main()
73 } else if (argc == 2 && !strcmp(argv[1], "--module-list-functions")) { in main()
75 } else if (argc == 2 && !strcmp(argv[1], "--module-list-globals")) { in main()
77 } else if (argc == 2 && !strcmp(argv[1], "--targets-list")) { in main()
79 } else if (argc == 2 && !strcmp(argv[1], "--object-list-sections")) { in main()
81 } else if (argc == 2 && !strcmp(argv[1], "--object-list-symbols")) { in main()
83 } else if (argc == 2 && !strcmp(argv[1], "--disassemble")) { in main()
[all …]
/external/icu/icu4c/source/i18n/
DdecContext.cpp227 if (strcmp(string, DEC_Condition_CS)==0) in uprv_decContextSetStatusFromString()
229 if (strcmp(string, DEC_Condition_DZ)==0) in uprv_decContextSetStatusFromString()
231 if (strcmp(string, DEC_Condition_DI)==0) in uprv_decContextSetStatusFromString()
233 if (strcmp(string, DEC_Condition_DU)==0) in uprv_decContextSetStatusFromString()
235 if (strcmp(string, DEC_Condition_IE)==0) in uprv_decContextSetStatusFromString()
237 if (strcmp(string, DEC_Condition_IS)==0) in uprv_decContextSetStatusFromString()
239 if (strcmp(string, DEC_Condition_IC)==0) in uprv_decContextSetStatusFromString()
241 if (strcmp(string, DEC_Condition_IO)==0) in uprv_decContextSetStatusFromString()
244 if (strcmp(string, DEC_Condition_LD)==0) in uprv_decContextSetStatusFromString()
247 if (strcmp(string, DEC_Condition_OV)==0) in uprv_decContextSetStatusFromString()
[all …]
/external/grpc-grpc/test/core/gpr/
Dstring_test.cc41 GPR_ASSERT(0 == strcmp(src1, dst1)); in test_strdup()
50 GPR_ASSERT(0 == strcmp(got, result)); in expect_dump()
142 GPR_ASSERT(0 == strcmp("onetwothreefour", joined)); in test_strjoin()
146 GPR_ASSERT(0 == strcmp("", joined)); in test_strjoin()
150 GPR_ASSERT(0 == strcmp("one", joined)); in test_strjoin()
162 GPR_ASSERT(0 == strcmp("one, two, three, four", joined)); in test_strjoin_sep()
167 GPR_ASSERT(0 == strcmp("onetwothreefour", joined)); in test_strjoin_sep()
172 GPR_ASSERT(0 == strcmp("", joined)); in test_strjoin_sep()
177 GPR_ASSERT(0 == strcmp("one", joined)); in test_strjoin_sep()
189 GPR_ASSERT(0 == strcmp("0", buf)); in test_ltoa()
[all …]
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/
Dmain.cpp284 if( strcmp( argv[i], "debug_trace" ) == 0 ) in main()
287 else if( strcmp( argv[i], "CL_FILTER_NEAREST" ) == 0 || strcmp( argv[i], "NEAREST" ) == 0 ) in main()
289 else if( strcmp( argv[i], "CL_FILTER_LINEAR" ) == 0 || strcmp( argv[i], "LINEAR" ) == 0 ) in main()
292 else if( strcmp( argv[i], "CL_ADDRESS_NONE" ) == 0 ) in main()
294 else if( strcmp( argv[i], "CL_ADDRESS_CLAMP" ) == 0 ) in main()
296 else if( strcmp( argv[i], "CL_ADDRESS_CLAMP_TO_EDGE" ) == 0 ) in main()
298 else if( strcmp( argv[i], "CL_ADDRESS_REPEAT" ) == 0 ) in main()
300 else if( strcmp( argv[i], "CL_ADDRESS_MIRRORED_REPEAT" ) == 0 ) in main()
303 else if( strcmp( argv[i], "NORMALIZED" ) == 0 ) in main()
305 else if( strcmp( argv[i], "UNNORMALIZED" ) == 0 ) in main()
[all …]
/external/googletest/googletest/test/
Dgoogletest-env-var-test_.cc50 if (strcmp(flag, "break_on_failure") == 0) { in PrintFlag()
55 if (strcmp(flag, "catch_exceptions") == 0) { in PrintFlag()
60 if (strcmp(flag, "color") == 0) { in PrintFlag()
65 if (strcmp(flag, "death_test_style") == 0) { in PrintFlag()
70 if (strcmp(flag, "death_test_use_fork") == 0) { in PrintFlag()
75 if (strcmp(flag, "fail_fast") == 0) { in PrintFlag()
80 if (strcmp(flag, "filter") == 0) { in PrintFlag()
85 if (strcmp(flag, "output") == 0) { in PrintFlag()
90 if (strcmp(flag, "brief") == 0) { in PrintFlag()
95 if (strcmp(flag, "print_time") == 0) { in PrintFlag()
[all …]

12345678910>>...157