/aosp12/system/update_engine/aosp/ |
H A D | dynamic_partition_control_android_unittest.cc | 766 InstallOperation optimized; in TEST_P() local 790 EXPECT_TRUE(optimized.src_extents().empty()); in TEST_P() 791 EXPECT_TRUE(optimized.dst_extents().empty()); in TEST_P() 815 EXPECT_TRUE(optimized.src_extents().empty()); in TEST_P() 816 EXPECT_TRUE(optimized.dst_extents().empty()); in TEST_P() 831 EXPECT_TRUE(optimized.src_extents().empty()); in TEST_P() 832 EXPECT_TRUE(optimized.dst_extents().empty()); in TEST_P() 847 EXPECT_TRUE(optimized.src_extents().empty()); in TEST_P() 848 EXPECT_TRUE(optimized.dst_extents().empty()); in TEST_P() 867 ASSERT_EQ(2, optimized.src_extents_size()); in TEST_P() [all …]
|
/aosp12/system/core/fs_mgr/libsnapshot/ |
H A D | partition_cow_creator.cpp | 70 bool OptimizeSourceCopyOperation(const InstallOperation& operation, InstallOperation* optimized) { in OptimizeSourceCopyOperation() argument 75 optimized->Clear(); in OptimizeSourceCopyOperation() 76 optimized->set_type(InstallOperation::SOURCE_COPY); in OptimizeSourceCopyOperation() 111 AppendExtent(optimized->mutable_src_extents(), s_it->start_block() + s_offset, step); in OptimizeSourceCopyOperation() 112 AppendExtent(optimized->mutable_dst_extents(), d_it->start_block() + d_offset, step); in OptimizeSourceCopyOperation()
|
/aosp12/system/update_engine/payload_consumer/ |
H A D | partition_writer.cc | 381 const InstallOperation& optimized = should_optimize ? buf : operation; in PerformSourceCopyOperation() local 400 optimized.src_extents(), in PerformSourceCopyOperation() 402 optimized.dst_extents(), in PerformSourceCopyOperation() 434 optimized.src_extents(), in PerformSourceCopyOperation() 436 optimized.dst_extents(), in PerformSourceCopyOperation() 462 optimized.src_extents(), in PerformSourceCopyOperation() 464 optimized.dst_extents(), in PerformSourceCopyOperation() 470 optimized.src_extents(), in PerformSourceCopyOperation() 472 optimized.dst_extents(), in PerformSourceCopyOperation()
|
/aosp12/frameworks/proto_logging/stats/enums/view/ |
H A D | enums.proto | 32 // optimized for showing system-provided content while the device is 36 // but is optimized for showing static system-provided content while the 39 // The display is on and optimized for VR mode.
|
/aosp12/system/media/audio_utils/include/audio_utils/ |
H A D | BiquadFilter.h | 412 const T& coefs = {}, bool optimized = true) 416 setCoefficients(coefs, optimized); 503 bool setCoefficients(const T& coefs, bool optimized = true) { 515 setOptimization(optimized); 529 bool setCoefficients(const T& coefs, size_t channelIndex, bool optimized = true) { 534 setOptimization(optimized); 570 void setOptimization(bool optimized) { in setOptimization() argument 587 (void)optimized; // avoid unused variable warning. in setOptimization() 592 if (optimized) { in setOptimization()
|
/aosp12/art/test/563-checker-invoke-super/ |
H A D | info.txt | 1 Tests that invoke-super's to interface methods are optimized to direct method
|
/aosp12/system/media/audio_utils/benchmarks/ |
H A D | biquad_filter_benchmark.cpp | 220 static void BM_BiquadFilter(benchmark::State& state, bool optimized) { in BM_BiquadFilter() argument 240 android::audio_utils::BiquadFilter<F> biquadFilter(channelCount, coefs, optimized); in BM_BiquadFilter()
|
/aosp12/art/test/449-checker-bce-rem/ |
H A D | info.txt | 1 Checker test for BCE optimizations of integer remainder operations which are optimized into
|
/aosp12/packages/modules/Wifi/service/ |
H A D | proguard.flags | 2 # TODO: This could be optimized in the future to only keep the critical
|
/aosp12/art/test/541-regression-inlined-deopt/ |
H A D | info.txt | 1 Regression test for deopt from optimized code which would use the top-level
|
/aosp12/build/bazel/ci/ |
H A D | bp2build.sh | 40 //external/arm-optimized-routines/...
|
/aosp12/frameworks/rs/tests/lldb/ |
H A D | .gitignore | 1 # Byte-compiled / optimized / DLL files
|
/aosp12/system/update_engine/common/ |
H A D | dynamic_partition_control_stub.cc | 44 InstallOperation* optimized) { in OptimizeOperation() argument
|
H A D | dynamic_partition_control_stub.h | 37 InstallOperation* optimized) override;
|
H A D | dynamic_partition_control_interface.h | 87 InstallOperation* optimized) = 0;
|
/aosp12/frameworks/native/opengl/tests/angeles/ |
H A D | README.txt | 18 naturally heavily size optimized in order to fit it in the size 44 As the original version was optimized for size instead of
|
/aosp12/system/chre/chpp/api_parser/ |
H A D | README.md | 40 This approach allows for a highly optimized, in-place encoding and decoding that 54 If conditions 2 or 3 are not met, then optimized encode/decode is still possible 66 on all fields and placing the optimized path in an if/else condition, the
|
/aosp12/packages/apps/Launcher3/ |
H A D | proguard.flags | 16 # Keep optimized and shrunk proguard to prevent issues like this when using
|
/aosp12/hardware/interfaces/graphics/allocator/4.0/ |
H A D | IAllocator.hal | 25 * Allocations should be optimized for usage bits provided in the
|
/aosp12/packages/apps/ImsServiceEntitlement/ |
H A D | Android.bp | 26 // Library isn't proguard optimized, suitable for unit test
|
/aosp12/frameworks/native/services/vr/hardware_composer/ |
H A D | Android.bp | 117 // symbols in the *-binder library get optimized out.
|
/aosp12/hardware/interfaces/graphics/allocator/3.0/ |
H A D | IAllocator.hal | 33 * Allocations should be optimized for usage bits provided in the
|
/aosp12/build/soong/cc/ndk_api_coverage_parser/ |
H A D | .gitignore | 3 # Byte-compiled / optimized / DLL files
|
/aosp12/build/soong/cc/ndkstubgen/ |
H A D | .gitignore | 3 # Byte-compiled / optimized / DLL files
|
/aosp12/build/soong/cc/symbolfile/ |
H A D | .gitignore | 3 # Byte-compiled / optimized / DLL files
|