OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:recover
(Results
201 - 225
of
940
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/content/child/
child_process.cc
46
// We can't
recover
from failing to start the IO thread.
/external/chromium_org/ppapi/c/private/
ppb_udp_socket_private.h
89
* reads data. You must call GetRecvFromAddress to
recover
the
/external/chromium_org/third_party/WebKit/Source/core/editing/
SplitElementCommand.cpp
95
//
Recover
the id attribute of the original element.
/external/chromium_org/third_party/leveldatabase/src/db/
table_cache.cc
71
// or somebody repairs the file, we
recover
automatically.
/external/chromium_org/third_party/sqlite/src/test/
crashtest1.c
2
** This program tests the ability of SQLite database to
recover
from a crash.
mallocC.test
58
#
Recover
from the malloc failure.
tkt-fc62af4523.test
66
# to do a hot-journal rollback to
recover
the database.
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/
dropdown-view.js
20
* Render new dropdown at first time being called and
recover
otherwise.
/external/clang/test/Parser/
declarators.c
54
// We should
recover
'b' by parsing it with a valid type of "struct xyz", which
/external/jmdns/src/javax/jmdns/impl/tasks/resolver/
DNSResolverTask.java
83
this.getDns().
recover
();
/external/jmdns/src/javax/jmdns/impl/tasks/state/
Announcer.java
129
this.getDns().
recover
();
Canceler.java
129
this.getDns().
recover
();
Renewer.java
130
this.getDns().
recover
();
/external/qemu/docs/
ANDROID-TRACING.TXT
62
this allows to properly
recover
/profile when a basic block is exited by an exceptional
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
BaseRecognizer.js
98
* plain {@link #mismatch}, which does not
recover
. Then any error
100
* rule. Rule would
recover
by resynchronizing to the set of
387
/**
Recover
from an error found on the input stream. This is
391
* token that the match() routine could not
recover
from.
395
recover
: function(input, re) {
488
* set). The rule exception handler tries to
recover
, but finds
615
/** Attempt to
recover
from a single missing or extra token.
640
* mismatched token error. To
recover
, it sees that LA(1)==';'
666
// can't
recover
with single token deletion, try insertion
679
*
Recover
from a mismatched set exception
[
all
...]
/external/antlr/antlr-3.4/runtime/C/include/
antlr3lexer.h
167
* be from a mismatched token that the (*match)() could not
recover
from.
169
void (*
recover
) (struct ANTLR3_LEXER_struct * lexer);
member in struct:ANTLR3_LEXER_struct
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
CombinedParser.m
165
[self
recover
:input Exception:re];
192
[self
recover
:input Exception:re];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/output1/
Testlexer.m
118
[self
recover
:mse];
184
[self
recover
:mse];
/external/chromium/net/http/
http_network_transaction.h
156
// Called to possibly
recover
from an SSL handshake error. Sets next_state_
161
// Called to possibly
recover
from the given error. Sets next_state_ and
/external/chromium_org/third_party/angle/src/compiler/
glslang.l
289
yyextra->
recover
();
295
context->
recover
();
/external/clang/lib/Parse/
ParseAST.cpp
93
//
Recover
resources if we crash before exiting this method.
118
//
Recover
resources if we crash before exiting this method.
/external/clang/tools/libclang/
Indexing.cpp
551
//
Recover
resources if we crash before exiting this function.
559
//
Recover
resources if we crash before exiting this method.
580
//
Recover
resources if we crash before exiting this function.
590
//
Recover
resources if we crash before exiting this method.
616
//
Recover
resources if we crash before exiting this method.
632
//
Recover
resources if we crash before exiting this method.
776
//
Recover
resources if we crash before exiting this method.
783
//
Recover
resources if we crash before exiting this method.
[
all
...]
/external/libvorbis/doc/
vorbis-clip.txt
10
'atomic' that is, one must
recover
the entire short time segment from
11
the frame packet; there's no way to
recover
only a part of the PCM time
/external/tremolo/Tremolo/
mapping0.c
141
/*
recover
the spectral envelope; store it in the PCM vector for now */
178
/*
recover
the residue into our working vectors */
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
SymbolTableParser.m
277
[self
recover
:input Exception:re];
343
[self
recover
:input Exception:re];
380
[self
recover
:input Exception:re];
475
[self
recover
:input Exception:re];
535
[self
recover
:input Exception:re];
568
[self
recover
:input Exception:re];
Completed in 1592 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>