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

1234567891011>>

/macosx-10.9.5/cups-372.4/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.9.5/ruby-104/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.9.5/IOFireWireFamily-455.4.0/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.9.5/Security-55471.14.18/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.9.5/Security-55471.14.18/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.9.5/Security-55471.14.18/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.9.5/Security-55471.14.18/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.9.5/tcl-102/tcl_ext/mk4tcl/metakit/src/
H A Dborc.h16 #pragma warn -use // 'identifier' declared but never used
/macosx-10.9.5/tcl-102/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.9.5/zlib-53/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.9.5/WebCore-7537.78.1/platform/graphics/gpu/
H A DLoopBlinnShader.h4 * Redistribution and use in source and binary forms, with or without
48 void use(unsigned vertexOffset, unsigned klmOffset, const AffineTransform&);
H A DLoopBlinnSolidFillShader.h4 * Redistribution and use in source and binary forms, with or without
42 void use(unsigned vertexOffset, unsigned klmOffset, const AffineTransform&, const Color&);
H A DLoopBlinnSolidFillShader.cpp4 * Redistribution and use in source and binary forms, with or without
54 void LoopBlinnSolidFillShader::use(unsigned vertexOffset, unsigned klmOffset, const AffineTransform& transform, const Color& color) function in class:WebCore::LoopBlinnSolidFillShader
56 LoopBlinnShader::use(vertexOffset, klmOffset, transform);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/
H A DWKFramePolicyListener.cpp4 * Redistribution and use in source and binary forms, with or without
42 toImpl(policyListenerRef)->use();
/macosx-10.9.5/WebKit2-7537.78.2/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
42 void use();
/macosx-10.9.5/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.9.5/xnu-2422.115.4/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.9.5/WebKit-7537.78.2/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];
105 [listener use];
/macosx-10.9.5/tcl-102/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.9.5/tcl-102/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.9.5/vim-53/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...]

Completed in 359 milliseconds

1234567891011>>