/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | cgenerator.py | 352 body = body.replace("(uint32_t)", "static_cast<uint32_t>")
|
H A D | reflib.py | 25 return s.replace('\\\'', '\'')
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | utrans.cpp | 115 (*func->replace)(rep, start, limit, text.getBuffer(), text.length()); in handleReplaceBetween()
|
/third_party/skia/tests/ |
H A D | RecordOptsTest.cpp | 30 record.replace<SkRecords::NoOp>(1); // NoOps should be allowed. in DEF_TEST()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | ComputeLayoutMemoryBufferTests.cpp | 31 str.replace(pos, substr.length(), replacement); in ReplaceAll()
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | test-object.c | 121 typedef hb_bool_t (*set_user_data_func_t) (void *obj, hb_user_data_key_t *key, void *data, hb_destroy_func_t destroy, hb_bool_t replace);
|
/third_party/python/Lib/test/ |
H A D | test_string_literals.py | 277 modname = "xx_" + encoding.replace("-", "_")
|
H A D | test_telnetlib.py | 296 '''The only thing that write does is replace each tl.IAC for 309 self.assertEqual(data.replace(tl.IAC,tl.IAC+tl.IAC), written)
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/bloat/ |
H A D | bloat.py | 162 name = name.replace(value, replacement)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | InstrProfWriter.cpp | 77 Data.replace(P[K].Pos + I * sizeof(uint64_t), sizeof(uint64_t), in patch()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | norm2allmodes.h | 101 first.replace(firstLength-safeMiddle.length(), 0x7fffffff, safeMiddle); in normalizeSecondAndAppend()
|
/third_party/unity/auto/ |
H A D | generate_test_runner.rb | 70 source = source.force_encoding('ISO-8859-1').encode('utf-8', replace: nil)
|
/third_party/protobuf/objectivec/DevTools/ |
H A D | pddm.py | 309 eval_result = eval_result.replace('##', '')
|
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
H A D | RubyRepeatedField.java | 187 * RepeatedField.replace(list) 192 public IRubyObject replace(ThreadContext context, IRubyObject list) { in replace() method in RubyRepeatedField
|
/third_party/python/Lib/distutils/ |
H A D | msvccompiler.py | 143 s = s.replace(k, v)
|
/third_party/python/Lib/lib2to3/pgen2/ |
H A D | tokenize.py | 233 enc = orig_enc[:12].lower().replace("_", "-")
|
/third_party/python/Include/internal/ |
H A D | pycore_global_strings.h | 330 STRUCT_FOR_ID(replace)
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_dist.py | 436 meta = meta.replace('\n' + 8 * ' ', '\n')
|
/third_party/python/Lib/unittest/ |
H A D | loader.py | 346 name = _relpath.replace(os.path.sep, '.')
|
/third_party/rust/crates/clap/src/ |
H A D | macros.rs | 28 /// You can replace the colons with a custom separator by supplying a 52 clap::__macro_refs::once_cell::sync::Lazy::new(|| authors.replace(':', $sep));
|
/third_party/rust/crates/nix/src/sys/ |
H A D | aio.rs | 486 let mode = mem::replace(&mut aiocb.aio_lio_opcode, 0); in submit()
|
/third_party/rust/crates/syn/tests/ |
H A D | test_precedence.rs | 277 let inner = mem::replace( in librustc_parenthesize()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | nmake.mak | 173 # replace the last line with this for dynamic libraries
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | nmake.mak | 173 # replace the last line with this for dynamic libraries
|
/third_party/vulkan-headers/registry/ |
H A D | cgenerator.py | 352 body = body.replace("(uint32_t)", "static_cast<uint32_t>")
|