/external/dexmaker/src/dx/java/com/android/dx/io/ |
D | Code.java | 25 private final Try[] tries; 29 short[] instructions, Try[] tries, CatchHandler[] catchHandlers) { in Code() 59 public Try[] getTries() { in getTries() 67 public static class Try { class in Code 72 Try(int startAddress, int instructionCount, int handlerOffset) { in Try() method in Code.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 | 13 _LIBCPP_WARNING("macro min is incompatible with C++. Try #define NOMINMAX " 23 _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/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/pdfium/testing/ |
D | SUPPRESSIONS_linux | 2 # Try to keep the file alphabetized.
|
/external/elfutils/src/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/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/v8/tools/ |
D | whitespace.txt | 3 Try to write something funny. And please don't add trailing whitespace.
|
/external/libpng/contrib/visupng/ |
D | cexcept.h | 211 #define Try \ macro
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | trip-count7.ll | 50 declare void @Try(i32, i32*, i32*, i32*, i32*, i32*) nounwind 68 Try.exit.exitStub: ; preds = %bb7.i 110 call void @Try(i32 2, i32* %q, i32* %b9, i32* %a10, i32* %c11, i32* %x1.sub) nounwind 138 br i1 %tmp37, label %bb.i, label %Try.exit.exitStub
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | AbstractFakeFileSystemTest.groovy | 47 // Try adding entry that already exists 50 // Try adding entry for path whose parent does not already exist
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/ |
D | tight-vncviewer-fullscreen.patch | 6 /* Try to get the input focus. */
|
/external/eigen/bench/btl/cmake/ |
D | FindMTL4.cmake | 1 # - Try to find eigen2 headers
|
D | FindTvmet.cmake | 1 # - Try to find tvmet headers
|
D | FindBlitz.cmake | 1 # - Try to find blitz lib
|
/external/libdrm/ |
D | configure.ac | 226 …epends upon atomic operations, which were not found for your compiler/cpu. Try compiling with -mar… 229 … depends on atomic operations, which were not found for your compiler/cpu. Try compiling with -mar… 234 …epends upon atomic operations, which were not found for your compiler/cpu. Try compiling with -mar… 237 … depends on atomic operations, which were not found for your compiler/cpu. Try compiling with -mar… 242 …epends upon atomic operations, which were not found for your compiler/cpu. Try compiling with -mar… 245 … depends on atomic operations, which were not found for your compiler/cpu. Try compiling with -mar…
|
/external/e2fsprogs/tests/progs/test_data/ |
D | test.irel | 19 # Try resizing the number of references and retry the add
|