Home
last modified time | relevance | path

Searched refs:passive (Results 1 – 25 of 238) sorted by relevance

12345678910

/external/walt/hardware/kicad/
DWALTsm.net147 (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/
DMetalDelegate.swift62 public var waitType: ThreadWaitType = .passive
79 case passive
91 case .passive:
/external/perfetto/infra/perfetto.dev/src/assets/
Dscript.js104 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/
Ddata-segment-merging.ll9 … 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/
Dftp-pasv.d8 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
Dftp-ssl-ccc-mode.d2 Arg: <active/passive>
9 Sets the CCC mode. The passive mode will not initiate the shutdown, but
Ddisable-epsv.d6 (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
Dftp-ssl-ccc.d11 default mode is passive.
/external/curl/tests/data/
Dtest5953 # 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/
DMetalDelegateTests.swift24 XCTAssertEqual(delegate.options.waitType, .passive) in testInitDefaultGPUDelegateOptions()
70 XCTAssertEqual(options.waitType, .passive) in testInitWithDefaultValues()
/external/parameter-framework/asio-1.10.6/include/asio/ip/
Dbasic_resolver_query.hpp60 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()
Dresolver_query_base.hpp32 passive = ASIO_OS_DEF(AI_PASSIVE), enumerator
/external/iptables/extensions/
Dlibxt_osf.man1 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/
DReproducer.cpp137 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/
Dracoon.conf17 passive off;
/external/llvm-project/lldb/docs/design/
Dreproducers.rst100 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/
DReproducer.h160 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/
Dinstall_python_interpreters.ps138 …& $PythonInstallerPath /passive InstallAllUsers=1 PrependPath=1 Include_test=0 TargetDir=$PythonIn… in Install-Python()
/external/ppp/pppd/
Dlcp.h89 bool passive; /* Don't die if we don't get a response */ member
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mutex.cc201 u64 passive = iter_ - active; in Contention() local
202 return active + 10 * passive; in Contention()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_mutex.cpp200 u64 passive = iter_ - active; in Contention() local
201 return active + 10 * passive; in Contention()
/external/bcc/examples/tracing/
Dtcpv4connect_example.txt5 (eg, via a connect() syscall; accept() are passive connections). Some example
/external/python/cpython3/Tools/msi/
Dtestrelease.bat59 "%~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/
Dstubftpserver-features.apt11 * Supports active and passive mode data transfers.
/external/mockftpserver/tags/1.1/src/site/apt/
Dstubftpserver-features.apt11 * Supports active and passive mode data transfers.

12345678910