Home
last modified time | relevance | path

Searched refs:totalCost (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/testRunner/parallel/
Dhost.ts24 let totalCost = 0;
189 … function startDelayed(perfData: { [testHash: string]: number } | undefined, totalCost: number) {
223 totalCost += size;
231 …const batchSize = (totalCost / workerCount) * packfraction; // Keep spare tests for unittest threa…
400 …: `${Math.floor(batchSize)} bytes`} in each group. (${(scheduledTotal / totalCost * 100).toFixed(1…
615 totalCost += size;
627 …setTimeout(() => startDelayed(perfData, totalCost), 0); // Do real startup on next tick, so all un…
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/shrine/model/
Dapp_state_model.dart56 double get totalCost => subtotalCost + shippingCost + tax;
121 return 'AppStateModel(totalCost: $totalCost)';
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/shrine/
Dshopping_cart.dart143 formatter.format(model.totalCost),
/third_party/lz4/lib/
Dlz4hc.c481 static U32 totalCost = 0; in LZ4HC_encodeSequence() local
492 cost, totalCost); in LZ4HC_encodeSequence()
493 totalCost += cost; in LZ4HC_encodeSequence()