Home
last modified time | relevance | path

Searched refs:bad (Results 1 - 25 of 261) sorted by relevance

1234567891011

/third_party/selinux/libsepol/src/
H A Dpolicydb_validate.c52 goto bad; in validate_array_init()
54 goto bad; in validate_array_init()
56 goto bad; in validate_array_init()
59 goto bad; in validate_array_init()
70 goto bad; in validate_array_init()
72 goto bad; in validate_array_init()
74 goto bad; in validate_array_init()
76 goto bad; in validate_array_init()
80 bad: in validate_array_init()
99 goto bad; in validate_value()
[all...]
H A Dpolicydb.c1920 goto bad; in mls_read_semantic_level_helper()
1929 goto bad; in mls_read_semantic_level_helper()
1939 goto bad; in mls_read_semantic_level_helper()
1947 bad: in mls_read_semantic_level_helper()
2073 goto bad; in perm_read()
2077 goto bad; in perm_read()
2081 goto bad; in perm_read()
2084 goto bad; in perm_read()
2088 bad: in perm_read()
2108 goto bad; in common_read()
[all...]
H A Dhierarchy.c263 uint32_t class, uint32_t data, avtab_ptr_t *bad) in bounds_add_bad()
275 new->next = *bad; in bounds_add_bad()
276 *bad = new; in bounds_add_bad()
285 avtab_ptr_t *bad, int *numbad) in bounds_check_rule()
312 rc = bounds_add_bad(handle, child, i+1, class, d, bad); in bounds_check_rule()
325 uint32_t parent, avtab_ptr_t *bad, in bounds_check_cond_rules()
340 datum->data, bad, numbad); in bounds_check_cond_rules()
354 avtab_ptr_t bad; member
368 k->target_class, d->data, &a->bad, &a->numbad); in bounds_check_rule_callback()
375 avtab_ptr_t *bad, in in bounds_check_child_rules()
262 bounds_add_bad(sepol_handle_t *handle, uint32_t src, uint32_t tgt, uint32_t class, uint32_t data, avtab_ptr_t *bad) bounds_add_bad() argument
281 bounds_check_rule(sepol_handle_t *handle, policydb_t *p, avtab_t *global_avtab, avtab_t *cur_avtab, uint32_t child, uint32_t parent, uint32_t src, uint32_t tgt, uint32_t class, uint32_t data, avtab_ptr_t *bad, int *numbad) bounds_check_rule() argument
322 bounds_check_cond_rules(sepol_handle_t *handle, policydb_t *p, avtab_t *global_avtab, avtab_t *cond_avtab, cond_av_list_t *rules, uint32_t child, uint32_t parent, avtab_ptr_t *bad, int *numbad) bounds_check_cond_rules() argument
371 bounds_check_child_rules(sepol_handle_t *handle, policydb_t *p, avtab_t *global_avtab, struct bounds_cond_info *cond_info, uint32_t child, uint32_t parent, avtab_ptr_t *bad, int *numbad) bounds_check_child_rules() argument
413 bounds_check_type(sepol_handle_t *handle, policydb_t *p, uint32_t child, uint32_t parent, avtab_ptr_t *bad, int *numbad) bounds_check_type() argument
472 avtab_ptr_t bad = NULL; bounds_check_type_callback() local
[all...]
/third_party/typescript/tests/baselines/reference/
H A DassignmentToObjectAndFunction.js25 function bad() { } function
26 module bad {
30 var badFundule: Function = bad; // error
51 function bad() { }
52 (function (bad) {
53 bad.apply = 0;
54 })(bad || (bad = {}));
55 var badFundule = bad; // error
H A DconditionalTypeContextualTypeSimplificationsSuceeds.js7 function bad<P extends Props>(
14 bad({ when: value => false });
20 function bad(attrs) { } function
23 bad({ when: function (value) { return false; } });
H A DjsxIssuesErrorWhenTagExpectsTooManyArguments.js10 function MyComp4(props: MyProps, context: any, bad: any, verybad: any) {
13 function MyComp3(props: MyProps, context: any, bad: any) {
32 function MyComp4(props, context, bad, verybad) {
35 function MyComp3(props, context, bad) {
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
H A Drune.c98 goto bad; in charntorune()
101 goto bad; in charntorune()
104 goto bad; in charntorune()
120 goto bad; in charntorune()
124 goto bad; in charntorune()
126 goto bad; in charntorune()
140 goto bad; in charntorune()
144 goto bad; in charntorune()
150 // since we don't have that, we'll just fall through to bad. in charntorune()
153 * bad decodin in charntorune()
[all...]
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Denum-typecheck.c2 enum bad { B, }; enum
8 void parg(enum bad);
11 void farg(enum bad a) { } in farg()
14 enum bad pret(void);
17 enum bad fret(void) { return 0; } in fret()
21 enum bad *ptr;
24 enum bad *bptr = &g;
/third_party/glslang/glslang/MachineIndependent/
H A Dlimits.cpp67 : loopId(id), symbolTable(st), bad(false) { } in TInductiveTraverser()
75 bool bad; member in glslang::TInductiveTraverser
88 bad = true; in visitBinary()
100 bad = true; in visitUnary()
119 bad = true; in visitAggregate()
141 if (it.bad) in inductiveLoopBodyCheck()
153 TIndexTraverser(const TIdSetType& ids) : inductiveLoopIds(ids), bad(false) { } in TIndexTraverser()
157 bool bad; member in glslang::TIndexTraverser
169 bad = true; in visitSymbol()
174 // check for function calls, assuming they are bad; spe
[all...]
/third_party/python/Lib/test/
H A Dtest_robotparser.py16 bad = [] variable in BaseRobotTest
37 for url in self.bad:
54 bad = ['/cyberworld/map/index.html', '/tmp/xxx', '/foo.html'] variable in UserAgentWildcardTest
71 bad = ['/cyberworld/map/index.html'] variable in CrawlDelayAndCustomAgentTest
86 bad = ['/cyberworld/map/index.html'] variable in SitemapTest
98 bad = ['/cyberworld/map/index.html', '/', '/tmp/'] variable in RejectAllRobotsTest
107 for url in self.good + self.bad:
148 bad = ['/tmp', '/tmp.html', '/tmp/a.html', '/a%3cd.html', '/a%3Cd.html', variable in CrawlDelayAndRequestRateTest
167 bad = ['/tmp/', '/tmp/a.html', '/a%3cd.html', '/a%3Cd.html', '/a/b.html', variable in InvalidRequestRateTest
181 bad variable in InvalidCrawlDelayTest
194 bad = ['/folder1/anotherfile.html'] global() variable in AnotherInvalidRequestRateTest
209 bad = ['/something.jpg'] global() variable in UserAgentOrderingTest
226 bad = ['/folder1/anotherfile.html'] global() variable in GoogleURLOrderingTest
249 bad = ['/some/path'] global() variable in UseFirstUserAgentWildcardTest
260 bad = ['/another/path?'] global() variable in EmptyQueryStringTest
273 bad = ['/cyberworld/map/index.html'] global() variable in DefaultEntryTest
[all...]
/third_party/musl/libc-test/src/functional/
H A Diconv_open.c15 char *bad = "bad-codeset"; in main() local
17 cd = iconv_open(bad, bad); in main()
19 t_error("iconv_open(\"%s\",\"%s\") didn't fail\n", bad, bad); in main()
21 t_error("iconv_open(\"%s\",\"%s\") did not fail with EINVAL, got %s\n", bad, bad, strerror(errno)); in main()
/third_party/libcoap/tests/
H A Dtest_options.c485 CU_ASSERT(oi.bad == 1); in t_iterate_option1()
488 CU_ASSERT(oi.bad == 1); in t_iterate_option1()
511 CU_ASSERT(oi.bad == 1); in t_iterate_option2()
514 CU_ASSERT(oi.bad == 1); in t_iterate_option2()
538 CU_ASSERT(oi.bad == 0); in t_iterate_option3()
541 CU_ASSERT(oi.bad == 0); in t_iterate_option3()
546 CU_ASSERT(oi.bad == 0); in t_iterate_option3()
551 CU_ASSERT(oi.bad == 0); in t_iterate_option3()
556 CU_ASSERT(oi.bad == 1); in t_iterate_option3()
581 CU_ASSERT(oi.bad in t_iterate_option4()
[all...]
/third_party/musl/src/network/
H A Dns_parse.c56 if (msglen < (2 + ns_s_max) * NS_INT16SZ) goto bad; in ns_initparse()
70 if (msg != handle->_eom) goto bad; in ns_initparse()
75 bad: in ns_initparse()
87 if (r < 0) goto bad; in ns_skiprr()
88 if (r + 2 * NS_INT16SZ > eom - p) goto bad; in ns_skiprr()
91 if (NS_INT32SZ + NS_INT16SZ > eom - p) goto bad; in ns_skiprr()
94 if (r > eom - p) goto bad; in ns_skiprr()
99 bad: in ns_skiprr()
108 if (section < 0 || section >= ns_s_max) goto bad; in ns_parserr()
115 if (rrnum < 0 || rrnum >= handle->_counts[section]) goto bad; in ns_parserr()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dhttpread.c207 goto bad; in httpread_hdr_analyze()
220 goto bad; in httpread_hdr_analyze()
267 goto bad; in httpread_hdr_analyze()
305 goto bad; in httpread_hdr_analyze()
307 goto bad; in httpread_hdr_analyze()
355 bad: in httpread_hdr_analyze()
383 goto bad; in httpread_read_handler()
394 goto bad; in httpread_read_handler()
402 goto bad; in httpread_read_handler()
430 goto bad; in httpread_read_handler()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dhttpread.c207 goto bad; in httpread_hdr_analyze()
220 goto bad; in httpread_hdr_analyze()
267 goto bad; in httpread_hdr_analyze()
305 goto bad; in httpread_hdr_analyze()
307 goto bad; in httpread_hdr_analyze()
355 bad: in httpread_hdr_analyze()
383 goto bad; in httpread_read_handler()
394 goto bad; in httpread_read_handler()
402 goto bad; in httpread_read_handler()
430 goto bad; in httpread_read_handler()
[all...]
/third_party/python/Tools/scripts/
H A Dpathfix.py80 bad = 0
83 if recursedown(arg): bad = 1
86 bad = 1
88 if fix(arg): bad = 1
89 sys.exit(bad)
98 bad = 0
113 if fix(fullname): bad = 1
115 if recursedown(fullname): bad = 1
116 return bad
H A Dfixcid.py69 bad = 0
82 if recursedown(arg): bad = 1
85 bad = 1
87 if fix(arg): bad = 1
88 sys.exit(bad)
97 bad = 0
112 if fix(fullname): bad = 1
114 if recursedown(fullname): bad = 1
115 return bad
299 err(substfile + '%s:%r: warning: bad lin
[all...]
/third_party/NuttX/fs/nfs/
H A Drpc_clnt.c591 goto bad; in rpcclnt_reconnect()
600 goto bad; in rpcclnt_reconnect()
603 bad: in rpcclnt_reconnect()
709 goto bad; in rpcclnt_connect()
722 goto bad; in rpcclnt_connect()
740 goto bad; in rpcclnt_connect()
750 goto bad; in rpcclnt_connect()
759 goto bad; in rpcclnt_connect()
766 goto bad; in rpcclnt_connect()
778 goto bad; in rpcclnt_connect()
[all...]
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-server/
H A Dmain.c17 int interrupted, bad = 1, multipart; variable
240 bad = 1; in smd_cb()
300 bad = 0; in main()
303 lwsl_user("Completed: %s\n", bad ? "failed" : "OK"); in main()
305 return bad; in main()
/third_party/lwip/src/netif/ppp/
H A Dlcp.c941 * This should not modify any state if the Ack is bad.
944 * 0 - Ack was bad.
957 * If we find any deviations, then this packet is bad. in lcp_ackci()
962 goto bad; \ in lcp_ackci()
967 goto bad; \ in lcp_ackci()
972 goto bad; \ in lcp_ackci()
977 goto bad; \ in lcp_ackci()
980 goto bad; \ in lcp_ackci()
985 goto bad; \ in lcp_ackci()
990 goto bad; \ in lcp_ackci()
[all...]
/third_party/node/deps/openssl/openssl/util/
H A Dck_errf.pl97 my $bad = 0;
115 $bad = 1;
120 $bad = 1;
133 $bad = 1;
140 $bad = 1;
150 if ( $bad && $err_strict ) {
/third_party/openssl/util/
H A Dck_errf.pl97 my $bad = 0;
115 $bad = 1;
120 $bad = 1;
133 $bad = 1;
140 $bad = 1;
150 if ( $bad && $err_strict ) {
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-server-raw/
H A Dmain.c17 int interrupted, bad = 1; variable
98 bad = 0; in main()
101 lwsl_user("Completed: %s\n", bad ? "failed" : "OK"); in main()
103 return bad; in main()
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-post/
H A Dminimal-http-client-post.c20 static int interrupted, bad = 0, status, count_clients = 1, completed; variable
42 bad = 1; in callback_http()
51 bad |= status != 200; in callback_http()
79 bad |= status != 200; in callback_http()
274 lwsl_user("Completed: %s\n", bad ? "failed" : "OK"); in main()
276 return bad; in main()
/third_party/selinux/checkpolicy/
H A Dpolicy_define.c169 goto bad; in define_class()
176 goto bad; in define_class()
180 goto bad; in define_class()
184 goto bad; in define_class()
197 bad: in define_class()
262 goto bad; in define_polcap()
269 goto bad; in define_polcap()
275 goto bad; in define_polcap()
281 bad: in define_polcap()
305 goto bad; in define_initial_sid()
[all...]

Completed in 17 milliseconds

1234567891011