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

1 2 3 4 5 6

  /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/chromium_org/third_party/icu/source/i18n/
udateintervalformat.cpp 47 TimeZone *zone = TimeZone::createTimeZone(UnicodeString((UBool)(tzIDLength == -1), tzID, tzIDLength)); local
48 if(zone == NULL) {
52 formatter->adoptTimeZone(zone);
  /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);
  /external/chromium_org/third_party/icu/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...]
  /external/chromium_org/v8/src/compiler/
value-numbering-reducer.h 16 explicit ValueNumberingReducer(Zone* zone);
22 Zone* zone() const { return zone_; } function in class:v8::internal::compiler::FINAL
29 Zone* zone_;
common-node-cache.h 18 explicit CommonNodeCache(Zone* zone) : zone_(zone) {}
38 Zone* zone() const { return zone_; } function in class:v8::internal::compiler::FINAL
45 Zone* zone_;
pipeline.h 48 Zone* zone() { return info_->zone(); } function in class:v8::internal::compiler::Pipeline
simplified-lowering.h 46 Zone* zone() { return jsgraph_->zone(); } function in class:v8::internal::compiler::SimplifiedLowering
  /external/chromium_org/v8/src/
type-info.h 11 #include "src/zone-inl.h"
24 Handle<Context> native_context, Zone* zone);
91 Zone* zone() const { return zone_; } function in class:v8::internal::TypeFeedbackOracle
120 Zone* zone_;
  /external/chromium_org/v8/test/cctest/compiler/
graph-builder-tester.cc 14 MachineCallHelper::MachineCallHelper(Zone* zone, MachineSignature* machine_sig)
15 : CallHelper(zone->isolate(), machine_sig),
26 parameters_ = graph_->zone()->NewArray<Node*>(param_count);
37 Zone* zone = graph_->zone(); local
38 CompilationInfo info(zone->isolate(), zone);
40 Linkage::GetSimplifiedCDescriptor(zone, machine_sig_))
    [all...]
  /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/chromium_org/third_party/icu/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/chromium_org/v8/src/test/
test-utils.h 10 #include "src/zone.h"
75 Zone* zone() { return &zone_; } function in class:v8::internal::TestWithZone
78 Zone zone_;
  /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

Completed in 4137 milliseconds

1 2 3 4 5 6