Home
last modified time | relevance | path

Searched refs:firstParam (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/tests/
DDawnTest.h260 #define DAWN_INSTANTIATE_TEST(testName, firstParam, ...) \ argument
261 const decltype(firstParam) testName##params[] = {firstParam, ##__VA_ARGS__}; \
265 testName##params, sizeof(testName##params) / sizeof(firstParam))), \
/third_party/skia/third_party/externals/dawn/src/common/
DPreprocessor.h20 #define DAWN_INTERNAL_PP_GET_HEAD(firstParam, ...) firstParam argument
/third_party/typescript/tests/baselines/reference/
DtypedefTagTypeResolution.types24 * @param {V} firstParam
DtypedefTagTypeResolution.errors.txt24 * @param {V} firstParam
DtypedefTagTypeResolution.symbols23 * @param {V} firstParam
/third_party/glslang/SPIRV/
DspvIR.h324 Function(Id id, Id resultType, Id functionType, Id firstParam, Module& parent);
/third_party/icu/icu4c/source/test/cintltst/
Dcmsgtst.c97 static UBool returnsNullForType(int firstParam, ...) { in returnsNullForType() argument
100 va_start(marker, firstParam); in returnsNullForType()