/external/walt/hardware/kicad/ |
D | WALTsm.net | 147 (pin (num 1) (name NC) (type passive)) 148 (pin (num 2) (name ST) (type passive)) 149 (pin (num 3) (name COM) (type passive)) 150 (pin (num 4) (name NC) (type passive)) 151 (pin (num 5) (name COM) (type passive)) 152 (pin (num 6) (name COM) (type passive)) 153 (pin (num 7) (name COM) (type passive)) 155 (pin (num 9) (name NC) (type passive)) 159 (pin (num 13) (name NC) (type passive)) 162 (pin (num 16) (name NC) (type passive)) [all …]
|
/external/tensorflow/tensorflow/lite/swift/Sources/ |
D | MetalDelegate.swift | 62 public var waitType: ThreadWaitType = .passive 79 case passive 91 case .passive:
|
/external/perfetto/infra/perfetto.dev/src/assets/ |
D | script.js | 104 const passive = {passive: true}; property 107 doc.addEventListener('mousemove', (e) => onMouseMove(offY, e), passive); 110 }, passive); 112 window.addEventListener('scroll', () => onScroll(), passive);
|
/external/llvm-project/lld/test/wasm/ |
D | data-segment-merging.ll | 9 … llc --mtriple=wasm32-unknown-unknown -mattr=+bulk-memory,+atomics -filetype=obj %s -o %t.passive.o 76 …o-gc-sections --no-entry --shared-memory --max-memory=131072 -o %t.merged.passive.wasm %t.passive.o 77 ; RUN: obj2yaml %t.merged.passive.wasm | FileCheck %s --check-prefix=PASSIVE-MERGE 101 …-shared-memory --max-memory=131072 -no-merge-data-segments -o %t.separate.passive.wasm %t.passive.o 102 ; RUN: obj2yaml %t.separate.passive.wasm | FileCheck %s --check-prefix=PASSIVE-SEPARATE
|
/external/curl/docs/cmdline-opts/ |
D | ftp-pasv.d | 8 Use passive mode for the data connection. Passive is the internal default 13 enforced passive really isn't doable but you must then instead enforce the
|
D | ftp-ssl-ccc-mode.d | 2 Arg: <active/passive> 9 Sets the CCC mode. The passive mode will not initiate the shutdown, but
|
D | disable-epsv.d | 6 (FTP) Tell curl to disable the use of the EPSV command when doing passive FTP 16 Disabling EPSV only changes the passive behavior. If you want to switch to
|
D | ftp-ssl-ccc.d | 11 default mode is passive.
|
/external/curl/tests/data/ |
D | test595 | 3 # This test is like 585 but uses passive FTP instead of HTTP 36 verify close callbacks with passive FTP
|
/external/tensorflow/tensorflow/lite/swift/Tests/ |
D | MetalDelegateTests.swift | 24 XCTAssertEqual(delegate.options.waitType, .passive) in testInitDefaultGPUDelegateOptions() 70 XCTAssertEqual(options.waitType, .passive) in testInitWithDefaultValues()
|
/external/parameter-framework/asio-1.10.6/include/asio/ip/ |
D | basic_resolver_query.hpp | 60 resolver_query_base::flags resolve_flags = passive | address_configured) in basic_resolver_query() 98 resolver_query_base::flags resolve_flags = passive | address_configured) in basic_resolver_query()
|
D | resolver_query_base.hpp | 32 passive = ASIO_OS_DEF(AI_PASSIVE), enumerator
|
/external/iptables/extensions/ |
D | libxt_osf.man | 1 The osf module does passive operating system fingerprinting. This module 6 Match an operating system genre by using a passive fingerprinting.
|
/external/llvm-project/lldb/source/Utility/ |
D | Reproducer.cpp | 137 llvm::Error Reproducer::SetReplay(llvm::Optional<FileSpec> root, bool passive) { in SetReplay() argument 150 m_loader.emplace(*root, passive); in SetReplay() 240 Loader::Loader(FileSpec root, bool passive) in Loader() argument 242 m_passive_replay(passive) {} in Loader()
|
/external/ipsec-tools/src/racoon/samples/roadwarrior/client/ |
D | racoon.conf | 17 passive off;
|
/external/llvm-project/lldb/docs/design/ |
D | reproducers.rst | 100 the captured SB API functions one after each other. The second mode is passive 136 replay itself when called. This is what makes passive replay different from 137 driver replay, where it is lldb itself that's driving replay. For passive 144 able to reuse all of this to implement passive replay. 146 During passive replay is enabled, nothing happens until an SB API is called. 157 didn't matter for driver replay, it's key for passive replay, because that's
|
/external/llvm-project/lldb/include/lldb/Utility/ |
D | Reproducer.h | 160 Loader(FileSpec root, bool passive = false); 219 llvm::Error SetReplay(llvm::Optional<FileSpec> root, bool passive = false);
|
/external/rust/crates/grpcio-sys/grpc/tools/internal_ci/helper_scripts/ |
D | install_python_interpreters.ps1 | 38 …& $PythonInstallerPath /passive InstallAllUsers=1 PrependPath=1 Include_test=0 TargetDir=$PythonIn… in Install-Python()
|
/external/ppp/pppd/ |
D | lcp.h | 89 bool passive; /* Don't die if we don't get a response */ member
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_mutex.cc | 201 u64 passive = iter_ - active; in Contention() local 202 return active + 10 * passive; in Contention()
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_mutex.cpp | 200 u64 passive = iter_ - active; in Contention() local 201 return active + 10 * passive; in Contention()
|
/external/bcc/examples/tracing/ |
D | tcpv4connect_example.txt | 5 (eg, via a connect() syscall; accept() are passive connections). Some example
|
/external/python/cpython3/Tools/msi/ |
D | testrelease.bat | 59 "%~1" /passive /log "%~2\install\log.txt" TargetDir="%~2\Python" Include_debug=1 Include_symbols=1 … 100 "%~1" /passive /uninstall /log "%~2\uninstall\log.txt"
|
/external/mockftpserver/tags/2.0/src/site/apt/ |
D | stubftpserver-features.apt | 11 * Supports active and passive mode data transfers.
|
/external/mockftpserver/tags/1.1/src/site/apt/ |
D | stubftpserver-features.apt | 11 * Supports active and passive mode data transfers.
|