/aosp12/system/extras/simpleperf/ |
H A D | RecordReadThread_test.cpp | 85 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 D | etm_branch_list.proto | 23 message Binary { message 65 repeated Binary binaries = 2;
|
H A D | record_file_writer.cpp | 135 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 D | MapRecordReader.cpp | 134 if (fwrite(record->Binary(), record->size(), 1, fp_.get()) != 1) { in WriteRecordToFile()
|
/aosp12/frameworks/base/tools/protologtool/ |
H A D | README.md | 75 ### 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 D | LinkerConfig.h | 31 enum CodeGenType { Unknown, Object, DynObj, Exec, External, Binary }; enumerator
|
/aosp12/frameworks/native/libs/math/include/math/ |
H A D | half.h | 98 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 D | Android.bp | 4 // Opaque Binary Blob (OBB) Tool
|
/aosp12/system/bt/gd/rust/facade/ |
H A D | Cargo.toml | 35 # Binary-only deps
|
/aosp12/art/test/535-regression-const-val/smali/ |
H A D | TestCase.smali | 22 # Binary representation of -0.25f has the most significant bit set.
|
/aosp12/frameworks/compile/mclinker/include/mcld/MC/ |
H A D | Input.h | 35 Binary, enumerator
|
/aosp12/system/chre/doc/ |
H A D | compatibility.md | 16 * **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 D | odsign.te | 4 # odsign - Binary for signing ART artifacts.
|
/aosp12/system/sepolicy/prebuilts/api/32.0/private/ |
H A D | odsign.te | 4 # odsign - Binary for signing ART artifacts.
|
/aosp12/system/sepolicy/private/ |
H A D | odsign.te | 4 # odsign - Binary for signing ART artifacts.
|
/aosp12/build/soong/java/ |
H A D | java.go | 1025 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 D | vendor_snapshot.go | 223 if m.Binary() || m.Object() { 424 } else if m.Binary() {
|
H A D | linkable.go | 206 Binary() bool
|
/aosp12/frameworks/base/core/proto/android/util/ |
H A D | log.proto | 51 // Represents a Binary Log in logd, need to look event-log-tags for more info.
|
/aosp12/build/soong/third_party/zip/testdata/ |
H A D | readme.notzip | 28 Binary Distribution Notes
|
/aosp12/frameworks/compile/mclinker/lib/Target/Hexagon/ |
H A D | HexagonPLT.cpp | 41 LinkerConfig::Binary == pConfig.codeGenType()); in HexagonPLT()
|
/aosp12/frameworks/compile/mclinker/lib/Target/ |
H A D | GNULDBackend.cpp | 131 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 D | kll-quantiles.proto | 60 // Binary logarithm of the sampler capacity (out of how many items are we
|
/aosp12/frameworks/av/media/codec2/hidl/services/ |
H A D | Android.bp | 23 // Binary file for the service.
|
/aosp12/frameworks/compile/mclinker/lib/Core/ |
H A D | Linker.cpp | 267 case mcld::LinkerConfig::Binary: in emit()
|