HomeSort by relevance Sort by last modified time
    Searched refs:Calculate (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/chromium_org/content/renderer/media/
media_stream_audio_level_calculator.h 12 // This class is used by the WebRtcLocalAudioTrack to calculate the level of
30 int Calculate(const int16* audio_data, int number_of_channels,
34 // Used to DCHECK that the constructor and Calculate() are always called on
media_stream_audio_level_calculator.cc 41 int MediaStreamAudioLevelCalculator::Calculate(
webrtc_local_audio_track.cc 49 // Calculate the signal level regardless if the track is disabled or enabled.
50 int signal_level = level_calculator_->Calculate(
  /external/chromium_org/ui/app_list/search/
tokenized_string_match.h 34 bool Calculate(const TokenizedString& query, const TokenizedString& text);
36 // Convenience wrapper to calculate match from raw string input.
37 bool Calculate(const base::string16& query, const base::string16& text);
tokenized_string_match_unittest.cc 49 EXPECT_FALSE(match.Calculate(base::UTF8ToUTF16(kTestCases[i].query), text))
78 EXPECT_TRUE(match.Calculate(base::UTF8ToUTF16(kTestCases[i].query), text));
111 match_low.Calculate(base::UTF8ToUTF16(kTestCases[i].query_low), text));
112 EXPECT_TRUE(match_high.Calculate(
tokenized_string_match.cc 114 // calculate relevance and matching ranges. And the current stats is
196 bool TokenizedStringMatch::Calculate(const TokenizedString& query,
229 bool TokenizedStringMatch::Calculate(const base::string16& query,
233 return Calculate(tokenized_query, tokenized_text);
  /external/chromium_org/chrome/browser/prefs/
pref_hash_calculator_unittest.cc 31 ASSERT_EQ(calc1.Calculate("pref_path", &string_value_1),
32 calc1_dup.Calculate("pref_path", &string_value_1));
37 calc1.Calculate("pref_path", &string_value_1)));
40 ASSERT_NE(calc1.Calculate("pref_path", &string_value_1),
41 calc2.Calculate("pref_path", &string_value_1));
46 calc1.Calculate("pref_path", &string_value_1)));
49 ASSERT_NE(calc1.Calculate("pref_path", &string_value_1),
50 calc3.Calculate("pref_path", &string_value_1));
53 ASSERT_NE(calc1.Calculate("pref_path", &string_value_1),
54 calc1.Calculate("pref_path", &string_value_2))
    [all...]
pref_hash_calculator.h 35 std::string Calculate(const std::string& path, const base::Value* value)
pref_hash_store_impl.cc 118 contents()->SetSuperMac(outer_->pref_hash_calculator_.Calculate(
159 outer_->pref_hash_calculator_.Calculate(path, new_value);
249 outer_->pref_hash_calculator_.Calculate(keyed_path, &it.value()));
pref_hash_calculator.cc 103 std::string PrefHashCalculator::Calculate(const std::string& path,
  /external/chromium_org/third_party/boringssl/mac-x86/crypto/bn/
co-586.S 19 # ################## Calculate word 0
31 # ################## Calculate word 1
50 # ################## Calculate word 2
76 # ################## Calculate word 3
109 # ################## Calculate word 4
149 # ################## Calculate word 5
196 # ################## Calculate word 6
250 # ################## Calculate word 7
311 # ################## Calculate word 8
365 # ################## Calculate word 9
    [all...]
  /external/chromium_org/media/test/data/eme_player_js/
fps_observer.js 49 // Calculate decoded frames per sec.
56 // Calculate dropped frames per sec.
  /external/llvm/include/llvm/IR/
Dominators.h 38 EXTERN_TEMPLATE_INSTANTIATION(void Calculate<Function LLVM_COMMA BasicBlock *>(
42 void Calculate<Function LLVM_COMMA Inverse<BasicBlock *> >(
  /frameworks/compile/libbcc/
libbcc.sha1.mk 2 # Calculate SHA1 checksum for libbcc.so, libRS.so and libclcore.bc
  /external/chromium_org/chrome/browser/ui/app_list/search/
app_search_provider.cc 88 if (!match.Calculate(query_terms, (*app_it)->indexed_name()))
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
filters_neon.S 49 @ Calculate scaling (the value of shifting).
lpc_masking_model_neon.S 158 @ Calculate the value for q_val_residual_energy.
  /build/core/tasks/tools/
package-modules.mk 18 # Calculate the dest files in the output zip file.
  /external/llvm/lib/IR/
Dominators.cpp 68 TEMPLATE_INSTANTIATION(void llvm::Calculate<Function LLVM_COMMA BasicBlock *>(
72 void llvm::Calculate<Function LLVM_COMMA Inverse<BasicBlock *> >(
  /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/llvm/include/llvm/Support/
GenericDomTree.h 173 /// DominatorTree - Calculate the immediate dominator tree for a function.
177 void Calculate(DominatorTreeBase<typename GraphTraits<N>::NodeType>& DT,
603 friend void Calculate(DominatorTreeBase<typename GraphTraits<N>::NodeType>& DT,
654 // Haven't calculated this node yet? Get or calculate the node for the
690 Calculate<FT, NodeT*>(*this, F);
703 Calculate<FT, Inverse<NodeT*> >(*this, F);
  /external/chromium_org/v8/test/mjsunit/regress/
regress-transcendental.js 40 // Calculate using generated code.
  /external/linux-tools-perf/perf-3.12.0/arch/metag/lib/
memcpy.S 48 ! We have at least (16 - 7) = 9 bytes to copy - calculate the number of 8 byte
108 ! Calculate the bit offsets required for the shift operations necesssary
136 ! Calculate the bit offsets required for the shift operations necesssary
  /external/clang/www/analyzer/scripts/
expandcollapse.js 122 // Calculate expandableDiv absolute Y coordinate from the top of body.
126 // Calculate the absoute Y coordinate of visible area.

Completed in 489 milliseconds

1 2 3