Home
last modified time | relevance | path

Searched refs:patch_info (Results 1 – 25 of 138) sorted by relevance

123456

/dports/www/firefox-legacy/firefox-52.8.0esr/tools/update-packaging/
H A Dtest_make_incremental_updates.py19 self.assertEquals(self.work_dir, self.patch_info.work_dir)
20 self.assertEquals([], self.patch_info.archive_files)
21 self.assertEquals([], self.patch_info.manifestv2)
22 self.assertEquals([], self.patch_info.manifestv3)
27 self.patch_info.append_add_instruction('file.test')
28 self.assertEquals(['add "file.test"'], self.patch_info.manifestv2)
37 self.patch_info.append_add_if_not_instruction('file.test')
38 self.assertEquals([], self.patch_info.manifestv2)
52 self.patch_info.append_remove_instruction('file.test')
57 self.patch_info.append_remove_instruction('dirtest/')
[all …]
H A Dmake_incremental_updates.py284 def create_add_patch_for_file(to_marfile_entry, patch_info): argument
287 patch_info.append_add_instruction(to_marfile_entry.name)
288 patch_info.archive_files.append('"'+to_marfile_entry.name+'"')
290 def create_add_if_not_patch_for_file(to_marfile_entry, patch_info): argument
293 patch_info.append_add_if_not_instruction(to_marfile_entry.name)
294 patch_info.archive_files.append('"'+to_marfile_entry.name+'"')
296 def process_explicit_remove_files(dir_path, patch_info): argument
321 patch_info.append_remove_instruction(line)
397 process_explicit_remove_files(to_dir_path, patch_info)
406 patch_info.create_manifest_files()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/tools/update-packaging/
H A Dtest_make_incremental_updates.py17 self.patch_info = PatchInfo(
22 self.assertEquals([], self.patch_info.archive_files)
23 self.assertEquals([], self.patch_info.manifestv2)
24 self.assertEquals([], self.patch_info.manifestv3)
37 self.patch_info.manifestv2)
40 self.patch_info.manifestv3)
44 self.assertEquals([], self.patch_info.manifestv2)
53 self.patch_info.append_patch_instruction(
57 self.patch_info.manifestv2)
60 self.patch_info.manifestv3)
[all …]
H A Dmake_incremental_updates.py271 patch_info.append_add_instruction(file_in_manifest_name)
293 def create_add_patch_for_file(to_marfile_entry, patch_info): argument
297 patch_info.append_add_instruction(to_marfile_entry.name)
301 def create_add_if_not_patch_for_file(to_marfile_entry, patch_info): argument
305 patch_info.append_add_if_not_instruction(to_marfile_entry.name)
309 def process_explicit_remove_files(dir_path, patch_info): argument
338 patch_info.append_remove_instruction(line)
407 process_explicit_remove_files(to_dir_path, patch_info)
416 patch_info.create_manifest_files()
419 mar_cmd = 'mar -C ' + patch_info.work_dir + \
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/tools/update-packaging/
H A Dtest_make_incremental_updates.py19 self.assertEquals(self.work_dir, self.patch_info.work_dir)
20 self.assertEquals([], self.patch_info.archive_files)
21 self.assertEquals([], self.patch_info.manifestv2)
22 self.assertEquals([], self.patch_info.manifestv3)
27 self.patch_info.append_add_instruction('file.test')
28 self.assertEquals(['add "file.test"'], self.patch_info.manifestv2)
37 self.patch_info.append_add_if_not_instruction('file.test')
38 self.assertEquals([], self.patch_info.manifestv2)
52 self.patch_info.append_remove_instruction('file.test')
57 self.patch_info.append_remove_instruction('dirtest/')
[all …]
H A Dmake_incremental_updates.py284 def create_add_patch_for_file(to_marfile_entry, patch_info): argument
287 patch_info.append_add_instruction(to_marfile_entry.name)
288 patch_info.archive_files.append('"'+to_marfile_entry.name+'"')
290 def create_add_if_not_patch_for_file(to_marfile_entry, patch_info): argument
293 patch_info.append_add_if_not_instruction(to_marfile_entry.name)
294 patch_info.archive_files.append('"'+to_marfile_entry.name+'"')
296 def process_explicit_remove_files(dir_path, patch_info): argument
325 patch_info.append_remove_instruction(line)
401 process_explicit_remove_files(to_dir_path, patch_info)
410 patch_info.create_manifest_files()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/service_runtime/arch/x86_32/
H A Dsel_ldr_x86_32.c27 struct NaClPatchInfo patch_info; in NaClMakePcrelThunk() local
77 NaClPatchInfoCtor(&patch_info); in NaClMakePcrelThunk()
79 patch_info.abs32 = patch_abs32; in NaClMakePcrelThunk()
84 patch_info.nbytes = thunk_size; in NaClMakePcrelThunk()
116 struct NaClPatchInfo patch_info; in NaClPatchOneTrampoline() local
126 NaClPatchInfoCtor(&patch_info); in NaClPatchOneTrampoline()
128 patch_info.abs16 = patch16; in NaClPatchOneTrampoline()
131 patch_info.abs32 = patch32; in NaClPatchOneTrampoline()
134 patch_info.dst = target_addr; in NaClPatchOneTrampoline()
161 struct NaClPatchInfo patch_info; in LoadSpringboard() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/dashboard/dashboard/pinpoint/models/change/
H A Dpatch.py38 patch_info = gerrit_service.GetChange(
43 'patch_issue': patch_info['_number'],
44 'patch_project': patch_info['project'],
57 patch_info = gerrit_service.GetChange(
74 patch_info = gerrit_service.GetChange(
80 patch_info['_number'],
85 subject = patch_info['subject']
86 current_revision = patch_info['current_revision']
186 patch_info = gerrit_service.GetChange(
190 change = patch_info['id']
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/service_runtime/arch/x86_64/
H A Dsel_ldr_x86_64.c98 struct NaClPatchInfo patch_info; in NaClPatchOneTrampolineCall() local
112 NaClPatchInfoCtor(&patch_info); in NaClPatchOneTrampolineCall()
114 patch_info.abs64 = &call_target; in NaClPatchOneTrampolineCall()
115 patch_info.num_abs64 = 1; in NaClPatchOneTrampolineCall()
117 patch_info.abs32 = &tramp_addr; in NaClPatchOneTrampolineCall()
118 patch_info.num_abs32 = 1; in NaClPatchOneTrampolineCall()
120 patch_info.dst = target_addr; in NaClPatchOneTrampolineCall()
121 patch_info.src = (uintptr_t) &NaCl_trampoline_code; in NaClPatchOneTrampolineCall()
122 patch_info.nbytes = ((uintptr_t) &NaCl_trampoline_code_end in NaClPatchOneTrampolineCall()
124 CHECK(patch_info.nbytes <= NACL_INSTR_BLOCK_SIZE); in NaClPatchOneTrampolineCall()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/chromium/sandbox/win/wow_helper/
H A Dtarget_code.cc12 PatchInfo *patch_info, HANDLE process, PVOID *base, ULONG_PTR zero_bits, in TargetNtMapViewOfSection() argument
15 NTSTATUS ret = patch_info->orig_MapViewOfSection(patch_info->section, process, in TargetNtMapViewOfSection()
24 patch_info->signal_and_wait(patch_info->dll_load, patch_info->continue_load, in TargetNtMapViewOfSection()
H A Dservice64_resolver.cc88 patch_info = 0; in InternalThunk()
94 ULONG patch_info; member
101 sandbox::PatchInfo patch_info; member
139 NTSTATUS ResolveNtdll(sandbox::PatchInfo* patch_info) { in ResolveNtdll() argument
149 patch_info->signal_and_wait = in ResolveNtdll()
312 full_local_thunk->patch_info.orig_MapViewOfSection = reinterpret_cast< in PerformPatch()
314 full_local_thunk->patch_info.patch_location = target_; in PerformPatch()
315 NTSTATUS ret = ResolveNtdll(&full_local_thunk->patch_info); in PerformPatch()
322 ULONG_PTR patch_info = reinterpret_cast<ULONG_PTR>(remote_thunk); in PerformPatch() local
323 my_thunk.patch_info = static_cast<ULONG>(patch_info); in PerformPatch()
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/service_runtime/arch/mips/
H A Dsel_ldr_mips.c28 struct NaClPatchInfo patch_info; in NaClPatchOneTrampoline() local
51 NaClPatchInfoCtor(&patch_info); in NaClPatchOneTrampoline()
64 patch_info.dst = target_addr; in NaClPatchOneTrampoline()
65 patch_info.src = (uintptr_t) tramp_buffer; in NaClPatchOneTrampoline()
66 patch_info.nbytes = ((uintptr_t) &NaCl_trampoline_seg_end in NaClPatchOneTrampoline()
69 NaClApplyPatchToMemory(&patch_info); in NaClPatchOneTrampoline()
/dports/devel/p5-PatchReader/PatchReader-0.9.6/t/Test/
H A DPatchReader.pm28 my $patch_info = new PatchReader::PatchInfoGrabber();
33 $extraobj->sends_data_to($patch_info);
35 $reader->sends_data_to($patch_info);
37 $patch_info->sends_data_to($output_raw);
43 my $info = $patch_info->patch_info();
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/src/backend/A64/
H A Dconstant_pool.cpp22 patch_info.emplace_back(p); in EmitPatchLDR()
32 patch_info.emplace_back(p); in EmitPatchLDR()
42 for (PatchInfo patch : patch_info) { in PatchPool()
56 patch_info.clear(); in PatchPool()
62 patch_info.clear(); in Clear()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/src/backend/A64/
H A Dconstant_pool.cpp22 patch_info.emplace_back(p); in EmitPatchLDR()
32 patch_info.emplace_back(p); in EmitPatchLDR()
42 for (PatchInfo patch : patch_info) { in PatchPool()
56 patch_info.clear(); in PatchPool()
62 patch_info.clear(); in Clear()
/dports/lang/nyan/nyan-3c263e2/nyan/
H A Dobject_info.cpp66 return this->patch_info.get() != nullptr; in is_patch()
77 this->patch_info = info; in add_patch()
78 return *this->patch_info.get(); in add_patch()
83 return this->patch_info; in get_patch()
123 builder << " " << this->patch_info->str(); in str()
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-runtime.c1099 switch (patch_info->type) { in mono_patch_info_dup_mp()
1152 oinfo = patch_info->data.virt_method; in mono_patch_info_dup_mp()
1326 switch (patch_info->type) { in mono_resolve_patch_target()
1336 target = patch_info->data.target; in mono_resolve_patch_target()
1345 target = code + patch_info->data.offset; in mono_resolve_patch_target()
1426 target = patch_info->data.target; in mono_resolve_patch_target()
1487 target = patch_info->data.target; in mono_resolve_patch_target()
1490 target = patch_info->data.name; in mono_resolve_patch_target()
1502patch_info->data.token->token, &handle_class, patch_info->data.token->has_context ? &patch_info->d… in mono_resolve_patch_target()
1518patch_info->data.token->token, &handle_class, patch_info->data.token->has_context ? &patch_info->d… in mono_resolve_patch_target()
[all …]
H A Daot-compiler.c5468 for (patch_info = relocs; patch_info; patch_info = patch_info->next) in emit_and_reloc_code()
5474 patch_info = NULL; in emit_and_reloc_code()
5636 patch_info = NULL; in emit_and_reloc_code()
6114 for (patch_info = cfg->patch_info; patch_info; patch_info = patch_info->next) in emit_method_info()
6815 for (patch_info = ji; patch_info; patch_info = patch_info->next) in emit_trampoline_full()
7839 for (patch_info = cfg->patch_info; patch_info; patch_info = patch_info->next) { in compile_method()
7861 for (patch_info = cfg->patch_info; patch_info; patch_info = patch_info->next) { in compile_method()
7895 for (patch_info = cfg->patch_info; patch_info; patch_info = patch_info->next) { in compile_method()
7925 for (patch_info = cfg->patch_info; patch_info; patch_info = patch_info->next) { in compile_method()
7988 for (patch_info = cfg->patch_info; patch_info; patch_info = patch_info->next) { in compile_method()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/
H A Dfind_patches.py147 patch_info = PatchInfo()
157 deleted_lines = patch_info.interesting_deleted_lines()
166 patch_info = PatchInfo()
203 patch_info.record_deleted_line(line[1:])
206 patch_info.record_inserted_line(line[1:])
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/chromium/scripts/
H A Dfind_patches.py147 patch_info = PatchInfo()
157 deleted_lines = patch_info.interesting_deleted_lines()
166 patch_info = PatchInfo()
203 patch_info.record_deleted_line(line[1:])
206 patch_info.record_inserted_line(line[1:])
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/chromium/scripts/
H A Dfind_patches.py147 patch_info = PatchInfo()
157 deleted_lines = patch_info.interesting_deleted_lines()
166 patch_info = PatchInfo()
203 patch_info.record_deleted_line(line[1:])
206 patch_info.record_inserted_line(line[1:])
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/
H A Dfind_patches.py147 patch_info = PatchInfo()
157 deleted_lines = patch_info.interesting_deleted_lines()
166 patch_info = PatchInfo()
203 patch_info.record_deleted_line(line[1:])
206 patch_info.record_inserted_line(line[1:])
/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/chromium/sandbox/win/src/
H A DWow64.cc43 bool Restore64Code(HANDLE child, PatchInfo32* patch_info) { in Restore64Code() argument
46 if (!::ReadProcessMemory(child, patch_info, &local_patch_info, in Restore64Code()
122 PatchInfo32* patch_info = reinterpret_cast<PatchInfo32*>(buffer); in WaitForNtdll() local
127 if (!::WriteProcessMemory(child_->Process(), patch_info, &local_patch_info, in WaitForNtdll()
141 return Restore64Code(child_->Process(), patch_info); in WaitForNtdll()
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/win-capture/graphics-hook/
H A Dd3d9-patches.hpp47 struct patch_info { struct
120 static const struct patch_info patch[NUM_VERS] = {
188 static const struct patch_info patch[NUM_VERS] = {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/infra/
H A Dreproduce.py151 self.patch_info = ('', '')
179 return bool(self.patch_info[0])
309 self.patch_info = (
398 if self.patch_info:
401 '@'.join(self.patch_info)
485 '/'.join(build.patch_info[1].split('/')[3:])

123456