/aosp_15_r20/external/libaom/ |
H A D | README.md | 597 ### 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 D | relative_patcher_thumb2_test.cc | 236 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 D | relative_patcher_x86_test.cc | 46 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 D | relative_patcher_x86_64_test.cc | 66 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 D | relative_patcher_arm64_test.cc | 202 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/ |
D | rtk.rs | 23 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 D | relative_patcher_riscv64_test.cc | 124 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 D | development_guide.rst | 319 .. _merge-checklist: 321 Merge checklist
|
/aosp_15_r20/art/dex2oat/driver/ |
H A D | compiled_method.cc | 66 const ArrayRef<const linker::LinkerPatch>& patches) in CompiledMethod() 79 const ArrayRef<const linker::LinkerPatch>& patches) { in SwapAllocCompiledMethod()
|
/aosp_15_r20/external/bsdiff/ |
H A D | split_patch_writer_unittest.cc | 23 std::vector<PatchWriterInterface*> patches; in SetUpForSize() local 37 std::vector<PatchWriterInterface*> patches = {&p}; in TEST_F() local
|
H A D | split_patch_writer.h | 25 const std::vector<PatchWriterInterface*>& patches) in SplitPatchWriter()
|
/aosp_15_r20/system/apex/docs/ |
H A D | README.md | 190 #### Kernel version 4.4 214 #### Kernel versions 4.9/4.14/4.19
|
/aosp_15_r20/external/pytorch/torch/_dynamo/ |
H A D | testing.py | 313 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 D | SkRasterPipeline.cpp | 630 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 D | managed_crate.rs | 117 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 D | MuxPrompt.kt | 46 @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 D | deqp.json | 5 "patches": [ array
|
/aosp_15_r20/frameworks/base/packages/SystemUI/utils/kairos/src/com/android/systemui/kairos/ |
H A D | TFlow.kt | 454 val patches = init.connect(this).changes in switchPromptly() constant
|
/aosp_15_r20/art/compiler/linker/ |
H A D | linker_patch_test.cc | 28 LinkerPatch patches[] = { in TEST() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/image_ops/ |
H A D | extract_volume_patches_op_test.py | 26 def _VerifyValues(self, image, ksizes, strides, padding, patches): argument
|
H A D | extract_image_patches_op_test.py | 27 def _VerifyValues(self, image, ksizes, strides, rates, padding, patches): argument
|
/aosp_15_r20/external/perfetto/protos/perfetto/common/ |
H A D | commit_data_request.proto | 71 repeated Patch patches = 4; field
|
/aosp_15_r20/external/deqp/scripts/verify/ |
H A D | package.py | 34 …def __init__ (self, basePath, statement, testLogs, gitStatus, gitLog, patches, summary, conformVer… argument
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/ |
H A D | extract_image_patches_op_test.py | 28 def _VerifyValues(self, image, ksizes, strides, rates, padding, patches): argument
|
/aosp_15_r20/external/trace-cmd/scripts/debug/ |
H A D | tsync_hist.py | 46 n, bins, patches = ax.hist(x, bins, histtype=u'step'); variable
|