HomeSort by relevance Sort by last modified time
    Searched refs:zone (Results 126 - 150 of 391) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
tipc.h 62 static __inline__ __u32 tipc_addr(unsigned int zone,
66 return (zone << 24) | (cluster << 12) | node;
191 __u32 domain; /* 0: own zone */
  /external/chromium_org/third_party/freetype/src/truetype/
ttobjs.c 57 /* GLYPH ZONE FUNCTIONS */
68 /* Deallocate a glyph zone. */
71 /* zone :: A pointer to the target glyph zone. */
74 tt_glyphzone_done( TT_GlyphZone zone )
76 FT_Memory memory = zone->memory;
81 FT_FREE( zone->contours );
82 FT_FREE( zone->tags );
83 FT_FREE( zone->cur );
84 FT_FREE( zone->org )
    [all...]
ttobjs.h 119 tt_glyphzone_done( TT_GlyphZone zone ); variable
125 TT_GlyphZone zone );
325 TT_GlyphZoneRec twilight; /* The instance's twilight zone */
353 TT_GlyphZoneRec zone; /* glyph loader points zone */ member in struct:TT_DriverRec_
  /external/chromium_org/v8/src/
hydrogen-infer-representation.cc 37 worklist_.Add(current, zone());
47 ZoneList<BitVector*> connected_phis(phi_count, zone());
50 BitVector* connected_set = new(zone()) BitVector(phi_count, zone());
52 connected_phis.Add(connected_set, zone());
80 BitVector done(phi_count, zone());
rewriter.cc 41 Processor(Variable* result, Zone* zone)
46 factory_(zone->isolate(), zone) {
47 InitializeAstVisitor(zone->isolate());
267 Processor processor(result, info->zone());
285 body->Add(result_statement, info->zone());
hydrogen-bch.cc 202 elements_(graph->blocks()->length(), graph->zone()) {
206 elements_.Add(element, graph->zone());
276 Zone* zone = graph()->zone(); local
280 HConstant* new_limit = HConstant::New(zone, context,
290 HConstant* new_limit = HConstant::New(zone, context,
298 zone, context, limit, check->check()->length());
hydrogen-instructions.h 42 #include "zone.h"
253 Range* CopyClearLower(Zone* zone) const {
254 return new(zone) Range(kMinInt, upper_);
256 Range* CopyClearUpper(Zone* zone) const {
257 return new(zone) Range(lower_, kMaxInt);
259 Range* Copy(Zone* zone) const {
260 Range* result = new(zone) Range(lower_, upper_)
2827 map_set_.Add(Unique<Map>(map), zone); local
    [all...]
hydrogen.h 38 #include "zone.h"
87 deleted_phis_.Add(merge_index, zone());
176 inline Zone* zone() const;
270 HLoopInformation(HBasicBlock* loop_header, Zone* zone)
271 : back_edges_(4, zone),
273 blocks_(8, zone),
275 blocks_.Add(loop_header, zone);
321 Zone* zone() const { return zone_; function in class:v8::internal::V8_FINAL
520 Zone* HBasicBlock::zone() const { return graph_->zone(); } function in class:v8::internal::HBasicBlock
700 Zone* zone() const { return zone_; } function in class:v8::internal::V8_FINAL
1012 Zone* zone() const { return info_->zone(); } function in class:v8::internal::HGraphBuilder
1593 Zone* zone() { return builder_->zone(); } function in class:v8::internal::HGraphBuilder::V8_FINAL
1639 Zone* zone() const { return builder_->zone(); } function in class:v8::internal::HGraphBuilder::V8_FINAL
2478 Zone* AstContext::zone() const { return owner_->zone(); } function in class:v8::internal::AstContext
    [all...]
hydrogen-uint32-analysis.cc 105 phis_.Add(HPhi::cast(use), zone());
150 worklist->Add(HPhi::cast(operand), zone());
163 ZoneList<HPhi*> worklist(phis_.length(), zone());
regexp-macro-assembler.h 66 explicit RegExpMacroAssembler(Zone* zone);
181 Zone* zone() const { return zone_; } function in class:v8::internal::RegExpMacroAssembler
186 Zone* zone_;
208 explicit NativeRegExpMacroAssembler(Zone* zone);
  /external/freetype/src/truetype/
ttobjs.c 57 /* GLYPH ZONE FUNCTIONS */
68 /* Deallocate a glyph zone. */
71 /* zone :: A pointer to the target glyph zone. */
74 tt_glyphzone_done( TT_GlyphZone zone )
76 FT_Memory memory = zone->memory;
81 FT_FREE( zone->contours );
82 FT_FREE( zone->tags );
83 FT_FREE( zone->cur );
84 FT_FREE( zone->org )
    [all...]
ttobjs.h 119 tt_glyphzone_done( TT_GlyphZone zone ); variable
125 TT_GlyphZone zone );
325 TT_GlyphZoneRec twilight; /* The instance's twilight zone */
353 TT_GlyphZoneRec zone; /* glyph loader points zone */ member in struct:TT_DriverRec_
  /libcore/luni/src/main/java/java/util/
TimeZone.java 32 * {@code TimeZone} represents a time zone, primarily used for configuring a {@link Calendar} or
36 * the time zone where the program is running.
95 * Returns a new time zone with the same ID, raw offset, and daylight
96 * savings time rules as this time zone.
107 * Returns the system's installed time zone IDs. Any of these IDs can be
108 * passed to {@link #getTimeZone} to lookup the corresponding time zone
118 * lookup the corresponding time zone instance.
127 * Returns the user's preferred time zone. This may have been overridden for
130 * <p>Since the user's time zone changes dynamically, avoid caching this
180 * zone with either standard or daylight time, as written in {@code locale}
343 TimeZone zone = null; local
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cffgload.c 911 CFF_Decoder_Zone* zone; local
939 decoder->zone = decoder->zones;
940 zone = decoder->zones;
947 zone->base = charstring_base;
948 limit = zone->limit = charstring_base + charstring_len;
949 ip = zone->cursor = zone->base;
    [all...]
  /external/freetype/src/cff/
cffgload.c 911 CFF_Decoder_Zone* zone; local
939 decoder->zone = decoder->zones;
940 zone = decoder->zones;
947 zone->base = charstring_base;
948 limit = zone->limit = charstring_base + charstring_len;
949 ip = zone->cursor = zone->base;
    [all...]
  /external/chromium_org/chrome_frame/test/
util_unittests.cc 206 HRESULT(LPCWSTR url, DWORD* zone, DWORD flags));
218 HRESULT(DWORD zone, LPCWSTR pattern, DWORD flags));
220 HRESULT(DWORD zone, IEnumString** enum_string, DWORD flags));
224 // interface by providing specialized zone overrides.
245 ACTION_P3(HandleZone, mock, url_prefix, zone) {
247 return zone != URLZONE_UNTRUSTED;
256 URLZONE zone; member in struct:Zones
270 const Zones& zone = test_zones[i]; local
271 EXPECT_CALL(mock, IsZoneAllowed(UrlPathStartsWith(zone.url_prefix)))
272 .WillRepeatedly(testing::Return(zone.zone != URLZONE_UNTRUSTED))
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-codegen-x64.h 52 deoptimizations_(4, info->zone()),
53 jump_table_(4, info->zone()),
54 deoptimization_literals_(8, info->zone()),
57 translations_(info->zone()),
58 deferred_(8, info->zone()),
61 safepoints_(info->zone()),
154 void AddDeferredCode(LDeferredCode* code) { deferred_.Add(code, zone()); }
  /external/smack/src/org/xbill/DNS/
Zone.java 9 * A DNS Zone. This encapsulates all data related to a Zone, and provides
15 public class Zone implements Serializable {
19 /** A primary zone */
22 /** A secondary zone */
40 synchronized (Zone.this) {
120 " does not match zone origin " +
128 * Creates a Zone from the records in the specified master file.
129 * @param zone The name of the zone
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tzbdtest.cpp 108 TimeZone *zone = TimeZone::createDefault(); local
109 findDaylightBoundaryUsingTimeZone(d, startsInDST, expectedBoundary, zone);
110 delete zone;
193 logln("-- Verifying time " + dateToString(d) + " in zone " + time_zone->getID(str));
227 * calendar and time zone in conjunction with one another,
229 * the time zone getOffset method.
459 logln(UnicodeString("-- Zone ") + z->getID(str) + " starts in " + year + " with DST = " + (lastState?"true":"false"));
491 * of specific zones. Since ICU's zone table is based on the Olson
493 * test can fail after a zone table update. If that happens, the
504 TimeZone *zone = TimeZone::createTimeZone("America/New_York") local
    [all...]
  /external/icu4c/test/intltest/
tzbdtest.cpp 108 TimeZone *zone = TimeZone::createDefault(); local
109 findDaylightBoundaryUsingTimeZone(d, startsInDST, expectedBoundary, zone);
110 delete zone;
193 logln("-- Verifying time " + dateToString(d) + " in zone " + time_zone->getID(str));
227 * calendar and time zone in conjunction with one another,
229 * the time zone getOffset method.
459 logln(UnicodeString("-- Zone ") + z->getID(str) + " starts in " + year + " with DST = " + (lastState?"true":"false"));
491 * of specific zones. Since ICU's zone table is based on the Olson
493 * test can fail after a zone table update. If that happens, the
504 TimeZone *zone = TimeZone::createTimeZone("America/New_York") local
    [all...]
  /external/kernel-headers/original/linux/
gfp.h 13 /* Zone modifiers in GFP_ZONEMASK (see linux/mmzone.h - low three bits) */
81 int zone = GFP_ZONEMASK & (__force int) gfp; local
82 BUG_ON(zone >= GFP_ZONETYPES);
83 return zone;
94 * We get the zone list from the current node and the gfp_mask.
95 * This zone list contains a maximum of MAXNODES*MAX_NR_ZONES zones.
  /libcore/luni/src/test/java/tests/api/java/util/
SimpleTimeZoneTest.java 403 SimpleTimeZone zone = new SimpleTimeZone(tz.getRawOffset(), "EST", local
407 assertTrue("Returned incorrect daylight value1", zone.inDaylightTime(gc
410 assertTrue("Returned incorrect daylight value2", !(zone
412 gc = new GregorianCalendar(zone);
414 assertTrue("Returned incorrect daylight value3", !(zone
417 assertTrue("Returned incorrect daylight value4", zone
420 assertTrue("Returned incorrect daylight value5", !(zone
423 assertTrue("Returned incorrect daylight value6", zone
426 assertTrue("Returned incorrect daylight value7", !zone
428 assertTrue("Returned incorrect daylight value8", zone
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
windtfmt.cpp 227 void Win32DateFormat::setTimeZone(const TimeZone& zone)
229 fZoneID = setTimeZoneInfo(fTZI, zone);
230 fCalendar->setTimeZone(zone);
285 UnicodeString Win32DateFormat::setTimeZoneInfo(TIME_ZONE_INFORMATION *tzi, const TimeZone &zone) const
289 zone.getID(zoneID);
294 zone.getID(icuid);
  /external/icu4c/i18n/
windtfmt.cpp 227 void Win32DateFormat::setTimeZone(const TimeZone& zone)
229 fZoneID = setTimeZoneInfo(fTZI, zone);
230 fCalendar->setTimeZone(zone);
285 UnicodeString Win32DateFormat::setTimeZoneInfo(TIME_ZONE_INFORMATION *tzi, const TimeZone &zone) const
289 zone.getID(zoneID);
294 zone.getID(icuid);
  /external/mdnsresponder/mDNSShared/
dnsextd_lexer.l 68 zone return ZONE;

Completed in 1145 milliseconds

1 2 3 4 56 7 8 91011>>