/external/chromium_org/chrome/browser/ui/app_list/search/ |
tokenized_string_match.h | 33 bool Calculate(const TokenizedString& query, const TokenizedString& text); 35 // Convenience wrapper to calculate match from raw string input. 36 bool Calculate(const base::string16& query, const base::string16& text);
|
tokenized_string_match.cc | 45 bool TokenizedStringMatch::Calculate(const TokenizedString& query, 98 bool TokenizedStringMatch::Calculate(const base::string16& query, 102 return Calculate(tokenized_query, tokenized_text);
|
tokenized_string_match_unittest.cc | 48 EXPECT_FALSE(match.Calculate(UTF8ToUTF16(kTestCases[i].query), text)) 74 EXPECT_TRUE(match.Calculate(UTF8ToUTF16(kTestCases[i].query), text)); 103 match_low.Calculate(UTF8ToUTF16(kTestCases[i].query_low), text)); 105 match_high.Calculate(UTF8ToUTF16(kTestCases[i].query_high), text));
|
app_search_provider.cc | 64 if (!match.Calculate(query_terms, (*app_it)->indexed_name()))
|
/external/chromium/chrome/browser/resources/net_internals/ |
topmidbottomview.js | 41 // Calculate the vertical split points.
|
resizableverticalsplitview.js | 58 // Calculate the horizontal split points.
|
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/ |
graph-view.js | 136 // Calculate interpolate y value of every line. 150 // Calculate slope of the linear equation.
|
profiler.js | 175 * Calculate the model of certain snapshot. 219 // Calculate child for current category. 231 // Calculate child recursively. 301 * Parse template and calculate models of the whole timeline.
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-transcendental.js | 40 // Calculate using generated code.
|
/external/llvm/include/llvm/Analysis/ |
Dominators.h | 179 /// DominatorTree - Calculate the immediate dominator tree for a function. 183 void Calculate(DominatorTreeBase<typename GraphTraits<N>::NodeType>& DT, 574 friend void Calculate(DominatorTreeBase<typename GraphTraits<N>::NodeType>& DT, 625 // Haven't calculated this node yet? Get or calculate the node for the 661 Calculate<FT, NodeT*>(*this, F); 674 Calculate<FT, Inverse<NodeT*> >(*this, F);
|
DominatorInternals.h | 151 void Calculate(DominatorTreeBase<typename GraphTraits<NodeT>::NodeType>& DT, 203 // Step #3: Calculate the semidominators of all vertices 268 // Get or calculate the node for the immediate dominator
|
RegionInfo.h | 10 // Calculate a program structure tree built out of single entry single exit 16 // The algorithm to calculate these data structures however is completely 632 // Calculate - detecte all regions in function and build the region tree. 633 void Calculate(Function& F);
|
/external/v8/src/ |
heap-inl.h | 653 double TranscendentalCache::SubCache::Calculate(double input) { 688 double answer = Calculate(input);
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
timeline_data_series.js | 280 // Calculate total bytes transferred from |time| - |stepSize| 289 // Calculate bytes per second.
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
lpc_masking_model_neon.S | 161 @ Calculate the value for q_val_residual_energy.
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
aggregate_results.js | 262 // Calculate first and second digits and add them to the output.
|
/external/chromium_org/v8/src/ |
heap-inl.h | 764 double TranscendentalCache::SubCache::Calculate(double input) { 799 double answer = Calculate(input);
|
/external/chromium_org/v8/test/webkit/fast/js/kde/ |
md5-2.js | 79 * Calculate the MD5 of an array of little-endian words, producing an array
|
/external/llvm/lib/Analysis/ |
RegionInfo.cpp | 698 void RegionInfo::Calculate(Function &F) { 719 Calculate(F);
|
/external/libvorbis/doc/ |
03-codebook.tex | 305 algorithmically from a list of scalar values. Calculate (unpack) the 338 array in a one-to-one mapping. Calculate [unpack] the
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
deltablue.js | 260 * Calculate the walkabout strength, the stay flag, and, if it is 419 * Calculate the walkabout strength, the stay flag, and, if it is 499 * Calculate the walkabout strength, the stay flag, and, if it is
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-deltablue.js | 251 * Calculate the walkabout strength, the stay flag, and, if it is 410 * Calculate the walkabout strength, the stay flag, and, if it is 490 * Calculate the walkabout strength, the stay flag, and, if it is
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-deltablue.js | 251 * Calculate the walkabout strength, the stay flag, and, if it is 410 * Calculate the walkabout strength, the stay flag, and, if it is 490 * Calculate the walkabout strength, the stay flag, and, if it is
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/ |
v8-deltablue.js | 251 * Calculate the walkabout strength, the stay flag, and, if it is 410 * Calculate the walkabout strength, the stay flag, and, if it is 490 * Calculate the walkabout strength, the stay flag, and, if it is
|
/external/chromium_org/v8/benchmarks/ |
deltablue.js | 257 * Calculate the walkabout strength, the stay flag, and, if it is 416 * Calculate the walkabout strength, the stay flag, and, if it is 496 * Calculate the walkabout strength, the stay flag, and, if it is
|