Home
last modified time | relevance | path

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

12345678910>>...22

/external/kotlinx.serialization/integration-test/
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"
/external/kotlinx.serialization/gradle/
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"
/external/oss-fuzz/projects/nodejs/
Dproject.yaml1 homepage: "https://nodejs.org"
2 primary_contact: "security@nodejs.org"
10 main_repo: 'https://github.com/nodejs/node'
/external/okio/build-support/src/main/kotlin/
Dplatforms.kt23 import org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootPlugin
131 nodejs { in KotlinMultiplatformExtension()
149 nodejs() in KotlinMultiplatformExtension()
154 nodejs() in KotlinMultiplatformExtension()
/external/google-cloud-java/owl-bot-postprocessor/synthtool/gcp/
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
Ddiscogapic_generator.py41 return self._generate_code(service, version, "nodejs", **kwargs)
60 "nodejs": ("nodejs_gapic", "js"),
/external/okio/
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>()
/external/okio/okio-nodefilesystem/src/main/kotlin/okio/
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()
/external/oss-fuzz/projects/http-parser/
Dproject.yaml1 homepage: "https://github.com/nodejs/http-parser"
6 main_repo: 'https://github.com/nodejs/http-parser'
/external/google-cloud-java/java-profiler/proto-google-cloud-profiler-v2/src/main/java/com/google/devtools/cloudprofiler/v2/
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".
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 …]
/external/perfetto/ui/src/base/utils/
Dpackage.json6 …pace in the browser, and under the 'util' module in nodejs. Since the tests are running under node…
/external/googleapis/google/longrunning/
Dlongrunning_gapic.yaml17 nodejs:
51 - nodejs
/external/google-cloud-java/owl-bot-postprocessor/synthtool/
DREADME.md101 git clone git@github.com: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…
/external/oss-fuzz/projects/llhttp/
DDockerfile21 RUN apt install -y nodejs
22 RUN git clone --depth 1 https://github.com/nodejs/llhttp llhttp
/external/googleapis/
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,
/external/flatbuffers/kotlin/flatbuffers-kotlin/
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>()
/external/perfetto/infra/perfetto.dev/
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
Dbuild21 readonly NODE_DIR="$ROOT_DIR/buildtools/mac/nodejs"
23 readonly NODE_DIR="$ROOT_DIR/buildtools/linux64/nodejs"
/external/perfetto/tools/
Dnode24 readonly NODE_DIR="$ROOT_DIR/buildtools/mac/nodejs"
26 readonly NODE_DIR="$ROOT_DIR/buildtools/linux64/nodejs"
Dinstall-build-deps61 'buildtools/nodejs', # Moved to buildtools/{mac,linux64}/nodejs
373 'buildtools/mac/nodejs.tgz',
374 … 'https://storage.googleapis.com/chromium-nodejs/16.13.0/31859fc1fa0994a95f44f09c367d6ff63607cfde',
378 'buildtools/mac/nodejs.tgz',
379 … 'https://storage.googleapis.com/chromium-nodejs/16.13.0/16dfd094763b71988933a31735f9dea966f9abd6',
383 'buildtools/linux64/nodejs.tgz',
384 … 'https://storage.googleapis.com/chromium-nodejs/16.13.0/ab9544e24e752d3d17f335fb7b2055062e582d11',
754 if 'nodejs' in dep.target_folder:
796 # Needs to happen after nodejs is installed above.
/external/webrtc/rtc_tools/testing/
DREADME.md8 - Install NodeJS:
9 - Download <https://nodejs.org/> and extract it
/external/sdk-platform-java/gapic-generator-java/src/test/resources/
Dpubsub_gapic.yaml29 nodejs:
117 - nodejs
268 - nodejs
/external/okio/okio-wasifilesystem/src/wasmWasiMain/kotlin/okio/internal/
DWasi.kt32 // Drop the last byte if it's 0. At least in NodeJS' implementation, strings are returned with in readString()
66 // at least on NodeJS 20.0. https://github.com/WebAssembly/WASI/issues/492 in write()
/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/
DCommonLanguageSettingsOrBuilder.java31 * https://cloud.google.com/nodejs/docs/reference/asset/latest
47 * https://cloud.google.com/nodejs/docs/reference/asset/latest

12345678910>>...22