Searched defs:Try (Results 1 - 13 of 13) sorted by relevance

/external/sfntly/cpp/src/sfntly/port/
H A Dlock.cc33 bool Lock::Try() { function in class:sfntly::Lock
58 bool Lock::Try() {
/external/libchrome/base/synchronization/
H A Dlock_impl_posix.cc38 bool LockImpl::Try() { function in class:base::internal::LockImpl
H A Dlock.h33 bool Try() { return lock_.Try(); } function in class:base::Lock
53 bool Try() {
54 bool rv = lock_.Try();
/external/libpng/contrib/visupng/
H A Dcexcept.h69 The Try/Catch and Throw statements (described below) implicitly
97 Try/Catch/Throw macros, so it shouldn't be expensive or have side
108 are used by a Try/Catch statement. It does no harm to initialize
112 Try/Catch statement.
115 Try statement
118 The Try/Catch/Throw macros are capitalized in order to avoid
122 A Try/Catch statement has a syntax similar to an if/else statement,
132 If a Throw that uses the same exception context as the Try/Catch is
133 executed within the Try clause (typically within a function called
134 by the Try claus
211 #define Try macro
[all...]
/external/clang/test/SemaCXX/
H A Dconstexpr-nqueens.cpp37 constexpr Board tryBoard(const Board &Try, argument
39 return Try.Failed ? buildBoardScan(N, Col, Row, B) : Try;
/external/r8/src/main/java/com/android/tools/r8/graph/
H A DDexCode.java34 public final Try[] tries;
46 Try[] tries,
199 for (Try atry : tries) {
262 for (Try atry : tries) {
305 public static class Try extends DexItem { class in class:DexCode
314 public Try(int startAddress, int instructionCount, int handlerOffset) { method in class:DexCode.Try
333 if (other instanceof Try) {
334 Try o = (Try) other;
/external/v8/src/wasm/
H A Dfunction-body-decoder.cc140 static Control Try(const byte* pc, size_t stack_depth, SsaEnv* end_env, function in struct:v8::internal::wasm::Control
1399 control_.emplace_back(Control::Try(pc_, stack_.size(), end_env, zone_,
/external/clang/lib/Sema/
H A DSemaStmt.cpp3422 Sema::ActOnObjCAtTryStmt(SourceLocation AtLoc, Stmt *Try, argument
3429 return ObjCAtTryStmt::Create(Context, AtLoc, Try, CatchStmts.data(),
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp406 size_t Try = 0; local
408 while (Try < BaseRegsSize && !isa<SCEVAddRecExpr>(ScaledReg))
409 std::swap(ScaledReg, BaseRegs[Try++]);
3534 // Try to unscale the formula to generate a better scale.
/external/dexmaker/lib/
H A Dlibcore-dex-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dex/ com/android/dex/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 553 milliseconds