Searched +full:wasm +full:- +full:pack (Results 1 – 13 of 13) 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/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/plotters/ |
| D | CHANGELOG.md | 7 - Surface series now supports more customizations 8 - Z-orde support for 3D plots 9 - Allow passing colors by value and reference (thanks to chrisduerr) 13 - Infinte loop / panic when the axis range is zero 14 - UB in minifb example (thanks to TheEdward162) 15 - Examples that uses old APIs (thanks to chrisduerr) 17 ## Plotters 0.3.0 (2020-09-03) 18 This is the next major release of Plotters, see [release notes](./RELEASE-NOTES.md) for more detial… 22 - The plotters backend API crate is introduced which allows third-party backend. 23 - Allow slice used as a coordinate if the item type implements `PartialOrd`. [all …]
|
| /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`] 35 //! | SOLID | `*-kmc-solid_*` | `SOLID_RNG_SampleRandomBytes` 63 //! [`wasm32-wasi`](https://github.com/CraneStation/wasi) and 64 //! [`wasm32-unknown-emscripten`](https://www.hellorust.com/setup/emscripten/) 65 //! targets. However, the `wasm32-unknown-unknown` target (i.e. the target used [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 55 "src/operators/argmax-pooling-nhwc.c", 56 "src/operators/average-pooling-nhwc.c", 57 "src/operators/binary-elementwise-nd.c", 58 "src/operators/channel-shuffle-nc.c", 59 "src/operators/constant-pad-nd.c", 60 "src/operators/convolution-nchw.c", 61 "src/operators/convolution-nhwc.c", 62 "src/operators/deconvolution-nhwc.c", [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. 94 // (e.g. the query result table for user-provided SQL queries). 130 // --force-number in the protobuf.js codegen invocation in //ui/BUILD.gn . 205 // |resBytes| is a proto-encoded trace_processor.QueryResult message. 207 // - The user calls engine.query('select ...') and gets a QueryResult back. 208 // - The query call posts a message to the worker that runs the SQL engine ( [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/gl/ |
| D | GrGLCaps.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 87 this->init(contextOptions, ctxInfo.makeNonAngle(), glInterface); in GrGLCaps() 91 this->init(contextOptions, ctxInfo, glInterface); in GrGLCaps() 144 // Skia already has a scratch buffer workaround when pack row length in init() 389 this->initGLSL(ctxInfo, gli); in init() 392 // Enable supported shader-related caps in init() 394 shaderCaps->fDualSourceBlendingSupport = in init() 399 shaderCaps->fShaderDerivativeSupport = true; in init() 401 shaderCaps->fIntegerSupport = version >= GR_GL_VER(3, 0) && in init() 404 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 …]
|