Home
last modified time | relevance | path

Searched refs:methodNames (Results 1 - 10 of 10) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DspyComparisonChecking.js18 function mock<T>(spyName: string, methodNames: Array<keyof T>): SpyObj<T> {
19 const spyObj = createSpyObj<T>(spyName, methodNames);
20 for (const methodName of methodNames) {
27 function mock(spyName, methodNames) {
28 var spyObj = createSpyObj(spyName, methodNames);
29 for (var _i = 0, methodNames_1 = methodNames; _i < methodNames_1.length; _i++) {
H A DunderscoreTest1.js71 bindAll(...methodNames: string[]): T;
557 bindAll<T>(object: T, ...methodNames: string[]): T;
/third_party/protobuf/php/tests/
H A DGeneratedServiceTest.php28 private $methodNames = [ variable
59 $this->assertCount(count($this->methodNames), $this->serviceClass->getMethods());
60 foreach ($this->methodNames as $methodName) {
67 foreach ($this->methodNames as $methodName) {
77 foreach ($this->methodNames as $methodName) {
87 foreach ($this->methodNames as $methodName) {
100 foreach ($this->methodNames as $methodName) {
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DPlatform.cpp31 const char *const methodNames[], in ANGLEGetDisplayPlatform()
50 const char *actualName = methodNames[nameIndex]; in ANGLEGetDisplayPlatform()
30 ANGLEGetDisplayPlatform(angle::EGLDisplayType display, const char *const methodNames[], unsigned int methodNameCount, void *context, void *platformMethods) ANGLEGetDisplayPlatform() argument
/third_party/skia/third_party/externals/angle2/include/platform/
H A DPlatformMethods.h316 const char *const methodNames[],
/third_party/typescript/lib/
H A DtypingsInstaller.js[all...]
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]

Completed in 120 milliseconds