Searched refs:behavior (Results 1 - 25 of 198) sorted by relevance

12345678

/macosx-10.9.5/Libc-997.90.3/sys/
H A DOSThermalNotification.c56 OSThermalNotificationLevel _OSThermalNotificationLevelForBehavior(int behavior) argument
59 if (behavior >= 0 && behavior < kOSThermalMitigationCount) {
60 dispatch_once(&predicates[behavior], ^{
61 (void)notify_register_check(kOSThermalMitigationNames[behavior], &tokens[behavior]);
63 (void)notify_get_state(tokens[behavior], &val);
68 void _OSThermalNotificationSetLevelForBehavior(int level, int behavior) argument
71 if (behavior >= 0 && behavior < kOSThermalMitigationCoun
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DStyleMarqueeData.cpp33 , behavior(RenderStyle::initialMarqueeBehavior())
43 , behavior(o.behavior)
51 behavior == o.behavior && loops == o.loops;
H A DStyleMarqueeData.h51 unsigned behavior : 2; // EMarqueeBehavior
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DCaptionUserPreferencesMediaAF.cpp83 SOFT_LINK_AVF_FRAMEWORK_IMPORT(MediaAccessibility, MACaptionAppearanceCopyForegroundColor, CGColorRef, (MACaptionAppearanceDomain domain, MACaptionAppearanceBehavior *behavior), (domain, behavior))
84 SOFT_LINK_AVF_FRAMEWORK_IMPORT(MediaAccessibility, MACaptionAppearanceCopyBackgroundColor, CGColorRef, (MACaptionAppearanceDomain domain, MACaptionAppearanceBehavior *behavior), (domain, behavior))
85 SOFT_LINK_AVF_FRAMEWORK_IMPORT(MediaAccessibility, MACaptionAppearanceCopyWindowColor, CGColorRef, (MACaptionAppearanceDomain domain, MACaptionAppearanceBehavior *behavior), (domain, behavior))
86 SOFT_LINK_AVF_FRAMEWORK_IMPORT(MediaAccessibility, MACaptionAppearanceGetForegroundOpacity, CGFloat, (MACaptionAppearanceDomain domain, MACaptionAppearanceBehavior *behavior), (domain, behavior))
87 SOFT_LINK_AVF_FRAMEWORK_IMPORT(MediaAccessibility, MACaptionAppearanceGetBackgroundOpacity, CGFloat, (MACaptionAppearanceDomain domain, MACaptionAppearanceBehavior *behavior), (domain, behavior))
256 MACaptionAppearanceBehavior behavior; local
286 MACaptionAppearanceBehavior behavior; local
302 MACaptionAppearanceBehavior behavior; local
329 MACaptionAppearanceBehavior behavior; local
398 MACaptionAppearanceBehavior behavior; local
424 MACaptionAppearanceBehavior behavior; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderTreeAsText.cpp211 void RenderTreeAsText::writeRenderObject(TextStream& ts, const RenderObject& o, RenderAsTextBehavior behavior) argument
215 if (behavior & RenderAsTextShowAddresses)
429 if (behavior & RenderAsTextShowIDAndClass) {
446 if (behavior & RenderAsTextShowLayoutState) {
524 void write(TextStream& ts, const RenderObject& o, int indent, RenderAsTextBehavior behavior) argument
563 RenderTreeAsText::writeRenderObject(ts, o, behavior);
577 write(ts, *child, indent + 1, behavior);
589 writeLayers(ts, l, l, l->rect(), indent + 1, behavior);
603 LayerPaintPhase paintPhase = LayerPaintPhaseAll, int indent = 0, RenderAsTextBehavior behavior = RenderAsTextBehaviorNormal)
614 if (behavior
684 writeRenderNamedFlowThreads(TextStream& ts, RenderView* renderView, const RenderLayer* rootLayer, const LayoutRect& paintRect, int indent, RenderAsTextBehavior behavior) argument
722 writeLayers(TextStream& ts, const RenderLayer* rootLayer, RenderLayer* l, const LayoutRect& paintRect, int indent, RenderAsTextBehavior behavior) argument
855 externalRepresentation(RenderBox* renderer, RenderAsTextBehavior behavior) argument
867 externalRepresentation(Frame* frame, RenderAsTextBehavior behavior) argument
882 externalRepresentation(Element* element, RenderAsTextBehavior behavior) argument
[all...]
H A DRenderMarquee.cpp193 EMarqueeBehavior behavior = m_layer->renderer()->style()->marqueeBehavior(); local
194 m_start = computePosition(direction(), behavior == MALTERNATE);
195 m_end = computePosition(reverseDirection(), behavior == MALTERNATE || behavior == MSLIDE);
219 // WinIE's behavior. Someone using CSS3 can use white-space: nowrap on their own to get this effect.
H A DRenderTreeAsText.h68 static void writeRenderObject(TextStream& ts, const RenderObject& o, RenderAsTextBehavior behavior);
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dexception.h47 exception_behavior_t behavior; /* exception type to raise */ member in struct:exception_action
H A Dexception.c136 int behavior; local
184 behavior = excp->behavior;
187 code64 = (behavior & MACH_EXCEPTION_CODES);
188 behavior &= ~MACH_EXCEPTION_CODES;
196 switch (behavior) {
294 panic ("bad exception behavior!");
H A Dipc_host.c523 * behavior for the exception types specified by the mask.
533 * Illegal exception behavior
577 host_priv->exc_actions[i].behavior = new_behavior;
647 host_priv->exc_actions[i].behavior == behaviors[j]
658 behaviors[j] = host_priv->exc_actions[i].behavior;
724 host_priv->exc_actions[i].behavior == behaviors[j]
735 behaviors[j] = host_priv->exc_actions[i].behavior;
742 host_priv->exc_actions[i].behavior = new_behavior;
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLMarqueeElement.idl24 [Reflect] attribute DOMString behavior;
/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/
H A Dvm_region.h82 vm_behavior_t behavior; member in struct:vm_region_basic_info_64
110 vm_behavior_t behavior; member in struct:vm_region_basic_info
230 vm_inherit_t inheritance;/* behavior of map/obj on fork */
242 vm_behavior_t behavior; /* access behavior hint */ member in struct:vm_region_submap_info
257 vm_inherit_t inheritance;/* behavior of map/obj on fork */
269 vm_behavior_t behavior; /* access behavior hint */ member in struct:vm_region_submap_info_64
297 vm_inherit_t inheritance;/* behavior of map/obj on fork */
305 vm_behavior_t behavior; /* acces member in struct:vm_region_submap_short_info_64
[all...]
H A Dthread_act.defs225 behavior : exception_behavior_t;
248 behavior : exception_behavior_t;
H A Dhost_priv.defs236 behavior : exception_behavior_t;
261 behavior : exception_behavior_t;
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DThreadCheck.mm65 void setDefaultThreadViolationBehavior(ThreadViolationBehavior behavior, ThreadViolationRound round)
73 threadViolationBehavior[round] = behavior;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DGraphicsLayer.cpp574 void GraphicsLayer::dumpLayer(TextStream& ts, int indent, LayerTreeAsTextBehavior behavior) const
579 if (behavior & LayerTreeAsTextDebug) {
585 dumpProperties(ts, indent, behavior);
590 void GraphicsLayer::dumpProperties(TextStream& ts, int indent, LayerTreeAsTextBehavior behavior) const
647 if (behavior & LayerTreeAsTextDebug) {
671 // Avoid dumping the sublayer transform on the root layer, because it's used for geometry flipping, whose behavior
685 if (behavior & LayerTreeAsTextDebug)
688 m_replicaLayer->dumpLayer(ts, indent + 2, behavior);
694 if (behavior & LayerTreeAsTextDebug)
699 if (behavior
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/CDBICompat/
H A DColumnsAsHash.pm10 DBIx::Class::CDBICompat::ColumnsAsHash - Emulates the behavior of Class::DBI where the object can be accessed as a hash of columns.
18 Emulates the I<undocumnted> behavior of Class::DBI where the object can be accessed as a hash of columns. This is often used as a performance hack.
/macosx-10.9.5/ruby-104/ruby/
H A Dregsyntax.c323 onig_set_syntax_behavior(OnigSyntaxType* syntax, unsigned int behavior) argument
325 syntax->behavior = behavior;
349 return syntax->behavior;
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem_text.rb25 This line is really, really long. So long, in fact, that it is more than eighty characters long! The purpose of this line is for testing wrapping behavior because sometimes people don't wrap their text to eighty characters. Without the wrapping, the text might not look good in the RSS feed.
31 behavior because sometimes people don't wrap their text to eighty characters.
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory/lib/Tree/Simple/Visitor/
H A DCreateDirectoryTree.pm130 There are no arguments to the constructor the object will be in its default state. You can use the C<setNodeFilter>, C<setFileHandler> and C<setDirectoryHandler> methods to customize its behavior.
138 This method accepts a CODE reference as its C<$file_handler> argument and throws an exception if it is not a CODE reference. This method can be used to create custom file creation behavior. The default behavior is to just create the file and nothing else, but by using this method it is possible to implement some other custom behavior, such as creating a file based on a template. The function is passed the full path of the file to be created (as built by File::Spec).
142 This method accepts a CODE reference as its C<$dir_handler> argument and throws an exception if it is not a CODE reference. This method can be used to create custom directory creation behavior. The default behavior is to just create the directory and nothing else, but by using this method it is possible to implement some other custom behavior, such as creating a directory on a remote server. The function is passed the full path of the directory to be created (as built by File::Spec).
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/Visitor/
H A DCreateDirectoryTree.pm130 There are no arguments to the constructor the object will be in its default state. You can use the C<setNodeFilter>, C<setFileHandler> and C<setDirectoryHandler> methods to customize its behavior.
138 This method accepts a CODE reference as its C<$file_handler> argument and throws an exception if it is not a CODE reference. This method can be used to create custom file creation behavior. The default behavior is to just create the file and nothing else, but by using this method it is possible to implement some other custom behavior, such as creating a file based on a template. The function is passed the full path of the file to be created (as built by File::Spec).
142 This method accepts a CODE reference as its C<$dir_handler> argument and throws an exception if it is not a CODE reference. This method can be used to create custom directory creation behavior. The default behavior is to just create the directory and nothing else, but by using this method it is possible to implement some other custom behavior, such as creating a directory on a remote server. The function is passed the full path of the directory to be created (as built by File::Spec).
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/contrib/
H A Dldifsort.pl40 behavior if 'dn' is passed as the argument to B<-k>.
45 default behavior if 'dn' is passed as the argument to B<-k>.
H A Dldifuniq.pl16 output is generated. This behavior is analogous to the -u option of the uniq
/macosx-10.9.5/CPANInternal-140/Test-Simple/
H A DMakefile.PL33 NOTE: The behavior of Test::More and threads has changed between this
/macosx-10.9.5/WebCore-7537.78.1/testing/
H A DInternalSettings.idl51 [RaisesException] void setEditingBehavior(DOMString behavior);

Completed in 202 milliseconds

12345678