Searched refs:nodeBinary (Results 1 – 4 of 4) sorted by relevance
| /third_party/node/test/parallel/ |
| D | test-preload.js | 12 const nodeBinary = process.argv[0]; constant 38 `"${nodeBinary}" ${preloadOption([fixtureIsPreloading])} "${fixtureB}"`, 45 childProcess.exec(`"${nodeBinary}" ${preloadOption([fixtureA])} "${fixtureB}"`, 53 `"${nodeBinary}" ${preloadOption([fixtureA, fixtureB])} "${fixtureC}"`, 62 `"${nodeBinary}" ${preloadOption([fixtureA, fixtureThrows])} "${fixtureB}"`, 74 `"${nodeBinary}" ${preloadOption([fixtureA])}-e "console.log('hello');"`, 83 `"${nodeBinary}" --frozen-intrinsics ${ 95 nodeBinary 109 nodeBinary, 125 nodeBinary, [all …]
|
| D | test-preload-self-referential.js | 8 const nodeBinary = process.argv[0]; constant 16 exec(`"${nodeBinary}" -r self_ref "${fixtureA}"`, { cwd: selfRefModule },
|
| D | test-macos-app-sandbox.js | 16 const nodeBinary = process.execPath; constant 38 nodeBinary,
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | OutputHLSL.cpp | 2071 TIntermBinary *nodeBinary = node->getAsBinaryNode(); in samplerNamePrefixFromStruct() local 2072 switch (nodeBinary->getOp()) in samplerNamePrefixFromStruct() 2076 int index = nodeBinary->getRight()->getAsConstantUnion()->getIConst(0); in samplerNamePrefixFromStruct() 2079 prefixSink << samplerNamePrefixFromStruct(nodeBinary->getLeft()) << "_" << index; in samplerNamePrefixFromStruct() 2084 const TStructure *s = nodeBinary->getLeft()->getAsTyped()->getType().getStruct(); in samplerNamePrefixFromStruct() 2085 int index = nodeBinary->getRight()->getAsConstantUnion()->getIConst(0); in samplerNamePrefixFromStruct() 2089 prefixSink << samplerNamePrefixFromStruct(nodeBinary->getLeft()) << "_" in samplerNamePrefixFromStruct()
|