Searched refs:use (Results 1 - 25 of 630) sorted by relevance

1234567891011>>

/macosx-10.10.1/cups-408/cups/ppdc/
H A Dppdc-shared.cxx11 // law. Distribution and use rights are outlined in the file "LICENSE.txt"
19 // ppdcShared::release() - Decrement the use count and delete as needed.
20 // ppdcShared::retain() - Increment the use count for this data.
36 use = 1;
50 // 'ppdcShared::release()' - Decrement the use count and delete as needed.
56 DEBUG_printf(("%s: %p release use=%d", class_name(), this, use));
58 use --;
61 if (use < 0)
68 if (use
[all...]
/macosx-10.10.1/ruby-106/ruby/include/ruby/backward/
H A Drubyio.h2 #warning use "ruby/io.h" instead of "rubyio.h"
4 #pragma message("warning: use \"ruby/io.h\" instead of \"rubyio.h\"")
H A Dst.h2 #warning use "ruby/st.h" instead of bare "st.h"
4 #pragma message("warning: use \"ruby/st.h\" instead of bare \"st.h\"")
H A Dutil.h2 #warning use "ruby/util.h" instead of bare "util.h"
4 #pragma message("warning: use \"ruby/util.h\" instead of bare \"util.h\"")
H A Dclassext.h2 #warning use of RClass internals is deprecated
4 #pragma message("warning: use of RClass internals is deprecated")
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWIsoch.h8 * "License"). You may not use this file except in compliance with the
34 #warning This file is no longer needed. Please use <IOKit/firewire/IOFireWireFamilyCommon.h> instead.
/macosx-10.10.1/Security-57031.1.35/Security/include/security_asn1/
H A Dasn1Templates.h8 * Version 2.0 (the 'License'). You may not use this file except in
23 * asn1Templates.h - Common ASN1 primitive templates for use with SecAsn1Coder.
29 #warning This is for backwards compatibility. Please use <Security/SecAsn1Templates.h> instead.
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A Dasn1Templates.h8 * Version 2.0 (the 'License'). You may not use this file except in
23 * asn1Templates.h - Common ASN1 primitive templates for use with SecAsn1Coder.
29 #warning This is for backwards compatibility. Please use <Security/SecAsn1Templates.h> instead.
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dasn1Templates.h8 * Version 2.0 (the 'License'). You may not use this file except in
23 * asn1Templates.h - Common ASN1 primitive templates for use with SecAsn1Coder.
29 #warning This is for backwards compatibility. Please use <Security/SecAsn1Templates.h> instead.
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dasn1Templates.h8 * Version 2.0 (the 'License'). You may not use this file except in
23 * asn1Templates.h - Common ASN1 primitive templates for use with SecAsn1Coder.
29 #warning This is for backwards compatibility. Please use <Security/SecAsn1Templates.h> instead.
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Dborc.h16 #pragma warn -use // 'identifier' declared but never used
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/old/toasters/
H A DAppliance.tcl12 # Permission to use, copy, modify, and distribute this software and its
24 # damages or any damages whatsoever resulting from loss of use, data or
26 # tortuous action, arising out of or in connection with the use or
37 error "cannot use $this: not plugged in"
39 $outlet use $power
/macosx-10.10.1/zlib-55/zlib/examples/
H A Denough.c36 properties are: we cannot use more bit patterns than are available; and when
204 int least; /* least number of syms to use at this juncture */
205 int most; /* most number of syms to use at this juncture */
206 int use; /* number of bit patterns to use in next call */ local
222 /* we need to use at least this many bit patterns so that the code won't be
228 /* we can use at most this many bit patterns, lest there not be enough
236 for (use = least; use <= most; use
323 int use; /* number of bit patterns to use in next call */ local
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKFramePolicyListener.cpp4 * Redistribution and use in source and binary forms, with or without
42 toImpl(policyListenerRef)->use();
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebFramePolicyListenerProxy.cpp4 * Redistribution and use in source and binary forms, with or without
38 void WebFramePolicyListenerProxy::use() function in class:WebKit::WebFramePolicyListenerProxy
H A DWebFramePolicyListenerProxy.h4 * Redistribution and use in source and binary forms, with or without
48 void use();
/macosx-10.10.1/libxml2-26/libxml2/
H A Dbuf.c7 * The new entry point use the xmlBufPtr opaque structure and
48 size_t use; /* The buffer size used */ member in struct:_xmlBuf
62 if (buf->use < INT_MAX) buf->compat_use = buf->use; \
74 if (buf->use != (size_t) buf->compat_use) \
76 buf->use = buf->compat_use;
130 ret->use = 0;
164 ret->use = 0;
210 buf->use = 0;
248 ret->use
[all...]
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOLocksPrivate.h8 * Version 2.0 (the 'License'). You may not use this file except in
36 #error IOLocksPrivate.h is for kernel use only
/macosx-10.10.1/WebKit-7600.1.25/mac/DefaultDelegates/
H A DWebDefaultPolicyDelegate.m4 * Redistribution and use in source and binary forms, with or without
70 [listener use];
74 [listener use];
87 [listener use];
89 [listener use];
107 [listener use];
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/
H A DAPIPolicyClient.h4 * Redistribution and use in source and binary forms, with or without
56 listener->use();
60 listener->use();
64 listener->use();
/macosx-10.10.1/tcl-105/tk/tk/library/
H A Dsafetk.tcl3 # Support procs to use Tk in safe interpreters.
20 # for the actual parameters to use for it's initialization (if allowed),
24 # We use opt (optional arguments parsing)
60 # Either contained in the specified windowId (-use) or
68 {-use -windowId {} "window Id to use (new toplevel otherwise)"}
69 {-display -displayName {} "display name to use (current one otherwise)"}
88 if {![::tcl::OptProcArgGiven "-use"]} {
90 ::tcl::Lassign [tkTopLevel $slave $display] w use
103 if {[string match ".*" $use]} {
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/library/
H A Dsafetk.tcl3 # Support procs to use Tk in safe interpreters.
20 # for the actual parameters to use for it's initialization (if allowed),
24 # We use opt (optional arguments parsing)
51 # would then not be anymore one of the auto_path dir, so we use
64 # Either contained in the specified windowId (-use) or
72 {-use -windowId {} "window Id to use (new toplevel otherwise)"}
73 {-display -displayName {} "display name to use (current one otherwise)"}
90 if {![::tcl::OptProcArgGiven "-use"]} {
94 ::tcl::Lassign [tkTopLevel $slave $display] w use
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dlftp.vim65 syn keyword lftpSettings contained dir[-colors] use-c[olor]
69 \ fat[al-timeout] o[rder] use-fo[rk]
90 \ sy[nc-mode] timez[one] use-a[bor]
91 \ use-fe[at] use-fx[p] use-hf[tp]
92 \ use-mdtm use-mdtm[-overloaded]
93 \ use-ml[sd] use
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/samples/ufortune/
H A Dfortunedefs.mk13 # (must be locatable by ICU_PATH - use 'make check')
15 # files - will use separate files, such as es.res, fi.res, etc.
16 # (use 'make check')
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGScoreBoard.h4 * Redistribution and use in source and binary forms, with or without
41 // register tracking the lifespan of the value; after the final use of a node
61 // For every entry in the used list the use count of the virtual register should be zero, or max, due to it being a preserved local.
64 // For every entry in the free list, the use count should be zero.
97 void use(Node* child) function in class:JSC::DFG::ScoreBoard
102 // Find the virtual register number for this child, increment its use count.
106 // If the use count in the scoreboard reaches the use count for the node,
107 // then this was its last use; the virtual register is now free.
108 // Clear the use coun
113 void use(Edge child) function in class:JSC::DFG::ScoreBoard
[all...]

Completed in 232 milliseconds

1234567891011>>