Home
last modified time | relevance | path

Searched refs:front (Results 1 – 22 of 22) sorted by relevance

/system/ulib/fs/include/fs/
A Dqueue.h35 typename QueueType::PtrTraits::RefType front() { return queue_.front(); } in front() function
36 typename QueueType::PtrTraits::ConstRefType front() const { return queue_.front(); } in front() function
/system/utest/fit/
A Dscheduler_tests.cpp56 tasks.front()(context); in schedule_task()
69 tasks.front()(context); in schedule_task()
74 tasks.front()(context); in schedule_task()
79 tasks.front()(context); in schedule_task()
201 tasks.front()(context); in ticket_obtain2_duplicate_finalize_resume()
262 tasks.front()(context); in ticket_obtain2_resume_finalize()
344 tasks.front()(context); in take_all_tasks()
/system/ulib/fuzz-utils/
A Dstring-list.cpp52 void StringList::push(const char* str, bool front) { in push() argument
61 if (front) { in push()
/system/ulib/fs/
A Dsynchronous-vfs.cpp31 connections_.front().SyncTeardown(); in Shutdown()
/system/ulib/fuzz-utils/include/fuzz-utils/
A Dstring-list.h75 void push(const char* str, bool front);
/system/dev/audio/intel-hda/dsp/
A Dintel-dsp-ipc.cpp49 SendIpc(ipc_queue_.front()); in SendIpcWait()
224 Txn& pending = ipc_queue_.front(); in ProcessIpcReply()
257 SendIpc(ipc_queue_.front()); in ProcessIpcReply()
/system/ulib/blobfs/
A Dblob-cache.cpp60 raw_vnode = &open_hash_.front(); in ForAllOpenNodes()
A Dwriteback.cpp423 } while ((&producer_queue_.front() != &w) && // We are first in line to enqueue... in EnsureSpaceLocked()
437 if (!error && !b->work_queue_.front().IsReady()) { in WritebackThread()
A Djournal.cpp622 } while ((&producer_queue_.front() != &w) && // We are first in line to enqueue... in EnsureSpaceLocked()
870 ProcessResult result = ProcessEntry(&in_queue->front()); in ProcessQueue()
/system/host/zbi/
A Dzbi.cpp883 const dirent* d = readdir(walk_pos_.front().dir.get()); in Next()
944 walk_prefix_.resize(walk_pos_.front().parent_prefix_len); in Ascend()
1285 const auto& entry = entries.front(); in CreateBootFS()
1453 out->Write(payload_.front()); in StreamRawPayload()
1472 compressor.Write(out, payload_.front()); in StreamCompressed()
1517 return static_cast<const std::byte*>(payload_.front().iov_base); in payload_data()
1699 if (!ZBI_IS_KERNEL_BOOTITEM(items.front()->type())) { in IncompleteImage()
1703 if (items.front()->type() != image_arch && in IncompleteImage()
1898 while (!prefix.empty() && prefix.front() == '/') { in main()
/system/ulib/fbl/include/fbl/
A Dintrusive_single_list.h300 typename PtrTraits::RefType front() { ZX_DEBUG_ASSERT(!is_empty()); return *head_; }
301 typename PtrTraits::ConstRefType front() const { ZX_DEBUG_ASSERT(!is_empty()); return *head_; }
A Dintrusive_double_list.h172 typename PtrTraits::RefType front() { ZX_DEBUG_ASSERT(!is_empty()); return *head_; }
173 typename PtrTraits::ConstRefType front() const { ZX_DEBUG_ASSERT(!is_empty()); return *head_; }
A Dslab_allocator.h481 auto& active_slab = slab_list_.front();
A Dintrusive_wavl_tree.h209 typename PtrTraits::RefType front() {
214 typename PtrTraits::ConstRefType front() const {
/system/ulib/fit/
A Dsingle_threaded_executor.cpp141 run_task(&tasks.front(), context); in run()
/system/ulib/dispatcher-pool/
A Ddispatcher-thread-pool.cpp118 if (active_threads_.front().Start() != ZX_OK) { in AddDomainToPool()
/system/ulib/minfs/
A Dwriteback.cpp217 } while ((&producer_queue_.front() != &w) && // We are first in line to enqueue... in EnsureSpaceLocked()
/system/core/devmgr/devmgr/
A Dcoordinator.cpp1008 next = &dh->devices().front(); in RemoveDevice()
1820 Device* dev = &dh->devices().front(); in dc_suspend_devhost()
1875 return &ctx->devhosts().front(); in BuildSuspendList()
/system/utest/fbl/include/fbl/tests/intrusive_containers/
A Dsequence_container_test_environment.h705 EXPECT_TRUE(container().front() == *iter, ""); in DoSeqIterate()
/system/ulib/zircon-internal/include/lib/zircon-internal/device/cpu-trace/
A Dskylake-pm-events.inc72 …"Misc clear resteer cycles", "Cycles the issue-stage is waiting for front end to fetch from re-ste…
/system/host/banjo/lib/
A Dflat_ast.cpp1241 auto decl = decls_without_deps.front(); in SortDeclarations()
/system/utest/blobfs/
A Dblobfs.cpp1845 bl.list.front().writes_remaining = num_writes; in TestAlternateWrite()

Completed in 53 milliseconds