/third_party/node/tools/gyp/pylib/gyp/ |
H A D | MSVSSettings.py | 440 s = s.replace(old, new)
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | collationiterator.cpp | 121 // Note: UnicodeString.replace() pins pos to at most length(). in replaceMatch() 122 oldBuffer.replace(0, pos, newBuffer, 0, skipLengthAtMatch); in replaceMatch() 577 // S2.1.3 If there is a match, replace S by S + C, and remove C. in nextCE32FromDiscontiguousContraction() 633 // "If there is a match, replace S by S + C, and remove C." (S2.1.3) in nextCE32FromDiscontiguousContraction()
|
/third_party/mesa3d/src/intel/perf/ |
H A D | gen_perf.py | 417 return unit.replace(' ', '_').upper()
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | android.py | 411 component = component.replace("$(RULE_SOURCES)", rule_source)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | MSVSSettings.py | 440 s = s.replace(old, new)
|
/third_party/mesa3d/src/panfrost/lib/genxml/ |
H A D | gen_pack.py | 246 name = name.replace(i, j)
|
/third_party/node/deps/v8/src/init/ |
H A D | heap-symbols.h | 486 V(_, replace_symbol, Symbol.replace) \
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/ |
H A D | NumberingScheme.java | 108 DigitSequence iddPrefix = DigitSequence.of(defaultIddPrefix.replace("~", "")); in create()
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | ty.rs | 264 let name = name.replace(|c| c == ' ' || c == ':' || c == '.', "_"); in sanitize_name() 661 /// replace one type with another.
|
/third_party/python/Lib/multiprocessing/ |
H A D | pool.py | 327 w.name = w.name.replace('Process', 'PoolWorker')
|
/third_party/python/Include/internal/ |
H A D | pycore_runtime_init.h | 953 INIT_ID(replace), \
|
/third_party/python/Lib/test/ |
H A D | test_asyncore.py | 86 buf.write(data.replace(b'\n', b''))
|
H A D | test_tcl.py | 150 self.assertEqual(tcl.getint((' %#o ' % i).replace('o', '')),
|
H A D | test_interpreters.py | 16 indented = script.replace('\n', '\n ')
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | LiveVariables.cpp | 684 std::replace(VI.Kills.begin(), VI.Kills.end(), &OldMI, &NewMI); in replaceKillInstruction()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cStencilTexturingTests.cpp | 392 string.replace(token_position, token_length, text, text_length); in replaceToken()
|
H A D | gl4cTextureFilterMinmaxTests.cpp | 94 str.replace(start, from.length(), to); in replaceAll()
|
H A D | gl3cGPUShader5Tests.cpp | 318 string.replace(token_position, token_length, text, text_length); in replaceToken()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderTriangles.cpp | 345 te_body_string = te_body_string.replace(vertex_spacing_token_index, strlen(vertex_spacing_token), in initTestDescriptor()
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | test_shaders.py | 584 decoded = decoded.replace('\r', '')
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | collationiterator.cpp | 121 // Note: UnicodeString.replace() pins pos to at most length(). in replaceMatch() 122 oldBuffer.replace(0, pos, newBuffer, 0, skipLengthAtMatch); in replaceMatch() 577 // S2.1.3 If there is a match, replace S by S + C, and remove C. in nextCE32FromDiscontiguousContraction() 633 // "If there is a match, replace S by S + C, and remove C." (S2.1.3) in nextCE32FromDiscontiguousContraction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | LoopUnroll.cpp | 887 std::replace(Latches.begin(), Latches.end(), Dest, Fold); in UnrollLoop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 343 std::replace(Sig.begin(), Sig.end(), ',', '.'); in getSignature() 769 // This can't throw, and we don't need this invoke, just replace it with a in runEHOnFunction() 1019 // We need to replace the terminator in Tail - SplitBlock makes BB go in runSjLjOnFunction()
|
/third_party/python/Lib/tomllib/ |
H A D | _parser.py | 74 src = s.replace("\r\n", "\n")
|
/third_party/protobuf/ruby/compatibility_tests/v3.0.0/tests/ |
H A D | repeated_field_test.rb | 290 arr.replace(['fizz', 'buzz'])
|