HomeSort by relevance Sort by last modified time
    Searched full:ended (Results 176 - 200 of 1038) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/clang/test/Sema/
warn-documentation.cpp 16 // expected-warning@+1 {{HTML start tag prematurely ended, expected attribute name or '>'}}
20 // expected-warning@+1 {{HTML start tag prematurely ended, expected attribute name or '>'}}
24 // expected-warning@+1 {{HTML start tag prematurely ended, expected attribute name or '>'}}
28 // expected-warning@+1 {{HTML start tag prematurely ended, expected attribute name or '>'}}
32 // expected-warning@+1 {{HTML start tag prematurely ended, expected attribute name or '>'}}
36 // expected-warning@+1 {{HTML start tag prematurely ended, expected attribute name or '>'}}
40 // expected-warning@+2 {{HTML start tag prematurely ended, expected attribute name or '>'}} expected-note@+1 {{HTML tag started here}}
46 // expected-warning@+1 {{HTML start tag prematurely ended, expected attribute name or '>'}}
  /frameworks/base/obex/javax/obex/
Operation.java 125 * @throws IOException if the transaction has already ended or if an OBEX
144 * transaction has ended and no further messages will be exchanged
ClientOperation.java 137 * @throws IOException if the transaction has already ended or if an OBEX
144 throw new IOException("Operation has already ended");
308 * @throws IOException if the operation has already ended or is closed
335 * transaction has ended and no further messages will be exchanged
380 throw new IOException("Operation has already ended");
ServerOperation.java 281 * ended, an abort was received, or the final bit was set in the
510 * @throws IOException if the transaction has already ended or if an OBEX
534 * transaction has ended and no further messages will be exchanged
682 * @throws IOException if the operation has already ended or is closed
698 throw new IOException("Operation has already ended");
  /external/chromium_org/media/filters/
chunk_demuxer.cc 793 if (state_ != INITIALIZED && state_ != ENDED) {
840 DCHECK(state_ == INITIALIZED || state_ == ENDED || state_ == SHUTDOWN ||
971 if (state_ == ENDED && result.size() > 0) {
972 // If appending has ended, extend the last intersection range to include the
982 // This is enforced by the logic that controls the transition to ENDED.
    [all...]
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParserImpl_V21.java 279 boolean ended = false;
282 ended = parseItem();
287 while (!ended) {
289 ended = parseItem();
320 return true; // Ended.
778 throw new VCardException("File ended during parsing a Quoted-Printable String");
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_unittest.cc 329 // markers, but nigori and bookmarks are missing initial sync ended.
510 // markers and initial sync ended except the new types.
547 // markers and initial sync ended except the new types.
596 // not have initial sync ended set.
600 // info are new types without progress markers or initial sync ended, while
  /external/chromium_org/chrome/browser/resources/file_manager/css/
audio_player.css 254 .audio-controls .media-button.play > .ended.normal {
261 .audio-controls .media-button.play > .ended.hover {
268 .audio-controls .media-button.play > .ended.active {
  /external/chromium_org/media/base/
pipeline.h 244 // Callbacks executed when a renderer has ended.
286 // Handles audio/video ended logic and running |ended_cb_|.
408 // Whether we've received the audio/video ended events.
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
SourceBuffer.cpp 112 // 4. If the readyState attribute of the parent media source is in the "ended" state then run the following steps:
267 // 5. If the readyState attribute of the parent media source is in the "ended" state then run the following steps:
381 // 4. If the readyState attribute of the parent media source is in the "ended" state then run the following steps: ...
  /external/chromium_org/tools/
nocompile_driver.py 71 LOG(INFO) << "Took %f secs. Started at %f, ended at %f";
298 stats_template = ("Started %f, Ended %f, Total %fs, Extract %fs, "
324 FailTest(resultfile, test, "Compile timed out. Started %f ended %f." %
  /frameworks/base/core/tests/coretests/src/android/animation/
EventsTest.java 220 // yet canceled or ended
229 // yet ended
531 * Verifies that ending a started animation after it has already been ended
ViewPropertyAnimatorTest.java 161 // yet canceled or ended
171 // yet ended
  /frameworks/base/services/java/com/android/server/wm/
DragState.java 206 * the drag has ended, we never send out another DRAG_STARTED for this drag action.
356 // dispatch the global drag-ended message, 'false' if we need to wait for a
362 // timeout to, and we can send the drag-ended message immediately.
  /libcore/luni/src/test/java/libcore/xml/
ExpatSaxParserTest.java 375 assertTrue(handler.ended);
421 boolean ended; field in class:ExpatSaxParserTest.TestDtdHandler
434 ended = true;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/
hash_policy.hpp 330 /// Notifies a search ended.
342 /// Notifies a search ended.
354 /// Notifies a search ended.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/
hash_policy.hpp 330 /// Notifies a search ended.
342 /// Notifies a search ended.
354 /// Notifies a search ended.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/
hash_policy.hpp 330 /// Notifies a search ended.
342 /// Notifies a search ended.
354 /// Notifies a search ended.
  /external/chromium_org/chrome/browser/resources/file_manager/js/media/
media_controls.js 36 ENDED: 'ended'
150 return !this.media_.paused && !this.media_.ended;
253 if (this.media_.ended)
472 } else if (!this.media_.ended) {
477 MediaControls.ButtonStateType.ENDED);
    [all...]
  /external/chromium_org/net/tools/get_server_time/
get_server_time.cc 190 // that it ended on |end_ticks|, fills |server_now| with an estimate
288 "Request ended at %s (ticks = %" PRId64 ")\n",
  /external/chromium_org/third_party/icu/source/i18n/
regeximp.h 151 // Check that match ended at the right spot,
160 // Check that the match ended at the right spot.
  /external/chromium_org/third_party/skia/src/gpu/
GrDefaultPathRenderer.cpp 278 // first pt of quad is the pt we ended on in previous step
294 // first pt of cubic is the pt we ended on in previous step
  /external/openssh/openbsd-compat/
base64.c 261 * We are done decoding Base-64 chars. Let's see if we ended
304 * We ended by seeing the end of the string. Make sure we
  /external/skia/src/gpu/
GrDefaultPathRenderer.cpp 278 // first pt of quad is the pt we ended on in previous step
294 // first pt of cubic is the pt we ended on in previous step
  /external/smack/src/org/xbill/DNS/
Address.java 94 // ended with ::, which is fine. If only the last is
95 // empty, the string ended with :, which is bad.

Completed in 815 milliseconds

1 2 3 4 5 6 78 91011>>