OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ended
(Results
151 - 175
of
1038
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/public/web/
WebSpeechRecognizerClient.h
89
// To be called when the recognition session has
ended
. This must always be
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
statscollector.h
50
// Set to NULL if the session has
ended
.
/external/chromium_org/third_party/ocmock/OCMock/
OCPartialMockObject.m
123
[NSException raise:NSInternalInconsistencyException format:@"
Ended
up in subclass forwarder for %@ with unstubbed method %@",
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
InvalidProtocolBufferException.java
71
"While parsing a protocol message, the input
ended
unexpectedly " +
/external/chromium_org/third_party/tcmalloc/chromium/src/
stacktrace_win32-inl.h
44
// The solution we've
ended
up doing is to call the undocumented
/external/chromium_org/third_party/tcmalloc/vendor/src/
stacktrace_win32-inl.h
44
// The solution we've
ended
up doing is to call the undocumented
/external/chromium_org/ui/base/animation/
animation_unittest.cc
71
// AnimationDelegate implementation that deletes the animation in
ended
.
/external/guava/guava/src/com/google/common/io/
LineBuffer.java
53
// Last call to add
ended
with a CR; we can handle the line now.
/external/protobuf/java/src/main/java/com/google/protobuf/
InvalidProtocolBufferException.java
50
"While parsing a protocol message, the input
ended
unexpectedly " +
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
InvalidProtocolBufferMicroException.java
50
"While parsing a protocol message, the input
ended
unexpectedly " +
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
InvalidProtocolBufferNanoException.java
50
"While parsing a protocol message, the input
ended
unexpectedly " +
/external/replicaisland/res/values/
rokudou.xml
40
Android. The time for pleasantries has
ended
. Kabocha has The Source, and it will not be long until he learns how to channel its power. We must move quickly if we are to stop him. You are our only hope now.
/external/skia/tools/
test_rendering.py
91
If these variables are not passed by user we
ended
up creating
/external/stlport/stlport/
locale
58
// some stuff for streambuf iterators
ended
up defined there
/frameworks/base/packages/BackupRestoreConfirmation/res/values-en-rGB/
strings.xml
36
<string name="toast_restore_ended" msgid="1764041639199696132">"Restoration
ended
"</string>
/frameworks/base/packages/BackupRestoreConfirmation/res/values-en-rIN/
strings.xml
36
<string name="toast_restore_ended" msgid="1764041639199696132">"Restoration
ended
"</string>
/ndk/sources/cxx-stl/stlport/stlport/
locale
58
// some stuff for streambuf iterators
ended
up defined there
/packages/apps/Calendar/src/com/android/calendar/
EditResponseHelper.java
113
* Set the dismiss listener to be called when the dialog is
ended
. There,
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
SpannableStringUtils.java
33
* as if they began at <code>start</code> or
ended
at <code>end</code>.
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
locale
58
// some stuff for streambuf iterators
ended
up defined there
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
locale
58
// some stuff for streambuf iterators
ended
up defined there
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
locale
58
// some stuff for streambuf iterators
ended
up defined there
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
locale
58
// some stuff for streambuf iterators
ended
up defined there
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
locale
58
// some stuff for streambuf iterators
ended
up defined there
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
background.js
185
var
ended
= (new Date(item.endTime)).getTime();
186
var recentlyCompleted = (
ended
>= popupLastOpened);
Completed in 2496 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>