Home
last modified time | relevance | path

Searched defs:aFunction (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkGetProcAddress.cpp31 #define MAKE_VULKAN_GLOBAL_ENTRY(aFunction) \ argument
47 #define MAKE_VULKAN_INSTANCE_ENTRY(aFunction) \ argument
163 #define MAKE_VULKAN_DEVICE_ENTRY(aFunction) \ argument
/third_party/typescript/tests/cases/compiler/
DnestedLoops.ts16 public aFunction(func: (newValue: any, oldValue: any) => void): void { method in Test
/third_party/typescript/tests/baselines/reference/
DnestedLoops.js45 Test.prototype.aFunction = function (func) { method in Test
DeveryTypeWithInitializer.js40 var aFunction = F; variable
DeveryTypeWithAnnotationAndInitializer.js41 var aFunction: typeof F = F; variable
DthrowStatements.js51 var aFunction = F; variable
DeveryTypeWithAnnotationAndInvalidInitializer.js47 var aFunction: typeof F = F2; variable
/third_party/typescript/tests/cases/conformance/statements/throwStatements/
DthrowStatements.ts52 var aFunction = F; variable
/third_party/typescript/tests/cases/conformance/statements/VariableStatements/
DeveryTypeWithInitializer.ts39 var aFunction = F; variable
DeveryTypeWithAnnotationAndInitializer.ts40 var aFunction: typeof F = F; variable
DeveryTypeWithAnnotationAndInvalidInitializer.ts46 var aFunction: typeof F = F2; variable
/third_party/typescript/tests/cases/conformance/statements/forStatements/
DforStatements.ts42 for(var aFunction: typeof F = F;;){} variable
/third_party/typescript/tests/cases/conformance/types/unknown/
DunknownType2.ts61 declare const aFunction: () => number; constant
/third_party/boost/libs/tti/test/
Dtest_structs.hpp220 AType aFunction(int = 7) { return AType(); } in aFunction() function