/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/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
|
D | add.ll | 52 ; (A & C1)+(B & C2) -> (A & C1)|(B & C2) iff C1&C2 == 0
|
/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/server/site_tests/platform_CryptohomeSyncStressServer/ |
D | control | 18 This test runs continuously and fails iff it stops running.
|
/external/llvm/test/CodeGen/ARM/ |
D | 2013-05-05-IfConvertBug.ll | 101 ; B can be predicated with A.BrToBPredicate into A iff B.Predicate is less 102 ; "permissive" than A.BrToBPredicate, i.e., iff A.BrToBPredicate subsumes
|
/external/llvm/test/Instrumentation/AddressSanitizer/ |
D | asan-vs-gvn.ll | 2 ; ASAN conflicts with load widening iff the widened load accesses data out of bounds
|
/external/iptables/extensions/ |
D | libxt_u32.man | 80 First test that it is an ICMP packet, true iff byte 9 (protocol) = 1 88 of byte 7 are 0 iff this is a complete packet (not a fragment). Alternatively,
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/ |
D | modulegraph.rst | 468 A boolean that is true iff the target of the edge is named in the "import" 476 A boolean that is true iff the import is done inside a function definition, 482 A boolean that is true iff the import that is done in the "try" or "except" 487 A boolean that is true iff the import is done in either block of an "if"
|
/external/cros/system_api/dbus/cryptohome/ |
D | key.proto | 48 // Allows a key to update itself iff the requested change
|
/external/chromium-trace/catapult/telemetry/third_party/altgraph/doc/ |
D | graph.rst | 92 Returns True iff *node* is a node in the graph. This 296 Returns True iff every node in the graph can be reached from
|
/external/libvpx/libvpx/third_party/x86inc/ |
D | x86inc.asm | 715 times ((last_branch_adr-$)>>31)+1 rep ; times 1 iff $ != last_branch_adr. 1109 ; Append cpuflags to the callee's name iff the appended name is known and the plain name isn't
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/ |
D | gtest-port.h.orig | 304 // Defines this to true iff Google Test can use POSIX regular expressions. 350 // gcc defines __EXCEPTIONS to 1 iff exceptions are enabled. 358 // xlC defines __EXCEPTIONS to 1 iff exceptions are enabled. 416 # ifdef _CPPRTTI // MSVC defines this macro iff RTTI is enabled. 422 // Starting with version 4.3.2, gcc defines __GXX_RTTI iff RTTI is enabled. 951 // FullMatch(str, re) returns true iff regular expression re matches 953 // PartialMatch(str, re) returns true iff regular expression re 1315 bool finished_; // true iff we know that the thread function has finished.
|
/external/compiler-rt/lib/builtins/ |
D | README.txt | 288 // iff a == b and neither is NaN. 290 // iff a == b and neither is NaN.
|
/external/ceres-solver/cmake/ |
D | FindEigen.cmake | 36 # EIGEN_FOUND: TRUE iff Eigen is found.
|
D | FindGflags.cmake | 36 # GFLAGS_FOUND: TRUE iff gflags is found.
|
D | FindGlog.cmake | 36 # GLOG_FOUND: TRUE iff glog is found.
|
D | FindSuiteSparse.cmake | 36 # SUITESPARSE_FOUND: TRUE iff SuiteSparse and all dependencies have been found. 46 # SUITESPARSE_IS_BROKEN_SHARED_LINKING_UBUNTU_SYSTEM_VERSION: TRUE iff running
|
D | FindCXSparse.cmake | 37 # CXSPARSE_FOUND: TRUE iff CXSparse and all dependencies have been found.
|
/external/bison/data/ |
D | bison.m4 | 216 # Return 1 iff both INT1 and INT2 are in [LOW, HIGH], 0 otherwise. 342 # The macro BISON-NAMESPACE(bar) must be defined iff the name bar of type WHAT
|
/external/opencv3/doc/tutorials/core/mat-mask-operations/ |
D | mat_mask_operations.markdown | 15 \f[I(i,j) = 5*I(i,j) - [ I(i-1,j) + I(i+1,j) + I(i,j-1) + I(i,j+1)]\f]\f[\iff I(i,j)*M, \text{where…
|
/external/libcxx/include/ |
D | tuple | 34 tuple(const pair<U1, U2>&); // iff sizeof...(T) == 2 // constexpr in C++14 36 tuple(pair<U1, U2>&&); // iff sizeof...(T) == 2 // constexpr in C++14 66 tuple& operator=(const pair<U1, U2>&); // iff sizeof...(T) == 2
|