Home
last modified time | relevance | path

Searched defs:replace (Results 226 – 250 of 2201) sorted by relevance

12345678910>>...89

/aosp_15_r20/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
H A DInstantCookieHostTest.java110 private String installPackage(String apk, boolean replace, boolean instant) throws Exception { in installPackage()
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DCldrConfigOption.java10 replace; enumConstant
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dguards.py2166 def replace(self, expr: str) -> Tuple[List[str], str]: member in PyExprCSEPass
2593 def replace(expr: str) -> Tuple[List[str], str]: function
2598 def replace(expr: str) -> Tuple[List[str], str]: function
/aosp_15_r20/external/pytorch/torchgen/
H A Dcode_template.py48 def replace(match: re.Match[str]) -> str: function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_internal/utils/
Dfilesystem.py71 replace = _replace_retry(os.replace) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_internal/utils/
Dfilesystem.py71 replace = _replace_retry(os.replace) variable
/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/kotlin/
H A DKSErrorType.kt56 override fun replace(arguments: List<KSTypeArgument>): KSType { in replace() method
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/compiler/
Dphp_generator_helpers.h39 const std::string& replace) { in ReplaceAll()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_internal/utils/
Dfilesystem.py71 replace = _replace_retry(os.replace) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_internal/utils/
Dfilesystem.py71 replace = _replace_retry(os.replace) variable
/aosp_15_r20/external/grpc-grpc/src/compiler/
H A Dphp_generator_helpers.h39 const std::string& replace) { in ReplaceAll()
/aosp_15_r20/external/mesa3d/src/compiler/glsl/glcpp/tests/
H A Dglcpp_test.py122 def _replace_test(args, replace): argument
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/lang/
H A DString.annotated.java146 @libcore.util.NonNull public java.lang.String replace(char oldChar, char newChar) { throw new Runti… in replace() method in String
156 @libcore.util.NonNull public java.lang.String replace(@libcore.util.NonNull java.lang.CharSequence … in replace() method in String
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/
H A DLiteralStringValueExpr.java95 public boolean replace(Node node, Node replacementNode) { in replace() method in LiteralStringValueExpr
H A DNullLiteralExpr.java91 public boolean replace(Node node, Node replacementNode) { in replace() method in NullLiteralExpr
/aosp_15_r20/libcore/ojluni/src/main/java/sun/security/util/
H A DAlgorithmDecomposer.java156 private static void hasLoop(Set<String> elements, String find, String replace) { in hasLoop()
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/clock_settime/
H A Dclock_settime02.c23 int replace; member
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/changes/
H A DChange.java66 Change(final ArchiveEntry pEntry, final InputStream pInput, final boolean replace) { in Change()
/aosp_15_r20/external/cronet/base/strings/
H A Dlevenshtein_distance.cc73 const size_t replace = dp[d]; in LevenshteinDistanceImpl() local
/aosp_15_r20/external/zxing/android/src/com/google/zxing/client/android/
H A DScanFromWebPageManager.java66 private static String replace(CharSequence placeholder, CharSequence with, String pattern) { in replace() method in ScanFromWebPageManager
/aosp_15_r20/external/rust/android-crates-io/crates/regex/tests/
Dtest_default_bytes.rs66 mod replace; module
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Demoji.py58 def replace(cls, text: str) -> str: member in Emoji
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Demoji.py58 def replace(cls, text: str) -> str: member in Emoji
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Demoji.py58 def replace(cls, text: str) -> str: member in Emoji
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/tools/ci_build/
H A Dupdate_version.py38 def replace_string_in_line(search, replace, filename): argument

12345678910>>...89