Lines Matching refs:find
24 find: /(\bsrcDirs = \["src\/main\/java",.+)(\])/,
30 find: /(\bid\("com\.facebook\.react"\)$)/m,
35 find: /(^react {[^]+?\n\})/m,
40 find: /(\b(preBuild\.)?dependsOn\("generateCodegenArtifactsFromSchema"\))/g,
45 find: 'new File(buildDir, "generated/source/codegen/jni/").absolutePath',
50 find: /(externalNativeBuild\s*\{)([\s\S]*?)(\}\s)/g,
57 find: new RegExp(`"${escapeRegExp(lib)}"`, 'g'),
66 find: /( prefab\s*\{)([\s\S]*?)(^ \}\s)/gm,
73 find: new RegExp(`\\b${escapeRegExp(lib)}\\s+?\\{`, 'g'),
85 find: new RegExp(`${escapeRegExp(pathFromPkg(pkg))}`, 'g'),
91 find: 'libraryName "libhermes"',
96 find: /(prefab {\s+libhermes)/,
101 find: 'targets "libhermes"',
106 find: new RegExp(`SoLoader.loadLibrary\\\("${escapeRegExp(libName)}"\\\)`),
112 find: /-DHERMES_ENABLE_DEBUGGER=False/,
117 find: /\b((configureBuildForHermes|prepareHeadersForPrefab)\.dependsOn\(unzipHermes\))/g,
122 find: /\bdebug (hermes-inspector_)/g,
130 find: /if\(\${CMAKE_BUILD_TYPE} MATCHES Debug\)(\n\s*target_compile_options)/g,
135 find: '$<$<CONFIG:Debug>:-DHERMES_ENABLE_DEBUGGER=1>',
142 find: /^(\s+hermes_executor_common.*)$/m,
155 find: new RegExp(`${escapeRegExp(pathFromPkg(pkg))}`, 'g'),
177 find: 'add_react_build_subdir(generated/source/codegen/jni)',
182 find: /libhermes\.so/g,
191 find: /OUTPUT_NAME hermes/g,
195 find: /libhermes/g,
199 find: /jsi/g,