/external/libpcap/ |
D | pcap-sita.c | 82 pcap_if_t *iff; in dump_interface_list() local 88 iff = acn_if_list; in dump_interface_list() 89 while (iff) { in dump_interface_list() 90 if (iff->name && (strlen(iff->name) > longest_name_len)) longest_name_len = strlen(iff->name); in dump_interface_list() 91 iff = iff->next; in dump_interface_list() 93 iff = acn_if_list; in dump_interface_list() 95 while (iff) { in dump_interface_list() 96 n = (iff->name) ? iff->name : ""; in dump_interface_list() 97 d = (iff->description) ? iff->description : ""; in dump_interface_list() 98 f = (iff->flags == PCAP_IF_LOOPBACK) ? "L" : ""; in dump_interface_list() [all …]
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
D | apint-xor1.ll | 8 ;; (A & C1)^(B & C2) -> (A & C1)|(B & C2) iff C1&C2 == 0 46 ;; (A | C1) ^ C2 -> (A | C1) & ~C2 iff (C1&C2) == C2
|
D | apint-xor2.ll | 9 ;; (A & C1)^(B & C2) -> (A & C1)|(B & C2) iff C1&C2 == 0 47 ;; (A | C1) ^ C2 -> (A | C1) & ~C2 iff (C1&C2) == C2
|
/external/llvm/test/Transforms/InstCombine/ |
D | apint-xor2.ll | 9 ;; (A & C1)^(B & C2) -> (A & C1)|(B & C2) iff C1&C2 == 0 47 ;; (A | C1) ^ C2 -> (A | C1) & ~C2 iff (C1&C2) == C2
|
D | apint-xor1.ll | 8 ;; (A & C1)^(B & C2) -> (A & C1)|(B & C2) iff C1&C2 == 0 46 ;; (A | C1) ^ C2 -> (A | C1) & ~C2 iff (C1&C2) == C2
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/ |
D | gtest-port.cc.orig | 152 // Returns true iff regular expression re matches the entire str. 160 // Returns true iff regular expression re matches a substring of str 201 // Returns true iff ch appears anywhere in str (excluding the 207 // Returns true iff ch belongs to the given classification. Unlike 221 // Returns true iff "\\c" is a supported escape sequence. 226 // Returns true iff the given atom (specified by escaped and pattern) 268 // True iff ?, *, or + can follow the previous atom. 344 // Returns true iff regex matches a prefix of str. regex must be a 375 // Returns true iff regex matches any substring of str. regex must be 405 // Returns true iff regular expression re matches the entire str. [all …]
|
/external/dhcpcd-6.8.2/ |
D | dhcpcd.c | 945 struct interface *ifp, *iff, *ifn; in dhcpcd_handleinterface() local 982 iff = if_find(ctx->ifaces, ifp->name); in dhcpcd_handleinterface() 983 if (iff) { in dhcpcd_handleinterface() 984 logger(ctx, LOG_DEBUG, "%s: interface updated", iff->name); in dhcpcd_handleinterface() 986 iff->flags = ifp->flags; in dhcpcd_handleinterface() 987 iff->hwlen = ifp->hwlen; in dhcpcd_handleinterface() 989 memcpy(iff->hwaddr, ifp->hwaddr, iff->hwlen); in dhcpcd_handleinterface() 996 iff = ifp; in dhcpcd_handleinterface() 999 dhcpcd_prestartinterface(iff); in dhcpcd_handleinterface()
|
/external/mesa3d/src/glsl/ |
D | ir_reader.cpp | 450 ir_if *iff = new(mem_ctx) ir_if(condition); in read_if() local 452 read_instructions(&iff->then_instructions, s_then, loop_ctx); in read_if() 453 read_instructions(&iff->else_instructions, s_else, loop_ctx); in read_if() 455 delete iff; in read_if() 456 iff = NULL; in read_if() 458 return iff; in read_if()
|
/external/autotest/client/site_tests/policy_URLBlacklist/ |
D | control.notset_allowed | 19 The test case shall pass iff the browser allows every test page. It shall fail
|
D | control.singlepage_blocked | 19 A test case shall pass iff URLs that are in the URLBlacklist policy value
|
D | control.multiplepages_blocked | 19 A test case shall pass iff URLs that are in the URLBlacklist policy value
|
/external/autotest/client/site_tests/policy_BlockThirdPartyCookies/ |
D | control.true_block | 19 The test case shall pass iff the 'Block third-party cookies...' check box is
|
D | control.false_allow | 19 The test case shall pass iff the 'Block third-party cookies...' check box is
|
D | control.notset_allow | 19 The test case shall pass iff the 'Block third-party cookies...' check box is
|
/external/autotest/client/site_tests/policy_URLWhitelist/ |
D | control.notset_blocked | 19 The test case shall pass iff the browser blocks every test page. It shall fail
|
D | control.singlepage_allowed | 19 A test case shall pass iff only URLs that are in the URLWhitelist policy value
|
D | control.multiplepages_allowed | 19 A test case shall pass iff only URLs that are in the URLWhitelist policy value
|
/external/autotest/client/site_tests/policy_PopupsBlockedForUrls/ |
D | control.notset_allow | 20 The test case shall pass iff the browser allows popups for every test page.
|
/external/autotest/client/site_tests/policy_CookiesBlockedForUrls/ |
D | control.notset_allow | 20 The test case shall pass iff the browser allows cookies for every test page.
|
/external/autotest/client/site_tests/policy_ImagesAllowedForUrls/ |
D | control.notset_block | 20 The test case shall pass iff the browser blocks images for every test page.
|
/external/autotest/client/site_tests/policy_JavaScriptBlockedForUrls/ |
D | control.notset_allow | 20 The test case shall pass iff the browser allows javascript for every test page.
|
/external/autotest/client/site_tests/policy_JavaScriptAllowedForUrls/ |
D | control.notset_block | 20 The test case shall pass iff the browser blocks javascript for every test page.
|
/external/autotest/client/site_tests/policy_ImagesBlockedForUrls/ |
D | control.notset_allow | 20 The test case shall pass iff the browser allows images for every test page.
|
/external/autotest/client/site_tests/policy_PopupsAllowedForUrls/ |
D | control.notset_block | 20 The test case shall pass iff the browser blocks popups for every test page.
|
/external/autotest/client/site_tests/policy_CookiesAllowedForUrls/ |
D | control.notset_block | 20 The test case shall pass iff the browser blocks cookies for every test page.
|