/external/libchrome/base/containers/ |
D | flat_map.h | 22 template <class Key, class Mapped> 24 const Key& operator()(const std::pair<Key, Mapped>& p) const { in operator() 151 template <class Key, class Mapped, class Compare = std::less<>> 154 std::pair<Key, Mapped>, 155 ::base::internal::GetKeyFromValuePairFirst<Key, Mapped>, 160 std::pair<Key, Mapped>, 161 ::base::internal::GetKeyFromValuePairFirst<Key, Mapped>, 166 using mapped_type = Mapped; 244 template <class Key, class Mapped, class Compare> 245 flat_map<Key, Mapped, Compare>::flat_map(const Compare& comp) : tree(comp) {} in flat_map() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.cpp | 90 unsigned Mapped = 0; in PerformExpensiveChecks() local 92 Mapped |= 1; in PerformExpensiveChecks() 114 Mapped |= 2; in PerformExpensiveChecks() 116 Mapped |= 4; in PerformExpensiveChecks() 118 Mapped |= 8; in PerformExpensiveChecks() 120 Mapped |= 16; in PerformExpensiveChecks() 122 Mapped |= 32; in PerformExpensiveChecks() 124 Mapped |= 64; in PerformExpensiveChecks() 126 Mapped |= 128; in PerformExpensiveChecks() 128 Mapped |= 256; in PerformExpensiveChecks() [all …]
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.cpp | 84 unsigned Mapped = 0; in PerformExpensiveChecks() local 86 Mapped |= 1; in PerformExpensiveChecks() 106 Mapped |= 2; in PerformExpensiveChecks() 108 Mapped |= 4; in PerformExpensiveChecks() 110 Mapped |= 8; in PerformExpensiveChecks() 112 Mapped |= 16; in PerformExpensiveChecks() 114 Mapped |= 32; in PerformExpensiveChecks() 116 Mapped |= 64; in PerformExpensiveChecks() 118 Mapped |= 128; in PerformExpensiveChecks() 124 if ((I->getNodeId() == NewNode && Mapped > 1) || in PerformExpensiveChecks() [all …]
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.cpp | 85 unsigned Mapped = 0; in PerformExpensiveChecks() local 87 Mapped |= 1; in PerformExpensiveChecks() 107 Mapped |= 2; in PerformExpensiveChecks() 109 Mapped |= 4; in PerformExpensiveChecks() 111 Mapped |= 8; in PerformExpensiveChecks() 113 Mapped |= 16; in PerformExpensiveChecks() 115 Mapped |= 32; in PerformExpensiveChecks() 117 Mapped |= 64; in PerformExpensiveChecks() 119 Mapped |= 128; in PerformExpensiveChecks() 125 if ((Node.getNodeId() == NewNode && Mapped > 1) || in PerformExpensiveChecks() [all …]
|
/external/libcxx/test/std/containers/ |
D | map_allocator_requirement_test_templates.h | 161 typedef typename Container::mapped_type Mapped; in testMapInsertHint() typedef 162 typedef typename std::pair<Key, Mapped> NonConstKeyPair; in testMapInsertHint() 294 typedef typename Container::mapped_type Mapped; in testMapEmplace() typedef 295 typedef typename std::pair<Key, Mapped> NonConstKeyPair; in testMapEmplace() 393 Mapped m(1); in testMapEmplace() 394 cc->expect<Key&, Mapped&>(); in testMapEmplace() 407 Mapped m(1); in testMapEmplace() 408 cc->expect<Key&&, Mapped&&>(); in testMapEmplace() 414 Mapped m2(2); in testMapEmplace() 440 typedef typename Container::mapped_type Mapped; in testMapEmplaceHint() typedef [all …]
|
/external/llvm/tools/llvm-cov/ |
D | SourceCoverageView.h | 80 bool Mapped; member 82 LineCoverageStats() : ExecutionCount(0), RegionCount(0), Mapped(false) {} in LineCoverageStats() 84 bool isMapped() const { return Mapped; } in isMapped() 95 Mapped = true; in addRegionCount()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | ValueMapper.cpp | 106 Value *Mapped = 0; in MapValue() local 109 Mapped = MapValue(Op, VM, Flags, TypeMapper); in MapValue() 110 if (Mapped != C) break; in MapValue() 132 Ops.push_back(cast<Constant>(Mapped)); in MapValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | ValueMapper.cpp | 420 auto Mapped = mapValue(V); in mapValue() local 421 assert((Mapped || (Flags & RF_NullMapMissingGlobalValues)) && in mapValue() 424 return Mapped; in mapValue() 430 Value *Mapped = nullptr; in mapValue() local 433 Mapped = mapValueOrNull(Op); in mapValue() 434 if (!Mapped) in mapValue() 436 if (Mapped != Op) in mapValue() 459 Ops.push_back(cast<Constant>(Mapped)); in mapValue() 463 Mapped = mapValueOrNull(C->getOperand(OpNo)); in mapValue() 464 if (!Mapped) in mapValue() [all …]
|
D | LoopVersioning.cpp | 160 auto Mapped = VMap.find(ClonedValue); in addPHINodes() local 161 if (Mapped != VMap.end()) in addPHINodes() 162 ClonedValue = Mapped->second; in addPHINodes()
|
/external/llvm/lib/Transforms/Utils/ |
D | ValueMapper.cpp | 419 auto Mapped = mapValue(V); in mapValue() local 420 assert((Mapped || (Flags & RF_NullMapMissingGlobalValues)) && in mapValue() 423 return Mapped; in mapValue() 429 Value *Mapped = nullptr; in mapValue() local 432 Mapped = mapValueOrNull(Op); in mapValue() 433 if (!Mapped) in mapValue() 435 if (Mapped != Op) in mapValue() 458 Ops.push_back(cast<Constant>(Mapped)); in mapValue() 462 Mapped = mapValueOrNull(C->getOperand(OpNo)); in mapValue() 463 if (!Mapped) in mapValue() [all …]
|
D | LoopVersioning.cpp | 157 auto Mapped = VMap.find(ClonedValue); in addPHINodes() local 158 if (Mapped != VMap.end()) in addPHINodes() 159 ClonedValue = Mapped->second; in addPHINodes()
|
/external/v8/tools/luci-go/ |
D | README.md | 5 Mapped through CIPD.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/Coverage/ |
D | CoverageMapping.cpp | 686 : ExecutionCount(0), HasMultipleRegions(false), Mapped(false), Line(Line), in LineCoverageStats() 702 Mapped = in LineCoverageStats() 706 if (!Mapped) in LineCoverageStats()
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVModule.cpp | 520 SPIRVEntry *Mapped = nullptr; in addEntry() local 521 if (exist(Id, &Mapped)) { in addEntry() 522 if (Mapped->getOpCode() == OpForward) { in addEntry() 523 replaceForward(static_cast<SPIRVForward *>(Mapped), Entry); in addEntry() 525 assert(Mapped == Entry && "Id used twice"); in addEntry()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/Coverage/ |
D | CoverageMapping.h | 602 bool Mapped; variable 618 bool isMapped() const { return Mapped; } in isMapped()
|
/external/libchrome/ipc/ |
D | ipc_message_utils.h | 869 template <class Key, class Mapped, class Compare> 870 struct ParamTraits<base::flat_map<Key, Mapped, Compare>> { 871 using param_type = base::flat_map<Key, Mapped, Compare>;
|
/external/grpc-grpc/doc/ |
D | PROTOCOL-HTTP2.md | 224 CANCEL(8)|Mapped to call cancellation when sent by a client.Mapped to CANCELLED when sent by a serv…
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | NewGVN.cpp | 2066 for (typename Map::mapped_type::value_type Mapped : Result->second) in for_each_found() local 2067 F(Mapped); in for_each_found() 2076 for (const typename Map::mapped_type::value_type Mapped : Result->second) in touchAndErase() local 2077 TouchedInstructions.set(InstrToDFSNum(Mapped)); in touchAndErase()
|
/external/u-boot/board/qualcomm/dragonboard820c/ |
D | readme.txt | 433 Mapped: 29284 kB
|
/external/libpcap/ |
D | CHANGES | 404 Add support for snapshot length for USB Memory-Mapped Interface
|
/external/u-boot/common/ |
D | dlmalloc.src | 730 program low. Mapped memory can never become `locked' between
|
/external/skqp/site/user/api/ |
D | SkMatrix_Reference.md | 1929 to (0, 1). <a href='SkPoint_Reference#Vector'>Vector</a> length specifies scale. Mapped <a href='Sk…
|
/external/skia/site/user/api/ |
D | SkMatrix_Reference.md | 1929 to (0, 1). <a href='SkPoint_Reference#Vector'>Vector</a> length specifies scale. Mapped <a href='Sk…
|