| /external/openscreen/discovery/mdns/ |
| D | mdns_writer.cc | 2 // Use of this source code is governed by a BSD-style license that can be 12 #include "absl/hash/hash.h" 25 // This is taken from absl::Hash implementation. in ComputeDomainNameSubhashes() 28 for (size_t i = labels.size(); i-- > 0;) { in ComputeDomainNameSubhashes() 36 // This helper method writes the number of bytes between |begin| and |end| minus 37 // the size of the uint16_t into the uint16_t length field at |begin|. The 38 // method returns true if the number of bytes between |begin| and |end| fits in 40 bool UpdateRecordLength(const uint8_t* end, uint8_t* begin) { in UpdateRecordLength() argument 41 OSP_DCHECK_LE(begin + sizeof(uint16_t), end); in UpdateRecordLength() 42 ptrdiff_t record_length = end - begin - sizeof(uint16_t); in UpdateRecordLength() [all …]
|
| /external/python/google-auth-library-python/.github/ |
| D | .OwlBot.yaml | 7 # http://www.apache.org/licenses/LICENSE-2.0 16 image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest 18 begin-after-commit-hash: ee56c3493ec6aeb237ff515ecea949710944a20f
|
| /external/python/python-api-core/.github/ |
| D | .OwlBot.yaml | 7 # http://www.apache.org/licenses/LICENSE-2.0 16 image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest 18 begin-after-commit-hash: 7af2cb8b2b725641ac0d07e2f256d453682802e6
|
| /external/python/google-api-python-client/.github/ |
| D | .OwlBot.yaml | 7 # http://www.apache.org/licenses/LICENSE-2.0 16 image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest 18 begin-after-commit-hash: ee56c3493ec6aeb237ff515ecea949710944a20f
|
| /external/autotest/utils/ |
| D | run_pylint.py | 3 # [VPYTHON:BEGIN] 8 # name: "infra/python/wheels/configparser-py2_py3" 12 # name: "infra/python/wheels/futures-py2_py3" 16 # name: "infra/python/wheels/isort-py2_py3" 24 # name: "infra/python/wheels/backports_functools_lru_cache-py2_py3" 28 # name: "infra/python/wheels/lazy-object-proxy/${vpython_platform}" 32 # name: "infra/python/wheels/singledispatch-py2_py3" 36 # name: "infra/python/wheels/enum34-py2" 40 # name: "infra/python/wheels/mccabe-py2_py3" 44 # name: "infra/python/wheels/six-py2_py3" [all …]
|
| /external/cldr/ |
| D | CONTRIBUTING.md | 8 …- If you are not a native language speaker, but have evidence of CLDR data being incorrect, file a… 9 …- For data that is not collected in the [Survey Tool], such as [supplemental data][], file a [Jira… 11 …- For structural issues, note that many issues may be due to misunderstandings of the LDML spec. F… 12 … - File a [Jira][] ticket and provide evidence for the spec issues or to establish a new structure. 13 …- If your organization is not a [Unicode member][], consider becoming a member and work as a CLDR … 15 - To contribute in internal tooling, [Contact][] us. 16 - See [Tools source][] and [Repository Organization][] 20 - `cldr-apps/`: (Survey Tool). 22 - UI: performance improvements, visual and functional refinements 23 - Additional checks (CheckCLDR) to validate CLDR data. [all …]
|
| /external/arm-trusted-firmware/.husky/ |
| D | commit-msg.gerrit | 12 # http://www.apache.org/licenses/LICENSE-2.0 23 CHANGE_ID_AFTER="Bug|Depends-On|Issue|Test|Feature|Fixes|Fixed" 26 # Check for, and add if missing, a unique Change-Id 29 clean_message=`sed -e ' 30 /^diff --git .*/{ 34 /^Signed-off-by:/d 37 if test -z "$clean_message" 42 # Do not add Change-Id to temp commits 43 if echo "$clean_message" | head -1 | grep -q '^\(fixup\|squash\)!' 48 if test "false" = "`git config --bool --get gerrit.createChangeId`" [all …]
|
| /external/trusty/arm-trusted-firmware/.husky/ |
| D | commit-msg.gerrit | 12 # http://www.apache.org/licenses/LICENSE-2.0 23 CHANGE_ID_AFTER="Bug|Depends-On|Issue|Test|Feature|Fixes|Fixed" 26 # Check for, and add if missing, a unique Change-Id 29 clean_message=`sed -e ' 30 /^diff --git .*/{ 34 /^Signed-off-by:/d 37 if test -z "$clean_message" 42 # Do not add Change-Id to temp commits 43 if echo "$clean_message" | head -1 | grep -q '^\(fixup\|squash\)!' 48 if test "false" = "`git config --bool --get gerrit.createChangeId`" [all …]
|
| /external/opencensus-java/ |
| D | RELEASING.md | 7 - Ubuntu 14.04 18 - Follow the instructions on [this 19 page](http://central.sonatype.org/pages/ossrh-guide.html) to set up an 21 - You only need to create the account, not set up a new project 22 - Contact a OpenCensus Java maintainer to add your account after you 24 - (For release deployment only) [Install 25 GnuPG](http://central.sonatype.org/pages/working-with-pgp-signatures.html#installing-gnupg) 27 pair](http://central.sonatype.org/pages/working-with-pgp-signatures.html#generating-a-key-pair). 29 …key](http://central.sonatype.org/pages/working-with-pgp-signatures.html#distributing-your-public-k… 31 - Put your GnuPG key password and OSSRH account information in [all …]
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/ |
| D | GSIStreamBuilder.cpp | 1 //===- DbiStreamBuilder.cpp - PDB Dbi Stream Creation -----------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 // https://github.com/Microsoft/microsoft-pdb/blob/master/PDB/dbi/gsi.cpp 13 //===----------------------------------------------------------------------===// 24 #include "llvm/DebugInfo/PDB/Native/Hash.h" 38 // Helper class for building the public and global PDB hash table buckets. 45 // The hash bitmap has `ceil((IPHR_HASH + 1) / 32)` words in it. The 46 // reference implementation builds a hash table with IPHR_HASH buckets in it. 47 // The last bucket is used to link together free hash table cells in a linked [all …]
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | spanner_v1.projects.instances.databases.sessions.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| /external/zstd/tests/ |
| D | README.md | 5 - `datagen` : Synthetic and parametrable data generator, for tests 6 - `fullbench` : Precisely measure speed for each zstd inner functions 7 - `fuzzer` : Test tool, to check zstd integrity on target platform 8 - `paramgrill` : parameter tester for zstd 9 - `test-zstd-speed.py` : script for testing zstd speed difference between commits 10 - `test-zstd-versions.py` : compatibility test between zstd versions stored on Github (v0.1+) 11 - `zstreamtest` : Fuzzer test tool for zstd streaming API 12 - `legacy` : Test tool to test decoding of legacy zstd frames 13 - `decodecorpus` : Tool to generate valid Zstandard frames, for verifying decoder implementations 16 #### `test-zstd-versions.py` - script for testing zstd interoperability between versions [all …]
|
| /external/cronet/base/trace_event/common/ |
| D | trace_event_common.h | 2 // Use of this source code is governed by a BSD-style license that can be 10 // Begin and end of function calls 20 // same time. The first argument to the trace can be a comma-separated list of 28 // Events can be INSTANT, or can be pairs of BEGIN and END in the same scope: 32 // Note: our tools can't always determine the correct BEGIN/END pairs unless 37 // issues a trace BEGIN and END automatically: 87 // Counters are process-specific. The macro itself can be issued from any 120 // Notes: The category must always be in a long-lived char* (i.e. static const). 152 // out->append("{\"foo\":1}"); 165 // data object should not be modified after it's passed to the trace framework. [all …]
|
| /external/perfetto/src/kallsyms/ |
| D | kernel_symbol_map.cc | 8 * http://www.apache.org/licenses/LICENSE-2.0 41 // of 1.1 MB for 65k symbols. See go/kallsyms-parser-bench. 50 // https://github.com/torvalds/linux/commit/73bbb94 73 // after the symbol name. in ForEachSym() 97 sym_addr = (sym_addr << 4) | static_cast<uint8_t>(c - '0'); in ForEachSym() 99 sym_addr = (sym_addr << 4) | static_cast<uint8_t>(c - 'a' + 10); in ForEachSym() 142 // string to be rebuilt as-is by re-joining using a '_' between each token. 144 // _fo_a_b -> ["", fo, a, b] 145 // __fo_a_b -> [_, fo, a, b] 146 // __fo_a_b_ -> [_, fo, a, b, ""] [all …]
|
| /external/selinux/policycoreutils/semodule/ |
| D | semodule.c | 5 * Copyright (C) 2004-2005 Tresys Technology, LLC 32 /* list of modes in which one ought to commit afterwards */ 68 while (--num_commands >= 0) { in cleanup() 129 printf(" -R, --reload reload policy\n"); in usage() 130 printf(" -B, --build build and reload policy\n"); in usage() 131 printf(" -D,--disable_dontaudit Remove dontaudits from policy\n"); in usage() 132 printf(" -i,--install=MODULE_PKG install a new module\n"); in usage() 133 printf(" -r,--remove=MODULE_NAME remove existing module at desired priority\n"); in usage() 134 printf(" -l[KIND],--list-modules[=KIND] display list of installed modules\n"); in usage() 137 printf(" -X,--priority=PRIORITY set priority for following operations (1-999)\n"); in usage() [all …]
|
| /external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/ |
| D | gpu_backend_lib.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 151 << " -- " << error; in GetTargetMachine() 177 return absl::WrapUnique(target->createTargetMachine( in GetTargetMachine() 186 // and function-level passes are added, so two pass managers are passed in and 208 // NVPTX's early-as-possible passes include NVVM reflect. in AddOptimizationPasses() 209 target_machine->adjustPassManager(builder); in AddOptimizationPasses() 239 MakeNameForTempProduct(module->getModuleIdentifier(), "-nvptx.dummy"), in EmitModuleToPTX() 242 llvm::Triple(module->getTargetTriple()))); in EmitModuleToPTX() 244 target_machine->addPassesToEmitFile(codegen_passes, pstream, nullptr, in EmitModuleToPTX() 289 if (!tensorflow::Env::Default()->FileExists(bitcode_path).ok()) { in LinkWithBitcodeVector() [all …]
|
| /external/llvm/docs/ |
| D | GettingStarted.rst | 46 * ``cd where-you-want-llvm-to-live`` 47 * ``svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm`` 51 * ``cd where-you-want-llvm-to-live`` 53 * ``svn co http://llvm.org/svn/llvm-project/cfe/trunk clang`` 55 #. Checkout Compiler-RT (required to build the sanitizers) **[Optional]**: 57 * ``cd where-you-want-llvm-to-live`` 59 * ``svn co http://llvm.org/svn/llvm-project/compiler-rt/trunk compiler-rt`` 63 * ``cd where-you-want-llvm-to-live`` 65 * ``svn co http://llvm.org/svn/llvm-project/openmp/trunk openmp`` 69 * ``cd where-you-want-llvm-to-live`` [all …]
|
| /external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
| D | spanner.v1.json | 5 "https://www.googleapis.com/auth/cloud-platform": { 21 …"description": "Cloud Spanner is a managed, mission-critical, globally consistent and scalable rel… 26 "x16": "http://www.google.com/images/icons/product/search-16.gif", 27 "x32": "http://www.google.com/images/icons/product/search-32.gif" 63 "Responses with Content-Type of application/json", 64 "Media download with context-dependent Content-Type", 65 "Responses with Content-Type of application/x-protobuf" 97 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit… 140 "https://www.googleapis.com/auth/cloud-platform", 160 …"description": "If non-empty, `page_token` should contain a next_page_token from a previous ListIn… [all …]
|
| /external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/hash/internal/ |
| D | hash.h | 7 // https://www.apache.org/licenses/LICENSE-2.0 15 // ----------------------------------------------------------------------------- 16 // File: hash.h 17 // ----------------------------------------------------------------------------- 49 #include "absl/hash/internal/city.h" 50 #include "absl/hash/internal/low_level_hash.h" 72 // PiecewiseCombiner is an internal-only helper class for hashing a piecewise 80 // `finalize`. This will produce the same hash expansion as concatenating each 99 // modify the provided hash state. 110 // Finishes combining the hash sequence, which may may modify the provided [all …]
|
| /external/libtextclassifier/abseil-cpp/absl/hash/internal/ |
| D | hash.h | 7 // https://www.apache.org/licenses/LICENSE-2.0 15 // ----------------------------------------------------------------------------- 16 // File: hash.h 17 // ----------------------------------------------------------------------------- 49 #include "absl/hash/internal/city.h" 50 #include "absl/hash/internal/low_level_hash.h" 76 // PiecewiseCombiner is an internal-only helper class for hashing a piecewise 84 // `finalize`. This will produce the same hash expansion as concatenating each 103 // modify the provided hash state. 114 // Finishes combining the hash sequence, which may may modify the provided [all …]
|
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/hash/internal/ |
| D | hash.h | 7 // https://www.apache.org/licenses/LICENSE-2.0 15 // ----------------------------------------------------------------------------- 16 // File: hash.h 17 // ----------------------------------------------------------------------------- 49 #include "absl/hash/internal/city.h" 50 #include "absl/hash/internal/low_level_hash.h" 72 // PiecewiseCombiner is an internal-only helper class for hashing a piecewise 80 // `finalize`. This will produce the same hash expansion as concatenating each 99 // modify the provided hash state. 110 // Finishes combining the hash sequence, which may may modify the provided [all …]
|
| /external/tensorflow/third_party/absl/abseil-cpp/absl/hash/internal/ |
| D | hash.h | 7 // https://www.apache.org/licenses/LICENSE-2.0 15 // ----------------------------------------------------------------------------- 16 // File: hash.h 17 // ----------------------------------------------------------------------------- 49 #include "absl/hash/internal/city.h" 50 #include "absl/hash/internal/low_level_hash.h" 71 // PiecewiseCombiner is an internal-only helper class for hashing a piecewise 79 // `finalize`. This will produce the same hash expansion as concatenating each 98 // modify the provided hash state. 109 // Finishes combining the hash sequence, which may may modify the provided [all …]
|
| /external/webrtc/third_party/abseil-cpp/absl/hash/internal/ |
| D | hash.h | 7 // https://www.apache.org/licenses/LICENSE-2.0 15 // ----------------------------------------------------------------------------- 16 // File: hash.h 17 // ----------------------------------------------------------------------------- 49 #include "absl/hash/internal/city.h" 50 #include "absl/hash/internal/low_level_hash.h" 71 // PiecewiseCombiner is an internal-only helper class for hashing a piecewise 79 // `finalize`. This will produce the same hash expansion as concatenating each 98 // modify the provided hash state. 109 // Finishes combining the hash sequence, which may may modify the provided [all …]
|
| /external/cronet/third_party/abseil-cpp/absl/hash/internal/ |
| D | hash.h | 7 // https://www.apache.org/licenses/LICENSE-2.0 15 // ----------------------------------------------------------------------------- 16 // File: hash.h 17 // ----------------------------------------------------------------------------- 54 #include "absl/hash/internal/city.h" 55 #include "absl/hash/internal/low_level_hash.h" 86 // PiecewiseCombiner is an internal-only helper class for hashing a piecewise 94 // `finalize`. This will produce the same hash expansion as concatenating each 113 // modify the provided hash state. 124 // Finishes combining the hash sequence, which may may modify the provided [all …]
|
| /external/angle/third_party/abseil-cpp/absl/hash/internal/ |
| D | hash.h | 7 // https://www.apache.org/licenses/LICENSE-2.0 15 // ----------------------------------------------------------------------------- 16 // File: hash.h 17 // ----------------------------------------------------------------------------- 62 #include "absl/hash/internal/city.h" 63 #include "absl/hash/internal/low_level_hash.h" 94 // PiecewiseCombiner is an internal-only helper class for hashing a piecewise 102 // `finalize`. This will produce the same hash expansion as concatenating each 121 // modify the provided hash state. 132 // Finishes combining the hash sequence, which may may modify the provided [all …]
|