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

1 2

  /bionic/libc/kernel/common/linux/
icmpv6.h 58 managed:1; member in struct:icmp6hdr::__anon262::icmpv6_nd_ra
61 __u8 managed:1, member in struct:icmp6hdr::__anon262::icmpv6_nd_ra
85 #define icmp6_addrconf_managed icmp6_dataun.u_nd_ra.managed
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
icmpv6.h 46 managed:1; member in struct:icmp6hdr::__anon21013::icmpv6_nd_ra
49 __u8 managed:1, member in struct:icmp6hdr::__anon21013::icmpv6_nd_ra
72 #define icmp6_addrconf_managed icmp6_dataun.u_nd_ra.managed
  /external/kernel-headers/original/linux/
icmpv6.h 48 managed:1; member in struct:icmp6hdr::__anon7207::icmpv6_nd_ra
51 __u8 managed:1, member in struct:icmp6hdr::__anon7207::icmpv6_nd_ra
75 #define icmp6_addrconf_managed icmp6_dataun.u_nd_ra.managed
  /external/stlport/test/eh/
bcb.mak 12 # The following section of the project makefile is managed by the BCB IDE.
  /external/chromium/chrome/browser/ui/webui/options/
personal_options_handler.cc 241 bool managed = service->IsManaged(); local
258 is_start_stop_button_enabled = !managed;
270 is_start_stop_button_enabled = !managed;
298 enabled.reset(Value::CreateBooleanValue(!managed));
  /external/stlport/stlport/stl/config/
_msvc.h 19 /* Building a managed version of STLport is not supported because we haven't
20 * found a good reason to support it. However, building a managed translation
23 # error Sorry but building a managed version of STLport is not supported.
  /external/webkit/Source/WebCore/plugins/gtk/
gtk2xtbin.h 133 Boolean managed; /* is widget geometry managed? */ member in struct:_CorePart
151 Boolean mapped_when_managed;/* map window if it's managed? */
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_msvc.h 19 /* Building a managed version of STLport is not supported because we haven't
20 * found a good reason to support it. However, building a managed translation
23 # error Sorry but building a managed version of STLport is not supported.
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_msvc.h 19 /* Building a managed version of STLport is not supported because we haven't
20 * found a good reason to support it. However, building a managed translation
23 # error Sorry but building a managed version of STLport is not supported.
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_msvc.h 19 /* Building a managed version of STLport is not supported because we haven't
20 * found a good reason to support it. However, building a managed translation
23 # error Sorry but building a managed version of STLport is not supported.
  /external/chromium/chrome/browser/chromeos/
proxy_cros_settings_provider.cc 199 bool managed = false; local
261 dict->SetBoolean("managed", managed);
user_cros_settings_provider.cc 94 // Create a settings boolean value with "managed" and "disabled" property.
95 // "managed" property is true if the setting is managed by administrator.
97 Value* CreateSettingsBooleanValue(bool value, bool managed, bool disabled) {
100 dict->Set("managed", Value::CreateBooleanValue(managed));
  /external/expat/bcb5/
elements.mak 9 # The following section of the project makefile is managed by the BCB IDE.
expat.mak 9 # The following section of the project makefile is managed by the BCB IDE.
expat_static.mak 9 # The following section of the project makefile is managed by the BCB IDE.
expatw.mak 9 # The following section of the project makefile is managed by the BCB IDE.
expatw_static.mak 9 # The following section of the project makefile is managed by the BCB IDE.
outline.mak 9 # The following section of the project makefile is managed by the BCB IDE.
xmlwf.mak 9 # The following section of the project makefile is managed by the BCB IDE.
  /frameworks/base/core/java/android/app/
IApplicationThread.java 112 void dumpHeap(boolean managed, String path, ParcelFileDescriptor fd)
ApplicationThreadNative.java 453 boolean managed = data.readInt() != 0;
457 dumpHeap(managed, path, fd);
    [all...]
ActivityThread.java 771 public void dumpHeap(boolean managed, String path, ParcelFileDescriptor fd) {
775 queueOrSendMessage(H.DUMP_HEAP, dhd, managed ? 1 : 0);
    [all...]
IActivityManager.java 341 public boolean dumpHeap(String process, boolean managed, String path,
    [all...]
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java 679 boolean managed = !"-n".equals(nextOption());
695 if (!mAm.dumpHeap(process, managed, heapFile, fd)) {
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 227 device $D_{rec}$ managed by CPU $C_{rec}$ on the recorded system
467 file containing device mappings. The file must be very simply managed, with

Completed in 1029 milliseconds

1 2