Home
last modified time | relevance | path

Searched refs:Binary (Results 1 – 25 of 44) sorted by relevance

12

/aosp12/system/extras/simpleperf/
H A DRecordReadThread_test.cpp85 memcpy(&header, record->Binary(), sizeof(header)); in TEST()
87 memcpy(dest, record->Binary() + pos, size); in TEST()
184 memcpy(&buffer[data_pos], records[0]->Binary(), 4); in TEST()
185 memcpy(&buffer[0], records[0]->Binary() + 4, records[0]->size() - 4); in TEST()
188 memcpy(&buffer[pos], records[i]->Binary(), records[i]->size()); in TEST()
208 ASSERT_EQ(0, memcmp(&data[0], records[i]->Binary(), records[i]->size())); in TEST()
221 buffer.insert(buffer.end(), records_[i]->Binary(), in CreateFakeEventFds()
222 records_[i]->Binary() + records_[i]->size()); in CreateFakeEventFds()
288 memcmp(r->Binary(), expected->Binary(), r->size()) != 0) { in TEST_F()
372 if (r->size() != expected->size() || memcmp(r->Binary(), expected->Binary(), r->size()) != 0) { in TEST_F()
H A Detm_branch_list.proto23 message Binary { message
65 repeated Binary binaries = 2;
H A Drecord_file_writer.cpp135 bool result = WriteData(record.Binary(), record.size()); in WriteRecord()
143 const char* p = record.Binary(); in WriteRecord()
257 if (!Write(record.Binary(), record.size())) { in WriteBuildIdFeature()
H A DMapRecordReader.cpp134 if (fwrite(record->Binary(), record->size(), 1, fp_.get()) != 1) { in WriteRecordToFile()
/aosp12/frameworks/base/tools/protologtool/
H A DREADME.md75 ### Binary log viewing
98 ### Binary logging
100 Binary logs are saved as Protocol Buffers file. They can be read using the ProtoLog tool or special…
/aosp12/frameworks/compile/mclinker/include/mcld/
H A DLinkerConfig.h31 enum CodeGenType { Unknown, Object, DynObj, Exec, External, Binary }; enumerator
/aosp12/frameworks/native/libs/math/include/math/
H A Dhalf.h98 enum Binary { binary }; enum
99 explicit constexpr half(Binary, uint16_t bits) noexcept : mBits(bits) { } in half() argument
/aosp12/frameworks/base/tools/obbtool/
H A DAndroid.bp4 // Opaque Binary Blob (OBB) Tool
/aosp12/system/bt/gd/rust/facade/
H A DCargo.toml35 # Binary-only deps
/aosp12/art/test/535-regression-const-val/smali/
H A DTestCase.smali22 # Binary representation of -0.25f has the most significant bit set.
/aosp12/frameworks/compile/mclinker/include/mcld/MC/
H A DInput.h35 Binary, enumerator
/aosp12/system/chre/doc/
H A Dcompatibility.md16 * **Binary compatibility**, which means that a nanoapp binary which has been
73 ## Binary Backward Compatibility and the NSL
123 ## Binary Forward Compatibility and Framework Requirements
149 CHRE does not define a standard Application Binary Interface (ABI) - this is
192 * Binary compatibility at this stage must be maintained. For example the NSL
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Dodsign.te4 # odsign - Binary for signing ART artifacts.
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Dodsign.te4 # odsign - Binary for signing ART artifacts.
/aosp12/system/sepolicy/private/
H A Dodsign.te4 # odsign - Binary for signing ART artifacts.
/aosp12/build/soong/java/
H A Djava.go1025 type Binary struct { struct
1036 func (j *Binary) HostToolPath() android.OptionalPath {
1040 func (j *Binary) GenerateAndroidBuildActions(ctx android.ModuleContext) {
1071 func (j *Binary) DepsMutator(ctx android.BottomUpMutatorContext) {
1094 module := &Binary{}
1111 module := &Binary{}
/aosp12/build/soong/cc/
H A Dvendor_snapshot.go223 if m.Binary() || m.Object() {
424 } else if m.Binary() {
H A Dlinkable.go206 Binary() bool
/aosp12/frameworks/base/core/proto/android/util/
H A Dlog.proto51 // Represents a Binary Log in logd, need to look event-log-tags for more info.
/aosp12/build/soong/third_party/zip/testdata/
H A Dreadme.notzip28 Binary Distribution Notes
/aosp12/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonPLT.cpp41 LinkerConfig::Binary == pConfig.codeGenType()); in HexagonPLT()
/aosp12/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp131 if (LinkerConfig::Binary == config().codeGenType()) in sectionStartOffset()
191 case LinkerConfig::Binary: { in initStdSections()
668 case LinkerConfig::Binary: in getOutputFormat()
686 case LinkerConfig::Binary: in getOutputFormat()
766 case LinkerConfig::Binary: { in sizeNamePools()
2643 LinkerConfig::Binary == config().codeGenType()) { in isDynamicSymbol()
2662 LinkerConfig::Binary == config().codeGenType()) { in isDynamicSymbol()
2733 LinkerConfig::Binary == config().codeGenType())) in symbolNeedsDynRel()
2784 LinkerConfig::Binary != config().codeGenType())) in symbolFinalValueIsKnown()
/aosp12/packages/modules/StatsD/lib/libkll/proto/
H A Dkll-quantiles.proto60 // Binary logarithm of the sampler capacity (out of how many items are we
/aosp12/frameworks/av/media/codec2/hidl/services/
H A DAndroid.bp23 // Binary file for the service.
/aosp12/frameworks/compile/mclinker/lib/Core/
H A DLinker.cpp267 case mcld::LinkerConfig::Binary: in emit()

12