Lines Matching refs:replaceWith
25 replaceWith: `$1, "${path.join(versionedReactNativeRoot, 'codegen')}/java"$2`,
31 replaceWith: '// $1',
36 replaceWith: '/* $1 */',
41 replaceWith: '// $1',
46 replaceWith: '"../codegen/jni/"',
51 replaceWith: (_, p1, p2, p3) =>
58 replaceWith: `"${lib}_${abiVersion}"`,
67 replaceWith: (_, p1, p2, p3) =>
74 replaceWith: `${lib}_${abiVersion} {`,
86 replaceWith: `${abiVersion}/${pathFromPkg(pkg)}`,
92 replaceWith: `libraryName "libhermes_${abiVersion}"`,
97 replaceWith: `$1_${abiVersion}`,
102 replaceWith: `targets "libhermes_${abiVersion}"`,
107 replaceWith: `SoLoader.loadLibrary("${libName}_${abiVersion}")`,
113 replaceWith: '-DHERMES_ENABLE_DEBUGGER=True',
118 replaceWith: '// $1',
123 replaceWith: '$1',
131 replaceWith: 'if(true)$1',
136 replaceWith: '-DHERMES_ENABLE_DEBUGGER=1',
143 replaceWith: `$1\n hermes_inspector_${abiVersion}`,
156 replaceWith: `${abiVersion}/${pathFromPkg(pkg)}`,
178 replaceWith: 'add_react_android_subdir(../codegen/jni)',
183 replaceWith: `libhermes_${abiVersion}.so`,
192 replaceWith: `OUTPUT_NAME hermes_${abiVersion}`,
196 replaceWith: `libhermes_${abiVersion}`,
200 replaceWith: `jsi_${abiVersion}`,