Searched refs:methodNames (Results 1 - 10 of 10) sorted by relevance
| /third_party/typescript/tests/baselines/reference/ |
| H A D | spyComparisonChecking.js | 18 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 D | underscoreTest1.js | 71 bindAll(...methodNames: string[]): T; 557 bindAll<T>(object: T, ...methodNames: string[]): T;
|
| /third_party/protobuf/php/tests/ |
| H A D | GeneratedServiceTest.php | 28 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 D | Platform.cpp | 31 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 D | PlatformMethods.h | 316 const char *const methodNames[],
|
| /third_party/typescript/lib/ |
| H A D | typingsInstaller.js | [all...] |
| H A D | tsserverlibrary.js | [all...] |
| H A D | typescript.js | [all...] |
| H A D | typescriptServices.js | [all...] |
| H A D | tsserver.js | [all...] |
Completed in 120 milliseconds