Searched refs:push_back (Results 26 - 50 of 143) sorted by relevance

123456

/fuchsia/zircon/system/uapp/display-test/
H A Dmain.cpp88 displays->push_back(Display(display_info + i));
129 new_layers.push_back(id);
294 display_layers.push_back(fbl::Vector<uint64_t>());
344 layers.push_back(&layer0);
350 layers.push_back(&layer1);
359 layers.push_back(&layer2);
381 layers.push_back(&layer3);
384 layers.push_back(&layer4);
/fuchsia/zircon/system/ulib/process-launcher/
H A Dlauncher.cpp27 target->push_back(GetString(data[i]));
34 target->push_back(str.c_str());
233 ids_.push_back(PA_HND(PA_NS_DIR, static_cast<uint32_t>(nametable_.size())));
234 handles_.push_back(zx::handle(names[i].directory));
235 nametable_.push_back(GetString(names[i].path));
254 ids_.push_back(handles[i].id);
255 handles_.push_back(zx::handle(handles[i].handle));
273 environs.push_back(nullptr);
/fuchsia/zircon/system/host/abigen/
H A Dheader_generator.cpp23 nonnull.push_back(out_idx);
H A Dkernel_wrapper_generator.cpp74 out_handles.push_back(arg.name);
/fuchsia/zircon/system/host/fidl/lib/
H A Dsource_file.cpp23 lines_.push_back(StringView(&position, size));
H A Dtables_generator.cpp342 coded_types_.push_back(std::move(coded_array_type));
358 coded_types_.push_back(std::move(coded_vector_type));
371 coded_types_.push_back(std::move(coded_string_type));
383 coded_types_.push_back(std::move(coded_handle_type));
395 coded_types_.push_back(std::move(coded_request_type));
408 coded_types_.push_back(std::move(coded_primitive_type));
427 coded_types_.push_back(std::make_unique<coded::StructPointerType>(
438 coded_types_.push_back(std::make_unique<coded::TablePointerType>(
449 coded_types_.push_back(std::make_unique<coded::UnionPointerType>(
462 coded_types_.push_back(st
[all...]
/fuchsia/zircon/system/uapp/kstress/
H A Dstress_test.h18 tests_.push_back(this);
/fuchsia/zircon/system/ulib/fs/
H A Dmanaged-vfs.cpp65 connections_.push_back(fbl::move(connection));
/fuchsia/zircon/system/ulib/perftest/include/perftest/
H A Dresults.h47 values.push_back(value);
/fuchsia/zircon/system/utest/blobfs-bench/
H A Dblobfs-bench.cpp190 info_.paths.push_back(new_blob->path);
191 info_.path_index.push_back(curr);
345 blobfs_tests.push_back(fbl::move(fs_info));
363 testcase.tests.push_back(fbl::move(api_test));
379 testcase.tests.push_back(fbl::move(read_test));
382 testcases.push_back(fbl::move(testcase));
/fuchsia/zircon/system/host/merkleroot/
H A Dmerkleroot.cpp66 entries->push_back({arg});
163 threads.push_back(std::thread([&] {
/fuchsia/zircon/system/ulib/intel-hda/utils/
H A Dutils.cpp194 ranges->push_back(range, &ac);
203 ranges->push_back(range, &ac);
/fuchsia/zircon/system/ulib/perftest/
H A Dresults.cpp57 copy.push_back(value);
143 results_.push_back(fbl::move(test_case));
/fuchsia/zircon/system/uapp/runtests/
H A Druntests.cpp89 default_test_dirs.push_back(kDefaultTestDirs[i]);
/fuchsia/zircon/system/utest/runtests-utils/
H A Dlog-exporter-test.cpp142 log_msgs.push_back(fbl::move(log_msg));
215 msgs.push_back(fbl::move(msg1));
216 msgs.push_back(fbl::move(msg2));
228 msgs.push_back(fbl::move(msg3));
/fuchsia/zircon/system/dev/audio/intel-hda/controller/
H A Dintel-hda-irq.cpp210 pending_corb_jobs_.push_back(fbl::move(job));
216 in_flight_corb_jobs_.push_back(fbl::move(job));
261 in_flight_corb_jobs_.push_back(fbl::move(job));
/fuchsia/zircon/system/host/fvm/container/
H A Dsparse.cpp114 partitions_.push_back(fbl::move(partition));
123 partitions_[i].extents.push_back(extent);
176 extent_lengths.push_back(partitions_[i].extents[j].extent_length);
344 partitions_.push_back(fbl::move(partition));
384 partition->extents.push_back(extent);
/fuchsia/zircon/system/utest/cobalt-client/
H A Dhistogram_test.cpp163 thread_ids.push_back({});
231 buckets.push_back({.index = static_cast<uint32_t>(i), .count = i});
316 thread_ids.push_back({});
525 observations.push_back(obs);
537 thread_ids.push_back({});
589 observations.push_back(obs);
605 thread_ids.push_back({});
/fuchsia/zircon/system/uapp/disk-pave/
H A Ddevice-partitioner.cpp660 partition_list.push_back(fvm_type);
663 partition_list.push_back(install_type);
666 partition_list.push_back(system_type);
669 partition_list.push_back(blob_type);
672 partition_list.push_back(data_type);
872 partition_list.push_back(fvm_type);
875 partition_list.push_back(install_type);
878 partition_list.push_back(system_type);
881 partition_list.push_back(blob_type);
884 partition_list.push_back(data_typ
[all...]
/fuchsia/zircon/system/host/fidl/compiler/
H A Dmain.cpp184 argument.push_back(file_.get());
302 source_managers.push_back(fidl::SourceManager());
306 source_managers.push_back(fidl::SourceManager());
/fuchsia/zircon/system/utest/trace/
H A Dfixture.cpp148 out_records->push_back(fbl::move(record));
151 out_errors->push_back(fbl::move(error));
160 out_errors->push_back(fbl::move(error));
/fuchsia/zircon/kernel/dev/iommu/intel/
H A Dcontext_table_state.cpp90 devices_.push_back(fbl::move(dev));
/fuchsia/zircon/system/dev/audio/intel-hda/codecs/qemu/
H A Dqemu-stream.cpp62 supported_formats.push_back(range, &ac);
/fuchsia/zircon/system/dev/display/display/
H A Dfence.cpp47 armed_refs_.push_back(fbl::move(ref));
/fuchsia/zircon/system/ulib/fbl/include/fbl/
H A Dvector.h59 // deletion at the end (due to possible reallocations during push_back
144 void push_back(T&& value, AllocChecker* ac) { function in class:fbl::Vector
148 void push_back(const T& value, AllocChecker* ac) { function in class:fbl::Vector
153 void push_back(T&& value) { function in class:fbl::Vector
157 void push_back(const T& value) { function in class:fbl::Vector

Completed in 217 milliseconds

123456