/prebuilts/tools/common/m2/internal/org/objenesis/objenesis/1.2/ |
objenesis-1.2.pom | 63 <!-- Activate to create the release bundle -->
|
/system/core/init/ |
README.BOOTCHART | 4 To activate it, you need to define build 'init' with the INIT_BOOTCHART environment
|
/external/chromium/chrome/browser/printing/ |
print_preview_tab_controller.cc | 53 preview_tab->Activate(); 176 preview_tab->tab_contents()->Activate();
|
/external/chromium/chrome/browser/resources/shared/js/cr/ui/ |
menu_button.js | 92 case 'activate': 116 this.showingEvents_.add(this.menu, 'activate', this);
|
/external/chromium/chrome/browser/ui/gtk/ |
global_menu_bar.cc | 163 "activate", 212 g_signal_connect(menu_item, "activate",
|
gtk_custom_menu_item.h | 29 // button was pushed. We don't go through the normal "activate" signal because 130 // firing an "activate" signal).
|
menu_gtk.cc | 353 // activate signal. 355 g_signal_connect(menu_item, "activate", 503 "activate", 593 // The activate signal is sent to radio items as they get deselected; 772 // gtk_check_menu_item_set_active() will send the activate signal. Touching 773 // the underlying "active" property will also call the "activate" handler 774 // for this menu item. So we prevent the "activate" handler from
|
/external/chromium/chrome/browser/ui/views/extensions/ |
extension_popup.cc | 79 void ExtensionPopup::Show(bool activate) { 88 BrowserBubble::Show(activate);
|
/external/e2fsprogs/e2fsck/ |
mtrace.h | 208 /* Activate a standard collection of debugging hooks. */ 211 /* Activate a standard collection of tracing hooks. */
|
/external/kernel-headers/original/linux/ |
mroute6.h | 19 #define MRT6_INIT (MRT6_BASE) /* Activate the kernel mroute code */ 26 #define MRT6_ASSERT (MRT6_BASE+7) /* Activate PIM assert mode */
|
/external/skia/legacy/src/animator/ |
SkDisplayApply.cpp | 73 void SkApply::activate(SkAnimateMaker& maker) { function in class:SkApply 194 activate(maker); 281 activate(maker); 291 activate(maker); // for non-drawables like post, prime them here 315 activate(maker); // for non-drawables like post, prime them here 330 activate(maker); 369 apply->activate(maker); 417 copy->activate(maker);
|
/external/skia/src/animator/ |
SkDisplayApply.cpp | 73 void SkApply::activate(SkAnimateMaker& maker) { function in class:SkApply 194 activate(maker); 281 activate(maker); 291 activate(maker); // for non-drawables like post, prime them here 315 activate(maker); // for non-drawables like post, prime them here 330 activate(maker); 369 apply->activate(maker); 417 copy->activate(maker);
|
/external/v8/test/mjsunit/harmony/ |
block-for.js | 30 // TODO(ES6): properly activate extended mode 96 // TODO(ES6): properly activate extended mode
|
/frameworks/compile/mclinker/lib/MC/ |
FileAction.cpp | 24 bool ContextAction::activate(InputBuilder& pBuilder) const function in class:ContextAction 50 bool MemoryAreaAction::activate(InputBuilder& pBuilder) const function in class:MemoryAreaAction
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
SmsCbConstants.java | 105 /** ETWS serial number flag to activate the popup display. */ 108 /** ETWS serial number flag to activate the emergency user alert. */
|
/external/chromium/chrome/browser/metrics/ |
thread_watcher_unittest.cc | 315 // Activate watching IO thread. 320 // Activate would have started ping/pong messaging. Expect atleast one 357 // Activate thread watching. 431 // Activate watching of WEBKIT thread. 437 // Activate watching of IO thread.
|
/frameworks/base/docs/html/reference/com/google/android/gms/maps/ |
LocationSource.html | 690 <code><a href="/reference/com/google/android/gms/maps/LocationSource.html#activate(com.google.android.gms.maps.LocationSource.OnLocationChangedListener)">activate(OnLocationChangedListener)</a></code>. While active (between 691 <code><a href="/reference/com/google/android/gms/maps/LocationSource.html#activate(com.google.android.gms.maps.LocationSource.OnLocationChangedListener)">activate(OnLocationChangedListener)</a></code> and <code><a href="/reference/com/google/android/gms/maps/LocationSource.html#deactivate()">deactivate()</a></code>), a location provider 693 <code><a href="/reference/com/google/android/gms/maps/LocationSource.html#activate(com.google.android.gms.maps.LocationSource.OnLocationChangedListener)">activate(OnLocationChangedListener)</a></code>. It is the provider's responsibility to use location 787 <span class="sympad"><a href="/reference/com/google/android/gms/maps/LocationSource.html#activate(com.google.android.gms.maps.LocationSource.OnLocationChangedListener)">activate</a></span>(<a href="/reference/com/google/android/gms/maps/LocationSource.OnLocationChangedListener.html">LocationSource.OnLocationChangedListener</a> listener)</nobr> 860 <A NAME="activate(com.google.android.gms.maps.LocationSource.OnLocationChangedListener)"></A> 872 <span class="sympad">activate</span [all...] |
/external/libnfc-nci/src/nfc/include/ |
nfc_api.h | 54 #define NFC_STATUS_EE_INTF_ACTIVE_FAIL NCI_STATUS_EE_INTF_ACTIVE_FAIL /* EE Intf activate err */ 722 tNFC_ACTIVATE_DEVT activate; member in union:__anon10583 [all...] |
/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
bookmark_menu_controller_gtk.cc | 169 signals_.Connect(menu_item, "activate", 311 // Having overriden the normal handling, we need to manually activate 314 g_signal_emit_by_name(sender->parent, "activate-current");
|
/frameworks/base/media/mca/filterfw/native/core/ |
gl_env.h | 72 // must call Activate() before performing any GL operations. 77 // created by the host application). You do not need to call Activate() as 84 bool Activate();
|
/packages/apps/Nfc/nci/jni/ |
SecureElement.h | 93 ** Function: activate 101 bool activate (jint seID); 415 UINT16 mActiveSeOverride; // active "enable" seid, 0 means activate all SEs
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
fb.h | 182 #define FB_ACTIVATE_NXTOPEN 1 /* activate on next open */ 186 #define FB_ACTIVATE_VBL 16 /* activate values on next vbl */ 242 __u32 activate; /* see FB_ACTIVATE_* */ member in struct:fb_var_screeninfo
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
fb.h | 182 #define FB_ACTIVATE_NXTOPEN 1 /* activate on next open */ 186 #define FB_ACTIVATE_VBL 16 /* activate values on next vbl */ 242 __u32 activate; /* see FB_ACTIVATE_* */ member in struct:fb_var_screeninfo
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
fb.h | 182 #define FB_ACTIVATE_NXTOPEN 1 /* activate on next open */ 186 #define FB_ACTIVATE_VBL 16 /* activate values on next vbl */ 242 __u32 activate; /* see FB_ACTIVATE_* */ member in struct:fb_var_screeninfo
|
/external/chromium/chrome/browser/chromeos/frame/ |
panel_browser_view.cc | 148 Activate();
|