HomeSort by relevance Sort by last modified time
    Searched refs:Initialize (Results 176 - 200 of 516) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lattice_neon.S 47 vdup.32 d28, r0 @ Initialize Neon register with input0
48 vdup.32 d29, r1 @ Initialize Neon register with input1
49 vdup.32 d30, r2 @ Initialize Neon register with input2
lpc_masking_model_neon.S 37 vmov.s64 q11, #0 @ Initialize shift_internal.
38 vmov.s64 q13, #0 @ Initialize sum64.
54 vmov.s64 q15, #0 @ Initialize the sum64_tmp.
  /external/webrtc/src/modules/audio_processing/
echo_control_mobile_impl.cc 212 return Initialize();
238 int EchoControlMobileImpl::Initialize() {
248 return ProcessingComponent::Initialize();
echo_cancellation_impl.cc 211 return Initialize();
320 int EchoCancellationImpl::Initialize() {
321 int err = ProcessingComponent::Initialize();
  /external/v8/test/cctest/
test-regexp.cc 73 V8::Initialize(NULL);
83 V8::Initialize(NULL);
96 V8::Initialize(NULL);
114 V8::Initialize(NULL);
140 V8::Initialize(NULL);
386 V8::Initialize(NULL);
400 V8::Initialize(NULL);
486 v8::internal::V8::Initialize(NULL);
498 V8::Initialize(NULL);
555 v8::internal::V8::Initialize(NULL)
    [all...]
  /external/clang/lib/CodeGen/
CGValue.h 164 void Initialize(QualType Type, Qualifiers Quals,
173 // Initialize Objective-C flags.
283 R.Initialize(type, qs, alignment, TBAAInfo);
293 R.Initialize(type, type.getQualifiers(), Alignment);
303 R.Initialize(type, type.getQualifiers(), Alignment);
320 R.Initialize(type, type.getQualifiers(), Alignment);
  /external/chromium/chrome/common/
service_process_util_unittest.cc 92 ASSERT_TRUE(state.Initialize());
99 ASSERT_TRUE(state.Initialize());
164 ASSERT_TRUE(state.Initialize());
190 EXPECT_FALSE(state.Initialize());
211 EXPECT_TRUE(state.Initialize());
366 ASSERT_TRUE(service_process_state_.Initialize());
  /external/openfst/src/include/fst/
minimize.h 138 Initialize(fst);
214 void Initialize(const Fst<A>& fst) {
221 P_.Initialize(Tr_.NumStates() - 1);
319 Initialize(fst);
339 // extend height array and initialize height (distance) to 0
392 void Initialize(const Fst<A>& fst) {
398 partition_.Initialize(hvisitor.num_states());
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
minimize.h 125 Initialize(fst);
201 void Initialize(const Fst<A>& fst) {
208 P_.Initialize(Tr_.NumStates() - 1);
306 Initialize(fst);
326 // extend height array and initialize height (distance) to 0
379 void Initialize(const Fst<A>& fst) {
385 partition_.Initialize(hvisitor.num_states());
  /device/generic/goldfish/camera/
EmulatedCameraFactory.cpp 78 /* Create, and initialize the fake camera */
102 res = mEmulatedCameras[camera_id]->Initialize();
134 /* Create, and initialize the fake camera */
159 res = mEmulatedCameras[camera_id]->Initialize();
221 ALOGE("%s: EmulatedCameraFactory has failed to initialize", __FUNCTION__);
239 ALOGE("%s: EmulatedCameraFactory has failed to initialize", __FUNCTION__);
398 /* Create and initialize qemu camera. */
402 res = qemu_cam->Initialize(name_start, dim_start, dir_start);
EmulatedCamera.h 75 virtual status_t Initialize();
EmulatedCameraDevice.h 120 virtual status_t Initialize();
  /external/chromium/chrome/browser/policy/
cloud_policy_controller.cc 70 Initialize(service,
185 Initialize(service,
196 void CloudPolicyController::Initialize(
  /external/chromium/chrome/browser/
spellcheck_host_impl.cc 100 void SpellCheckHostImpl::Initialize() {
146 // Initialize the BDICT path. This initialization should be in the FILE thread
206 NewRunnableMethod(this, &SpellCheckHostImpl::Initialize));
263 // Initialize will not try to download the file a second time.
315 // Initialize() call.
324 Initialize();
  /external/chromium/chrome/browser/sync/
profile_sync_service_unittest.cc 96 service_->Initialize();
131 service_->Initialize();
145 service_->Initialize();
  /external/chromium/net/socket/
tcp_client_socket_pool.cc 34 Initialize(priority, referrer, disable_resolver_cache);
48 Initialize(priority, referrer, disable_resolver_cache);
53 void TCPSocketParams::Initialize(RequestPriority priority,
  /external/chromium/base/
logging_win.cc 99 void LogEventProvider::Initialize(const GUID& provider_name) {
  /external/chromium/base/win/
event_trace_provider_unittest.cc 73 TEST(EtwTraceProviderTest, Initialize) {
  /external/chromium/chrome/browser/autocomplete/
autocomplete_accessibility.h 39 HRESULT Initialize(const AutocompleteEditViewWin* edit_box);
  /external/chromium/chrome/browser/hang_monitor/
hung_window_detector.cc 32 bool HungWindowDetector::Initialize(HWND top_level_window,
40 // It is OK to call Initialize on this object repeatedly
  /external/chromium/chrome/browser/history/
history_types.cc 17 Initialize();
21 // Initialize will not set the URL, so our initialization above will stay.
22 Initialize();
26 // Initialize will not set the URL, so our initialization above will stay.
27 Initialize();
28 // Initialize will zero the id_, so set it here.
56 void URLRow::Initialize() {
  /external/chromium/chrome/browser/metrics/
thread_watcher.h 145 void Initialize();
  /external/chromium/chrome/browser/net/gaia/
token_service.h 15 // Initialize() // Soon as you can
93 // Initialize this token service with a request source
96 void Initialize(const char* const source, Profile* profile);
107 // Initialize doesn't need to be called again but UpdateCredentials does.
  /external/chromium/chrome/browser/prefs/
pref_value_store.h 145 void Initialize(PrefValueStore* store,
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.h 32 virtual void Initialize();

Completed in 712 milliseconds

1 2 3 4 5 6 78 91011>>