Home
last modified time | relevance | path

Searched defs:patches (Results 1 – 25 of 131) sorted by relevance

123456

/aosp_15_r20/external/libaom/
H A DREADME.md597 ### Login cookie {#login-cookie}
608 ### Contributor agreement {#contributor-agreement}
617 ### Testing your code {#testing-your-code}
625 ### Commit message hook {#commit-message-hook}
645 ### Upload your change {#upload-your-change}
653 ### Incorporating reviewer comments {#incorporating-reviewer-comments}
672 ### Submitting your change {#submitting-your-change}
689 ### Viewing the status of uploaded changes {#viewing-the-status-of-uploaded-changes}
/aosp_15_r20/art/dex2oat/linker/arm/
H A Drelative_patcher_thumb2_test.cc236 const ArrayRef<const LinkerPatch>& patches = ArrayRef<const LinkerPatch>()) { in AddCompiledMethod()
380 const LinkerPatch patches[] = { in TestStringBssEntry() local
390 const LinkerPatch patches[] = { in TestStringReference() local
397 void Thumb2RelativePatcherTest::CheckPcRelativePatch(const ArrayRef<const LinkerPatch>& patches, in CheckPcRelativePatch()
429 const LinkerPatch patches[] = { in TEST_F() local
469 const LinkerPatch patches[] = { in TEST_F() local
690 const LinkerPatch patches[] = { in TEST_F() local
743 const LinkerPatch patches[] = { in TestBakerFieldWide() local
844 const LinkerPatch patches[] = { in TestBakerFieldNarrow() local
1153 const LinkerPatch patches[] = { in TEST_F() local
[all …]
/aosp_15_r20/art/dex2oat/linker/x86/
H A Drelative_patcher_x86_test.cc46 LinkerPatch patches[] = { in TEST_F() local
92 LinkerPatch patches[] = { in TEST_F() local
123 LinkerPatch patches[] = { in TEST_F() local
155 LinkerPatch patches[] = { in TEST_F() local
/aosp_15_r20/art/dex2oat/linker/x86_64/
H A Drelative_patcher_x86_64_test.cc66 LinkerPatch patches[] = { in TEST_F() local
112 LinkerPatch patches[] = { in TEST_F() local
136 LinkerPatch patches[] = { in TEST_F() local
159 LinkerPatch patches[] = { in TEST_F() local
/aosp_15_r20/art/dex2oat/linker/arm64/
H A Drelative_patcher_arm64_test.cc202 const ArrayRef<const LinkerPatch>& patches = ArrayRef<const LinkerPatch>()) { in AddCompiledMethod()
307 const LinkerPatch patches[] = { in TestNopsAdrpLdr() local
332 const LinkerPatch patches[] = { in TestNopsAdrpAdd() local
355 const LinkerPatch patches[] = { in PrepareNopsAdrpInsn2Ldr() local
370 const LinkerPatch patches[] = { in PrepareNopsAdrpInsn2Add() local
594 const LinkerPatch patches[] = { in TEST_F() local
630 const LinkerPatch patches[] = { in TEST_F() local
1027 const LinkerPatch patches[] = { in TEST_F() local
1077 const LinkerPatch patches[] = { in TestBakerField() local
1332 const LinkerPatch patches[] = { in TEST_F() local
[all …]
/aosp_15_r20/external/python/bumble/rust/src/internal/drivers/
Drtk.rs23 patches: Vec<Patch>, field
62 let patches = chip_ids in parse() localVariable
158 pub fn patches(&self) -> &[Patch] { in patches() method
/aosp_15_r20/art/dex2oat/linker/riscv64/
H A Drelative_patcher_riscv64_test.cc124 const LinkerPatch patches[] = { in TestNopsAuipcAddi() local
148 const LinkerPatch patches[] = { in TestNopsAuipcLwu() local
173 const LinkerPatch patches[] = { in TestNopsAuipcLd() local
/aosp_15_r20/external/flashrom/doc/dev_guide/
H A Ddevelopment_guide.rst319 .. _merge-checklist:
321 Merge checklist
/aosp_15_r20/art/dex2oat/driver/
H A Dcompiled_method.cc66 const ArrayRef<const linker::LinkerPatch>& patches) in CompiledMethod()
79 const ArrayRef<const linker::LinkerPatch>& patches) { in SwapAllocCompiledMethod()
/aosp_15_r20/external/bsdiff/
H A Dsplit_patch_writer_unittest.cc23 std::vector<PatchWriterInterface*> patches; in SetUpForSize() local
37 std::vector<PatchWriterInterface*> patches = {&p}; in TEST_F() local
H A Dsplit_patch_writer.h25 const std::vector<PatchWriterInterface*>& patches) in SplitPatchWriter()
/aosp_15_r20/system/apex/docs/
H A DREADME.md190 #### Kernel version 4.4
214 #### Kernel versions 4.9/4.14/4.19
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dtesting.py313 def _make_fn_with_patches(fn, *patches):
326 cls, cls_prefix, fn_suffix, *patches, xfail_prop=None, decorator=lambda x: x
/aosp_15_r20/external/skia/src/core/
H A DSkRasterPipeline.cpp630 AutoSTMalloc<2, SkRasterPipeline_MemoryCtxPatch> patches(numMemoryCtxs); in run() local
653 SkRasterPipeline_MemoryCtxPatch* patches = in compile() local
/aosp_15_r20/development/tools/external_crates/crate_tool/src/
H A Dmanaged_crate.rs117 pub fn patches(&self) -> Result<Vec<PathBuf>> { in patches() method
118 let mut patches = Vec::new(); in patches() localVariable
/aosp_15_r20/frameworks/base/packages/SystemUI/utils/kairos/src/com/android/systemui/kairos/internal/
H A DMuxPrompt.kt46 @Volatile var patches: MuxPromptPatchNode<K, V>? = null in <lambda>() variable
235 patches?.let { patches -> in <lambda>() method
/aosp_15_r20/external/swiftshader/tests/regres/
H A Ddeqp.json5 "patches": [ array
/aosp_15_r20/frameworks/base/packages/SystemUI/utils/kairos/src/com/android/systemui/kairos/
H A DTFlow.kt454 val patches = init.connect(this).changes in switchPromptly() constant
/aosp_15_r20/art/compiler/linker/
H A Dlinker_patch_test.cc28 LinkerPatch patches[] = { in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/image_ops/
H A Dextract_volume_patches_op_test.py26 def _VerifyValues(self, image, ksizes, strides, padding, patches): argument
H A Dextract_image_patches_op_test.py27 def _VerifyValues(self, image, ksizes, strides, rates, padding, patches): argument
/aosp_15_r20/external/perfetto/protos/perfetto/common/
H A Dcommit_data_request.proto71 repeated Patch patches = 4; field
/aosp_15_r20/external/deqp/scripts/verify/
H A Dpackage.py34 …def __init__ (self, basePath, statement, testLogs, gitStatus, gitLog, patches, summary, conformVer… argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Dextract_image_patches_op_test.py28 def _VerifyValues(self, image, ksizes, strides, rates, padding, patches): argument
/aosp_15_r20/external/trace-cmd/scripts/debug/
H A Dtsync_hist.py46 n, bins, patches = ax.hist(x, bins, histtype=u'step'); variable

123456