Home
last modified time | relevance | path

Searched refs:beginning (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/host/libs/image_aggregator/
Dimage_aggregator.cc417 bool WriteBeginning(SharedFD out, const GptBeginning& beginning) { in WriteBeginning() argument
418 std::string begin_str((const char*) &beginning, sizeof(GptBeginning)); in WriteBeginning()
476 auto beginning = builder.Beginning(); in AggregateImage() local
477 if (!WriteBeginning(output, beginning)) { in AggregateImage()
497 if (!WriteEnd(output, builder.End(beginning))) { in AggregateImage()
525 auto beginning = builder.Beginning(); in CreateCompositeDisk() local
526 if (!WriteBeginning(header, beginning)) { in CreateCompositeDisk()
531 if (!WriteEnd(footer, builder.End(beginning))) { in CreateCompositeDisk()
/device/google/contexthub/firmware/
DCodingStandard.txt9 2. All function names shall be camel-case, beginning with a lowercase letter.
14 6. All type names shall be camel-case, beginning with a capital letter.
20 10. All variables shall be declared in the beginning of the block where they reside. This facilitat…
/device/google/contexthub/firmware/lib/builtins/
Dfp_extend_impl.inc81 // Conjure the result by beginning with infinity, then setting the qNaN
/device/google/trout/tools/tracing/proto/
Dperfetto_trace.proto759 // A dump is always created at the beginning of the trace.
2083 // absolute counters since the beginning of the lifetime of the tracing
5653 // Tells when stats were sampled. There should be one sample at the beginning
7001 // efficient encoding of counter values that are sampled at the beginning/end
7572 // should be sent at the beginning of a trace.
7632 // This is only emitted at the beginning of the trace.