HomeSort by relevance Sort by last modified time
    Searched defs:patches (Results 1 - 16 of 16) sorted by null

  /art/compiler/linker/
linker_patch_test.cc 27 LinkerPatch patches[] = { local
152 constexpr size_t last_index = arraysize(patches) - 1u;
154 for (size_t i = 0; i != arraysize(patches); ++i) {
155 for (size_t j = 0; j != arraysize(patches); ++j) {
157 EXPECT_EQ(expected, patches[i] == patches[j]) << i << " " << j;
161 for (size_t i = 0; i != arraysize(patches); ++i) {
162 for (size_t j = 0; j != arraysize(patches); ++j) {
164 EXPECT_EQ(expected, patches[i] < patches[j]) << i << " " << j
    [all...]
  /external/bsdiff/
split_patch_writer_unittest.cc 23 std::vector<PatchWriterInterface*> patches; local
25 patches.push_back(&fake_patch);
27 patch_writer_.reset(new SplitPatchWriter(new_chunk_size, patches));
37 std::vector<PatchWriterInterface*> patches = {&p}; local
38 patch_writer_.reset(new SplitPatchWriter(10, patches));
39 // We should have pass two patches.
51 // Leaving patches at the end that are empty is considered an error.
54 // We write less than the amount needed for two patches, which should fail.
83 // patches
86 // The middle control entry would be split in tree different patches
    [all...]
  /art/dex2oat/linker/mips64/
relative_patcher_mips64_test.cc 43 void CheckPcRelativePatch(const ArrayRef<const LinkerPatch>& patches, uint32_t target_offset);
60 void Mips64RelativePatcherTest::CheckPcRelativePatch(const ArrayRef<const LinkerPatch>& patches,
62 AddCompiledMethod(MethodRef(1u), kUnpatchedPcRelativeCode, ArrayRef<const LinkerPatch>(patches));
84 LinkerPatch patches[] = { local
89 CheckPcRelativePatch(ArrayRef<const LinkerPatch>(patches), bss_begin_ + string_entry_offset);
  /art/compiler/driver/
compiled_method_storage_test.cc 56 ArrayRef<const linker::LinkerPatch> patches[] = { local
66 for (auto&& p : patches) {
  /art/dex2oat/linker/mips/
relative_patcher_mips32r6_test.cc 41 void CheckPcRelativePatch(const ArrayRef<const LinkerPatch>& patches, uint32_t target_offset);
58 void Mips32r6RelativePatcherTest::CheckPcRelativePatch(const ArrayRef<const LinkerPatch>& patches,
60 AddCompiledMethod(MethodRef(1u), kUnpatchedPcRelativeCode, ArrayRef<const LinkerPatch>(patches));
82 LinkerPatch patches[] = { local
87 CheckPcRelativePatch(ArrayRef<const LinkerPatch>(patches), bss_begin_ + string_entry_offset);
93 LinkerPatch patches[] = { local
98 CheckPcRelativePatch(ArrayRef<const LinkerPatch>(patches), string_offset);
relative_patcher_mips_test.cc 42 void CheckPcRelativePatch(const ArrayRef<const LinkerPatch>& patches, uint32_t target_offset);
61 void MipsRelativePatcherTest::CheckPcRelativePatch(const ArrayRef<const LinkerPatch>& patches,
63 AddCompiledMethod(MethodRef(1u), kUnpatchedPcRelativeCode, ArrayRef<const LinkerPatch>(patches));
87 LinkerPatch patches[] = { local
92 CheckPcRelativePatch(ArrayRef<const LinkerPatch>(patches), bss_begin_ + string_entry_offset);
98 LinkerPatch patches[] = { local
103 CheckPcRelativePatch(ArrayRef<const LinkerPatch>(patches), string_offset);
  /art/dex2oat/linker/x86/
relative_patcher_x86_test.cc 46 LinkerPatch patches[] = { local
49 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
92 LinkerPatch patches[] = { local
95 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
123 LinkerPatch patches[] = { local
126 AddCompiledMethod(MethodRef(1u), code, ArrayRef<const LinkerPatch>(patches));
155 LinkerPatch patches[] = { local
158 AddCompiledMethod(MethodRef(1u), code, ArrayRef<const LinkerPatch>(patches));
  /art/dex2oat/linker/x86_64/
relative_patcher_x86_64_test.cc 66 LinkerPatch patches[] = { local
69 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
112 LinkerPatch patches[] = { local
115 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
136 LinkerPatch patches[] = { local
139 AddCompiledMethod(MethodRef(1u), kDexCacheLoadCode, ArrayRef<const LinkerPatch>(patches));
159 LinkerPatch patches[] = { local
163 AddCompiledMethod(MethodRef(1u), kStringReferenceCode, ArrayRef<const LinkerPatch>(patches));
  /external/perfetto/include/perfetto/tracing/core/
commit_data_request.h 150 const std::vector<Patch>& patches() const { return patches_; } function in class:perfetto::CommitDataRequest::ChunkToPatch
  /art/dex2oat/linker/arm/
relative_patcher_thumb2_test.cc 223 const ArrayRef<const LinkerPatch>& patches = ArrayRef<const LinkerPatch>()) {
224 RelativePatcherTest::AddCompiledMethod(method_ref, code, patches);
227 for (const LinkerPatch& patch : patches) {
276 void CheckPcRelativePatch(const ArrayRef<const LinkerPatch>& patches, uint32_t target_offset);
358 const LinkerPatch patches[] = { local
362 CheckPcRelativePatch(ArrayRef<const LinkerPatch>(patches), bss_begin_ + string_entry_offset);
368 const LinkerPatch patches[] = { local
372 CheckPcRelativePatch(ArrayRef<const LinkerPatch>(patches), string_offset);
375 void Thumb2RelativePatcherTest::CheckPcRelativePatch(const ArrayRef<const LinkerPatch>& patches,
377 AddCompiledMethod(MethodRef(1u), kUnpatchedPcRelativeCode, ArrayRef<const LinkerPatch>(patches));
407 const LinkerPatch patches[] = { local
447 const LinkerPatch patches[] = { local
688 const LinkerPatch patches[] = { local
786 const LinkerPatch patches[] = { local
1087 const LinkerPatch patches[] = { local
1164 const LinkerPatch patches[] = { local
1219 const LinkerPatch patches[] = { local
1264 std::vector<LinkerPatch> patches; local
    [all...]
  /art/dex2oat/linker/arm64/
relative_patcher_arm64_test.cc 196 const ArrayRef<const LinkerPatch>& patches = ArrayRef<const LinkerPatch>()) {
197 RelativePatcherTest::AddCompiledMethod(method_ref, code, patches);
200 for (const LinkerPatch& patch : patches) {
300 const LinkerPatch patches[] = { local
306 ArrayRef<const LinkerPatch>(patches));
325 const LinkerPatch patches[] = { local
331 ArrayRef<const LinkerPatch>(patches));
348 const LinkerPatch patches[] = { local
354 ArrayRef<const LinkerPatch>(patches));
363 const LinkerPatch patches[] = local
579 const LinkerPatch patches[] = { local
615 const LinkerPatch patches[] = { local
1027 const LinkerPatch patches[] = { local
1278 const LinkerPatch patches[] = { local
1355 const LinkerPatch patches[] = { local
    [all...]
  /external/libcups/cups/
ppd.h 304 char *patches; /* Patch commands to be sent to printer */ member in struct:ppd_file_s
  /external/perfetto/src/tracing/core/
tracing_service_impl.cc 1962 std::array<TraceBuffer::Patch, 1024> patches; \/\/ Uninitialized. local
    [all...]
  /frameworks/av/media/libaudioclient/
IAudioFlinger.cpp 835 struct audio_patch *patches)
837 if (num_patches == NULL || *num_patches == 0 || patches == NULL) {
849 reply.read(patches, *num_patches * sizeof(struct audio_patch));
1493 struct audio_patch *patches = local
    [all...]
IAudioPolicyService.cpp 730 struct audio_patch *patches,
733 if (num_patches == NULL || (*num_patches != 0 && patches == NULL) ||
739 unsigned int numPatchesReq = (patches == NULL) ? 0 : *num_patches;
751 reply.read(patches, numPatchesReq * sizeof(struct audio_patch));
1907 struct audio_patch *patches = local
    [all...]
  /external/pcre/dist2/src/sljit/
sljitLir.h 417 sljit_uw patches; member in struct:sljit_compiler
    [all...]

Completed in 1269 milliseconds