Searched refs:initFunction (Results 1 – 9 of 9) sorted by relevance
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
| D | mtl_format_table_autogen.mm | 313 this->initFunction = nullptr; 322 this->initFunction = nullptr; 331 this->initFunction = nullptr; 340 this->initFunction = nullptr; 349 this->initFunction = nullptr; 358 this->initFunction = nullptr; 367 this->initFunction = nullptr; 376 this->initFunction = nullptr; 385 this->initFunction = nullptr; 394 this->initFunction = nullptr; [all …]
|
| D | mtl_format_utils.h | 96 InitializeTextureDataFunction initFunction = nullptr; member
|
| D | mtl_utils.mm | 385 if (textureObjFormat.initFunction) 387 textureObjFormat.initFunction(size.width, 1, 1, conversionRow.data(), dstRowPitch, 0);
|
| /third_party/lz4/tests/ |
| D | fullbench.c | 539 void (*initFunction)(void) = NULL; in fullSpeedBench() local 578 …case 9 : compressionFunction = local_LZ4_compress_fast_continue0; initFunction = local_LZ4_createS… in fullSpeedBench() 582 …case 14: compressionFunction = local_LZ4_compress_HC_continue; initFunction = local_LZ4_resetStrea… in fullSpeedBench() 584 …case 20: compressionFunction = local_LZ4_compress_forceDict; initFunction = local_LZ4_resetDictT; … in fullSpeedBench() 613 if (initFunction!=NULL) initFunction(); in fullSpeedBench()
|
| /third_party/lz4/programs/ |
| D | bench.c | 162 void (*initFunction)( member 287 pParams->initFunction = LZ4_compressInitStream; in LZ4_buildCompressionParameters() 292 pParams->initFunction = LZ4_compressInitStreamHC; in LZ4_buildCompressionParameters() 298 pParams->initFunction = LZ4_compressInitNoStream; in LZ4_buildCompressionParameters() 381 compP.initFunction(&compP); in BMK_benchMem()
|
| /third_party/typescript/tests/baselines/reference/user/ |
| D | acorn.log | 45 node_modules/acorn/acorn-loose/dist/acorn-loose.js(623,10): error TS2551: Property 'initFunction' d… 58 node_modules/acorn/acorn-loose/dist/acorn-loose.js(1289,10): error TS2551: Property 'initFunction' … 65 node_modules/acorn/acorn-loose/dist/acorn-loose.js(1306,10): error TS2551: Property 'initFunction' … 102 node_modules/acorn/acorn/dist/acorn.js(1254,10): error TS2339: Property 'initFunction' does not exi… 242 node_modules/acorn/acorn/dist/acorn.js(2598,10): error TS2339: Property 'initFunction' does not exi… 253 node_modules/acorn/acorn/dist/acorn.js(2626,10): error TS2339: Property 'initFunction' does not exi… 517 node_modules/acorn/dist/acorn.es.js(1187,8): error TS2551: Property 'initFunction' does not exist o… 589 node_modules/acorn/dist/acorn.es.js(2511,8): error TS2551: Property 'initFunction' does not exist o… 600 node_modules/acorn/dist/acorn.es.js(2544,8): error TS2551: Property 'initFunction' does not exist o… 773 node_modules/acorn/dist/acorn.js(1193,8): error TS2551: Property 'initFunction' does not exist on t… [all …]
|
| D | chrome-devtools-frontend.log | 6411 …_end/formatter_worker/acorn/acorn.js(1103,8): error TS2339: Property 'initFunction' does not exist… 6483 …_end/formatter_worker/acorn/acorn.js(2256,8): error TS2339: Property 'initFunction' does not exist… 6492 …_end/formatter_worker/acorn/acorn.js(2284,8): error TS2339: Property 'initFunction' does not exist… 6670 …formatter_worker/acorn/acorn_loose.js(621,8): error TS2339: Property 'initFunction' does not exist… 6681 …ormatter_worker/acorn/acorn_loose.js(1266,8): error TS2339: Property 'initFunction' does not exist… 6690 …ormatter_worker/acorn/acorn_loose.js(1281,8): error TS2339: Property 'initFunction' does not exist…
|
| /third_party/node/deps/acorn/acorn/dist/ |
| D | acorn.js | 1304 this.initFunction(node); 2971 pp$3.initFunction = function(node) { 2982 this.initFunction(node); 3010 this.initFunction(node);
|
| D | acorn.mjs | 1298 this.initFunction(node); 2965 pp$3.initFunction = function(node) { function 2976 this.initFunction(node); 3004 this.initFunction(node);
|