/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/red/ |
H A D | audio_encoder_copy_red_unittest.cc | 160 EXPECT_EQ(0u, encoded_info_.redundant.size()); in TEST_F() 170 ASSERT_EQ(2u, encoded_info_.redundant.size()); in TEST_F() 188 EXPECT_EQ(0u, encoded_info_.redundant.size()); in TEST_F() 193 ASSERT_EQ(2u, encoded_info_.redundant.size()); in TEST_F() 194 EXPECT_EQ(i, encoded_info_.redundant[1].encoded_bytes); in TEST_F() 195 EXPECT_EQ(i - 1, encoded_info_.redundant[0].encoded_bytes); in TEST_F() 222 ASSERT_EQ(0u, encoded_info_.redundant.size()); in TEST_F() 249 EXPECT_EQ(0u, encoded_info_.redundant.size()); in TEST_F() 255 EXPECT_EQ(2u, encoded_info_.redundant.size()); in TEST_F() 260 ASSERT_EQ(3u, encoded_info_.redundant.size()); in TEST_F() [all …]
|
H A D | audio_encoder_copy_red.cc | 65 std::pair<EncodedInfo, rtc::Buffer> redundant; in AudioEncoderCopyRed() local 66 redundant.second.EnsureCapacity(kAudioMaxRtpPacketLen); in AudioEncoderCopyRed() 67 redundant_encodings_.push_front(std::move(redundant)); in AudioEncoderCopyRed() 104 RTC_CHECK(info.redundant.empty()) << "Cannot use nested redundant encoders."; in EncodeImpl() 149 info.redundant.push_back(it->first); in EncodeImpl() 153 // discarding the (empty) vector of redundant information. This is in EncodeImpl() 156 info.redundant.push_back(info); in EncodeImpl() 158 info.redundant[info.redundant.size() - 1].speech); in EncodeImpl() 165 // Shift the redundant encodings. in EncodeImpl() 189 std::pair<EncodedInfo, rtc::Buffer> redundant; in Reset() local [all …]
|
/aosp_15_r20/out/ |
D | release-config.out | 1 build/release/flag_values/ap4a/RELEASE_KERNEL_AKITA_VERSION.textproto: redundant override (set in build/release/flag_values/ap3a/RELEASE_KERNEL_AKITA_VERSION.textproto) 2 build/release/flag_values/ap4a/RELEASE_KERNEL_BLUEJAY_VERSION.textproto: redundant override (set in build/release/flag_values/ap3a/RELEASE_KERNEL_BLUEJAY_VERSION.textproto) 3 build/release/flag_values/ap4a/RELEASE_KERNEL_CHEETAH_VERSION.textproto: redundant override (set in build/release/flag_values/ap3a/RELEASE_KERNEL_CHEETAH_VERSION.textproto) 4 build/release/flag_values/ap4a/RELEASE_KERNEL_FELIX_VERSION.textproto: redundant override (set in build/release/flag_values/ap3a/RELEASE_KERNEL_FELIX_VERSION.textproto) 5 build/release/flag_values/ap4a/RELEASE_KERNEL_HUSKY_VERSION.textproto: redundant override (set in build/release/flag_values/ap3a/RELEASE_KERNEL_HUSKY_VERSION.textproto) 6 build/release/flag_values/ap4a/RELEASE_KERNEL_LYNX_VERSION.textproto: redundant override (set in build/release/flag_values/ap3a/RELEASE_KERNEL_LYNX_VERSION.textproto) 7 build/release/flag_values/ap4a/RELEASE_KERNEL_ORIOLE_VERSION.textproto: redundant override (set in build/release/flag_values/ap3a/RELEASE_KERNEL_ORIOLE_VERSION.textproto) 8 build/release/flag_values/ap4a/RELEASE_KERNEL_PANTHER_VERSION.textproto: redundant override (set in build/release/flag_values/ap3a/RELEASE_KERNEL_PANTHER_VERSION.textproto) 9 build/release/flag_values/ap4a/RELEASE_KERNEL_RAVEN_VERSION.textproto: redundant override (set in build/release/flag_values/ap3a/RELEASE_KERNEL_RAVEN_VERSION.textproto) 10 build/release/flag_values/ap4a/RELEASE_KERNEL_RIPCURRENT_VERSION.textproto: redundant overrid [all...] |
/aosp_15_r20/external/cronet/net/data/ssl/scripts/ |
H A D | generate-redundant-test-chains.sh | 51 -config redundant-ca.cnf 59 -extfile redundant-ca.cnf \ 71 -config redundant-ca.cnf 79 -extfile redundant-ca.cnf \ 94 -config redundant-ca.cnf 107 -config redundant-ca.cnf 118 -config redundant-ca.cnf 136 -config redundant-ca.cnf 141 echo Create redundant-server-chain.pem 143 > ../certificates/redundant-server-chain.pem" [all …]
|
H A D | generate-multi-root-test-chains.sh | 71 -config redundant-ca.cnf \ 80 -config redundant-ca.cnf \ 85 -extfile redundant-ca.cnf \ 98 -config redundant-ca.cnf \ 108 -config redundant-ca.cnf \ 113 -extfile redundant-ca.cnf \ 121 -config redundant-ca.cnf \ 126 -extfile redundant-ca.cnf \ 134 -config redundant-ca.cnf \ 139 -extfile redundant-ca.cnf \ [all …]
|
/aosp_15_r20/external/zucchini/ |
H A D | buffer_source_unittest.cc | 200 EXPECT_EQ(good(0x0U, 2U), run("80 00")); // Redundant code. in TEST_F() 202 EXPECT_EQ(good(0x7FU, 2U), run("FF 00")); // Redundant (unsigned). in TEST_F() 207 EXPECT_EQ(good(0x0U, 3U), run("80 80 00")); // Redundant code. in TEST_F() 214 EXPECT_EQ(good(0x0U, 4U), run("80 80 80 00")); // Redundant code. in TEST_F() 219 EXPECT_EQ(good(0x0U, 5U), run("80 80 80 80 00")); // Redundant code. in TEST_F() 259 EXPECT_EQ(good(0x0, 2U), run("80 00")); // Redundant code. in TEST_F() 262 EXPECT_EQ(good(-0x1, 2U), run("FF 7F")); // Redundant code. in TEST_F() 266 EXPECT_EQ(good(0x0, 3U), run("80 80 00")); // Redundant code. in TEST_F() 269 EXPECT_EQ(good(-0x1, 3U), run("FF FF 7F")); // Redundant code. in TEST_F() 273 EXPECT_EQ(good(0x0, 4U), run("80 80 80 00")); // Redundant code. in TEST_F() [all …]
|
/aosp_15_r20/packages/modules/AdServices/shared/testing-libraries/side-less/java/com/android/adservices/shared/meta_testing/ |
D | TestAnnotations.java | 61 /** Redundant javadoc to make checkstyle happy */ 67 /** Redundant javadoc to make checkstyle happy */ 73 /** Redundant javadoc to make checkstyle happy */ 79 /** Redundant javadoc to make checkstyle happy */ 85 /** Redundant javadoc to make checkstyle happy */ 91 /** Redundant javadoc to make checkstyle happy */ 97 /** Redundant javadoc to make checkstyle happy */ 103 /** Redundant javadoc to make checkstyle happy */ 109 /** Redundant javadoc to make checkstyle happy */ 115 /** Redundant javadoc to make checkstyle happy */
|
/aosp_15_r20/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/include/audio/ |
D | AudioJitterBuffer.h | 51 * @brief Set the offset of the sequence number for extracting the redundant frame for EVS 53 * @param offset The offset value of sequence number to find redundant frame 61 * @brief For EVS, get the redundant frame for lost packet 64 * @param ppData full payload of redundant frame if found 65 * @param pnDataSize payload size in bytes of redundant frame if found 67 redundant frame is found 69 redundant frame is found 70 * @return true when redundant frame is found 71 * @return false when redundant frame is not found
|
/aosp_15_r20/external/llvm/test/CodeGen/X86/ |
H A D | machine-copy-prop.mir | 19 # The second copy is redundant and will be removed, check that we also remove 37 # The second copy is redundant and will be removed, check that we also remove 55 # The second copy is redundant and will be removed, check that we also remove 73 # The second copy is redundant; the call preserves the source and dest register. 92 # The 2nd copy is redundant; The call preserves the source and dest register. 126 # The second copy is not redundant if the source register (%rax) is clobbered 144 # The second copy is not redundant if the dest register (%rax) is clobbered 162 # The second copy is not redundant if the source register (%rax) is clobbered 180 # The second copy is not redundant if the dest register (%rax) is clobbered 198 # A reserved register may change its value so the 2nd copy is not redundant.
|
/aosp_15_r20/external/grpc-grpc/ |
H A D | .clang-tidy | 16 # - modernize-redundant-void-arg 62 # - readability-redundant-declaration 63 # - readability-redundant-string-cstr 140 readability-redundant-access-specifiers, 141 readability-redundant-control-flow, 142 readability-redundant-function-ptr-dereference, 143 readability-redundant-smartptr-get, 144 -readability-redundant-string-cstr, 145 readability-redundant-string-init,
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/testdata/script/ |
D | mod_retention.txt | 3 # remove redundant requirements in 'go mod tidy'. 52 # Redundant requirements should be preserved... 53 cp go.mod.redundant go.mod 55 cmp go.mod go.mod.redundant 57 cmp go.mod go.mod.redundant 66 # However, that should not remove other redundant requirements. 67 # In fact, it may *add* redundant requirements due to activating lazy loading. 121 -- go.mod.redundant --
|
/aosp_15_r20/external/cronet/third_party/libc++/src/ |
H A D | .clang-tidy | 17 modernize-redundant-void-arg, 26 readability-redundant-control-flow, 27 readability-redundant-function-ptr-dereference, 28 readability-redundant-preprocessor, 76 # readability-redundant-access-specifiers, 77 # readability-redundant-declaration, 78 # readability-redundant-member-init,
|
/aosp_15_r20/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/text/nodes/ |
D | TextRtpPayloadEncoderNode.cpp | 151 // Remove very old redundant data in EncodeT140() 161 // Remove a very old redundant data in EncodeT140() 180 // Check non-redundant data is exist in EncodeT140() 201 // If there are redundant data only and mark is false (after IDLE period), clear in EncodeT140() 207 // If there are non-redundant (real) data and mark is true, set Mark False in EncodeT140() 215 * device needs to send new / non-redundant text data only, it shall send it using an RTP in EncodeT140() 219 // add empty redundant payload in EncodeT140() 245 // Write redundant header & data to payload in EncodeT140() 279 * device needs to send new / non-redundant text data only, it shall send it using an RTP in EncodeT140()
|
/aosp_15_r20/external/llvm/test/CodeGen/Mips/Fast-ISel/ |
H A D | icmpa.ll | 27 ; FIXME: This instruction is redundant. The sltiu can only produce 0 and 1. 48 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1. 68 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1. 88 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1. 108 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1. 128 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1. 147 ; FIXME: This instruction is redundant. The slt can only produce 0 and 1. 166 ; FIXME: This instruction is redundant. The slt can only produce 0 and 1. 187 ; FIXME: This instruction is redundant. The slt can only produce 0 and 1. 206 ; FIXME: This instruction is redundant. The slt can only produce 0 and 1.
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCMIPeephole.cpp | 216 // redundant by setting it's entry in the map as false. It then adds the new 250 // redundant. in UpdateTOCSaves() 253 // Check if the new instruction is redundant. in UpdateTOCSaves() 325 // it dominates as redundant. in simplifyCode() 361 // redundant. Replace with a copy. This doesn't happen directly due in simplifyCode() 449 LLVM_DEBUG(dbgs() << "Removing redundant splat: "); in simplifyCode() 485 // the value, this splat is redundant. in simplifyCode() 487 LLVM_DEBUG(dbgs() << "Changing redundant splat to a copy: "); in simplifyCode() 506 LLVM_DEBUG(dbgs() << "Removing redundant shift: "); in simplifyCode() 521 // If this is a DP->SP conversion fed by an FRSP, the FRSP is redundant. in simplifyCode() [all …]
|
/aosp_15_r20/external/selinux/libsepol/src/ |
H A D | optimize.c | 25 * redundant rules from the binary policy to reduce its size and potentially 310 /* redundant rule -> remove it */ in optimize_avtab() 320 /* rule not redundant -> move to next rule */ in optimize_avtab() 327 /* find redundant rules in (*cond) and put them into (*del) */ 354 /* now go through the list and find the redundant rules */ in optimize_cond_av_list() 386 /* First go through all conditionals and collect redundant rules. */ in optimize_cond_avtab() 415 int redundant = 0; in optimize_cond_avtab() local 423 redundant = 1; in optimize_cond_avtab() 429 if (redundant) { in optimize_cond_avtab()
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/internal/str_format/ |
H A D | extension.cc | 40 // NOLINTNEXTLINE(readability-redundant-declaration) 48 // NOLINTNEXTLINE(readability-redundant-declaration) 50 // NOLINTNEXTLINE(readability-redundant-declaration) 52 // NOLINTNEXTLINE(readability-redundant-declaration) 54 // NOLINTNEXTLINE(readability-redundant-declaration) 56 // NOLINTNEXTLINE(readability-redundant-declaration)
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/ |
H A D | PPCMIPeephole.cpp | 231 // redundant by setting it's entry in the map as false. It then adds the new 267 // redundant. in UpdateTOCSaves() 270 // Check if the new instruction is redundant. in UpdateTOCSaves() 509 // it dominates as redundant. in simplifyCode() 545 // redundant. Replace with a copy. This doesn't happen directly due in simplifyCode() 642 LLVM_DEBUG(dbgs() << "Removing redundant splat: "); in simplifyCode() 678 // the value, this splat is redundant. in simplifyCode() 680 LLVM_DEBUG(dbgs() << "Changing redundant splat to a copy: "); in simplifyCode() 700 LLVM_DEBUG(dbgs() << "Removing redundant shift: "); in simplifyCode() 715 // If this is a DP->SP conversion fed by an FRSP, the FRSP is redundant. in simplifyCode() [all …]
|
/aosp_15_r20/external/llvm/test/CodeGen/Mips/llvm-ir/ |
H A D | sdiv.ll | 43 ; FIXME: The sll/sra instructions are redundant since div is signed. 49 ; FIXME: The sll/sra instructions are redundant since div is signed. 75 ; FIXME: The sll/sra instructions are redundant since div is signed. 82 ; FIXME: This instruction is redundant. 87 ; FIXME: This instruction is redundant. 110 ; FIXME: The sll/sra instructions are redundant since div is signed. 117 ; FIXME: This is instruction is redundant since div is signed. 122 ; FIXME: This is instruction is redundant since div is signed.
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | RemoveRedundantDebugValues.cpp | 1 //===- RemoveRedundantDebugValues.cpp - Remove Redundant Debug Value MIs --===// 24 /// The RemoveRedundantDebugValues pass removes redundant DBG_VALUEs that 44 /// Remove redundant debug value MIs for the given machine function. 64 "Remove Redundant DEBUG_VALUE analysis", false, false) 72 // This analysis aims to remove redundant DBG_VALUEs by going forward 147 // This analysis aims to remove redundant DBG_VALUEs by going backward 169 // for redundant removal. in reduceDbgValsBackwardScan()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
H A D | AArch64RedundantCopyElimination.cpp | 19 // mov w0, wzr ; <-- redundant 29 // mov w0, wzr ; <-- redundant 41 // orr x0, xzr, #0x1 ; <-- redundant 76 // OptBBClobberedRegs is used when optimizing away redundant copies/moves. 102 return "AArch64 Redundant Copy Elimination"; in getPassName() 109 "AArch64 redundant copy elimination pass", false, false) 373 // Remove redundant copy/move instructions unless KnownReg is modified. in optimizeBlock() 418 LLVM_DEBUG(dbgs() << "Remove redundant Copy : " << *MI); in optimizeBlock() 420 LLVM_DEBUG(dbgs() << "Remove redundant Move : " << *MI); in optimizeBlock()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64RedundantCopyElimination.cpp | 19 // mov w0, wzr ; <-- redundant 29 // mov w0, wzr ; <-- redundant 41 // orr x0, xzr, #0x1 ; <-- redundant 77 // OptBBClobberedRegs is used when optimizing away redundant copies/moves. 103 return "AArch64 Redundant Copy Elimination"; in getPassName() 110 "AArch64 redundant copy elimination pass", false, false) 374 // Remove redundant copy/move instructions unless KnownReg is modified. in optimizeBlock() 414 LLVM_DEBUG(dbgs() << "Remove redundant Copy : " << *MI); in optimizeBlock() 416 LLVM_DEBUG(dbgs() << "Remove redundant Move : " << *MI); in optimizeBlock()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | redundancy_elimination_test.cpp | 58 // Remove a redundant add across basic blocks. 87 // Remove a redundant add going through a multiple basic blocks. 123 // Remove a redundant add in a side node. 159 // Remove a redundant add whose value is in the result of a phi node. 199 // Keep the add because it is redundant on some paths, but not all paths. 235 // Keep the add. Even if it is redundant on all paths, there is no single id 276 // When three redundant DebugValues exist, only one DebugValue must remain. in TEST_F()
|
/aosp_15_r20/external/icu/icu4c/source/data/translit/ |
H A D | my_my_FONIPA.txt | 122 $vs_aa \u1037 → a $creaky; # redundant creaky tone 181 $vs_e $vs_aa း → ɔ $high; # redundant high tone; this does not usually occur 188 $vs_ai း → ɛ $high; # redundant high tone; this does not usually occur 215 # Remove redundant MEDIAL YA and MEDIAL RA after initial YA. 298 ဣ\u1037 → ʔḭ; # redundant creaky tone; this does not usually occur 304 ဥ\u1037 → ʔṵ; # redundant creaky tone; this does not usually occur 314 ဩး → ʔɔ\u0301; # redundant high tone; this does not usually occur
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/opt/ |
H A D | redundancy_elimination_test.cpp | 58 // Remove a redundant add across basic blocks. 87 // Remove a redundant add going through a multiple basic blocks. 123 // Remove a redundant add in a side node. 159 // Remove a redundant add whose value is in the result of a phi node. 199 // Keep the add because it is redundant on some paths, but not all paths. 235 // Keep the add. Even if it is redundant on all paths, there is no single id 276 // When three redundant DebugValues exist, only one DebugValue must remain. in TEST_F()
|