HomeSort by relevance Sort by last modified time
    Searched full:managed (Results 1 - 25 of 1173) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/webui/options/
options_managed_banner_handler.h 15 // Managed options banner handler.
29 // Set the managed options banner to be visible or invisible.
options_managed_banner_handler.cc 23 // A preference that may be managed has changed. Update our visibility
36 // Set the managed state in the javascript handler.
  /external/clang/test/ARCMT/
GC-check.m 14 NSAllocateCollectable(100, 0); // expected-error {{call returns pointer to GC managed memory; it will become unmanaged in ARC}}
18 __strong void *gcVar; // expected-error {{GC managed memory will become unmanaged in ARC}}
GC-check-warn-nsalloc.m 11 NSAllocateCollectable(100, 0); // expected-warning {{call returns pointer to GC managed memory; it will become unmanaged in ARC}}
  /external/chromium/base/
foundation_utils_mac.h 14 // system. In a traditional managed-memory environment, cf_object is
23 // cf_object. In a managed-memory environment, the object's ownership will be
24 // managed by the innermost NSAutoreleasePool, so after this function returns,
  /external/chromium/chrome/browser/policy/
browser_policy_connector.h 42 // Returns a weak pointer to the CloudPolicySubsystem managed by this
54 // Returns true if this device is managed by an enterprise (as opposed to
61 // Returns the enterprise domain if device is managed.
64 // Exposes the StopAutoRetry() method of the CloudPolicySubsystem managed
configuration_policy_provider_mac.h 16 // A provider delegate implementation that reads Mac OS X's managed preferences.
44 // provided by Mac OS X's managed preferences.
configuration_policy_provider_win.h 16 // On a managed machine in a domain, this portion of the registry is
  /external/chromium/chrome/browser/sessions/
tab_restore_service_observer.h 10 // Observer is notified when the set of entries managed by TabRestoreService
  /external/dropbear/libtommath/logs/
README 8 After doing that run "gnuplot graphs.dem" to make the PNGs. If you managed todo that all so far just open index.html to view
  /external/qemu/distrib/sdl-1.2.12/
BUGS 2 Bugs are now managed in the SDL bug tracker, here:
  /system/core/rootdir/etc/
mountd.conf 3 ## add a mount entry for each mount point to be managed by mountd
  /external/chromium/chrome/browser/resources/options/
browser_options.js 27 'managed': false
33 'managed': false
39 'managed': false
217 !this.startup_pages_pref_.managed;
270 this.homepage_pref_.managed = event.value['managed'];
271 if (this.isHomepageURLNewTabPageURL_() && !this.homepage_pref_.managed &&
272 !this.homepage_is_newtabpage_pref_.managed) {
288 this.homepage_is_newtabpage_pref_.managed = event.value['managed'];
    [all...]
  /libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
DdmVmInternal.java 30 * This is built into the VM, since that's where threads get managed.
37 * This is built into the VM, since that's where the heap is managed.
49 * This is built into the VM, since that's where the heap is managed.
  /libcore/luni/src/main/java/java/util/concurrent/atomic/
AtomicIntegerFieldUpdater.java 56 * Atomically sets the field of the given object managed by this updater
72 * Atomically sets the field of the given object managed by this updater
92 * Sets the field of the given object managed by this updater to the
102 * Eventually sets the field of the given object managed by this
113 * Gets the current value held in the field of the given object managed
122 * Atomically sets the field of the given object managed by this updater
139 * given object managed by this updater.
155 * given object managed by this updater.
171 * the given object managed by this updater.
188 * given object managed by this updater
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
icmpv6.h 46 managed:1; member in struct:icmp6hdr::__anon23153::icmpv6_nd_ra
49 __u8 managed:1, member in struct:icmp6hdr::__anon23153::icmpv6_nd_ra
72 #define icmp6_addrconf_managed icmp6_dataun.u_nd_ra.managed
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
icmpv6.h 46 managed:1; member in struct:icmp6hdr::__anon24743::icmpv6_nd_ra
49 __u8 managed:1, member in struct:icmp6hdr::__anon24743::icmpv6_nd_ra
72 #define icmp6_addrconf_managed icmp6_dataun.u_nd_ra.managed
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
icmpv6.h 46 managed:1; member in struct:icmp6hdr::__anon26255::icmpv6_nd_ra
49 __u8 managed:1, member in struct:icmp6hdr::__anon26255::icmpv6_nd_ra
72 #define icmp6_addrconf_managed icmp6_dataun.u_nd_ra.managed
  /external/chromium/chrome/browser/extensions/
extension_pref_store.h 16 // set by extensions. These preferences are managed by and fetched from an
  /external/chromium/chrome/browser/policy/proto/
device_management_local.proto 21 // Flag that is set to true if this device is not managed.
  /external/hyphenation/
AUTHORS 3 Original Libhnj source with OOo's patches are managed by Rene Engelhard and
  /external/replicaisland/src/com/replica/replicaisland/
TObjectPool.java 23 * @param <T> The type of object managed by the pool.
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCacheListener.java 22 * Listener for changes to the set of registered services managed by a RegisteredServicesCache.
  /frameworks/base/opengl/java/android/opengl/
ManagedEGLContext.java 43 * of the currently created EGL contexts in the process are being managed
67 * Retrieve the EGLContext being managed by the class.
105 // If there are no active managed contexts, we will not even
123 + " but managed count is " + sActive.size());
  /external/chromium/chrome/browser/download/
download_prefs.h 28 // download location is not managed (which means the user shouldn't be able
32 // Returns true if the download path preference is managed.

Completed in 2450 milliseconds

1 2 3 4 5 6 7 8 91011>>