Searched refs:whole (Results 51 - 75 of 179) sorted by relevance

12345678

/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DConstants.pm30 Unless this parameter is set to 1, outgoing Content-Type headers will include specification of the character set used in encoding the message itself. Not all endpoints (client or server) may be able to properly deal with that data on the content header, however. If dealing with an endpoint that expects to do a more literal examination of the header as whole (as opposed to fully parsing it), this parameter may prove useful.
/macosx-10.9.5/IOAudioFamily-197.4.2/
H A DIOAudioEngine.cpp319 num = OSNumber::withNumber(sampleRate->whole, sizeof(UInt32)*8);
355 rate->whole = num->unsigned32BitValue();
395 sampleRate.whole = 0;
1923 if ((newSampleRate->whole != sampleRate.whole) || (newSampleRate->fraction != sampleRate.fraction)) {
2003 if ((getNumSampleFramesPerBuffer() == 0) || (currentRate && (currentRate->whole == 0))) {
2006 nanoseconds_to_absolutetime(((UInt64)NSEC_PER_SEC * (UInt64)getNumSampleFramesPerBuffer() / (UInt64)currentRate->whole), &interval);
2028 nanoseconds_to_absolutetime(((UInt64)NSEC_PER_SEC * (UInt64)getNumSampleFramesPerBuffer() / (UInt64)currentRate->whole / (UInt64)numErasesPerBuffer), &interval);
H A DIOAudioStream.cpp111 #define CMPSAMPLERATE(left, right) ((left.whole < right->whole) ? -1 : (left.whole == right->whole) ? (left.fraction < right->fraction) ? -1 : 0 : 1)
148 if (0 != sampleRate->whole) {
260 if (newSampleRate && (newSampleRate->whole == currentSampleRate->whole) && (newSampleRate->fraction == currentSampleRate->fraction)) {
H A DIOAudioTypes.h308 UInt32 whole; member in struct:_IOAudioSampleRate
/macosx-10.9.5/tcl-102/tcl_ext/memchan/memchan/tools/rules/
H A Dmanpage.api.spec28 The commands "see_also" and "keywords" define whole sections named
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/tools/rules/
H A Dmanpage.api.spec28 The commands "see_also" and "keywords" define whole sections named
/macosx-10.9.5/vim-53/runtime/syntax/
H A Ddylan.vim64 " These appear at the top of files (usually). I like to highlight the whole line
/macosx-10.9.5/CPANInternal-140/Net-DNS/lib/Net/DNS/RR/
H A DTXT.pm149 separately. The easiest way to do so is to include the whole argument
/macosx-10.9.5/CPANInternal-140/Readonly/
H A DReadonly.pm534 to tag the whole structure as nonmodifiable, or just the top level.
598 marking the whole thing as Readonly. Usually, this is what you want.
615 marking the whole thing as Readonly. Usually, this is what you want.
638 structure, marking the whole thing as Readonly. Usually, this is what
656 neater, if you're initializing a whole bunch of constants at once.
/macosx-10.9.5/CPANInternal-140/Readonly-1.03/
H A DReadonly.pm534 to tag the whole structure as nonmodifiable, or just the top level.
598 marking the whole thing as Readonly. Usually, this is what you want.
615 marking the whole thing as Readonly. Usually, this is what you want.
638 structure, marking the whole thing as Readonly. Usually, this is what
656 neater, if you're initializing a whole bunch of constants at once.
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dtoolbar.rb30 whole toolbar into a separate toplevel widget. When the dragged-off \
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dgzip.vim72 " when filtering the whole buffer, it will become empty
132 " When uncompressed the whole buffer, do autocommands
/macosx-10.9.5/IOStorageFamily-172/
H A DIOMediaBSDClient.cpp64 #define kMsgNoWhole "%s: No whole media found for media \"%s\".\n", getName()
403 // Find the whole media that roots this media tree. A null return value
404 // indicates no whole media was found or a malformed tree was detected.
423 // Search the registry for the parent whole media for this media.
429 if ( ((IOMedia *)service)->isWhole() ) // (is it a whole media?)
447 return (IOMedia *)service; // (return the whole media)
450 // Determine whether this non-whole media has a location value. It
451 // must, by definition of a non-whole media, but if it does not, we
456 if ( location == 0 ) // (no location on non-whole media?)
462 // Otherwise, it's a valid non-whole medi
507 IOMedia * whole; local
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dxterm.c3687 is over. Set *X and *Y to the portion and whole of the mouse's
4067 amount to scroll of a whole of WHOLE. */
4070 x_send_scroll_bar_event (window, part, portion, whole)
4072 int part, portion, whole;
4114 ev->data.l[4] = (long) whole;
4183 int part = -1, whole = 0, portion = 0;
4226 whole = XM_SB_MAX - slider_size;
4227 portion = min (cs->value, whole);
4241 x_send_scroll_bar_event (bar->window, part, portion, whole);
4262 int part = -1, whole
4165 int part = -1, whole = 0, portion = 0; local
4244 int part = -1, whole = 0, portion = 0; local
4315 int whole, portion, height; local
[all...]
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy/lib/HTTP/Proxy/
H A DBodyFilter.pm173 which need to have the whole message body to work. It's enabled simply by
214 This filter stores the whole message body in memory, thus allowing
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy-0.25/lib/HTTP/Proxy/
H A DBodyFilter.pm173 which need to have the whole message body to work. It's enabled simply by
214 This filter stores the whole message body in memory, thus allowing
/macosx-10.9.5/vim-53/runtime/indent/
H A Derlang.vim21 " The function go through the whole line, analyses it and sets the indentation
H A Dpascal.vim115 " whole if-then statement was on one line.
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy/lib/HTTP/Proxy/BodyFilter/
H A Dhtmlparser.pm61 With a read-write filter, you B<must> recreate the whole body data. This
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy-0.25/lib/HTTP/Proxy/BodyFilter/
H A Dhtmlparser.pm61 With a read-write filter, you B<must> recreate the whole body data. This
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/SOAP/
H A DConstants.pm152 Unless this parameter is set to 1, outgoing Content-Type headers will include specification of the character set used in encoding the message itself. Not all endpoints (client or server) may be able to properly deal with that data on the content header, however. If dealing with an endpoint that expects to do a more literal examination of the header as whole (as opposed to fully parsing it), this parameter may prove useful.
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/SOAP/
H A DConstants.pm153 Unless this parameter is set to 1, outgoing Content-Type headers will include specification of the character set used in encoding the message itself. Not all endpoints (client or server) may be able to properly deal with that data on the content header, however. If dealing with an endpoint that expects to do a more literal examination of the header as whole (as opposed to fully parsing it), this parameter may prove useful.
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/collationperf/
H A DCollPerf.pl174 names vary according to language. Each Collation operation over the whole list
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_cparam_config_critcl.tcl171 * Release the whole PARSER
/macosx-10.9.5/top-89.1.2/
H A Dglobalstats.c296 unsigned long long *whole, unsigned long long *part) {
297 *whole = 100ULL * ticks / totalticks;
298 *part = (((100ULL * ticks) - (*whole * totalticks)) * 100ULL)
295 cpu_percent(unsigned long long ticks, unsigned long long totalticks, unsigned long long *whole, unsigned long long *part) argument

Completed in 220 milliseconds

12345678