Home
last modified time | relevance | path

Searched defs:typed (Results 1 – 15 of 15) sorted by relevance

/third_party/typescript/tests/cases/conformance/jsdoc/
DtypeTagWithGenericSignature.ts8 function typed(param) { function
/third_party/jerryscript/tests/jerry/es2015/
Dtypedarray-prototype-slice-ext-arraybuffer.js32 typed.prototype.slice.call(undefined); class
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DVersionGLSL.cpp141 TIntermTyped *typed = sequence.front()->getAsTyped(); in visitAggregate() local
/third_party/python/Lib/
Dfunctools.py448 def _make_key(args, kwds, typed, argument
479 def lru_cache(maxsize=128, typed=False): argument
525 def _lru_cache_wrapper(user_function, maxsize, typed, _CacheInfo): argument
Dtyping.py341 def _tp_cache(func=None, /, *, typed=False): argument
/third_party/python/Modules/
D_functoolsmodule.c797 int typed; member
813 PyObject *kwds, int typed) in lru_cache_make_key()
1160 int typed; in lru_cache_new() local
/third_party/node/deps/v8/src/compiler/
Dverifier.cc36 Visitor(Zone* z, Typing typed, CheckInputs check_inputs, CodeType code_type) in Visitor()
/third_party/node/deps/v8/tools/debug_helper/
Dget-object-properties.cc560 TypedObject typed = in GetHeapObjectPropertiesNotCompressed() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dangletypes.h409 PackedSamplerCompleteness typed; member
/third_party/python/Lib/test/
Dtest_types.py832 def eq(actual, expected, typed=True): argument
/third_party/node/deps/v8/src/heap/
Dheap.cc4661 std::set<std::pair<SlotType, Address>>* typed) in SlotVerifyingVisitor()
4735 std::set<std::pair<SlotType, Address>>* typed, in OldToNewSlotVerifyingVisitor()
4772 std::set<std::pair<SlotType, Address>>* typed) { in CollectSlots()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp582 TIntermTyped *typed = node ? node->getAsTyped() : 0; in constructorErrorCheck() local
/third_party/mesa3d/src/freedreno/ir3/
Dir3.h381 bool typed : 1; member
/third_party/node/test/parallel/
Dtest-util-inspect.js1766 const typed = new Uint8Array(); constant
/third_party/glslang/glslang/MachineIndependent/
DParseHelper.cpp3680 TIntermTyped* typed = node->getAsTyped(); in constructorError() local