Searched refs:perfTest (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/icu/source/test/perf/dicttrieperf/
H A Ddicttrieperf.cpp329 DictLookup(const DictionaryTriePerfTest &perfTest) : perf(perfTest) {} argument
405 UCharsTrieDictLookup(const DictionaryTriePerfTest &perfTest) argument
406 : DictLookup(perfTest), trie(NULL) {
436 UCharsTrieDictMatches(const DictionaryTriePerfTest &perfTest) argument
437 : UCharsTrieDictLookup(perfTest) {}
462 UCharsTrieDictContains(const DictionaryTriePerfTest &perfTest) argument
463 : UCharsTrieDictLookup(perfTest) {}
507 BytesTrieDictLookup(const DictionaryTriePerfTest &perfTest) argument
508 : DictLookup(perfTest), tri
582 BytesTrieDictMatches(const DictionaryTriePerfTest &perfTest) argument
611 BytesTrieDictContains(const DictionaryTriePerfTest &perfTest) argument
[all...]
/external/icu/icu4c/source/test/perf/dicttrieperf/
H A Ddicttrieperf.cpp329 DictLookup(const DictionaryTriePerfTest &perfTest) : perf(perfTest) {} argument
405 UCharsTrieDictLookup(const DictionaryTriePerfTest &perfTest) argument
406 : DictLookup(perfTest), trie(NULL) {
436 UCharsTrieDictMatches(const DictionaryTriePerfTest &perfTest) argument
437 : UCharsTrieDictLookup(perfTest) {}
462 UCharsTrieDictContains(const DictionaryTriePerfTest &perfTest) argument
463 : UCharsTrieDictLookup(perfTest) {}
507 BytesTrieDictLookup(const DictionaryTriePerfTest &perfTest) argument
508 : DictLookup(perfTest), tri
582 BytesTrieDictMatches(const DictionaryTriePerfTest &perfTest) argument
611 BytesTrieDictContains(const DictionaryTriePerfTest &perfTest) argument
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/inspector/
H A Dperformance-test.js3 InspectorTest.runPerformanceTest = function(perfTest, executeTime, callback)
96 InspectorTest.timer = new Timer(perfTest, callback);

Completed in 344 milliseconds