Searched refs:Register (Results 1 - 25 of 747) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Collections.Tests.pas131 // Register any test cases with the test runner
H A DAntlr.Runtime.Tests.pas181 // Register any test cases with the test runner
H A DAntlr.Runtime.Tools.Tests.pas626 // Register any test cases with the test runner
H A DAntlr.Runtime.Tree.Tests.pas2130 // Register any test cases with the test runner
/external/bison/
H A Dconfigure15571 Table 5-2 "Floating-Point Register Encodings"
15572 Figure 5-6 "Memory to Floating-Point Register Data Translation"
23690 Table 5-2 "Floating-Point Register Encodings"
23691 Figure 5-6 "Memory to Floating-Point Register Data Translation"
24046 Table 5-2 "Floating-Point Register Encodings"
24047 Figure 5-6 "Memory to Floating-Point Register Data Translation"
/external/chromium_org/ash/accelerators/
H A Daccelerator_controller.cc814 void AcceleratorController::Register(const ui::Accelerator& accelerator, function in class:ash::AcceleratorController
816 accelerator_manager_->Register(accelerator,
1209 Register(accelerator, this);
H A Daccelerator_controller.h59 void Register(const ui::Accelerator& accelerator,
H A Daccelerator_controller_unittest.cc338 TEST_F(AcceleratorControllerTest, Register) {
341 GetController()->Register(accelerator_a, &target);
351 GetController()->Register(accelerator_a, &target1);
353 GetController()->Register(accelerator_a, &target2);
365 GetController()->Register(accelerator_a, &target);
367 GetController()->Register(accelerator_b, &target);
385 GetController()->Register(accelerator_a, &target1);
387 GetController()->Register(accelerator_b, &target1);
390 GetController()->Register(accelerator_c, &target2);
406 GetController()->Register(accelerator_
[all...]
/external/chromium_org/athena/input/
H A Daccelerator_manager_impl.cc30 virtual void Register(const ui::Accelerator& accelerator,
143 virtual void Register(const ui::Accelerator& accelerator,
145 return ui_accelerator_manager_->Register(
170 virtual void Register(const ui::Accelerator& accelerator,
319 accelerator_wrapper_->Register(accelerator, this);
/external/chromium_org/base/android/
H A Dbase_jni_registrar.cc46 base::android::MemoryPressureListenerAndroid::Register },
51 { "SysUtils", base::android::SysUtils::Register },
H A Dmemory_pressure_listener_android.cc21 bool MemoryPressureListenerAndroid::Register(JNIEnv* env) { function in class:base::android::MemoryPressureListenerAndroid
H A Dmemory_pressure_listener_android.h16 static bool Register(JNIEnv* env);
H A Dsys_utils.cc14 bool SysUtils::Register(JNIEnv* env) { function in class:base::android::SysUtils
H A Dsys_utils.h15 static bool Register(JNIEnv* env);
/external/chromium_org/base/debug/
H A Dtrace_event_win.cc31 Register();
/external/chromium_org/base/files/
H A Dfile_path_watcher_browsertest.cc55 void Register(TestDelegate* delegate) { function in class:base::__anon2250::NotificationCollector
112 collector_->Register(this);
/external/chromium_org/base/
H A Dlogging_win.cc102 provider->Register();
104 // Register our message handler with logging.
/external/chromium_org/base/memory/
H A Ddiscardable_memory_ashmem.cc20 manager_->Register(this, bytes_);
H A Ddiscardable_memory_emulated.cc36 g_shared_state.Pointer()->manager.Register(this, bytes);
H A Ddiscardable_memory_mac.cc47 g_shared_state.Pointer()->manager.Register(this, bytes);
H A Ddiscardable_memory_manager.cc63 void DiscardableMemoryManager::Register(Allocation* allocation, size_t bytes) { function in class:base::internal::DiscardableMemoryManager
H A Ddiscardable_memory_manager.h93 void Register(Allocation* allocation, size_t bytes);
H A Ddiscardable_memory_manager_unittest.cc87 void Register(TestAllocationImpl* allocation, size_t bytes) { function in class:base::__anon2334::DiscardableMemoryManagerTestBase
88 manager_.Register(allocation, bytes);
111 manager_.Register(allocation, bytes);
142 Register(&allocation, size);
155 Register(&allocation, size);
231 Register(&massive_allocation, massive_size);
373 Register(&allocation, size);
/external/chromium_org/base/metrics/
H A Dfield_trial.cc335 FieldTrialList::Register(field_trial);
462 FieldTrialList::Register(field_trial);
530 void FieldTrialList::Register(FieldTrial* trial) { function in class:base::FieldTrialList
H A Dfield_trial.h458 // Register() stores a pointer to the given trial in a global map.
461 static void Register(FieldTrial* trial);

Completed in 2879 milliseconds

1234567891011>>