Searched refs:to_replace (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/tint/src/transform/ |
D | num_workgroups_from_uniform.cc | 73 std::unordered_set<Accessor, Accessor::Hasher> to_replace; in Run() local 98 to_replace.insert( in Run() 148 if (to_replace.count({ident->symbol, accessor->member->symbol})) { in Run()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFISelDAGToDAG.cpp | 252 bool to_replace = false; in PreprocessLoad() local 278 to_replace = in PreprocessLoad() 287 to_replace = getConstantFieldValue(GADN, 0, size, new_val.c); in PreprocessLoad() 290 if (!to_replace) in PreprocessLoad()
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
D | xcode.py | 580 (to_replace, variable) = match 585 string = re.sub(re.escape(to_replace), replacement, string)
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
D | xcode.py | 580 (to_replace, variable) = match 585 string = re.sub(re.escape(to_replace), replacement, string)
|
/third_party/node/deps/v8/src/objects/ |
D | map.cc | 598 DescriptorArray to_replace = instance_descriptors(isolate); in ReplaceDescriptors() local 604 WriteBarrier::Marking(to_replace, to_replace.number_of_descriptors()); in ReplaceDescriptors() 606 while (current.instance_descriptors(isolate) == to_replace) { in ReplaceDescriptors()
|
/third_party/node/deps/v8/src/regexp/ |
D | regexp-compiler-tonode.cc | 1439 CharacterRange to_replace = list->at(start_pos); in RationalizeConsecutiveAtoms() local 1440 int new_from = std::min(to_replace.from(), from); in RationalizeConsecutiveAtoms() 1441 int new_to = std::max(to_replace.to(), to); in RationalizeConsecutiveAtoms()
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | xcode_emulation.py | 1830 to_replace, variable = match 1832 str = str.replace(to_replace, "${" + variable + "}")
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
D | xcode_emulation.py | 1830 to_replace, variable = match 1832 str = str.replace(to_replace, "${" + variable + "}")
|