OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Try
(Results
1 - 7
of
7
) sorted by null
/external/chromium/base/synchronization/
lock_impl_posix.cc
37
bool LockImpl::
Try
() {
lock_impl_win.cc
20
bool LockImpl::
Try
() {
lock.h
30
bool
Try
() { return lock_.
Try
(); }
50
bool
Try
() {
51
bool rv = lock_.
Try
();
/external/libpng/contrib/visupng/
cexcept.h
69
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
clause), and the exception is not caught by a neste
[
all
...]
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
SDLOSXCAGuard.h
101
int (*
Try
)(struct S_SDLOSXCAGuard *cag, int *outWasLocked); /* returns true if lock is free, false if not */
/dalvik/dx/src/com/android/dx/io/
Code.java
25
private final
Try
[] tries;
29
short[] instructions,
Try
[] tries, CatchHandler[] catchHandlers) {
59
public
Try
[] getTries() {
67
public static class
Try
{
72
Try
(int startAddress, int instructionCount, int handlerOffset) {
/prebuilt/sdk/tools/lib/
dx.jar
Completed in 496 milliseconds