Searched refs:Add (Results 1 - 15 of 15) sorted by relevance

/fuchsia/zircon/system/ulib/cobalt-client/include/cobalt-client/cpp/
H A Dhistogram.h36 void Add(ValueType value, Count times = 1);
/fuchsia/zircon/system/ulib/cobalt-client/
H A Dhistogram.cpp174 template <typename ValueType> void Histogram::Add(ValueType value, Histogram::Count times) { function in class:cobalt_client::Histogram
187 template void Histogram::Add<double>(double, Histogram::Count);
188 template void Histogram::Add<int32_t>(int32_t, Histogram::Count);
189 template void Histogram::Add<uint32_t>(uint32_t, Histogram::Count);
190 template void Histogram::Add<int64_t>(int64_t, Histogram::Count);
191 template void Histogram::Add<uint64_t>(uint64_t, Histogram::Count);
/fuchsia/zircon/system/utest/cobalt-client/
H A Dcollector_test.cpp191 histogram.Add(-4, 2);
208 histogram.Add(-4, 2);
209 histogram_2.Add(-1, 3);
210 histogram_3.Add(1, 4);
231 histogram.Add(-4, 2);
232 histogram_2.Add(-1, 3);
274 histogram.Add(-4, 2);
279 histogram_2.Add(-1, 3);
332 hist.Add(options.reverse_map_fn(static_cast<uint32_t>(bucket_index), options),
398 // Add empt
[all...]
H A Dhistogram_test.cpp356 histogram.Add(25);
358 histogram.Add(25, 4);
359 histogram.Add(1500, 2);
404 histogram.Add(curr.value, count);
432 histogram.Add(25, 4);
437 histogram.Add(25, 4);
438 histogram.Add(1500, 2);
479 args->histogram.Add(obs.value, obs.count);
494 // Verify that when multiple threads call Add the result is eventually consistent,
556 // Verify that when multiple threads call Add an
[all...]
/fuchsia/zircon/system/host/minfs/
H A Dminfs.h31 zx_status_t Add() override;
H A Dmain.cpp339 // Add any directories/files that have been pre-processed.
340 if ((status = Add()) != ZX_OK) {
357 zx_status_t MinfsCreator::Add() { function in class:MinfsCreator
573 // Add direct blocks to the total.
586 // Add blocks to the total, and update remaining.
604 // Add blocks to the total, and update remaining.
617 // Add calculated blocks to the total so far.
/fuchsia/zircon/system/dev/bus/virtio/
H A Dconsole.cpp98 void TransferQueue::Add(TransferDescriptor* desc) { function in class:virtio::TransferQueue
179 port0_transmit_descriptors_.Add(desc);
228 port0_receive_descriptors_.Add(trans);
250 port0_transmit_descriptors_.Add(trans);
H A Dconsole.h49 void Add(TransferDescriptor* desc);
/fuchsia/zircon/system/host/blobfs/
H A Dblobfs.h49 //TODO(planders): Add ls support for blobfs.
52 zx_status_t Add() override;
H A Dmain.cpp17 // Add the blob described by |info| on host to the |blobfs| blobfs store.
60 //TODO(planders): Add offset and length support to blobfs.
216 if ((status = Add()) != ZX_OK) {
233 zx_status_t BlobfsCreator::Add() { function in class:BlobfsCreator
/fuchsia/zircon/system/ulib/fs-host/include/fs-host/
H A Dcommon.h110 virtual zx_status_t Add() { return ZX_ERR_NOT_SUPPORTED; } function in class:FsCreator
/fuchsia/zircon/third_party/lib/acpica/source/common/
H A Ddmextern.c258 * Add dot separator
284 * DESCRIPTION: Add external files to global list
457 /* Add this external to the global list */
475 /* Add the external(s) to the namespace */
903 * DESCRIPTION: Add all externals to the namespace. Allows externals to be
920 /* Add the external name (object) into the namespace */
1224 ABCD (Add (2, 7, Local0))
1229 Add (2, 7, Local0)
1239 187: ABCD (Add (2, 7, Local0))
1255 193: Add (
[all...]
/fuchsia/zircon/system/utest/fbl/
H A Dfunction_tests.cpp685 void Add(int value) { function in class:fbl::tests::__anon1343::example::Accumulator
700 CountToTen(fbl::BindMember(&accum, &Accumulator::Add));
/fuchsia/zircon/system/ulib/fs-host/
H A Dcommon.cpp56 "Add files to an fs image (additional arguments required)."},
64 "Add files to fs as specified in manifest (deprecated)."},
444 return Add();
/fuchsia/zircon/third_party/tools/android/avb/
H A Davbtool2681 # Add properties.
2703 # Add AvbKernelCmdline descriptor for dm-verity from an image, if requested.
2711 # Add AvbKernelCmdline descriptor for dm-verity from desc, if requested.
2718 # Add kernel command-lines.
2725 # Add descriptors from other images.
3761 help='Add property',
3765 help='Add property from file',
3769 help='Add kernel cmdline',
3874 help='Add hashes and footer to image.')
3921 help='Add hashtre
[all...]

Completed in 111 milliseconds