Searched +full:wasm +full:- +full:pack (Results 1 – 16 of 16) sorted by relevance
| /external/rust/crates/chrono/.github/workflows/ |
| D | test-release.yml | 15 os: [ubuntu-16.04, ubuntu-latest, macos-latest, windows-latest] 18 # check all tzs on most-recent OS's 19 - os: ubuntu-latest 22 - os: windows-latest 25 - os: macos-latest 29 - os: ubuntu-latest 31 - os: ubuntu-latest 33 - os: ubuntu-16.04 35 - os: macos-latest 39 runs-on: ${{ matrix.os }} [all …]
|
| D | test.yml | 9 - '**.rs' 10 - .github/** 11 - Cargo.toml 17 os: [ubuntu-16.04, ubuntu-latest, macos-latest, windows-latest] 22 # check all tzs on most-recent OS's 23 - os: ubuntu-latest 26 - os: windows-latest 29 - os: macos-latest 33 - os: ubuntu-latest 37 - os: ubuntu-latest [all …]
|
| /external/rust/crates/glam/ |
| D | build_and_test_wasm32_firefox.sh | 3 set -e 5 RUSTFLAGS="-Ctarget-feature=+simd128" wasm-pack test --headless --firefox 6 wasm-pack test --headless --firefox
|
| D | build_and_test_wasm32_chrome.sh | 3 set -e 5 RUSTFLAGS="-Ctarget-feature=+simd128" wasm-pack test --headless --chrome 6 wasm-pack test --headless --chrome
|
| /external/rust/crates/glam/.github/workflows/ |
| D | ci.yml | 7 runs-on: ubuntu-latest 9 - uses: actions/checkout@v2 11 - uses: actions-rs/toolchain@v1 17 - name: rustfmt 18 run: cargo fmt -- --check --color always 21 - run: cargo fetch 22 - name: cargo clippy 23 run: cargo clippy --workspace --all-targets --all-features -- -D warnings 26 - name: codegen 27 run: cargo run --release -p codegen -- --check [all …]
|
| /external/rust/crates/instant/tests/ |
| D | wasm.rs | 8 // run these tests using: wasm-pack test --chrome --headless -- --features wasm-bindgen 27 // <https://doc.rust-lang.org/std/time/struct.Duration.html#method.new> 37 now.checked_add(Duration::new(u64::MAX, ONE_BILLION - 1)) in test_checked_add() 47 .checked_sub(Duration::new(u64::MAX, ONE_BILLION - 1)) in test_checked_sub()
|
| /external/rust/crates/instant/ |
| D | .gitignore | 11 wasm-pack.log
|
| /external/rust/crates/getrandom/src/ |
| D | lib.rs | 3 // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or 4 // https://www.apache.org/licenses/LICENSE-2.0> or the MIT license 5 // <LICENSE-MIT or https://opensource.org/licenses/MIT>, at your 14 //! | ----------------- | ------------------ | -------------- 27 //! | Hermit | `x86_64-*-hermit` | [`RDRAND`] 30 //! | ESP-IDF | `*‑espidf` | [`esp_fill_random`] 34 //! | SOLID | `*-kmc-solid_*` | `SOLID_RNG_SampleRandomBytes` 35 //! | Nintendo 3DS | `armv6k-nintendo-3ds` | [`getrandom`][1] 63 //! [`wasm32-wasi`](https://github.com/CraneStation/wasi) and 64 //! [`wasm32-unknown-emscripten`](https://www.hellorust.com/setup/emscripten/) [all …]
|
| /external/XNNPACK/ |
| D | BUILD.bazel | 3 # This source code is licensed under the BSD-style license found in the 7 # XNNPACK - optimized floating-point neural network operators library 82 "src/operator-delete.c", 83 "src/operator-run.c", 84 "src/operator-utils.c", 85 "src/operators/argmax-pooling-nhwc.c", 86 "src/operators/average-pooling-nhwc.c", 87 "src/operators/binary-elementwise-nd.c", 88 "src/operators/channel-shuffle-nc.c", 89 "src/operators/constant-pad-nd.c", [all …]
|
| /external/webp/ |
| D | ChangeLog | 5 c5e841c4 Merge "extras: WebpToSDL -> WebPToSDL" into main 8 d3e151fc doc/api.md,webp_js/README.md: Webp -> WebP 9 ed92a626 extras: WebpToSDL -> WebPToSDL 12 e5fe2cfc webp-lossless-bitstream-spec,cosmetics: reflow paragraphs 13 0ceeeab9 webp-lossless-bitstream-spec: add amendment note 14 607611cd Merge "webp-container-spec: normalize section title case" into main 15 f853685e lossless: SUBTRACT_GREEN -> SUBTRACT_GREEN_TRANSFORM 16 786497e4 webp-lossless-bitstream-spec: fix inv color txfm description 17 c6ac672d webp-lossless-bitstream-spec: fix num_code_lengths check 18 b5700efb webp-lossless-bitstream-spec,cosmetics: grammar/capitalization [all …]
|
| /external/perfetto/ui/src/common/ |
| D | query_result.ts | 7 // http://www.apache.org/licenses/LICENSE-2.0 15 // This file deals with deserialization and iteration of the proto-encoded 18 // for being moved cheaply across workers and decoded on-the-flight as we step 31 // - The Engine: for appending row batches. 32 // - UI code, typically controllers, who make queries. 55 // --force-number in the protobuf.js codegen invocation in //ui/BUILD.gn . 85 if (buf.length - pos > 4) { // fast route (lo) 115 if (buf.length - pos > 4) { // fast route (hi) 171 // (e.g. the query result table for user-provided SQL queries). 283 // - more rows are available [all …]
|
| /external/clang/include/clang/Driver/ |
| D | Options.td | 1 //===--- Options.td - Options for clang -----------------------------------===// 8 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 20 // DriverOption - The option is a "driver" option, and should not be forwarded 24 // LinkerInput - The option is a linker input. 27 // NoArgumentUnused - Don't report argument unused warnings for this option; this 28 // is useful for options like -static or -dynamic which a user may always end up 32 // Unsupported - The option is unsupported, and the driver will reject command 36 // CoreOption - This is considered a "core" Clang option, available in both 37 // clang and clang-cl modes. [all …]
|
| /external/swiftshader/third_party/subzero/src/ |
| D | IceCfg.cpp | 1 //===- subzero/src/IceCfg.cpp - Control flow graph implementation ---------===// 8 //===----------------------------------------------------------------------===// 13 //===----------------------------------------------------------------------===// 46 TargetAssembler = Target->createAssembler(); in Cfg() 53 Ostream &Str = Ctx->getStrDump(); in ~Cfg() 54 getNodeStrings()->dump(Str); in ~Cfg() 55 getVarStrings()->dump(Str); in ~Cfg() 69 /// of high-level instructions, and number of basic blocks. This string is only 82 InstCount += Node->getPhis().size(); in getFunctionNameAndSize() 83 for (Inst &I : Node->getInsts()) { in getFunctionNameAndSize() [all …]
|
| /external/clang/lib/Driver/ |
| D | Tools.cpp | 1 //===--- Tools.cpp - Tools Implementations ----------------------*- C++ -*-===// 8 //===----------------------------------------------------------------------===// 59 StringRef Name = A->getOption().getName(); in handleTargetFeaturesGroup() 60 A->claim(); in handleTargetFeaturesGroup() 62 // Skip over "-m". in handleTargetFeaturesGroup() 66 bool IsNegative = Name.startswith("no-"); in handleTargetFeaturesGroup() 69 Features.push_back(Args.MakeArgString((IsNegative ? "-" : "+") + Name)); in handleTargetFeaturesGroup() 77 .Case("niagara", "-Av9b") in getSparcAsmModeForCPU() 78 .Case("niagara2", "-Av9b") in getSparcAsmModeForCPU() 79 .Case("niagara3", "-Av9d") in getSparcAsmModeForCPU() [all …]
|
| /external/skia/src/gpu/ganesh/gl/ |
| D | GrGLCaps.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 82 this->init(contextOptions, ctxInfo, glInterface); in GrGLCaps() 142 // Skia already has a scratch buffer workaround when pack row length in init() 379 this->initGLSL(ctxInfo, gli); in init() 382 // Enable supported shader-related caps in init() 384 shaderCaps->fDualSourceBlendingSupport = in init() 389 shaderCaps->fShaderDerivativeSupport = true; in init() 390 shaderCaps->fExplicitTextureLodSupport = in init() 393 shaderCaps->fIntegerSupport = version >= GR_GL_VER(3, 0) && in init() 396 shaderCaps->fNonsquareMatrixSupport = in init() [all …]
|
| /external/chromium-trace/catapult/systrace/systrace/ |
| D | systrace_trace_viewer.html | 1 <template id="overlay-template"> 3 overlay-mask { 8 z-index: 1000; 9 font-family: sans-serif; 10 -webkit-justify-content: center; 19 overlay-mask:focus { 22 overlay-vertical-centering-container { 23 -webkit-justify-content: center; 24 flex-direction: column; 27 overlay-frame { [all …]
|