Home
last modified time | relevance | path

Searched full:nodejs (Results 1 – 25 of 586) sorted by relevance

12345678910>>...24

/aosp_15_r20/external/kotlinx.coroutines/integration-testing/smokeTest/
H A Dbuild.gradle15 nodejs()
18 nodejs()
69 …n-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/targets/js/nodejs/NodeJsRootExtensio…
70 rootProject.extensions.findByType(org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootExtension…
71 // canary nodejs that supports recent Wasm GC changes
73 it.nodeDownloadBaseUrl = "https://nodejs.org/download/v8-canary"
/aosp_15_r20/external/kotlinx.serialization/integration-test/
H A Dbuild.gradle43 nodejs {}
52 nodejs()
55 nodejs()
152 rootProject.extensions.findByType(org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootExtension…
153 // canary nodejs that supports recent Wasm GC changes
155 it.nodeDownloadBaseUrl = "https://nodejs.org/download/v8-canary"
/aosp_15_r20/external/kotlinx.serialization/gradle/
H A Dconfigure-source-sets.gradle34 nodejs {
50 nodejs()
55 nodejs()
194 rootProject.extensions.findByType(org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootExtension…
195 // canary nodejs that supports recent Wasm GC changes
197 it.nodeDownloadBaseUrl = "https://nodejs.org/download/v8-canary"
/aosp_15_r20/external/google-cloud-java/owl-bot-postprocessor/synthtool/gcp/
H A Dgapic_bazel.py55 return self._generate_code(service, version, "nodejs", False, **kwargs)
133 # Node.js: {{assembly_name}}-{{version}}-nodejs
150 elif language == "nodejs":
151 suffix = f"{service}-{version}-nodejs"
201 # its location: bazel-bin/google/cloud/language/v1/language-v1-nodejs.tar.gz
202 # bazel_target: //google/cloud/language/v1:language-v1-nodejs
H A Dgapic_generator.py51 return self._generate_code(service, version, "nodejs", **kwargs)
79 "nodejs": ("nodejs_gapic", "js"),
334 "nodejs": "node",
/aosp_15_r20/external/perfetto/tools/
H A Dinstall-build-deps61 'buildtools/nodejs', # Moved to buildtools/{mac,linux64}/nodejs
386 'buildtools/mac/nodejs.tgz',
387 … 'https://storage.googleapis.com/chromium-nodejs/20.11.0/5b5681e12a21cda986410f69e03e6220a21dd4d2',
391 'buildtools/mac/nodejs.tgz',
392 … 'https://storage.googleapis.com/chromium-nodejs/20.11.0/e3c0fd53caae857309815f3f8de7c2dce49d7bca',
396 'buildtools/linux64/nodejs.tgz',
397 … 'https://storage.googleapis.com/chromium-nodejs/20.11.0/f9a337cfa0e2b92d3e5c671c26b454bd8e99769e',
774 if 'nodejs' in dep.target_folder:
816 # Needs to happen after nodejs is installed above.
/aosp_15_r20/external/okio/
H A Dbuild.gradle.kts15 import org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootExtension
16 import org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootPlugin
228 * Select a NodeJS version with WASI and WASM GC.
234 // We're waiting for a Windows build of NodeJS that can do WASM GC + WASI. in <lambda>()
238 nodeDownloadBaseUrl = "https://nodejs.org/download/v8-canary" in <lambda>()
/aosp_15_r20/external/google-cloud-java/owl-bot-postprocessor/synthtool/
H A DREADME.md101 git clone [email protected]:googleapis/nodejs-tasks.git
102 cd nodejs-tasks/
112 [node_tasks_library]: https://github.com/googleapis/nodejs-tasks
113 [node_tasks_synth_py]: https://github.com/googleapis/nodejs-tasks/blob/master/synth.py
114 [node_tasks_contributing]: https://github.com/googleapis/nodejs-tasks/blob/master/CONTRIBUTING.md
403 2. NodeJS's synth.py ran the linter on manually-written sample files in the repo. A new version of…
/aosp_15_r20/external/okio/okio-nodefilesystem/src/main/kotlin/okio/
H A DNodeJsFileSystem.kt26 * [node_fs]: https://nodejs.org/dist/latest-v14.x/docs/api/fs.html
76 * https://nodejs.org/dist/latest-v14.x/docs/api/errors.html#errors_class_systemerror
77 * https://nodejs.org/dist/latest-v14.x/docs/api/errors.html#errors_common_system_errors
119 // On NodeJS on Windows there's no file system flag that does all of the following: in openReadWrite()
125 // https://nodejs.org/api/fs.html#fs_file_system_flags in openReadWrite()
/aosp_15_r20/external/google-cloud-java/java-profiler/proto-google-cloud-profiler-v2/src/main/java/com/google/devtools/cloudprofiler/v2/
H A DDeploymentOrBuilder.java98 * "go", "python", "ruby", "nodejs", "php", "dotnet".
118 * "go", "python", "ruby", "nodejs", "php", "dotnet".
141 * "go", "python", "ruby", "nodejs", "php", "dotnet".
161 * "go", "python", "ruby", "nodejs", "php", "dotnet".
185 * "go", "python", "ruby", "nodejs", "php", "dotnet".
H A DDeployment.java232 * "go", "python", "ruby", "nodejs", "php", "dotnet".
264 * "go", "python", "ruby", "nodejs", "php", "dotnet".
287 * "go", "python", "ruby", "nodejs", "php", "dotnet".
317 * "go", "python", "ruby", "nodejs", "php", "dotnet".
1037 * "go", "python", "ruby", "nodejs", "php", "dotnet".
1069 * "go", "python", "ruby", "nodejs", "php", "dotnet".
1092 * "go", "python", "ruby", "nodejs", "php", "dotnet".
1122 * "go", "python", "ruby", "nodejs", "php", "dotnet".
1158 * "go", "python", "ruby", "nodejs", "php", "dotnet".
1190 * "go", "python", "ruby", "nodejs", "php", "dotnet".
[all …]
/aosp_15_r20/external/okio/build-support/src/main/kotlin/
H A Dplatforms.kt23 import org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootPlugin
131 nodejs { in KotlinMultiplatformExtension()
149 nodejs() in KotlinMultiplatformExtension()
154 nodejs() in KotlinMultiplatformExtension()
/aosp_15_r20/external/kotlinx.atomicfu/
H A Dbuild.gradle116 // Right now it is used for switching nodejs version which is supports generated wasm bytecode
117 extensions.findByType(org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootExtension.class).with…
118 // canary nodejs that supports recent Wasm GC changes
120 it.nodeDownloadBaseUrl = 'https://nodejs.org/download/v8-canary'
/aosp_15_r20/external/googleapis/
H A Drepository_rules.bzl64 nodejs = False,
106 nodejs (bool): Enable Node.js specific rules. False by default.
251 nodejs and grpc and gapic,
256 nodejs and grpc and gapic,
/aosp_15_r20/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/
H A DCommonLanguageSettings.java79 * https://cloud.google.com/nodejs/docs/reference/asset/latest
106 * https://cloud.google.com/nodejs/docs/reference/asset/latest
638 * https://cloud.google.com/nodejs/docs/reference/asset/latest
664 * https://cloud.google.com/nodejs/docs/reference/asset/latest
690 * https://cloud.google.com/nodejs/docs/reference/asset/latest
715 * https://cloud.google.com/nodejs/docs/reference/asset/latest
736 * https://cloud.google.com/nodejs/docs/reference/asset/latest
/aosp_15_r20/development/tools/winscope/
H A D.eslintrc.js56 // Specify NodeJS global as temporary workaround for eslint bug:
57 // https://stackoverflow.com/questions/64089216/after-upgrade-eslint-says-nodejs-is-undefined
59 NodeJS: true,
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Dcloudprofiler_v2.projects.profiles.html106 …;java&quot;, &quot;go&quot;, &quot;python&quot;, &quot;ruby&quot;, &quot;nodejs&quot;, &quot;php&q…
127 …;java&quot;, &quot;go&quot;, &quot;python&quot;, &quot;ruby&quot;, &quot;nodejs&quot;, &quot;php&q…
154 …;java&quot;, &quot;go&quot;, &quot;python&quot;, &quot;ruby&quot;, &quot;nodejs&quot;, &quot;php&q…
179 …;java&quot;, &quot;go&quot;, &quot;python&quot;, &quot;ruby&quot;, &quot;nodejs&quot;, &quot;php&q…
206 …;java&quot;, &quot;go&quot;, &quot;python&quot;, &quot;ruby&quot;, &quot;nodejs&quot;, &quot;php&q…
232 …;java&quot;, &quot;go&quot;, &quot;python&quot;, &quot;ruby&quot;, &quot;nodejs&quot;, &quot;php&q…
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/test/resources/
H A Dpubsub_gapic.yaml29 nodejs:
117 - nodejs
268 - nodejs
/aosp_15_r20/external/kotlinx.coroutines/buildSrc/src/main/kotlin/
H A DCacheRedirector.kt6 import org.jetbrains.kotlin.gradle.targets.js.nodejs.*
34 "https://nodejs.org/dist",
150 extension.nodeDownloadBaseUrl = "https://nodejs.org/download/v8-canary" in configureWasmNodeRepositories()
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu/
H A Dbuild.gradle35 nodejs()
43 nodejs()
47 nodejs()
/aosp_15_r20/external/googleapis/google/longrunning/
H A Dlongrunning_gapic.yaml17 nodejs:
51 - nodejs
/aosp_15_r20/external/flatbuffers/kotlin/flatbuffers-kotlin/
H A Dbuild.gradle.kts84 rootProject.plugins.withType<org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootPlugin> { in <lambda>()
85 …rootProject.the<org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootExtension>().nodeVersion =… in <lambda>()
/aosp_15_r20/external/perfetto/infra/perfetto.dev/
H A Dcloud_build_entrypoint.sh35 # Install only NodeJS, gn and ninja no need to install the other toolchains.
36 tools/install-build-deps --ui --filter=nodejs --filter=gn --filter=ninja --filter=pnpm
H A Dbuild21 readonly NODE_DIR="$ROOT_DIR/buildtools/mac/nodejs"
23 readonly NODE_DIR="$ROOT_DIR/buildtools/linux64/nodejs"
/aosp_15_r20/external/bazelbuild-rules_rust/examples/wasm_bindgen/rules_js/
H A DBUILD.bazel57 target = "nodejs",
66 target = "nodejs",

12345678910>>...24