| /third_party/backends/doc/descriptions-external/ |
| D | lhii.desc | 4 ; It's basically emacs-lisp --- so ";" indicates comment to end of line. 15 ;:manpage "sane-template" ; name of manpage (if it exists) 16 :url "http://www.sane-project.org/backends/lhii/lhii-v0.2.tgz" ; backend's web page 27 :model "CG-6000" ; name models for above-specified mfg. 33 ; "Serial port", "IEEE-1394", "JetDirect", 35 :url "http://www.sane-project.org/backends/lhii/gi1904-v0.2.tgz" ; model's URL 36 …e link for the linux kernel driver that's necessary to run the scanner." ; comment about the model 39 ; :comment and :url specifiers are optional after :mfg, :model, :desc, 40 ; and at the top-level. 42 ; :status specifier is optional after :model and at the top-level
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/project-model/src/ |
| D | lib.rs | 1 //! In rust-analyzer, we maintain a strict separation between pure abstract 2 //! semantic project model and a concrete model of a particular build system. 4 //! Pure model is represented by the [`base_db::CrateGraph`] from another crate. 6 //! In this crate, we are concerned with "real world" project models. 8 //! Specifically, here we have a representation for a Cargo project 13 //! * Project discovery (where's the relevant Cargo.toml for the current dir). 16 //! * Lowering of concrete model to a [`base_db::CrateGraph`] 62 pub fn from_manifest_file(path: AbsPathBuf) -> Result<ProjectManifest> { in from_manifest_file() 65 if path.file_name().unwrap_or_default() == "rust-project.json" { in from_manifest_file() 71 bail!("project root must point to Cargo.toml or rust-project.json: {}", path.display()); in from_manifest_file() [all …]
|
| /third_party/skia/m133/third_party/externals/libyuv/util/ |
| D | cpuid.c | 2 * Copyright 2012 The LibYuv Project Authors. All rights reserved. 4 * Use of this source code is governed by a BSD-style license 7 * in the file PATENTS. All contributing project authors may 22 int cpu_flags = TestCpuFlag(-1); in main() 33 int family, model, cpu_info[4]; in main() local 51 // CPU Family and Model in main() 52 // 3:0 - Stepping in main() 53 // 7:4 - Model in main() 54 // 11:8 - Family in main() 55 // 13:12 - Processor Type in main() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
| D | CodeGenCWrappers.h | 1 //===- llvm/Target/CodeGenCWrappers.h - CodeGen C Wrappers ------*- C++ -*-===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 13 //===----------------------------------------------------------------------===// 18 #include "llvm-c/TargetMachine.h" 25 inline Optional<CodeModel::Model> unwrap(LLVMCodeModel Model, bool &JIT) { in unwrap() argument 27 switch (Model) { in unwrap() 47 inline LLVMCodeModel wrap(CodeModel::Model Model) { in wrap() argument 48 switch (Model) { in wrap()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
| D | SparcTargetMachine.h | 1 //===-- SparcTargetMachine.h - Define TargetMachine for Sparc ---*- C++ -*-===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 30 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, 44 /// Sparc 32-bit target machine 51 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, 55 /// Sparc 64-bit target machine 62 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | CodeGen.h | 1 //===-- llvm/Support/CodeGen.h - CodeGen Concepts ---------------*- C++ -*-===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // example, relocation model. 12 //===----------------------------------------------------------------------===// 19 // Relocation model types. 21 // Cannot be named PIC due to collision with -DPIC 22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; enum 25 // Code model types. [all …]
|
| /third_party/mindspore/mindspore-src/source/tests/st/dataset/ |
| D | test_gpu_python_obj.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 20 from mindspore.train import Model 25 # pylint: disable=no-value-for-parameter 42 data = data.project("image") 52 Define and return a simple model 63 model_ = Model(net) 76 Description: A dict object is created and sent to the model by dataset pipeline 77 Expectation: Python dict object is successfully sent to the model 79 logger.info("test_python_dict_in_pipeline - dict object testing") 84 model = create_model() [all …]
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/ |
| D | Cargo.toml | 2 name = "hir-ty" 9 rust-version.workspace = true 15 cov-mark = "2.0.0-pre.1" 23 rustc-hash = "1.1.0" 24 scoped-tls = "1.0.0" 25 chalk-solve = { version = "0.91.0", default-features = false } 26 chalk-ir = "0.91.0" 27 chalk-recursive = { version = "0.91.0", default-features = false } 28 chalk-derive = "0.91.0" 29 la-arena = { version = "0.3.0", path = "../../lib/la-arena" } [all …]
|
| /third_party/lame/doc/html/ |
| D | about.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 6 <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> 30 LAME development started around mid-1998. Mike Cheng started it as a patch 31 against the 8hz-MP3 encoder sources. After some quality concerns raised by 39 The project quickly became a team project. Mike Cheng eventually left 42 can be considered the initiator of the LAME project in its current form. He 43 released version 3.0 featuring gpsycho, a new psychoacoustic model he 47 In early 2003 Mark left project leadership, and since then the project has 52 Today, LAME is considered the best MP3 encoder at mid-high bitrates and at [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| D | AArch64TargetMachine.h | 1 //==-- AArch64TargetMachine.h - Define TargetMachine for AArch64 -*- C++ -*-==// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 33 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, 39 // subtargets are per-function entities based on the target-specific 63 Optional<Reloc::Model> RM, 64 Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, 75 Optional<Reloc::Model> RM, [all …]
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/examples/cloud_infer/ascend_ge_distributed_java/src/main/java/com/mindspore/lite/demo/ |
| D | MainExec.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 24 String pkgClassPath = "path to the project jar file"; in main() 25 String msClassPath = "path to mindspore-lite-java.jar file"; in main() 27 String configPath = "path to the model config file"; in main() 28 String firstMainModelPath = "path to the first mindir main model"; in main() 29 String firstIncModelPath = "path to the first mindir incremental model"; in main() 30 String secondMainModelPath = "path to the second mindir main model"; in main() 31 String secondIncModelPath = "path to the second mindir incremental model"; in main() 36 …String[] command1 = {"java", "-classpath", classPaths, "com.mindspore.lite.demo.Main", firstMainMo… in main() 38 …String[] command2 = {"java", "-classpath", classPaths, "com.mindspore.lite.demo.Main", secondMainM… in main()
|
| /third_party/alsa-lib/ |
| D | README_zh.md | 1 - [三方开源软件alsa-lib](#三方开源软件alsa-lib) 2 - [1. Alsa-lib简介](#1-alsa-lib简介) 3 - [2. 引入背景简述](#2-引入背景简述) 4 - [3. 使用场景](#3-使用场景) 5 - [4. 为OpenHarmony带来的价值](#4-为openharmony带来的价值) 6 - [5. 如何使用](#5-如何使用) 7 - [5.1 内核编译开关配置](#51-内核编译开关配置) 8 - [5.2 产品化编译开关配置](#52-产品化编译开关配置) 9 - [5.3 alsa-lib组件编译依赖添加](#53-alsa-lib组件编译依赖添加) 10 ## 三方开源软件alsa-lib [all …]
|
| /third_party/skia/infra/bots/recipe_modules/builder_name_schema/ |
| D | builder_name_schema.json | 27 "project" 50 "model", 65 "model", 80 "model", 100 "builder_name_sep": "-"
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/Stages/ |
| D | InstructionTables.h | 1 //===--------------------- InstructionTables.h ------------------*- C++ -*-===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 /// See the description of command-line flag -instruction-tables in 12 /// docs/CommandGuide/lvm-mca.rst 14 //===----------------------------------------------------------------------===// 34 InstructionTables(const MCSchedModel &Model) in InstructionTables() argument 35 : Stage(), SM(Model), Masks(Model.getNumProcResourceKinds()) { in InstructionTables() 36 computeProcResourceMasks(Model, Masks); in InstructionTables()
|
| /third_party/skia/third_party/externals/angle2/src/gpu_info_util/ |
| D | SystemInfo_unittest.cpp | 2 // Copyright 2017 The ANGLE Project Authors. All rights reserved. 3 // Use of this source code is governed by a BSD-style license that can be 75 // Test Mac machine model parsing 78 std::string model; in TEST() local 82 EXPECT_FALSE(ParseMacMachineModel("", &model, &major, &minor)); in TEST() 83 EXPECT_EQ(0U, model.length()); in TEST() 88 EXPECT_FALSE(ParseMacMachineModel("FooBar", &model, &major, &minor)); in TEST() 90 // Test on a MacPro model in TEST() 91 EXPECT_TRUE(ParseMacMachineModel("MacPro4,1", &model, &major, &minor)); in TEST() 92 EXPECT_EQ("MacPro", model); in TEST() [all …]
|
| /third_party/protobuf/src/google/protobuf/compiler/csharp/ |
| D | csharp_options.h | 1 // Protocol Buffers - Google's data interchange format 4 // Use of this source code is governed by a BSD-style 6 // https://developers.google.com/open-source/licenses/bsd 31 // where directories are created relative to a project-specific base 32 // namespace. For example, in a project with a base namespace of PetShop, a 33 // proto of user.proto with a C# namespace of PetShop.Model.Shared would 34 // generate Model/Shared/User.cs underneath the specified --csharp_out 38 // --csharp_out directory, with no subdirectories created automatically.
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
| D | MipsTargetMachine.h | 1 //===- MipsTargetMachine.h - Define TargetMachine for Mips ------*- C++ -*-===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 42 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, 78 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, 90 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM,
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
| D | NVPTXTargetMachine.h | 1 //===-- NVPTXTargetMachine.h - Define TargetMachine for NVPTX ---*- C++ -*-===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 28 // Use 32-bit pointers for accessing const/local/short AS. 40 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, 80 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, 89 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM,
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
| D | XCoreTargetMachine.cpp | 1 //===-- XCoreTargetMachine.cpp - Define TargetMachine for XCore -----------===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 //===----------------------------------------------------------------------===// 28 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel() 34 static CodeModel::Model 35 getEffectiveXCoreCodeModel(Optional<CodeModel::Model> CM) { in getEffectiveXCoreCodeModel() 44 /// Create an ILP32 architecture model 49 Optional<Reloc::Model> RM, in XCoreTargetMachine() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
| D | ARMTargetMachine.h | 1 //===-- ARMTargetMachine.h - Define TargetMachine for ARM -------*- C++ -*-===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 44 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, 50 // subtargets are per-function entities based on the target-specific 83 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, 93 Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM,
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
| D | ARCTargetMachine.cpp | 1 //===- ARCTargetMachine.cpp - Define TargetMachine for ARC ------*- C++ -*-===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 //===----------------------------------------------------------------------===// 23 static Reloc::Model getRelocModel(Optional<Reloc::Model> RM) { in getRelocModel() 29 /// ARCTargetMachine ctor - Create an ILP32 architecture model 33 Optional<Reloc::Model> RM, in ARCTargetMachine() 34 Optional<CodeModel::Model> CM, in ARCTargetMachine() 37 "e-m:e-p:32:32-i1:8:32-i8:8:32-i16:16:32-i32:32:32-" in ARCTargetMachine() [all …]
|
| /third_party/mindspore/mindspore-src/source/ |
| D | CONTRIBUTING.md | 5 <!-- TOC --> 7 - [MindSpore contributing guidelines](#mindspore-contributing-guidelines) 8 - [Contributor License Agreement](#contributor-license-agreement) 9 - [Getting Started](#getting-started) 10 - [Contribution workflow](#contribution-workflow) 11 - [Code style](#code-style) 12 - [Fork-Pull development model](#fork-pull-development-model) 13 - [Report issues](#report-issues) 14 - [Propose PRs](#propose-prs) 16 <!-- /TOC --> [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
| D | JITTargetMachineBuilder.h | 1 //===- JITTargetMachineBuilder.h - Build TargetMachines for JIT -*- C++ -*-===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 35 /// Note: TargetOptions is default-constructed, then EmulatedTLS and 43 /// Note: TargetOptions is default-constructed, then EmulatedTLS and 67 return (*TM)->createDataLayout(); in getDefaultDataLayoutForTarget() 72 this->CPU = std::move(CPU); in setCPU() 76 /// Set the relocation model. [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/ |
| D | VETargetMachine.cpp | 1 //===-- VETargetMachine.cpp - Define TargetMachine for VE -----------------===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 //===----------------------------------------------------------------------===// 35 Ret += "-m:e"; in computeDataLayout() 38 Ret += "-i64:64"; in computeDataLayout() 41 Ret += "-n32:64"; in computeDataLayout() 44 Ret += "-S64"; in computeDataLayout() 49 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel() [all …]
|
| /third_party/backends/doc/ |
| D | sane-plustek.man | 1 .TH sane\-plustek 5 "03 Nov 2017" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy" 2 .IX sane\-plustek 4 sane\-plustek \- SANE backend for LM983[1/2/3] based 8 .B sane\-plustek 12 If you're looking for parallel-port support for Plustek scanner 26 Vendor Plustek \- ID: 0x07B3 30 ---------------------------------------------------------- 31 USB Model: ASIC: Properties: Prod-ID 32 ---------------------------------------------------------- 44 Vendor KYE/Genius \- ID: 0x0458 [all …]
|