HomeSort by relevance Sort by last modified time
    Searched defs:zone (Results 1 - 25 of 171) sorted by null

1 2 3 4 5 6 7

  /external/compiler-rt/test/asan/TestCases/Darwin/
malloc_zone-protected.cc 15 malloc_zone_t *zone = malloc_create_zone(0, 0); local
16 zone->malloc = pwn;
17 void *v = malloc_zone_malloc(zone, 1);
malloc_set_zone_name-mprotect.cc 23 // Try to allocate a page-aligned malloc zone. Otherwise the mprotect() call
25 malloc_zone_t *zone = NULL; local
28 zone = malloc_create_zone(0, 0);
29 if (((uintptr_t)zone & (~0xfff)) == (uintptr_t)zone) {
35 printf("Warning: couldn't allocate a page-aligned zone.");
38 // malloc_set_zone_name() calls mprotect(zone, 4096, PROT_READ | PROT_WRITE),
39 // modifies the zone contents and then calls mprotect(zone, 4096, PROT_READ).
40 malloc_set_zone_name(zone, "foobar")
    [all...]
  /external/icu/icu4c/source/i18n/
udateintervalformat.cpp 47 TimeZone *zone = TimeZone::createTimeZone(UnicodeString((UBool)(tzIDLength == -1), tzID, tzIDLength)); local
48 if(zone == NULL) {
52 formatter->adoptTimeZone(zone);
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalZoneMonitor.java 22 * The ThermalZoneMonitor class runs a thread for each zone
30 private ThermalZone zone; field in class:ThermalZoneMonitor
35 zone = tz;
36 mThreadName = "ThermalZone" + zone.getZoneId();
49 if (zone.isZoneStateChanged()) {
50 zone.sendThermalEvent();
54 Thread.sleep(zone.getPollDelay(zone.getZoneState()));
ThermalManager.java 39 * Thermal Sensor/Zone and Cooling device parts.
73 * Thermal Zone State Changed Action: This is broadcast when the state of a
74 * thermal zone changes.
109 /* sZoneCriticalPendingMap stores info whether a zone is in critical state and platform
117 * decremented depending on whether criical pending flag for a zone is true/
132 * integer containing the thermal zone.
134 public static final String EXTRA_ZONE = "zone";
138 * integer containing the thermal state of the zone.
144 * integer containing the thermal event type for the zone.
150 * integer containing the temperature of the zone
702 int zone = (Integer) en.nextElement(); local
    [all...]
  /external/chromium_org/v8/src/
type-info.h 11 #include "src/zone-inl.h"
26 Zone* zone);
96 Zone* zone() const { return zone_; } function in class:v8::internal::TypeFeedbackOracle
125 Zone* zone_;
hydrogen-osr.cc 20 Zone* zone = builder_->zone(); local
46 osr_values_ = new(zone) ZoneList<HUnknownOSRValue*>(length, zone);
52 osr_values_->Add(osr_value, zone);
61 osr_values_->Add(osr_value, zone);
func-name-inferrer.h 9 #include "src/zone.h"
29 FuncNameInferrer(Isolate* isolate, Zone* zone);
39 entries_stack_.Add(names_stack_.length(), zone());
50 funcs_to_infer_.Add(func_to_infer, zone());
89 Zone* zone() const { return zone_; } function in class:v8::internal::FuncNameInferrer
104 Zone* zone_;
  /external/icu/icu4c/source/samples/datefmt/answers/
main_0.cpp 17 * TimeZone::createTimeZone() will return a GMT zone object. In order
18 * to detect this error, we check the ID of the returned zone against
23 TimeZone* zone = TimeZone::createTimeZone(id); local
24 if (zone->getID(str) != id) {
25 delete zone;
28 printf(") returned zone with ID ");
33 return zone;
main_1.cpp 16 * TimeZone::createTimeZone() will return a GMT zone object. In order
17 * to detect this error, we check the ID of the returned zone against
22 TimeZone* zone = TimeZone::createTimeZone(id); local
23 if (zone->getID(str) != id) {
24 delete zone;
27 printf(") returned zone with ID ");
32 return zone;
main_2.cpp 16 * TimeZone::createTimeZone() will return a GMT zone object. In order
17 * to detect this error, we check the ID of the returned zone against
22 TimeZone* zone = TimeZone::createTimeZone(id); local
23 if (zone->getID(str) != id) {
24 delete zone;
27 printf(") returned zone with ID ");
32 return zone;
38 TimeZone *zone; local
62 zone = createZone("GMT"); // Create a GMT zone
    [all...]
main_3.cpp 16 * TimeZone::createTimeZone() will return a GMT zone object. In order
17 * to detect this error, we check the ID of the returned zone against
22 TimeZone* zone = TimeZone::createTimeZone(id); local
23 if (zone->getID(str) != id) {
24 delete zone;
27 printf(") returned zone with ID ");
32 return zone;
38 TimeZone *zone; local
62 zone = createZone("GMT"); // Create a GMT zone
    [all...]
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_CT.h 31 __u16 zone; member in struct:xt_ct_target_info
41 __u16 zone; member in struct:xt_ct_target_info_v1
  /development/ndk/platforms/android-L/include/linux/netfilter/
xt_CT.h 31 __u16 zone; member in struct:xt_ct_target_info
41 __u16 zone; member in struct:xt_ct_target_info_v1
  /external/chromium_org/net/http/
url_security_manager_win.cc 17 // URL security zone manager. See the MSDN page "URL Security Zones" at
19 // info on the Internet Security Manager and Internet Zone Manager objects.
77 // not located in the Intranet zone". TODO(wtc): Note that it's
86 DWORD zone = 0; local
87 hr = security_manager_->MapUrlToZone(url_w.c_str(), &zone, 0);
92 return zone <= URLZONE_INTRANET;
106 // TODO(cbentzel): Could this just use the security zone as well? Apparently
  /external/icu/icu4c/source/samples/datefmt/
main.cpp 16 * TimeZone::createTimeZone() will return a GMT zone object. In order
17 * to detect this error, we check the ID of the returned zone against
22 TimeZone* zone = TimeZone::createTimeZone(id); local
23 if (zone->getID(str) != id) {
24 delete zone;
27 printf(") returned zone with ID ");
32 return zone;
38 TimeZone *zone; local
62 zone = createZone("GMT"); // Create a GMT zone
    [all...]
  /external/iptables/include/linux/netfilter/
xt_CT.h 13 __u16 zone; member in struct:xt_ct_target_info
24 __u16 zone; member in struct:xt_ct_target_info_v1
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_CT.h 14 __u16 zone; member in struct:xt_ct_target_info
25 __u16 zone; member in struct:xt_ct_target_info_v1
  /external/smack/src/org/xbill/DNS/tests/
primary.java 40 Zone zone = new Zone(origin, file); local
43 Iterator it = zone.AXFR();
48 Iterator it = zone.iterator();
53 System.out.println(zone);
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/netfilter/
xt_CT.h 31 __u16 zone; member in struct:xt_ct_target_info
41 __u16 zone; member in struct:xt_ct_target_info_v1
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/netfilter/
xt_CT.h 31 __u16 zone; member in struct:xt_ct_target_info
41 __u16 zone; member in struct:xt_ct_target_info_v1
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/netfilter/
xt_CT.h 31 __u16 zone; member in struct:xt_ct_target_info
41 __u16 zone; member in struct:xt_ct_target_info_v1
  /external/icu/icu4c/source/samples/dtptngsample/
dtptngsample.cpp 114 // Use repalceFieldTypes API to replace zone 'zzzz' with 'vvvv'
118 u_printf(" Use replaceFieldTypes API to replace zone 'zzzz' with 'vvvv'\n");
128 TimeZone *zone = TimeZone::createTimeZone(UnicodeString("Europe/Paris")); local
131 sdf->setTimeZone(*zone);
139 // Replace zone "zzzz" in the pattern with "vvvv"
151 delete zone;
  /external/jemalloc/src/
zone.c 16 static malloc_zone_t zone; variable
22 static size_t zone_size(malloc_zone_t *zone, void *ptr);
23 static void *zone_malloc(malloc_zone_t *zone, size_t size);
24 static void *zone_calloc(malloc_zone_t *zone, size_t num, size_t size);
25 static void *zone_valloc(malloc_zone_t *zone, size_t size);
26 static void zone_free(malloc_zone_t *zone, void *ptr);
27 static void *zone_realloc(malloc_zone_t *zone, void *ptr, size_t size);
29 static void *zone_memalign(malloc_zone_t *zone, size_t alignment,
33 static void zone_free_definite_size(malloc_zone_t *zone, void *ptr,
36 static void *zone_destroy(malloc_zone_t *zone);
    [all...]
  /external/chromium_org/base/process/
memory_unittest.cc 290 // Purgeable zone tests
293 malloc_zone_t* zone = malloc_default_purgeable_zone(); local
296 value_ = malloc_zone_malloc(zone, test_size_);
301 malloc_zone_t* zone = malloc_default_purgeable_zone(); local
304 value_ = malloc_zone_realloc(zone, NULL, test_size_);
309 malloc_zone_t* zone = malloc_default_purgeable_zone(); local
312 value_ = malloc_zone_calloc(zone, 1024, test_size_ / 1024L);
317 malloc_zone_t* zone = malloc_default_purgeable_zone(); local
320 value_ = malloc_zone_valloc(zone, test_size_);
325 malloc_zone_t* zone = malloc_default_purgeable_zone() local
    [all...]

Completed in 949 milliseconds

1 2 3 4 5 6 7