Home
last modified time | relevance | path

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

12345678910>>...16

/external/dexmaker/src/dx/java/com/android/dx/io/
DCode.java25 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/
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_max13 _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/
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/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/pdfium/testing/
DSUPPRESSIONS_linux2 # Try to keep the file alphabetized.
/external/elfutils/src/m4/
Diconv.m4164 if (/* Try standardized names. */
166 /* Try IRIX, OSF/1 names. */
168 /* Try AIX names. */
170 /* Try HP-UX names. */
/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/v8/tools/
Dwhitespace.txt3 Try to write something funny. And please don't add trailing whitespace.
/external/libpng/contrib/visupng/
Dcexcept.h211 #define Try \ macro
/external/llvm/test/Analysis/ScalarEvolution/
Dtrip-count7.ll50 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/
DAbstractFakeFileSystemTest.groovy47 // 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/
Dtight-vncviewer-fullscreen.patch6 /* Try to get the input focus. */
/external/eigen/bench/btl/cmake/
DFindMTL4.cmake1 # - Try to find eigen2 headers
DFindTvmet.cmake1 # - Try to find tvmet headers
DFindBlitz.cmake1 # - Try to find blitz lib
/external/libdrm/
Dconfigure.ac226 …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/
Dtest.irel19 # Try resizing the number of references and retry the add

12345678910>>...16