| /third_party/flutter/skia/src/utils/ |
| D | SkLua.cpp | 83 template <typename T> void push_obj(lua_State* L, const T& obj) { in push_obj() 89 template <typename T> T* push_ptr(lua_State* L, T* ptr) { in push_ptr() 96 template <typename T> T* push_ref(lua_State* L, T* ref) { in push_ref() 103 template <typename T> void push_ref(lua_State* L, sk_sp<T> sp) { in push_ref() 109 template <typename T> T* get_ref(lua_State* L, int index) { in get_ref() 113 template <typename T> T* get_obj(lua_State* L, int index) { in get_obj() 117 static bool lua2bool(lua_State* L, int index) { in lua2bool() 129 SkLua::SkLua(lua_State* L) : fL(L), fWeOwnL(false) {} in SkLua() 161 static void setfield_bool_if(lua_State* L, const char key[], bool pred) { in setfield_bool_if() 168 static void setfield_string(lua_State* L, const char key[], const char value[]) { in setfield_string() [all …]
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| D | layout_test.cc | 90 using L = Layout<int32_t>; in TEST() typedef 96 using L = Layout<int32_t, int32_t>; in TEST() typedef 105 using L = Layout<int8_t, int32_t, Int128>; in TEST() typedef 123 using L = Layout<int32_t>; in TEST() typedef 129 using L = Layout<int32_t, int32_t>; in TEST() typedef 137 using L = Layout<int8_t, int32_t, Int128>; in TEST() typedef 152 using L = Layout<int32_t>; in TEST() typedef 158 using L = Layout<int32_t, int32_t>; in TEST() typedef 168 using L = Layout<int8_t, int32_t, Int128>; in TEST() typedef 202 using L = Layout<int32_t>; in TEST() typedef [all …]
|
| /third_party/mesa3d/src/freedreno/decode/ |
| D | script.c | 44 static lua_State *L; variable 108 l_meta_rnn_enum_tostring(lua_State *L) in l_meta_rnn_enum_tostring() 125 l_meta_rnn_enum_tonumber(lua_State *L) in l_meta_rnn_enum_tonumber() 139 pushenum(struct lua_State *L, int val, struct rnnenum *info) in pushenum() 170 push_rnndoff(lua_State *L, struct rnn *rnn, struct rnndelem *elem, in push_rnndoff() 185 pushdecval(struct lua_State *L, struct rnn *rnn, uint64_t regval, in pushdecval() 214 l_rnn_etype(lua_State *L, struct rnn *rnn, struct rnndelem *elem, in l_rnn_etype() 249 l_rnn_struct_meta_index(lua_State *L) in l_rnn_struct_meta_index() 272 l_rnn_etype_struct(lua_State *L, struct rnn *rnn, struct rnndelem *elem, in l_rnn_etype_struct() 291 l_rnn_array_meta_index(lua_State *L) in l_rnn_array_meta_index() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
| D | X86WinCOFFTargetStreamer.cpp | 100 unsigned ParamsSize, SMLoc L) { in emitFPOProc() 107 bool X86WinCOFFAsmTargetStreamer::emitFPOEndPrologue(SMLoc L) { in emitFPOEndPrologue() 112 bool X86WinCOFFAsmTargetStreamer::emitFPOEndProc(SMLoc L) { in emitFPOEndProc() 118 SMLoc L) { in emitFPOData() 125 bool X86WinCOFFAsmTargetStreamer::emitFPOPushReg(unsigned Reg, SMLoc L) { in emitFPOPushReg() 133 SMLoc L) { in emitFPOStackAlloc() 138 bool X86WinCOFFAsmTargetStreamer::emitFPOStackAlign(unsigned Align, SMLoc L) { in emitFPOStackAlign() 143 bool X86WinCOFFAsmTargetStreamer::emitFPOSetFrame(unsigned Reg, SMLoc L) { in emitFPOSetFrame() 150 bool X86WinCOFFTargetStreamer::checkInFPOPrologue(SMLoc L) { in checkInFPOPrologue() 167 unsigned ParamsSize, SMLoc L) { in emitFPOProc() [all …]
|
| /third_party/flutter/skia/samplecode/ |
| D | SampleLua.cpp | 43 void setImageFilename(lua_State* L) { in setImageFilename() 74 lua_State* L = this->ensureLua(); in onChar() local 92 lua_State* L = this->ensureLua(); in onDrawContent() local 113 lua_State* L = this->ensureLua(); in onFindClickHandler() local 143 lua_State* L = fLua->get(); in onClick() local
|
| /third_party/rust/crates/either/src/ |
| D | serde_untagged.rs | 45 pub fn serialize<L, R, S>(this: &super::Either<L, R>, serializer: S) -> Result<S::Ok, S::Error> in serialize() 58 pub fn deserialize<'de, L, R, D>(deserializer: D) -> Result<super::Either<L, R>, D::Error> in deserialize() argument
|
| D | serde_untagged_optional.rs | 45 pub fn serialize<L, R, S>( in serialize() 46 this: &Option<super::Either<L, R>>, in serialize() 62 pub fn deserialize<'de, L, R, D>(deserializer: D) -> Result<Option<super::Either<L, R>>, D::Error> in deserialize() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | PatternMatch.h | 113 LTy L; member 128 LTy L; member 143 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) { in m_CombineOr() 149 inline match_combine_and<LTy, RTy> m_CombineAnd(const LTy &L, const RTy &R) { in m_CombineAnd() 732 LHS_t L; member 749 inline AnyBinaryOp_match<LHS, RHS> m_BinOp(const LHS &L, const RHS &R) { in m_BinOp() 760 LHS_t L; member 784 inline BinaryOp_match<LHS, RHS, Instruction::Add> m_Add(const LHS &L, in m_Add() 790 inline BinaryOp_match<LHS, RHS, Instruction::FAdd> m_FAdd(const LHS &L, in m_FAdd() 796 inline BinaryOp_match<LHS, RHS, Instruction::Sub> m_Sub(const LHS &L, in m_Sub() [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | mappedTypeErrors2.js | 18 type T6<S extends 'a'|'b', L extends 'a'|'b'> = {[key in AB[S]]: true}[L]; // Error variable 20 type T7<S extends 'a'|'b', L extends 'a'> = {[key in AB[S]]: true}[L]; variable 44 declare type T6<S extends 'a' | 'b', L extends 'a' | 'b'> = { variable 47 declare type T7<S extends 'a' | 'b', L extends 'a'> = { variable
|
| D | exportImportAndClodule.js | 25 var L = /** @class */ (function () { class 26 function L(name) { class in anonymousFunction352432af0100.L 32 (function (L) { argument
|
| D | deferredLookupTypeResolution.js | 4 type StringContains<S extends string, L extends string> = ( variable 41 declare type StringContains<S extends string, L extends string> = ({ variable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | Timer.cpp | 200 sys::SmartScopedLock<true> L(*TimerLock); in get() local 237 sys::SmartScopedLock<true> L(*TimerLock); in TimerGroup() local 261 sys::SmartScopedLock<true> L(*TimerLock); in ~TimerGroup() local 269 sys::SmartScopedLock<true> L(*TimerLock); in removeTimer() local 292 sys::SmartScopedLock<true> L(*TimerLock); in addTimer() local 372 sys::SmartScopedLock<true> L(*TimerLock); in print() local 382 sys::SmartScopedLock<true> L(*TimerLock); in clear() local 388 sys::SmartScopedLock<true> L(*TimerLock); in printAll() local 395 sys::SmartScopedLock<true> L(*TimerLock); in clearAll() local 412 sys::SmartScopedLock<true> L(*TimerLock); in printJSONValues() local [all …]
|
| /third_party/ffmpeg/libavcodec/ |
| D | vp9lpf.c | 42 int L = *l, H = L >> 4; in filter_plane_cols() local 65 int L = l[8 << ss_v], H = L >> 4; in filter_plane_cols() local 77 int L = *l, H = L >> 4; in filter_plane_cols() local 90 int L = l[8 << ss_v], H = L >> 4; in filter_plane_cols() local 117 int L = *l, H = L >> 4; in filter_plane_rows() local 140 int L = l[1 + ss_h], H = L >> 4; in filter_plane_rows() local 149 int L = *l, H = L >> 4; in filter_plane_rows() local 162 int L = l[1 + ss_h], H = L >> 4; in filter_plane_rows() local
|
| /third_party/skia/third_party/externals/libwebp/src/utils/ |
| D | bit_reader_utils.h | 33 #define VP8Get(BR, L) VP8GetValue(BR, 1, L) argument 37 #define VP8GetValue(BR, N, L) VP8GetValue(BR, N) argument 38 #define VP8Get(BR, L) VP8GetValue(BR, 1, L) argument 39 #define VP8GetSignedValue(BR, N, L) VP8GetSignedValue(BR, N) argument 40 #define VP8GetBit(BR, P, L) VP8GetBit(BR, P) argument 41 #define VP8GetBitAlt(BR, P, L) VP8GetBitAlt(BR, P) argument 42 #define VP8GetSigned(BR, V, L) VP8GetSigned(BR, V) argument
|
| /third_party/flutter/skia/third_party/externals/libwebp/src/utils/ |
| D | bit_reader_utils.h | 33 #define VP8Get(BR, L) VP8GetValue(BR, 1, L) argument 37 #define VP8GetValue(BR, N, L) VP8GetValue(BR, N) argument 38 #define VP8Get(BR, L) VP8GetValue(BR, 1, L) argument 39 #define VP8GetSignedValue(BR, N, L) VP8GetSignedValue(BR, N) argument 40 #define VP8GetBit(BR, P, L) VP8GetBit(BR, P) argument 41 #define VP8GetBitAlt(BR, P, L) VP8GetBitAlt(BR, P) argument 42 #define VP8GetSigned(BR, V, L) VP8GetSigned(BR, V) argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | LoopPass.cpp | 50 bool runOnLoop(Loop *L, LPPassManager &) override { in runOnLoop() 78 void LPPassManager::addLoop(Loop &L) { in addLoop() 99 BasicBlock *To, Loop *L) { in cloneBasicBlockSimpleAnalysis() 107 void LPPassManager::deleteSimpleAnalysisValue(Value *V, Loop *L) { in deleteSimpleAnalysisValue() 120 void LPPassManager::deleteSimpleAnalysisLoop(Loop *L) { in deleteSimpleAnalysisLoop() 129 static void addLoopIntoQueue(Loop *L, std::deque<Loop *> &LQ) { in addLoopIntoQueue() 144 void LPPassManager::markLoopAsDeleted(Loop &L) { in markLoopAsDeleted() 390 static std::string getDescription(const Loop &L) { in getDescription()
|
| D | LoopCacheAnalysis.cpp | 76 const Loop &L, ScalarEvolution &SE) { in isOneDimensionalArray() 98 static const SCEV *computeTripCount(const Loop &L, ScalarEvolution &SE) { in computeTripCount() 198 const Loop &L, in hasTemporalReuse() 255 CacheCostTy IndexedReference::computeRefCost(const Loop &L, in computeRefCost() 320 if (Loop *L = LI.getLoopFor(BB)) { in delinearize() local 382 bool IndexedReference::isConsecutive(const Loop &L, unsigned CLS) const { in isConsecutive() argument 449 const Loop *L = LC.first; in operator <<() local 464 for (const Loop *L : Loops) { in CacheCost() local 501 for (const Loop *L : Loops) { in calculateCacheFootprint() local 580 CacheCost::computeLoopCacheCost(const Loop &L, in computeLoopCacheCost() [all …]
|
| D | IVUsers.cpp | 40 IVUsers IVUsersAnalysis::run(Loop &L, LoopAnalysisManager &AM, in run() 60 static bool isInteresting(const SCEV *S, const Instruction *I, const Loop *L, in isInteresting() 130 const Loop *L, DominatorTree *DT) { in IVUseShouldUsePostIncValue() 257 auto *L = AR->getLoop(); in AddUsersImpl() local 305 IVUsers::IVUsers(Loop *L, AssumptionCache *AC, LoopInfo *LI, DominatorTree *DT, in IVUsers() 366 bool IVUsersWrapperPass::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() 395 static const SCEVAddRecExpr *findAddRecForLoop(const SCEV *S, const Loop *L) { in findAddRecForLoop() 418 void IVStrideUse::transformToPostInc(const Loop *L) { in transformToPostInc()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
| D | MCDwarf.h | 466 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, StringRef V) in MCCFIInstruction() 472 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2) in MCCFIInstruction() 480 static MCCFIInstruction createDefCfa(MCSymbol *L, unsigned Register, in createDefCfa() 487 static MCCFIInstruction createDefCfaRegister(MCSymbol *L, unsigned Register) { in createDefCfaRegister() 494 static MCCFIInstruction createDefCfaOffset(MCSymbol *L, int Offset) { in createDefCfaOffset() 501 static MCCFIInstruction createAdjustCfaOffset(MCSymbol *L, int Adjustment) { in createAdjustCfaOffset() 507 static MCCFIInstruction createOffset(MCSymbol *L, unsigned Register, in createOffset() 515 static MCCFIInstruction createRelOffset(MCSymbol *L, unsigned Register, in createRelOffset() 522 static MCCFIInstruction createRegister(MCSymbol *L, unsigned Register1, in createRegister() 528 static MCCFIInstruction createWindowSave(MCSymbol *L) { in createWindowSave() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
| D | Timer.cpp | 200 sys::SmartScopedLock<true> L(*TimerLock); in get() local 237 sys::SmartScopedLock<true> L(*TimerLock); in TimerGroup() local 252 sys::SmartScopedLock<true> L(*TimerLock); in ~TimerGroup() local 260 sys::SmartScopedLock<true> L(*TimerLock); in removeTimer() local 283 sys::SmartScopedLock<true> L(*TimerLock); in addTimer() local 355 sys::SmartScopedLock<true> L(*TimerLock); in print() local 365 sys::SmartScopedLock<true> L(*TimerLock); in printAll() local 396 sys::SmartScopedLock<true> L(*TimerLock); in printAllJSONValues() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| D | LoopPass.h | 45 virtual bool doInitialization(Loop *L, LPPassManager &LPM) { in doInitialization() 79 virtual void cloneBasicBlockAnalysis(BasicBlock *F, BasicBlock *T, Loop *L) {} in cloneBasicBlockAnalysis() 82 virtual void deleteAnalysisValue(Value *V, Loop *L) {} in deleteAnalysisValue() 87 virtual void deleteAnalysisLoop(Loop *L) {} in deleteAnalysisLoop()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | LoopDeletion.cpp | 43 static bool isLoopDead(Loop *L, ScalarEvolution &SE, in isLoopDead() 94 static bool isLoopNeverExecuted(Loop *L) { in isLoopNeverExecuted() 136 static LoopDeletionResult deleteLoopIfDead(Loop *L, DominatorTree &DT, in deleteLoopIfDead() 209 PreservedAnalyses LoopDeletionPass::run(Loop &L, LoopAnalysisManager &AM, in run() 252 bool LoopDeletionLegacyPass::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
|
| /third_party/node/test/parallel/ |
| D | test-x509-escaping.js | 262 L: 'Somewhere', property 269 L: 'Somewhere\0evil.example.com', property 275 L: 'Somewhere\nCN=evil.example.com' property 281 L: 'Somewhere, CN = evil.example.com' property 287 L: 'Somewhere/CN=evil.example.com' property 293 L: 'München\\\nCN=evil.example.com' property 299 L: 'Somewhere', property 306 L: 'Somewhere + CN=evil.example.com' property 314 L: ['L1', 'L2', 'L3'] property 320 L: ['L1', 'L2', 'L3'] property
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | ImmutableList.h | 45 const ImmutableListImpl* L){ in Profile() 86 const ImmutableListImpl<T>* L = nullptr; variable 127 bool isEqual(const ImmutableList& L) const { return X == L.X; } in isEqual() 183 ListTy* L = Cache.FindNodeOrInsertPos(ID, InsertPos); in concat() local 199 LLVM_NODISCARD ImmutableList<T> add(ElemT &&Data, ImmutableList<T> L) { in add()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| D | LoopUtils.cpp | 51 bool llvm::formDedicatedExitBlocks(Loop *L, DominatorTree *DT, LoopInfo *LI, in formDedicatedExitBlocks() 120 SmallVector<Instruction *, 8> llvm::findDefsUsedOutsideOfLoop(Loop *L) { in findDefsUsedOutsideOfLoop() 383 bool llvm::hasDisableAllTransformsHint(const Loop *L) { in hasDisableAllTransformsHint() 387 bool llvm::hasDisableLICMTransformsHint(const Loop *L) { in hasDisableLICMTransformsHint() 391 TransformationMode llvm::hasUnrollTransformation(Loop *L) { in hasUnrollTransformation() 412 TransformationMode llvm::hasUnrollAndJamTransformation(Loop *L) { in hasUnrollAndJamTransformation() 430 TransformationMode llvm::hasVectorizeTransformation(Loop *L) { in hasVectorizeTransformation() 465 TransformationMode llvm::hasDistributeTransformation(Loop *L) { in hasDistributeTransformation() 475 TransformationMode llvm::hasLICMVersioningTransformation(Loop *L) { in hasLICMVersioningTransformation() 506 void llvm::deleteDeadLoop(Loop *L, DominatorTree *DT = nullptr, in deleteDeadLoop() [all …]
|