HomeSort by relevance Sort by last modified time
    Searched defs:inserted (Results 26 - 50 of 77) sorted by null

12 3 4

  /external/chromium_org/chrome/browser/chromeos/memory/
oom_priority_manager.cc 609 bool inserted = already_seen.insert(iterator->renderer_handle).second; local
610 if (!inserted) {
  /external/chromium_org/chrome/browser/extensions/api/dial/
dial_service.cc 475 bool inserted = interface_index_addr_family_seen local
480 if (inserted) {
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_controller.cc 575 bool inserted = local
578 DCHECK(inserted) << "Unexpected duplicate buffer: " << buffer->id();
  /external/chromium_org/content/browser/service_worker/
service_worker_storage.cc 575 const bool inserted = local
577 DCHECK(inserted);
    [all...]
  /external/chromium_org/content/common/gpu/media/
vaapi_video_decode_accelerator.cc 713 bool inserted = tfp_pictures_.insert(std::make_pair( local
715 DCHECK(inserted);
dxva_video_decode_accelerator.cc 544 bool inserted = output_picture_buffers_.insert(std::make_pair( local
546 DCHECK(inserted);
    [all...]
vaapi_h264_decoder.cc 203 bool inserted = decode_surfaces_in_use_.insert( local
205 DCHECK(inserted);
    [all...]
  /external/chromium_org/media/filters/
gpu_video_decoder.cc 361 bool inserted = assigned_picture_buffers_.insert(std::make_pair( local
363 DCHECK(inserted);
457 bool inserted = local
461 DCHECK(inserted);
  /external/chromium_org/webkit/browser/fileapi/
isolated_context.cc 66 bool inserted = local
68 if (!inserted) {
74 while (!inserted) {
78 inserted =
  /packages/apps/Browser/src/com/android/browser/provider/
SnapshotProvider.java 206 Uri inserted = ContentUris.withAppendedId(uri, id); local
207 getContext().getContentResolver().notifyChange(inserted, null, false);
208 return inserted;
  /system/core/fastbootd/commands/
partitions.c 305 int inserted = 0; local
320 inserted = 1;
327 if (!inserted) {
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
BaseRecognizer.java 611 Object inserted = getMissingSymbol(input, e, ttype, follow); local
612 e = new MissingTokenException(ttype, input, inserted);
614 return inserted;
  /external/chromium_org/chrome/browser/extensions/api/cast_streaming/
performance_test.cc 487 EventMap onbuffer, sink, inserted, encoded, transmitted, decoded, done; local
490 IndexEvents(analyzer, "InsertRawVideoFrame", &inserted);
498 event_maps.push_back(std::make_pair(&inserted, "timestamp"));
538 // 4 = inserted
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
api_util.cc 1117 const bool inserted = upload_callback_map_.insert( local
    [all...]
  /external/chromium_org/content/renderer/media/
rtc_video_decoder.cc 324 bool inserted = assigned_picture_buffers_.insert(std::make_pair( local
326 DCHECK(inserted);
374 bool inserted = local
378 DCHECK(inserted);
538 bool inserted = bitstream_buffers_in_decoder_ local
540 DCHECK(inserted);
  /external/compiler-rt/lib/msan/
msan.cc 290 bool inserted = ChainedOriginDepotPut(h.id(), o.id(), &chained_id); local
292 if (inserted) h.inc_use_count_unsafe();
  /external/jdiff/src/jdiff/
DiffMyers.java 94 The diagonal number equals the number of inserted lines minus the number
97 lines inserted or deleted (counting only lines before the midpoint).
356 /** Scan the tables of which lines are inserted and deleted,
391 /** Scan the tables of which lines are inserted and deleted,
469 and some are inserted.
473 INSERTED is the number of lines inserted here in file 1.
476 which the insertion was done; vice versa for INSERTED and LINE1. */
482 public int inserted; field in class:DiffMyers.change
487 /** Line number of 1st inserted line. *
    [all...]
  /packages/apps/Dialer/tests/src/com/android/dialer/tests/calllog/
FillCallLogTestActivity.java 310 * @return the number of inserted entries
313 int inserted = 0; local
349 ++inserted;
350 this.publishProgress(inserted);
355 return inserted;
362 * @param count the number of entries inserted so far
  /external/chromium_org/third_party/WebKit/Source/core/editing/
ReplaceSelectionCommand.cpp 383 Position inserted = endOfInsertedContent.deepEquivalent(); local
384 bool isInsideMailBlockquote = enclosingNodeOfType(inserted, isMailBlockquote, CanCrossEditingBoundary);
385 return isInsideMailBlockquote && (numEnclosingMailBlockquotes(existing) == numEnclosingMailBlockquotes(inserted));
399 // For a successful merge, we still need to make sure that the inserted content starts with the beginning of a paragraph.
471 // Style rules that match just inserted elements could change their appearance, like
472 // a div inserted into a document with div { display:inline; }.
552 // inserted content from appearing in the right paragraph.
    [all...]
  /external/valgrind/main/VEX/priv/
guest_s390_helpers.c 1604 Int inserted = 0; local
    [all...]
  /external/chromium_org/net/cookies/
cookie_monster.cc 1501 CookieMap::iterator inserted = local
1777 CookieMap::iterator inserted = local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvideoengine.h 210 bool inserted = observers_.insert(observer).second; local
211 EXPECT_TRUE(inserted);
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_indata.c 1821 unsigned char inserted = 0; local
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 339 bool inserted = false; local
343 inserted = true;
348 if (!inserted)
    [all...]
  /external/lldb/source/Interpreter/
CommandInterpreter.cpp 1731 bool inserted = false; local
    [all...]

Completed in 1468 milliseconds

12 3 4