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

1234567891011>>

/macosx-10.10/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/WebCore-7600.1.25/Modules/airplay/
H A DWebKitPlaybackTargetAvailabilityEvent.cpp33 static const AtomicString& stringForPlaybackTargetAvailability(bool available) argument
35 DEPRECATED_DEFINE_STATIC_LOCAL(AtomicString, availableString, ("available", AtomicString::ConstructFromLiteral));
36 DEPRECATED_DEFINE_STATIC_LOCAL(AtomicString, notAvailableString, ("not-available", AtomicString::ConstructFromLiteral));
38 return available ? availableString : notAvailableString;
45 WebKitPlaybackTargetAvailabilityEvent::WebKitPlaybackTargetAvailabilityEvent(const AtomicString& eventType, bool available) argument
47 , m_availability(stringForPlaybackTargetAvailability(available))
H A DWebKitPlaybackTargetAvailabilityEvent.h53 static PassRefPtr<WebKitPlaybackTargetAvailabilityEvent> create(const AtomicString& eventType, bool available) argument
55 return adoptRef(new WebKitPlaybackTargetAvailabilityEvent(eventType, available));
69 explicit WebKitPlaybackTargetAvailabilityEvent(const AtomicString& eventType, bool available);
/macosx-10.10/libdispatch-442.1.4/src/shims/
H A Dgetprogname.h32 # error getprogname(3) is not available on this platform
/macosx-10.10/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/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/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/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/WebCore-7600.1.25/platform/graphics/ca/win/
H A DCACFLayerTreeHost.cpp62 static bool available; local
66 return available;
70 // Initialize available to true since this function will be called from a
73 available = true;
77 available = false;
78 return available;
88 available = false;
89 return available;
98 available = false;
99 return available;
[all...]
/macosx-10.10/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/WebCore-7600.1.25/rendering/
H A DAutoTableLayout.cpp483 int available = tableLogicalWidth; local
511 available -= cellLogicalWidth;
540 if (available > 0 && havePercent) {
545 available += m_layoutStruct[i].computedLogicalWidth - cellLogicalWidth;
560 available += cellLogicalWidth - newLogicalWidth;
568 if (available > 0) {
572 available += m_layoutStruct[i].computedLogicalWidth - logicalWidth.value();
579 if (available > 0) {
585 available += m_layoutStruct[i].computedLogicalWidth - cellLogicalWidth;
592 if (available >
[all...]
/macosx-10.10/CPANInternal-159.1/IO-KQueue-0.34/
H A DMakefile.PL14 No kqueue() available on this platform.
/macosx-10.10/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/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/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/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/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/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/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.

Completed in 224 milliseconds

1234567891011>>