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

12345

/macosx-10.10.1/Libc-1044.1.2/sys/
H A DOSThermalNotification.c60 OSThermalNotificationLevel _OSThermalNotificationLevelForBehavior(int behavior) argument
63 if (behavior >= 0 && behavior < kOSThermalMitigationCount) {
64 dispatch_once(&predicates[behavior], ^{
65 (void)notify_register_check(kOSThermalMitigationNames[behavior], &tokens[behavior]);
67 (void)notify_get_state(tokens[behavior], &val);
72 void _OSThermalNotificationSetLevelForBehavior(int level, int behavior) argument
75 if (behavior >= 0 && behavior < kOSThermalMitigationCoun
[all...]
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dexception.h47 exception_behavior_t behavior; /* exception type to raise */ member in struct:exception_action
H A Dexception.c142 int behavior; local
190 behavior = excp->behavior;
193 code64 = (behavior & MACH_EXCEPTION_CODES);
194 behavior &= ~MACH_EXCEPTION_CODES;
202 switch (behavior) {
300 panic ("bad exception behavior!");
H A Dipc_host.c522 * behavior for the exception types specified by the mask.
532 * Illegal exception behavior
581 host_priv->exc_actions[i].behavior = new_behavior;
651 host_priv->exc_actions[i].behavior == behaviors[j]
662 behaviors[j] = host_priv->exc_actions[i].behavior;
727 host_priv->exc_actions[i].behavior == behaviors[j]
738 behaviors[j] = host_priv->exc_actions[i].behavior;
745 host_priv->exc_actions[i].behavior = new_behavior;
H A Dipc_tt.c185 task->exc_actions[i].behavior =
186 parent->exc_actions[i].behavior;
1600 * behavior for the exception types specified by the mask.
1610 * Illegal exception behavior
1668 thread->exc_actions[i].behavior = new_behavior;
1740 task->exc_actions[i].behavior = new_behavior;
1764 * behavior for the exception types specified by the
1767 * The old ports, behavior and flavors are returned
1783 * Illegal exception behavior
1847 thread->exc_actions[i].behavior
[all...]
/macosx-10.10.1/xnu-2782.1.97/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 Dhost_priv.defs236 behavior : exception_behavior_t;
261 behavior : exception_behavior_t;
H A Dthread_act.defs231 behavior : exception_behavior_t;
254 behavior : exception_behavior_t;
H A Dtask.defs212 behavior : exception_behavior_t;
237 behavior : exception_behavior_t;
/macosx-10.10.1/ruby-106/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.10.1/ruby-106/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.10.1/CPANInternal-159.1/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).
H A DFindByNodeValue.pm163 There are no arguments to the constructor the object will be in its default state. You can use the C<setNodeFilter>, C<setTraversalMethod>, C<includeTrunk> and C<searchForNodeValue> methods to customize its behavior.
179 This method accepts a CODE reference as its C<$filter_function> argument and throws an exception if it is not a code reference. This code reference is used to further check the tree nodes as they are searched and so can be used to customize search behavior. For instance, you could to check against the node value as well as some other criteria. The filter function should accept a single argument, which is the current Tree::Simple object and return either true (C<1>) on success, or false (C<0>) on failure.
H A DFindByUID.pm163 There are no arguments to the constructor the object will be in its default state. You can use the C<setNodeFilter>, C<setTraversalMethod>, C<includeTrunk> and C<searchForUID> methods to customize its behavior.
179 This method accepts a CODE reference as its C<$filter_function> argument and throws an exception if it is not a code reference. This code reference is used to further check the tree nodes as they are searched and so can be used to customize search behavior. For instance, you could to check against the UID as well as some other criteria. The filter function should accept a single argument, which is the current Tree::Simple object and return either true (C<1>) on success, or false (C<0>) on failure.
H A DBreadthFirstTraversal.pm108 There are no arguments to the constructor the object will be in its default state. You can use the C<setNodeFilter> method to customize its behavior.
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DJavaMap.pm131 come up with some custom Java appender with behavior you want to
133 Perl appender with the same behavior C<Myorg::CustomAppender>. You
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dspawn_internal.h69 exception_behavior_t behavior; member in struct:_ps_port_action
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebPreferencesPrivate.h165 - (void)setEditableLinkBehavior:(WebKitEditableLinkBehavior)behavior;
168 - (void)setTextDirectionSubmenuInclusionBehavior:(WebTextDirectionSubmenuInclusionBehavior)behavior;
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKAPICast.h274 inline WKEditableLinkBehavior toAPI(WebCore::EditableLinkBehavior behavior) argument
276 switch (behavior) {
/macosx-10.10.1/ruby-106/ruby/test/csv/
H A Dtest_features.rb144 skip_blanks force_quotes ].each do |behavior|
145 assert( !CSV.new("abc,def").send("#{behavior}?"),
147 csv = CSV.new("abc,def", behavior.to_sym => true)
148 assert(csv.send("#{behavior}?"), "Behavior change now registered.")
/macosx-10.10.1/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dmachvm_tests.c245 basic->behavior != basic64->behavior ||
/macosx-10.10.1/xnu-2782.1.97/libsyscall/wrappers/spawn/
H A Dposix_spawn.c819 * behavior The default behavior for the port
830 exception_behavior_t behavior,
837 .behavior = behavior,
826 posix_spawnattr_setexceptionports_np( posix_spawnattr_t *attr, exception_mask_t mask, mach_port_t new_port, exception_behavior_t behavior, thread_state_flavor_t flavor) argument
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/mac/
H A DWKFullScreenWindowController.mm233 // We will resume the normal behavior in _startEnterFullScreenAnimationWithDuration:
344 // We will resume the normal behavior in _startExitFullScreenAnimationWithDuration:
577 NSWindowCollectionBehavior behavior = [window collectionBehavior];
578 [window setCollectionBehavior:(behavior | NSWindowCollectionBehaviorCanJoinAllSpaces)];
580 [window setCollectionBehavior:behavior];
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dlotos.vim32 syn keyword lotosStatement where behaviour behavior
/macosx-10.10.1/xnu-2782.1.97/osfmk/vm/
H A Dvm32_user.c463 info->behavior = info64.behavior;

Completed in 214 milliseconds

12345