/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/util/call_all/ |
D | common.rs | 25 fn push(&mut self, future: F); in push() method 37 pub(crate) fn new(service: Svc, stream: S, queue: Q) -> CallAll<Svc, S, Q> { in new() 59 pub(crate) fn unordered(mut self) -> super::CallAllUnordered<Svc, S> { in unordered() argument
|
D | ordered.rs | 110 pub fn new(service: Svc, stream: S) -> CallAll<Svc, S> { in new() argument 149 pub fn unordered(self) -> super::CallAllUnordered<Svc, S> { in unordered() argument 172 fn push(&mut self, future: F) { in push() method
|
D | unordered.rs | 44 pub fn new(service: Svc, stream: S) -> CallAllUnordered<Svc, S> { in new() argument 93 fn push(&mut self, future: F) { in push() method
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ConstraintManager.h | 151 void push(const ProgramState *S) { Aux.push_back(S); } in push() function 153 bool contains(const ProgramState *S) const { in contains()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ConstraintManager.h | 151 void push(const ProgramState *S) { Aux.push_back(S); } in push() function 153 bool contains(const ProgramState *S) const { in contains()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ConstraintManager.h | 151 void push(const ProgramState *S) { Aux.push_back(S); } in push() function 153 bool contains(const ProgramState *S) const { in contains()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ConstraintManager.h | 151 void push(const ProgramState *S) { Aux.push_back(S); } in push() function 153 bool contains(const ProgramState *S) const { in contains()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Debuginfod/ |
H A D | Debuginfod.cpp | 50 static std::string uniqueKey(llvm::StringRef S) { return utostr(xxHash64(S)); } in uniqueKey() 175 static bool isHeader(StringRef S) { in isHeader() 276 void DebuginfodLog::push(const Twine &Message) { in push() function in llvm::DebuginfodLog 280 void DebuginfodLog::push(DebuginfodLogEntry Entry) { in push() function in llvm::DebuginfodLog
|
/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/ready_cache/ |
D | cache.rs | 176 pub fn get_ready<Q: Hash + Equivalent<K>>(&self, key: &Q) -> Option<(usize, &K, &S)> { in get_ready() 184 ) -> Option<(usize, &K, &mut S)> { in get_ready_mut() 191 pub fn get_ready_index(&self, idx: usize) -> Option<(&K, &S)> { in get_ready_index() 196 pub fn get_ready_index_mut(&mut self, idx: usize) -> Option<(&mut K, &mut S)> { in get_ready_index_mut() 239 pub fn push(&mut self, key: K, svc: S) { in push() function 244 fn push_pending(&mut self, key: K, svc: S, (cancel_tx, cancel_rx): CancelPair) { in push_pending()
|
/aosp_15_r20/external/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolutionExpressions.h | 49 static inline bool classof(const SCEV *S) { in classof() 68 static inline bool classof(const SCEV *S) { in classof() 85 static inline bool classof(const SCEV *S) { in classof() 100 static inline bool classof(const SCEV *S) { in classof() 115 static inline bool classof(const SCEV *S) { in classof() 170 static inline bool classof(const SCEV *S) { in classof() 188 static inline bool classof(const SCEV *S) { in classof() 220 static inline bool classof(const SCEV *S) { in classof() 237 static inline bool classof(const SCEV *S) { in classof() 266 static inline bool classof(const SCEV *S) { in classof() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
H A D | Recycler.h | 50 void push(FreeNode *N) { in push() function 107 size_t S = 0; in PrintStats() local
|
/aosp_15_r20/external/llvm/include/llvm/Support/ |
H A D | Recycler.h | 50 void push(FreeNode *N) { in push() function 106 size_t S = 0; in PrintStats() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/ |
D | Recycler.h | 50 void push(FreeNode *N) { in push() function 107 size_t S = 0; in PrintStats() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/ |
D | Recycler.h | 50 void push(FreeNode *N) { in push() function 107 size_t S = 0; in PrintStats() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/ |
D | Recycler.h | 50 void push(FreeNode *N) { in push() function 107 size_t S = 0; in PrintStats() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/ |
D | Recycler.h | 50 void push(FreeNode *N) { in push() function 107 size_t S = 0; in PrintStats() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | Recycler.h | 50 void push(FreeNode *N) { in push() function 107 size_t S = 0; in PrintStats() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolutionExpressions.h | 62 static bool classof(const SCEV *S) { in classof() 88 static bool classof(const SCEV *S) { in classof() 105 static bool classof(const SCEV *S) { in classof() 120 static bool classof(const SCEV *S) { in classof() 135 static bool classof(const SCEV *S) { in classof() 192 static bool classof(const SCEV *S) { in classof() 209 static bool classof(const SCEV *S) { in classof() 238 static bool classof(const SCEV *S) { in classof() 253 static bool classof(const SCEV *S) { in classof() 283 static bool classof(const SCEV *S) { in classof() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolutionExpressions.h | 75 static bool classof(const SCEV *S) { return S->getSCEVType() == scConstant; } in classof() 105 static bool classof(const SCEV *S) { in classof() 120 static bool classof(const SCEV *S) { return S->getSCEVType() == scPtrToInt; } in classof() 131 static bool classof(const SCEV *S) { in classof() 146 static bool classof(const SCEV *S) { return S->getSCEVType() == scTruncate; } in classof() 158 static bool classof(const SCEV *S) { in classof() 172 static bool classof(const SCEV *S) { in classof() 220 static bool classof(const SCEV *S) { in classof() 238 static bool classof(const SCEV *S) { in classof() 269 static bool classof(const SCEV *S) { return S->getSCEVType() == scAddExpr; } in classof() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | ScalarEvolutionExpressions.h | 75 static bool classof(const SCEV *S) { return S->getSCEVType() == scConstant; } in classof() 92 static bool classof(const SCEV *S) { return S->getSCEVType() == scVScale; } in classof() 122 static bool classof(const SCEV *S) { in classof() 137 static bool classof(const SCEV *S) { return S->getSCEVType() == scPtrToInt; } in classof() 148 static bool classof(const SCEV *S) { in classof() 163 static bool classof(const SCEV *S) { return S->getSCEVType() == scTruncate; } in classof() 175 static bool classof(const SCEV *S) { in classof() 189 static bool classof(const SCEV *S) { in classof() 237 static bool classof(const SCEV *S) { in classof() 255 static bool classof(const SCEV *S) { in classof() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | ScalarEvolutionExpressions.h | 75 static bool classof(const SCEV *S) { return S->getSCEVType() == scConstant; } in classof() 92 static bool classof(const SCEV *S) { return S->getSCEVType() == scVScale; } in classof() 122 static bool classof(const SCEV *S) { in classof() 137 static bool classof(const SCEV *S) { return S->getSCEVType() == scPtrToInt; } in classof() 148 static bool classof(const SCEV *S) { in classof() 163 static bool classof(const SCEV *S) { return S->getSCEVType() == scTruncate; } in classof() 175 static bool classof(const SCEV *S) { in classof() 189 static bool classof(const SCEV *S) { in classof() 237 static bool classof(const SCEV *S) { in classof() 255 static bool classof(const SCEV *S) { in classof() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | ScalarEvolutionExpressions.h | 75 static bool classof(const SCEV *S) { return S->getSCEVType() == scConstant; } in classof() 92 static bool classof(const SCEV *S) { return S->getSCEVType() == scVScale; } in classof() 122 static bool classof(const SCEV *S) { in classof() 137 static bool classof(const SCEV *S) { return S->getSCEVType() == scPtrToInt; } in classof() 148 static bool classof(const SCEV *S) { in classof() 163 static bool classof(const SCEV *S) { return S->getSCEVType() == scTruncate; } in classof() 175 static bool classof(const SCEV *S) { in classof() 189 static bool classof(const SCEV *S) { in classof() 237 static bool classof(const SCEV *S) { in classof() 255 static bool classof(const SCEV *S) { in classof() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | ScalarEvolutionExpressions.h | 75 static bool classof(const SCEV *S) { return S->getSCEVType() == scConstant; } in classof() 92 static bool classof(const SCEV *S) { return S->getSCEVType() == scVScale; } in classof() 122 static bool classof(const SCEV *S) { in classof() 137 static bool classof(const SCEV *S) { return S->getSCEVType() == scPtrToInt; } in classof() 148 static bool classof(const SCEV *S) { in classof() 163 static bool classof(const SCEV *S) { return S->getSCEVType() == scTruncate; } in classof() 175 static bool classof(const SCEV *S) { in classof() 189 static bool classof(const SCEV *S) { in classof() 237 static bool classof(const SCEV *S) { in classof() 255 static bool classof(const SCEV *S) { in classof() [all …]
|
/aosp_15_r20/external/python/cpython2/Lib/idlelib/idle_test/ |
D | test_io.py | 21 class S(Base, str): class 46 def push(self, lines): member in MockShell
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAGHVX.cpp | 337 unsigned S = Order.size(); in PermNetwork() local 440 uint8_t S; in route() local 503 uint8_t S; in route() local 676 unsigned push(const NodeTemplate &Res) { in push() function 680 unsigned push(unsigned Opc, MVT Ty, std::vector<OpRef> &&Ops) { in push() function 1102 SDValue S = DAG.getTargetConstant(IsRight ? MinSrc : HwLen-MinSrc, in packs() local 1108 SDValue S = DAG.getTargetConstant(MinSrc, dl, MVT::i32); in packs() local 1214 size_t S = Bytes.size() / 2; in vmuxp() local 1456 SDNode *S = SubNodes[I]; in scalarizeShuffle() local 1469 SDNode *S = TmpQ[I]; in scalarizeShuffle() local [all …]
|