Home
last modified time | relevance | path

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

12345678910

/external/chromium/base/synchronization/
Dlock.h30 bool Try() { return lock_.Try(); } in Try() function
50 bool Try() {
51 bool rv = lock_.Try();
Dlock_unittest.cc32 if (lock_->Try()) { in ThreadMain()
69 if (lock.Try()) { in TEST()
95 got_lock_ = lock_->Try(); in ThreadMain()
112 ASSERT_TRUE(lock.Try()); in TEST()
140 ASSERT_TRUE(lock.Try()); in TEST()
Dlock_impl_win.cc20 bool LockImpl::Try() { in Try() function in base::internal::LockImpl
Dlock_impl.h38 bool Try();
Dlock_impl_posix.cc37 bool LockImpl::Try() { in Try() function in base::internal::LockImpl
/external/libvpx/nestegg/
DTODO6 - Try to handle unknown elements with unknown sizes.
8 - Try to resynchronize stream when read_block fails so that failure to parse
/external/webkit/LayoutTests/storage/indexeddb/
Dobjectstore-basics-expected.txt54 Try to insert data with a Date key:
56 Try to insert a value not handled by structured clone:
60 Try to insert data where key path yields a Date key:
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
DSDLOSXCAGuard.h101 …int (*Try)(struct S_SDLOSXCAGuard *cag, int *outWasLocked); /* returns true if lock is free… member
/external/valgrind/main/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/libpng/contrib/visupng/
Dcexcept.h211 #define Try \ macro
/external/llvm/test/Analysis/ScalarEvolution/
Dtrip-count7.ll49 declare void @Try(i32, i32*, i32*, i32*, i32*, i32*) nounwind
67 Try.exit.exitStub: ; preds = %bb7.i
109 call void @Try(i32 2, i32* %q, i32* %b9, i32* %a10, i32* %c11, i32* %x1.sub) nounwind
137 br i1 %tmp37, label %bb.i, label %Try.exit.exitStub
/external/valgrind/main/helgrind/tests/
Dtc15_laog_lockdel.stderr.exp3 Try order 2 -> 1. This gives an error.
/external/webkit/Source/cmake/
DFindCFLite.cmake1 # - Try to find the CFLite library
DFindGIO.cmake1 # - Try to find GIO 2.0
DFindFreetype.cmake1 # - Try to find Freetype2
DFindGStreamer.cmake1 # - Try to find GStreamer
DFindPango.cmake1 # - Try to find Pango
DFindCairo.cmake1 # - Try to find Cairo
DFindGDK-PixBuf.cmake1 # - Try to find gdk-pixbuf 2.0
DFindGStreamer-App.cmake1 # - Try to find GStreamer-App
DFindGStreamer-Pbutils.cmake1 # - Try to find GStreamer-Pbutils
/external/webkit/Source/WebCore/manual-tests/
Dsvg-links.svg6 Try the following with the link above:
/external/dbus/cmake/modules/
DFindGLIB.cmake1 # - Try to find the GLIB library
/external/e2fsprogs/tests/progs/test_data/
Dtest.irel19 # Try resizing the number of references and retry the add

12345678910