Home
last modified time | relevance | path

Searched refs:Try (Results 1 – 25 of 710) sorted by relevance

12345678910>>...29

/external/autotest/server/site_tests/firmware_PDTrySrc/
Dcontrol9 PURPOSE = "Servo based PD Try.SRC protocol test"
18 - If the DUT advertises support for dualrole and Try.SRC operation
19 - Runs a series of disconnect/connects with Try.SRC on
20 - Runs a series of disconnect/connects with Try.SRC off
21 - Verifies that with Try.SRC on the DUT connects in SRC mode
/external/libchrome/base/synchronization/
Dlock_unittest.cc36 if (lock_->Try()) { in ThreadMain()
73 if (lock.Try()) { in TEST()
99 got_lock_ = lock_->Try(); in ThreadMain()
116 ASSERT_TRUE(lock.Try()); in TEST()
144 ASSERT_TRUE(lock.Try()); in TEST()
156 ASSERT_TRUE(lock.Try()); in TEST()
184 ASSERT_TRUE(lock.Try()); in TEST()
Dlock.h33 bool Try() { return lock_.Try(); } in Try() function
53 bool Try() {
54 bool rv = lock_.Try();
Dlock_impl_posix.cc83 bool LockImpl::Try() { in Try() function in base::internal::LockImpl
98 if (Try()) in Lock()
/external/libpcap/cmake/Modules/
DFindTC.cmake2 # Try to find the Riverbed TurboCap library.
5 # Try to find the header
8 # Try to find the library
DFindSNF.cmake2 # Try to find the Myricom SNF library.
5 # Try to find the header
8 # Try to find the library
DFindDAG.cmake2 # Try to find the Endace DAG library.
5 # Try to find the header
9 # Try to find the libraries
/external/libprotobuf-mutator/src/
Dmutator.cc186 sampler_.Try(kDefaultMutateWeight, in Sample()
194 sampler_.Try(kDefaultMutateWeight, in Sample()
197 sampler_.Try(kDefaultMutateWeight, in Sample()
199 sampler_.Try(kDefaultMutateWeight, in Sample()
206 sampler_.Try( in Sample()
214 sampler_.Try(kDefaultMutateWeight, in Sample()
217 sampler_.Try(kDefaultMutateWeight, in Sample()
219 sampler_.Try(kDefaultMutateWeight, in Sample()
226 sampler_.Try(kDefaultMutateWeight, in Sample()
230 sampler_.Try(kDefaultMutateWeight, in Sample()
[all …]
/external/sfntly/cpp/src/test/
Dlock_test.cc44 if (lock_->Try()) { in ThreadMain()
81 if (lock.Try()) { in BasicLockTest()
109 got_lock_ = lock_->Try(); in ThreadMain()
126 EXPECT_TRUE(lock.Try()); in TryLockTest()
154 EXPECT_TRUE(lock.Try()); in TryLockTest()
/external/curl/docs/cmdline-opts/
Dssl.d2 Help: Try SSL/TLS
7 Try to use SSL/TLS for the connection. Reverts to a non-secure connection if
/external/clang/test/SemaCXX/
Dconstexpr-nqueens.cpp37 constexpr Board tryBoard(const Board &Try, in tryBoard() argument
39 return Try.Failed ? buildBoardScan(N, Col, Row, B) : Try; in tryBoard()
/external/sfntly/cpp/src/sfntly/port/
Dlock.cc33 bool Lock::Try() { in Try() function in sfntly::Lock
58 bool Lock::Try() {
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-lto2/X86/
Dpipeline.ll3 ; Try the default pipeline and check is BasicAA is invoked.
8 ; Try a custom pipeline
14 ; Try the new pass manager LTO default pipeline (make sure the option
Dstats-file-option.ll5 ; Try to save statistics to file.
22 ; Try to save statistics to an invalid file.
/external/perfetto/src/profiling/memory/
Dmalloc_hooks.cc338 ScopedSpinlock s(&g_client_lock, ScopedSpinlock::Mode::Try); in ShutdownLazy()
376 ScopedSpinlock s(&g_client_lock, ScopedSpinlock::Mode::Try); in HEAPPROFD_ADD_PREFIX()
408 ScopedSpinlock s(&g_client_lock, ScopedSpinlock::Mode::Try); in HEAPPROFD_ADD_PREFIX()
440 ScopedSpinlock s(&g_client_lock, ScopedSpinlock::Mode::Try); in MaybeSampleAllocation()
507 ScopedSpinlock s(&g_client_lock, ScopedSpinlock::Mode::Try); in HEAPPROFD_ADD_PREFIX()
535 ScopedSpinlock s(&g_client_lock, ScopedSpinlock::Mode::Try); in HEAPPROFD_ADD_PREFIX()
/external/eigen/cmake/
DFindPastix.cmake138 message(STATUS "Looking for PASTIX - Try to detect pthread")
153 message(STATUS "Looking for PASTIX - Try to detect libm")
173 # Try to find librt (libposix4 - POSIX.1b Realtime Extensions library)
176 message(STATUS "Looking for PASTIX - Try to detect librt")
198 message(STATUS "Looking for PASTIX - Try to detect HWLOC")
209 message(STATUS "Looking for PASTIX - Try to detect BLAS")
224 message(STATUS "Looking for PASTIX - Try to detect MPI")
248 message(STATUS "Looking for PASTIX - Try to detect StarPU")
288 message(STATUS "Looking for PASTIX - Try to detect SCOTCH")
301 message(STATUS "Looking for PASTIX - Try to detect PTSCOTCH")
[all …]
/external/libcxx/include/
D__undef_macros15 _LIBCPP_WARNING("macro min is incompatible with C++. Try #define NOMINMAX "
27 _LIBCPP_WARNING("macro max is incompatible with C++. Try #define NOMINMAX "
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/gold/X86/
Dstats-file-option.ll5 ; Try to save statistics to file.
22 ; Try to save statistics to an invalid file.
/external/llvm/test/ThinLTO/X86/
Dselect_right_alias_definition.ll8 ; Try with one order
12 ; Try with the other order (reversing %t1.bc and %t2.bc)
/external/libmtp/m4/
Diconv.m4112 if (/* Try standardized names. */
114 /* Try IRIX, OSF/1 names. */
116 /* Try AIX names. */
118 /* Try HP-UX names. */
/external/strace/tests-mx32/
Doptions-syntax.test100 Try '$STRACE_EXE -h' for more information.
105 Try 'strace -h' for more information.
/external/strace/tests-m32/
Doptions-syntax.test100 Try '$STRACE_EXE -h' for more information.
105 Try 'strace -h' for more information.
/external/strace/tests/
Doptions-syntax.test100 Try '$STRACE_EXE -h' for more information.
105 Try 'strace -h' for more information.
/external/autotest/server/control_segments/
Dcleanup29 # Try to save /var/log files. If the dut is not sshable, try to restart
37 # Try to restart dut with servo.
/external/google-breakpad/src/client/mac/testapp/
DController.m221 // Try and find it
227 // Try and remove it again
230 // Try removal by setting to nil
232 // Try and find it

12345678910>>...29