HomeSort by relevance Sort by last modified time
    Searched refs:dropped (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
HTMLVideoElementMediaSource.cpp 46 unsigned dropped = 0; local
51 dropped = player->droppedFrameCount();
55 return VideoPlaybackQuality::create(videoElement->document(), total, dropped, corrupted);
  /frameworks/base/core/java/android/hardware/camera2/
CaptureFailure.java 28 * has been dropped -- no {@link CaptureResult} with the same frame number will be
33 * The {@link CaptureResult} has been dropped this frame only due to an error
56 public CaptureFailure(CaptureRequest request, int reason, boolean dropped, int sequenceId,
60 mDropped = dropped;
106 * Determine why the request was dropped, whether due to an error or to a user
  /development/samples/ApiDemos/src/com/example/android/apis/view/
DragAndDropDemo.java 64 final boolean dropped = event.getResult();
65 mResultText.setText(dropped ? "Dropped!" : "No drop");
  /external/chromium_org/sync/internal_api/public/base/
invalidation.cc 41 const Invalidation& dropped) {
42 return Invalidation(dropped.id_, true, kInvalidVersion,
43 std::string(), dropped.ack_handle_);
invalidation.h 34 static Invalidation InitFromDroppedInvalidation(const Invalidation& dropped);
  /external/chromium_org/ash/drag_drop/
drag_drop_interactive_uitest.cc 66 bool dropped() const { return dropped_; } function in class:ash::internal::__anon5918::TargetView
158 EXPECT_TRUE(target_view->dropped());
  /external/chromium_org/native_client_sdk/src/examples/api/var_array_buffer/
example.js 22 // Handle a file being dropped on to the plugin's rectangle.
  /external/qemu/slirp-android/
libslirp.h 73 int slirp_log_dns(struct mbuf* m, int dropped);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FrameManager.java 224 Backing dropped = mQueue.poll(); local
225 mSize -= dropped.getSize();
226 //Log.i("FM", "Dropping " + dropped + " with priority "
227 // + dropped.cachePriority + ". New size: " + mSize + "!");
228 dropped.destroy();
  /packages/apps/Launcher2/src/com/android/launcher2/
ShortcutAndWidgetContainer.java 146 if (lp.dropped) {
147 lp.dropped = false;
  /packages/apps/Launcher3/src/com/android/launcher3/
ShortcutAndWidgetContainer.java 190 if (lp.dropped) {
191 lp.dropped = false;
  /external/chromium_org/third_party/leveldatabase/src/db/
log_test.cc 436 const int dropped = DroppedBytes(); local
437 ASSERT_LE(dropped, 2*kBlockSize + 100);
438 ASSERT_GE(dropped, 2*kBlockSize);
  /external/e2fsprogs/e2fsck/
recovery.c 299 int dropped = info.end_transaction - be32_to_cpu(sb->s_sequence); local
303 dropped, (dropped == 1) ? "" : "s");
  /external/chromium_org/chrome/browser/resources/ntp4/
tile_page.css 108 .tile.drag-representation.dropped-on-other-page > * {
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate_test.js 52 // Reprocessing with dropped data.
62 // Reprocessing with dropped data, once more.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate_test.js 52 // Reprocessing with dropped data.
62 // Reprocessing with dropped data, once more.
  /external/chromium_org/third_party/jstemplate/
jstemplate_test.js 52 // Reprocessing with dropped data.
62 // Reprocessing with dropped data, once more.
  /external/chromium_org/tools/grit/grit/tool/
build.py 79 resources to include. Anything not listed is dropped.
  /external/chromium_org/tools/telemetry/telemetry/core/timeline/
trace_event_importer_unittest.py 635 dropped = tmp[:-1]
636 m = timeline_model.TimelineModel(event_data=dropped)
666 dropped = tmp[:-1]
667 m = timeline_model.TimelineModel(event_data=dropped + '\n')
    [all...]
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.js 396 // is dropped in its starting location.
594 * the rearrangement (but doesn't commit the change until the app is dropped).
637 * Invoked when an app is dropped on the trash
655 * Called when an app is dropped anywhere other than the trash can. Commits
664 // If the app is dropped back into it's original position then do nothing
710 * been successfully dropped to a new location. This indicates that
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CTableCombo.java 459 boolean dropped = isDropped();
460 dropDown(!dropped);
461 if (!dropped) {
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.js 484 * the rearrangement (but doesn't commit the change until the app is dropped).
527 * Invoked when an app is dropped on the trash
545 * Called when an app is dropped anywhere other than the trash can. Commits
554 // If the app is dropped back into it's original position then do nothing
600 * been successfully dropped to a new location. This indicates that
  /external/chromium_org/v8/src/
liveedit-debugger.js     [all...]
  /external/v8/src/
liveedit-debugger.js     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
decNumber.c 1966 Int dropped; \/* .. *\/ local
2328 Int dropped; \/* work *\/ local
2820 Int dropped; \/* .. *\/ local
3567 Int dropped; \/* work *\/ local
4264 Int dropped; \/* work *\/ local
    [all...]

Completed in 1940 milliseconds

1 2 3