Searched refs:available (Results 1 - 25 of 410) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/style/
H A Dstyle.tcl10 variable available [list lobster as]
15 # Return the names of all available styles.
18 variable available
19 return $available
/macosx-10.10.1/libdispatch-442.1.4/src/shims/
H A Dgetprogname.h32 # error getprogname(3) is not available on this platform
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dbytestream.cpp47 int32_t available = capacity_ - size_; local
48 if (n > available) {
49 n = available;
67 int32_t available = capacity_ - size_; local
68 if (available >= min_capacity) {
69 *result_capacity = available;
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dbuffers.cpp69 // Takes minimum size needed. Returns size available.
73 assert(available() < needed); // shouldn't be called otherwise
78 return min(needed, available());
96 if (written < available()) {
99 written = vsnprintf(mEnd, available(), format, args);
100 assert(written < available()); //@@@ throw here?
H A Dbuffers.h49 size_t available(bool heavy = false) const function in class:Security::Buffer
78 if (length > available())
88 if (length > available())
95 assert(length <= available());
120 if (length > available())
138 { return read(io, available(heavy)); }
H A Dbufferfifo.cpp75 assert(current->available() >= size);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dbuffers.cpp69 // Takes minimum size needed. Returns size available.
73 assert(available() < needed); // shouldn't be called otherwise
78 return min(needed, available());
96 if (written < available()) {
99 written = vsnprintf(mEnd, available(), format, args);
100 assert(written < available()); //@@@ throw here?
H A Dbuffers.h49 size_t available(bool heavy = false) const function in class:Security::Buffer
78 if (length > available())
88 if (length > available())
95 assert(length <= available());
120 if (length > available())
138 { return read(io, available(heavy)); }
H A Dbufferfifo.cpp75 assert(current->available() >= size);
/macosx-10.10.1/ICU-531.30/icuSources/io/
H A Dsprintf.c35 /* u_minstrncpy copies the minimum number of code units of (count or output->available) */
42 int32_t size = ufmt_min(count, output->available);
44 u_strncpy(output->str + (output->len - output->available), str, size);
45 output->available -= size;
59 resultLen = ufmt_min(resultLen, output->available);
64 int32_t outputPos = output->len - output->available;
66 if (paddingLeft + resultLen > output->available) {
67 paddingLeft = output->available - resultLen;
71 /* paddingLeft = output->available - resultLen;*/
79 output->available
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/bind/tuple/test/
H A DTupleFormatTest.java77 assertEquals(in.available(), buffer.getSize());
88 assertEquals(0, in.available());
104 assertEquals(0, in.available());
115 assertEquals(0, in.available());
127 assertEquals(0, in.available());
131 assertEquals(0, in.available());
147 assertEquals(0, in.available());
158 assertEquals(0, in.available());
168 assertEquals(0, in.available());
176 assertEquals(2, in.available());
[all...]
/macosx-10.10.1/CPANInternal-159.1/IO-KQueue-0.34/
H A DMakefile.PL14 No kqueue() available on this platform.
/macosx-10.10.1/vim-55/runtime/spell/
H A Dcheck_locales.vim1 " Script to check if all the locales used in spell files are available.
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/java/CyrusSasl/
H A DSaslInputStream.java30 public synchronized int available() throws IOException method in class:SaslInputStream
32 int ina = in.available();
66 int len=in.available();
/macosx-10.10.1/vim-55/runtime/tutor/
H A Dtutor.vim58 " The japanese tutor is available in two encodings, guess which one to use
68 " The korean tutor is available in two encodings, guess which one to use
75 " The Chinese tutor is available in two encodings, guess which one to use
86 " The Polish tutor is available in two encodings, guess which one to use.
93 " The Turkish tutor is available in two encodings, guess which one to use
100 " The Greek tutor is available in three encodings, guess what to use.
112 " The Slovak tutor is available in three encodings, guess which one to use
119 " The Czech tutor is available in three encodings, guess which one to use
126 " The Russian tutor is available in three encodings, guess which one to use.
135 " The Hungarian tutor is available i
[all...]
/macosx-10.10.1/CPANInternal-159.1/Graph-0.94/lib/Graph/
H A DDirected.pm28 For the available methods, see L<Graph>.
H A DUndirected.pm28 For the available methods, see L<Graph>.
/macosx-10.10.1/CPANInternal-159.1/Graph-0.96/lib/Graph/
H A DDirected.pm28 For the available methods, see L<Graph>.
H A DUndirected.pm28 For the available methods, see L<Graph>.
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DMath.pm102 C<Template::Plugin::Math> makes available the following functions from
134 functions are also available:
214 If the L<Math::TrulyRandom> module is available, and you've got the time
215 to wait, the C<truly_random_number> method is available:
/macosx-10.10.1/apr-32/apr/apr/file_io/unix/
H A Dflock.c79 #error No file locking mechanism is available.
116 #error No file locking mechanism is available.
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DLinkConfiguration.c101 int *available)
137 if (available != NULL) *available = ifr.ifr_reqcap;
147 if (available != NULL) *available = 0;
273 // if capability not available
334 // if capability not available
691 CFArrayRef *available,
716 if (available != NULL) {
742 *available
99 __getCapabilities(CFStringRef interfaceName, int *current, int *available) argument
688 SCNetworkInterfaceCopyMediaOptions(SCNetworkInterfaceRef interface, CFDictionaryRef *current, CFDictionaryRef *active, CFArrayRef *available, Boolean filter) argument
763 SCNetworkInterfaceCopyMediaSubTypes(CFArrayRef available) argument
807 SCNetworkInterfaceCopyMediaSubTypeOptions(CFArrayRef available, CFStringRef subType) argument
1124 CFArrayRef available = NULL; local
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/
H A Ddependency_installer.rb90 @available = nil
113 @available = find_gems_with_sources dep
116 @available.pick_best!
186 specs = @available.all_specs
258 @available << results
311 @available = set
324 # If c-1.a depends on b-1 and a-1.a and there is a gem b-1.a available then
346 source = @available.source_for spec
/macosx-10.10.1/curl-83.1.2/curl/tests/libtest/
H A Dlib552.c12 * are also available at http://curl.haxx.se/docs/copyright.html.
129 size_t available = sizeof(databuf) - current_offset; /* What we have to give */ local
130 size_t given = amount < available ? amount : available; /* What is given */
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/build/
H A Dlib-shared.mk11 ## A copy of this license is available in the file LICENSE in the

Completed in 502 milliseconds

1234567891011>>