Home
last modified time | relevance | path

Searched defs:Try (Results 1 – 19 of 19) sorted by relevance

/external/sfntly/cpp/src/sfntly/port/
Dlock.cc33 bool Lock::Try() { in Try() function in sfntly::Lock
/external/libpng/contrib/visupng/
Dcexcept.h211 #define Try \ macro
/external/libprotobuf-mutator/src/
Dweighted_reservoir_sampler.h36 void Try(uint64_t weight, const T& item) { in Try() function
Dmutator.cc275 void Try(const FieldInstance& field, Mutation mutation) { in Try() function in protobuf_mutator::__anon4db2e1e30111::MutationSampler
/external/perfetto/src/profiling/memory/
Dscoped_spinlock.h34 Try, enumerator
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/
DTry.kt7 public class Try<out T> private constructor(private val _value: Any?) { class
/external/kotlinx.coroutines/integration/kotlinx-coroutines-jdk8/test/examples/
DTry.kt10 public class Try<out T> private constructor(private val _value: Any?) { class
/external/libchrome/base/synchronization/
Dlock_impl_posix.cc83 bool LockImpl::Try() { in Try() function in base::internal::LockImpl
Dlock.h33 bool Try() { return lock_.Try(); } in Try() function
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DCommonPoolTest.kt15 private inline fun <T> Try(block: () -> T) = try { block() } catch (e: Throwable) { null } in Try() method in kotlinx.coroutines.CommonPoolTest
/external/clang/test/SemaCXX/
Dconstexpr-nqueens.cpp37 constexpr Board tryBoard(const Board &Try, in tryBoard()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DCommonPool.kt56 private inline fun <T> Try(block: () -> T) = try { block() } catch (e: Throwable) { null } in Try() method
/external/python/cpython3/Include/
DPython-ast.h196 } Try; member
548 #define Try(a0, a1, a2, a3, a4, a5, a6, a7, a8) _Py_Try(a0, a1, a2, a3, a4, a5, a6, a7, a8) macro
/external/v8/src/wasm/
Dgraph-builder-interface.cc185 void Try(FullDecoder* decoder, Control* block) { in Try() function in v8::internal::wasm::__anonfc9fbc4f0111::WasmGraphBuildingInterface
/external/clang/lib/Sema/
DSemaStmt.cpp3422 Sema::ActOnObjCAtTryStmt(SourceLocation AtLoc, Stmt *Try, in ActOnObjCAtTryStmt()
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp406 size_t Try = 0; in canonicalize() local
/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc878 void Try(FullDecoder* decoder, Control* block) { in Try() function in v8::internal::wasm::__anon69d3db0f0111::LiftoffCompiler
/external/python/cpython3/Python/
DPython-ast.c1653 Try(asdl_seq * body, asdl_seq * handlers, asdl_seq * orelse, asdl_seq * in Try() function
/external/v8/src/compiler/
Djs-call-reducer.cc453 TryCatchBuilder0 Try(const VoidGenerator0& try_body) { in Try() function in v8::internal::compiler::JSCallReducerAssembler