OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:reason
(Results
1101 - 1125
of
6774
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
exception
95
* abandoned for any
reason
. It can also be called by the user. */
108
* due to the throw; or after entering @c terminate() for any
reason
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
exception
95
* abandoned for any
reason
. It can also be called by the user. */
108
* due to the throw; or after entering @c terminate() for any
reason
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
exception
97
* abandoned for any
reason
. It can also be called by the user. */
110
* due to the throw; or after entering @c terminate() for any
reason
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
exception
98
* abandoned for any
reason
. It can also be called by the user. */
111
* due to the throw; or after entering @c terminate() for any
reason
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
exception
97
* abandoned for any
reason
. It can also be called by the user. */
110
* due to the throw; or after entering @c terminate() for any
reason
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
exception
98
* abandoned for any
reason
. It can also be called by the user. */
111
* due to the throw; or after entering @c terminate() for any
reason
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
exception
96
* abandoned for any
reason
. It can also be called by the user. */
109
* due to the throw; or after entering @c terminate() for any
reason
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
result.py
130
def addSkip(self, test,
reason
):
132
self.skipped.append((test,
reason
))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
result.py
130
def addSkip(self, test,
reason
):
132
self.skipped.append((test,
reason
))
/external/valgrind/main/coregrind/m_gdbserver/
m_gdbserver.c
74
static char* ppCallReason(CallReason
reason
)
76
switch (
reason
) {
132
static void call_gdbserver ( ThreadId tid , CallReason
reason
);
471
/* Returns the
reason
for which gdbserver instrumentation is needed */
498
"gdbserver_instrumentation_needed %p %s
reason
%s\n",
624
/* If
reason
is init_reason, creates the connection resources (e.g.
631
static void call_gdbserver ( ThreadId tid , CallReason
reason
)
640
ppCallReason (
reason
),
672
if (
reason
== init_reason || gdbserver_called == 1)
675
/* if the call
reason
is to initialize, then return control t
[
all
...]
/dalvik/vm/alloc/
DdmHeap.cpp
49
* [u1]: capture
reason
(same as 'when' value from server)
57
void dvmDdmSendHeapInfo(int
reason
, bool shouldLock)
71
if (
reason
== gDvm.gcHeap->ddmHpifWhen) {
76
if (
reason
== gDvm.gcHeap->ddmHpifWhen) {
107
*b++ = (u1)
reason
;
/external/antlr/antlr-3.4/runtime/Python/tests/
testbase.py
37
name,
reason
= self.args
39
(self.__class__.__name__, name,
reason
))
42
def broken(
reason
, *exceptions):
52
raise BrokenTest(test_method.__name__,
reason
)
55
replacement.todo =
reason
/external/apache-http/src/org/apache/http/message/
BasicLineParser.java
428
//handle the
Reason
-Phrase
451
* @param
reason
the
reason
phrase
457
final String
reason
) {
458
return new BasicStatusLine(ver, status,
reason
);
/external/chromium/sdch/open-vcdiff/src/
headerparser.h
104
// For that
reason
, this class allows one DeltaWindowSection to be based on
205
//
reason
that the element could not be parsed, which will be either
243
// GetResult() can be called to return the
reason
that the two values
323
// describing the
reason
for the most recent parse failure. If none of the
354
// GetResult() can be called to return the
reason
that the two values could
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_endtoend.py
104
def _echo_check_procedure_with_code_and_reason(client, code,
reason
):
107
client.send_close(code,
reason
)
108
client.assert_receive_close(code,
reason
)
267
reason
):
274
test_function(client, code,
reason
)
/external/chromium_org/chrome/browser/sync/
profile_sync_service_harness.h
82
bool AwaitDataSyncCompletion(const std::string&
reason
);
92
bool AwaitFullSyncCompletion(const std::string&
reason
);
96
bool AwaitSyncDisabled(const std::string&
reason
);
111
ProfileSyncServiceHarness* partner, const std::string&
reason
);
202
const std::string&
reason
);
/external/chromium_org/chrome/common/extensions/api/
runtime.json
331
"
reason
": {
334
"description": "The
reason
that this event is being dispatched."
339
"description": "Indicates the previous version of the extension, which has just been updated. This is present only if '
reason
' is 'update'."
450
"name": "
reason
",
451
"description": "The
reason
that the event is being dispatched. 'app_update' is used when the restart is needed because the application is updated to a newer version. 'os_update' is used when the restart is needed because the browser/OS is updated to a newer version. 'periodic' is used when the system runs for more than the permitted uptime set in the enterprise policy.",
/external/chromium_org/chrome/common/extensions/docs/templates/articles/
webview_tag.html
308
<pre>addEventListener("loadabort", function(string <i>url</i>, boolean <i>isTopLevel</i>, string <i>
reason
</i>))</pre>
328
<span class="property">
reason
</span>
441
<pre>addEventListener("exit", function(integer <i>processID</i>, string <i>
reason
</i>))</pre>
455
<span class="property">
reason
</span>
458
String indicating a
reason
for the exit:
/external/chromium_org/chrome/test/reliability/
automated_ui_tests.h
55
// action couldn't complete for an unknown and unexpected
reason
, but that the
287
// Adds the attribute "
reason
=|
reason
|" to the current element.
288
// Used to log the
reason
for a given failure while performing an action.
289
void LogActionFailureReason(const std::string&
reason
);
/external/chromium_org/sdch/open-vcdiff/src/
headerparser.h
104
// For that
reason
, this class allows one DeltaWindowSection to be based on
205
//
reason
that the element could not be parsed, which will be either
243
// GetResult() can be called to return the
reason
that the two values
323
// describing the
reason
for the most recent parse failure. If none of the
354
// GetResult() can be called to return the
reason
that the two values could
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
npupp.h
117
typedef NPError (* NP_LOADDS NPP_DestroyStreamUPP)(NPP instance, NPStream* stream, NPReason
reason
);
159
typedef void (* NP_LOADDS NPP_URLNotifyUPP)(NPP instance, const char* url, NPReason
reason
, void* notifyData);
248
typedef NPError (* NP_LOADDS NPN_DestroyStreamUPP)(NPP instance, NPStream* stream, NPReason
reason
);
251
#define CallNPN_DestroyStreamProc(FUNC, npp, stream,
reason
) \
252
(*(FUNC))((npp), (stream), (
reason
))
/external/chromium_org/ui/views/focus/
focus_manager.h
125
// The
reason
why the focus changed.
170
// a
reason
). If the focus change should only happen if the view is
172
void SetFocusedViewWithReason(View* view, FocusChangeReason
reason
);
177
// Get the
reason
why the focus most recently changed.
349
// The
reason
why the focus most recently changed.
/external/clang/include/clang/Lex/
PPCallbacks.h
48
/// \param PrevFID the file that was exited if \p
Reason
is ExitFile.
49
virtual void FileChanged(SourceLocation Loc, FileChangeReason
Reason
,
312
virtual void FileChanged(SourceLocation Loc, FileChangeReason
Reason
,
315
First->FileChanged(Loc,
Reason
, FileType, PrevFID);
316
Second->FileChanged(Loc,
Reason
, FileType, PrevFID);
/external/open-vcdiff/src/
headerparser.h
104
// For that
reason
, this class allows one DeltaWindowSection to be based on
205
//
reason
that the element could not be parsed, which will be either
243
// GetResult() can be called to return the
reason
that the two values
323
// describing the
reason
for the most recent parse failure. If none of the
354
// GetResult() can be called to return the
reason
that the two values could
/external/tcpdump/
decnet.h
324
#define DC_NORESOURCES 1 /* no resource
reason
code */
325
#define DC_NOLINK 41 /* no link terminate
reason
code */
326
#define DC_COMPLETE 42 /* disconnect complete
reason
code */
452
word di_reason; /*
reason
code */
461
word dc_reason; /*
reason
code */
Completed in 1180 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>