/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/grpc/third_party/upb/upb/bindings/lua/ |
D | def.c | 32 static const void *lupb_wrapper_check(lua_State *L, int narg, in lupb_wrapper_check() 38 static void lupb_wrapper_pushsymtab(lua_State *L, int narg) { in lupb_wrapper_pushsymtab() 46 static void lupb_wrapper_pushwrapper(lua_State *L, int narg, const void *def, in lupb_wrapper_pushwrapper() 59 void lupb_msgdef_pushsubmsgdef(lua_State *L, const upb_fielddef *f) { in lupb_msgdef_pushsubmsgdef() 68 const upb_fielddef *lupb_fielddef_check(lua_State *L, int narg) { in lupb_fielddef_check() 72 static int lupb_fielddef_containingoneof(lua_State *L) { in lupb_fielddef_containingoneof() 79 static int lupb_fielddef_containingtype(lua_State *L) { in lupb_fielddef_containingtype() 86 static int lupb_fielddef_default(lua_State *L) { in lupb_fielddef_default() 117 static int lupb_fielddef_descriptortype(lua_State *L) { in lupb_fielddef_descriptortype() 123 static int lupb_fielddef_hassubdef(lua_State *L) { in lupb_fielddef_hassubdef() [all …]
|
D | upb.c | 36 static bool lua_isinteger(lua_State *L, int argn) { in lua_isinteger() 45 void lupb_checkstatus(lua_State *L, upb_status *s) { in lupb_checkstatus() 53 void *lupb_newuserdata(lua_State *L, size_t size, int n, const char *type) { in lupb_newuserdata() 71 int lua_setiuservalue(lua_State *L, int index, int n) { in lua_setiuservalue() 79 int lua_getiuservalue(lua_State *L, int index, int n) { in lua_getiuservalue() 89 int lupb_indexmm(lua_State *L) { in lupb_indexmm() 105 void lupb_register_type(lua_State *L, const char *name, const luaL_Reg *m, in lupb_register_type() 136 bool lupb_checkbool(lua_State *L, int narg) { in lupb_checkbool() 145 const char *lupb_checkstring(lua_State *L, int narg, size_t *len) { in lupb_checkstring() 200 float lupb_checkfloat(lua_State *L, int narg) { in lupb_checkfloat() [all …]
|
D | msg.c | 97 static upb_fieldtype_t lupb_checkfieldtype(lua_State *L, int narg) { in lupb_checkfieldtype() 110 static void lupb_cacheinit(lua_State *L) { in lupb_cacheinit() 129 static bool lupb_cacheget(lua_State *L, const void *key) { in lupb_cacheget() 151 static void lupb_cacheset(lua_State *L, const void *key) { in lupb_cacheset() 169 static upb_arena *lupb_arena_check(lua_State *L, int narg) { in lupb_arena_check() 174 upb_arena *lupb_arena_pushnew(lua_State *L) { in lupb_arena_pushnew() 185 static void lupb_arena_fuse(lua_State *L, int to, int from) { in lupb_arena_fuse() 191 static void lupb_arena_fuseobjs(lua_State *L, int to, int from) { in lupb_arena_fuseobjs() 198 static int lupb_arena_gc(lua_State *L) { in lupb_arena_gc() 213 static upb_arena *lupb_arenaget(lua_State *L, int narg) { in lupb_arenaget() [all …]
|
D | upb.h | 17 #define lua_setuservalue(L, idx) lua_setfenv(L, idx) argument 18 #define lua_getuservalue(L, idx) lua_getfenv(L, idx) argument 19 #define lupb_setfuncs(L, l) luaL_register(L, NULL, l) argument 21 #define lupb_setfuncs(L, l) luaL_setfuncs(L, l, 0) argument 83 #define lupb_assert(L, predicate) \ argument
|
/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/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 135 using L = Layout<int8_t, int32_t, Int128>; in TEST() typedef 150 using L = Layout<int32_t>; in TEST() typedef 156 using L = Layout<int32_t, int32_t>; in TEST() typedef 166 using L = Layout<int8_t, int32_t, Int128>; in TEST() typedef 200 using L = Layout<int32_t>; in TEST() typedef [all …]
|
/third_party/mesa3d/src/freedreno/decode/ |
D | script.c | 43 static lua_State *L; variable 107 l_meta_rnn_enum_tostring(lua_State *L) in l_meta_rnn_enum_tostring() 124 l_meta_rnn_enum_tonumber(lua_State *L) in l_meta_rnn_enum_tonumber() 138 pushenum(struct lua_State *L, int val, struct rnnenum *info) in pushenum() 169 push_rnndoff(lua_State *L, struct rnn *rnn, struct rnndelem *elem, in push_rnndoff() 184 pushdecval(struct lua_State *L, struct rnn *rnn, uint32_t regval, in pushdecval() 213 l_rnn_etype(lua_State *L, struct rnn *rnn, struct rnndelem *elem, in l_rnn_etype() 246 l_rnn_struct_meta_index(lua_State *L) in l_rnn_struct_meta_index() 269 l_rnn_etype_struct(lua_State *L, struct rnn *rnn, struct rnndelem *elem, in l_rnn_etype_struct() 288 l_rnn_array_meta_index(lua_State *L) in l_rnn_array_meta_index() [all …]
|
/third_party/boost/boost/test/tools/old/ |
D | interface.hpp | 152 #define BOOST_WARN_EQUAL( L, R ) BOOST_TEST_TOOL_IMPL( 0, \ argument 154 #define BOOST_CHECK_EQUAL( L, R ) BOOST_TEST_TOOL_IMPL( 0, \ argument 156 #define BOOST_REQUIRE_EQUAL( L, R ) BOOST_TEST_TOOL_IMPL( 0, \ argument 161 #define BOOST_WARN_NE( L, R ) BOOST_TEST_TOOL_IMPL( 0, \ argument 163 #define BOOST_CHECK_NE( L, R ) BOOST_TEST_TOOL_IMPL( 0, \ argument 165 #define BOOST_REQUIRE_NE( L, R ) BOOST_TEST_TOOL_IMPL( 0, \ argument 170 #define BOOST_WARN_LT( L, R ) BOOST_TEST_TOOL_IMPL( 0, \ argument 172 #define BOOST_CHECK_LT( L, R ) BOOST_TEST_TOOL_IMPL( 0, \ argument 174 #define BOOST_REQUIRE_LT( L, R ) BOOST_TEST_TOOL_IMPL( 0, \ argument 179 #define BOOST_WARN_LE( L, R ) BOOST_TEST_TOOL_IMPL( 0, \ argument [all …]
|
/third_party/boost/boost/test/tools/ |
D | interface.hpp | 286 #define BOOST_WARN_EQUAL( L, R ) BOOST_TEST_WARN( L == R ) argument 287 #define BOOST_CHECK_EQUAL( L, R ) BOOST_TEST_CHECK( L == R ) argument 288 #define BOOST_REQUIRE_EQUAL( L, R ) BOOST_TEST_REQUIRE( L == R ) argument 290 #define BOOST_WARN_NE( L, R ) BOOST_TEST_WARN( L != R ) argument 291 #define BOOST_CHECK_NE( L, R ) BOOST_TEST_CHECK( L != R ) argument 292 #define BOOST_REQUIRE_NE( L, R ) BOOST_TEST_REQUIRE( L != R ) argument 294 #define BOOST_WARN_LT( L, R ) BOOST_TEST_WARN( L < R ) argument 295 #define BOOST_CHECK_LT( L, R ) BOOST_TEST_CHECK( L < R ) argument 296 #define BOOST_REQUIRE_LT( L, R ) BOOST_TEST_REQUIRE( L < R ) argument 298 #define BOOST_WARN_LE( L, R ) BOOST_TEST_WARN( L <= R ) argument [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/boost/libs/geometry/test/algorithms/disjoint/ |
D | disjoint_coverage_l_a.cpp | 271 typedef bg::model::linestring<P> L; in test_linestring_box() typedef 300 typedef bg::model::linestring<P> L; in test_linestring_ring() typedef 329 typedef bg::model::linestring<P> L; in test_linestring_polygon() typedef 358 typedef bg::model::linestring<P> L; in test_linestring_multipolygon() typedef 388 typedef bg::model::linestring<P> L; in test_multilinestring_box() typedef 418 typedef bg::model::linestring<P> L; in test_multilinestring_ring() typedef 448 typedef bg::model::linestring<P> L; in test_multilinestring_polygon() typedef 478 typedef bg::model::linestring<P> L; in test_multilinestring_multipolygon() typedef
|
D | disjoint_coverage_l_l.cpp | 132 typedef bg::model::linestring<P> L; in test_linestring_segment() typedef 206 typedef bg::model::linestring<P> L; in test_multilinestring_segment() typedef 255 typedef bg::model::linestring<P> L; in test_linestring_linestring() typedef 288 typedef bg::model::linestring<P> L; in test_linestring_multilinestring() typedef 322 typedef bg::model::linestring<P> L; in test_multilinestring_multilinestring() typedef
|
D | disjoint_coverage_p_l.cpp | 144 typedef bg::model::linestring<P> L; in test_point_linestring() typedef 182 typedef bg::model::linestring<P> L; in test_point_multilinestring() typedef 276 typedef bg::model::linestring<P> L; in test_multipoint_linestring() typedef 330 typedef bg::model::linestring<P> L; in test_multipoint_multilinestring() typedef
|
/third_party/boost/libs/mp11/test/ |
D | mp_replace_at_c.cpp | 29 using L = mp_list<X1, X2, X3, X4, X5>; in main() typedef 39 using L = std::tuple<X1, X2, X3, X4, X5>; in main() typedef 49 using L = std::pair<X1, X2>; in main() typedef
|
D | mp_replace_at.cpp | 37 using L = mp_list<X1, X2, X3, X4, X5>; in main() typedef 47 using L = std::tuple<X1, X2, X3, X4, X5>; in main() typedef 57 using L = std::pair<X1, X2>; in main() typedef
|
/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/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 anonymousFunction55d5d9100100.L 32 (function (L) { argument
|
/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/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/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()
|