/external/autotest/server/site_tests/firmware_PDTrySrc/ |
D | control | 9 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/ |
D | lock.h | 33 bool Try() { return lock_.Try(); } in Try() function 53 bool Try() { 54 bool rv = lock_.Try();
|
D | lock_unittest.cc | 35 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()
|
D | lock_impl.h | 37 bool Try();
|
/external/sfntly/cpp/src/test/ |
D | lock_test.cc | 44 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/ |
D | lock.cc | 33 bool Lock::Try() { in Try() function in sfntly::Lock 58 bool Lock::Try() {
|
D | lock.h | 44 bool Try();
|
/external/clang/test/SemaCXX/ |
D | constexpr-nqueens.cpp | 37 constexpr Board tryBoard(const Board &Try, in tryBoard() argument 39 return Try.Failed ? buildBoardScan(N, Col, Row, B) : Try; in tryBoard()
|
/external/bison/m4/ |
D | javacomp.m4 | 211 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 …]
|
D | iconv.m4 | 164 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_max | 14 _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/ |
D | coding_style.txt | 49 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/ |
D | select_right_alias_definition.ll | 8 ; Try with one order 12 ; Try with the other order (reversing %t1.bc and %t2.bc)
|
/external/autotest/server/control_segments/ |
D | cleanup | 29 # 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/ |
D | Controller.m | 221 // 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/ |
D | shfl.ll | 12 ; 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/ |
D | nonexist-node-ref2.dts | 8 /* Try to redefine a node using a non-existent label */
|
/external/elfutils/m4/ |
D | iconv.m4 | 164 if (/* Try standardized names. */ 166 /* Try IRIX, OSF/1 names. */ 168 /* Try AIX names. */ 170 /* Try HP-UX names. */
|
/external/webrtc/talk/build/ |
D | whitespace.txt | 2 Try to write something funny. And please don't add trailing whitespace.
|
/external/webrtc/webrtc/build/ |
D | whitespace.txt | 2 Try to write something funny. And please don't add trailing whitespace.
|
/external/llvm/utils/lit/tests/Inputs/googletest-timeout/ |
D | lit.cfg | 8 # Try setting the max individual test time in the configuration
|
/external/valgrind/drd/tests/ |
D | tc15_laog_lockdel.stderr.exp | 3 Try order 2 -> 1. This gives an error.
|
/external/markdown/tests/safe_mode/ |
D | script_tags.txt | 21 Try another way.
|
/external/eigen/cmake/ |
D | FindGMP.cmake | 1 # Try to find the GNU Multiple Precision Arithmetic Library (GMP)
|
/external/protobuf/objectivec/Tests/ |
D | GPBCodedOuputStreamTests.m | 93 // Try different block sizes. 117 // Try different block sizes. 163 // Try different block sizes. 317 // Try different block sizes.
|