Home
last modified time | relevance | path

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

12345678910>>...21

/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.h33 bool Try() { return lock_.Try(); } in Try() function
53 bool Try() {
54 bool rv = lock_.Try();
Dlock_unittest.cc35 if (lock_->Try()) { in ThreadMain()
72 if (lock.Try()) { in TEST()
98 got_lock_ = lock_->Try(); in ThreadMain()
115 ASSERT_TRUE(lock.Try()); in TEST()
143 ASSERT_TRUE(lock.Try()); in TEST()
Dlock_impl.h37 bool Try();
/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/sfntly/cpp/src/sfntly/port/
Dlock.cc33 bool Lock::Try() { in Try() function in sfntly::Lock
58 bool Lock::Try() {
Dlock.h44 bool Try();
/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/bison/m4/
Djavacomp.m4211 dnl Try the original $JAVAC.
218 dnl Try $JAVAC.
225 dnl Try adding -fsource option if it is useful.
249 dnl Try with -fsource and -ftarget options.
265 dnl Try $JAVAC.
277 dnl Try $JAVAC and "$JAVAC -fno-assert". But add -fno-assert only if
324 dnl Try $JAVAC.
331 dnl Try adding -source option if it is useful.
355 dnl Try with -target option alone. (Sun javac 1.3.1 has the -target
363 dnl Try adding -source option if it is useful.
[all …]
Diconv.m4164 if (/* Try standardized names. */
166 /* Try IRIX, OSF/1 names. */
168 /* Try AIX names. */
170 /* Try HP-UX names. */
/external/libcxx/include/
D__undef_min_max14 _LIBCPP_WARNING("macro min is incompatible with C++. Try #define NOMINMAX "
26 _LIBCPP_WARNING("macro max is incompatible with C++. Try #define NOMINMAX "
/external/mesa3d/src/gallium/state_trackers/d3d1x/docs/
Dcoding_style.txt49 Try to limit or avoid preprocessor magic and multiline macros and use templates instead where possi…
61 Try to use const appropriately, esp. as a qualifier for member functions.
63 Try to avoid Microsoft-style TYPES like FLOAT, UINT, etc. in favor of the usual C types like float,…
67 Try to use typedefs for STL maps on which you need to declare iterations, as well as function poin…
83 Try to use C++ references (with const if appropriate) when the pointer must be non-null, and that t…
/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/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
/external/llvm/test/CodeGen/NVPTX/
Dshfl.ll12 ; Try all four permutations of register and immediate parameters with
52 ; Try shfl.down with floating-point params.
62 ; Try the rest of the shfl modes. Hopefully they're declared in such a way
/external/dtc/tests/
Dnonexist-node-ref2.dts8 /* Try to redefine a node using a non-existent label */
/external/elfutils/m4/
Diconv.m4164 if (/* Try standardized names. */
166 /* Try IRIX, OSF/1 names. */
168 /* Try AIX names. */
170 /* Try HP-UX names. */
/external/webrtc/talk/build/
Dwhitespace.txt2 Try to write something funny. And please don't add trailing whitespace.
/external/webrtc/webrtc/build/
Dwhitespace.txt2 Try to write something funny. And please don't add trailing whitespace.
/external/llvm/utils/lit/tests/Inputs/googletest-timeout/
Dlit.cfg8 # Try setting the max individual test time in the configuration
/external/valgrind/drd/tests/
Dtc15_laog_lockdel.stderr.exp3 Try order 2 -> 1. This gives an error.
/external/markdown/tests/safe_mode/
Dscript_tags.txt21 Try another way.
/external/eigen/cmake/
DFindGMP.cmake1 # Try to find the GNU Multiple Precision Arithmetic Library (GMP)
/external/protobuf/objectivec/Tests/
DGPBCodedOuputStreamTests.m93 // Try different block sizes.
117 // Try different block sizes.
163 // Try different block sizes.
317 // Try different block sizes.

12345678910>>...21