Searched refs:iq (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DWKCAImageQueue.cpp43 static CAImageQueueRef WKCAImageQueueRetain(CAImageQueueRef iq) argument
45 if (iq)
46 return (CAImageQueueRef)CFRetain(iq);
50 static void WKCAImageQueueRelease(CAImageQueueRef iq) argument
52 if (iq)
53 CFRelease(iq);
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/Transport/
H A DJABBER.pm137 my $iq = new Net::Jabber::IQ();
138 $iq->SetIQ(
142 my $query = $iq->NewQuery($NAMESPACE);
147 my $iq_rcvd = $self->SendAndReceiveWithID($iq);
194 iq => sub {
196 my $iq = new Net::Jabber::IQ(@_);
198 my($query) = $iq->GetQuery($NAMESPACE); # expect only one
204 my $reply = $iq->Reply;
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/SOAP/Transport/
H A DJABBER.pm137 my $iq = new Net::Jabber::IQ();
138 $iq->SetIQ(
142 my $query = $iq->NewQuery($NAMESPACE);
147 my $iq_rcvd = $self->SendAndReceiveWithID($iq);
194 iq => sub {
196 my $iq = new Net::Jabber::IQ(@_);
198 my($query) = $iq->GetQuery($NAMESPACE); # expect only one
204 my $reply = $iq->Reply;
/macosx-10.9.5/xnu-2422.115.4/tools/tests/
H A DMakefile12 Embedded?=$(shell echo $(SDKROOT) | grep -iq iphoneos && echo YES || echo NO)
/macosx-10.9.5/xnu-2422.115.4/tools/tests/superpages/
H A DMakefile5 Embedded?=$(shell echo $(SDKROOT) | grep -iq iphoneos && echo YES || echo NO)
/macosx-10.9.5/xnu-2422.115.4/tools/tests/zero-to-n/
H A DMakefile5 Embedded?=$(shell echo $(SDKROOT) | grep -iq iphoneos && echo YES || echo NO)
/macosx-10.9.5/efax-36/efax/
H A Defaxos.h45 unsigned char *ip, *iq ; member in struct:tfilestruct
60 #define tgetc(f,t) ( (f)->ip >= (f)->iq && tundrflw(f,t) == EOF ? EOF : \
H A Defaxos.c323 f->iq = ( f->ip = f->ibuf ) + ( n > 0 ? n : 0 ) ;
485 f->ip = f->iq = f->ibuf ;
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Ddatefield.itk53 itk_option define -iq iq Iq high
218 # OPTION: -iq
222 # Valid settings include high, average, and low. With a high iq,
227 # With average iq, the month is limited to the values of 01-12, but
228 # it is possible to type in an invalid day. A setting of low iq
230 # date entry. With both average and low iq levels, it is assumed
234 itcl::configbody iwidgets::Datefield::iq {
235 switch $itk_option(-iq) {
239 error "bad iq optio
[all...]
H A Dtimefield.itk61 itk_option define -iq iq Iq high
233 # OPTION: -iq
237 # Valid settings include high or low. With a high iq,
242 # A setting of low iq instructs the widget to do no validity checking
243 # at all during time entry. With a low iq level, it is assumed that
247 itcl::configbody iwidgets::Timefield::iq {
249 switch $itk_option(-iq) {
254 error "bad iq option \"$itk_option(-iq)\"
[all...]
/macosx-10.9.5/xnu-2422.115.4/tools/tests/affinity/
H A DMakefile5 Embedded?=$(shell echo $(SDKROOT) | grep -iq iphoneos && echo YES || echo NO)
/macosx-10.9.5/xnu-2422.115.4/tools/tests/jitter/
H A DMakefile5 Embedded?=$(shell echo $(SDKROOT) | grep -iq iphoneos && echo YES || echo NO)
/macosx-10.9.5/xnu-2422.115.4/tools/tests/kqueue_tests/
H A DMakefile5 Embedded?=$(shell echo $(SDKROOT) | grep -iq iphoneos && echo YES || echo NO)
/macosx-10.9.5/xnu-2422.115.4/tools/tests/memorystatus/
H A DMakefile20 Embedded?=$(shell echo $(SDKROOT) | grep -iq iphoneos && echo YES || echo NO)
/macosx-10.9.5/xnu-2422.115.4/tools/tests/perf_index/
H A DMakefile2 Embedded?=$(shell echo $(SDKROOT) | grep -iq iphoneos && echo YES || echo NO)
/macosx-10.9.5/xnu-2422.115.4/tools/tests/MPMMTest/
H A DMakefile5 Embedded?=$(shell echo $(SDKROOT) | grep -iq iphoneos && echo YES || echo NO)
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Drbt_pars.cpp458 int32_t iq = rule.indexOf(QUOTE, pos); local
459 if (iq == pos) {
471 if (iq < 0) {
475 rule.extractBetween(pos, iq, scratch);
477 pos = iq+1;
480 iq = rule.indexOf(QUOTE, pos+1);
488 for (iq=quoteStart; iq<quoteLimit; ++iq) {
489 if (!parser.checkVariableRange(buf.charAt(iq))) {
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_pageout.c1217 struct vm_pageout_queue *iq; local
1265 iq = &vm_pageout_queue_internal;
1543 vm_pageout_adjust_io_throttles(iq, eq, TRUE);
1753 } else if (VM_PAGE_Q_THROTTLED(iq) &&
1849 !VM_PAGE_Q_THROTTLED(iq)) {
1881 vm_pageout_adjust_io_throttles(iq, eq, TRUE);
1905 vm_pageout_adjust_io_throttles(iq, eq, FALSE);
1924 iq->pgo_throttled = TRUE;
1929 assert_wait_timeout((event_t) &iq->pgo_laundry, THREAD_INTERRUPTIBLE, msecs, 1000*NSEC_PER_USEC);
1937 iq
3432 vm_pageout_adjust_io_throttles(struct vm_pageout_queue *iq, struct vm_pageout_queue *eq, boolean_t req_lowpriority) argument
[all...]
H A Dvm_resident.c4878 struct vm_pageout_queue *iq; local
4885 iq = &vm_pageout_queue_internal;
4995 if (VM_PAGE_Q_THROTTLED(iq))
4996 tq = iq;
H A Dvm_object.c7982 struct vm_pageout_queue *iq; local
7984 iq = &vm_pageout_queue_internal;
8018 if (VM_PAGE_Q_THROTTLED(iq)) {
8020 iq->pgo_draining = TRUE;
8022 assert_wait((event_t) (&iq->pgo_laundry + 1), THREAD_INTERRUPTIBLE);
/macosx-10.9.5/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dmakefile11 Embedded?=$(shell echo $(SDKROOT) | grep -iq iphoneos && echo YES || echo NO)
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/port/
H A Dlc.tab213 iq iraq ar
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dtestutils.tcl2360 iq -
2606 set names { -iqueue DB_IQUEUE IQUEUE db_iqueue iq iqueue iqam }
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/tcl/
H A Dsdx1260 �q���gAH-�Lc�d]==��6�=J��v�����i���D�/��NQ�M�0���v7��������x��u�UW:���GL������e4��WbN'�i��������pm_��6�����������<!��$ts��1/��������O;?�����Q �~-���N-��U�D�6&3�p���q.��c��C~�AM�����V��]����z�S����Rl 4A.M��.��wx�Cxa�x�����qR��6/�X��(L���_�����W�T37g�U��d�� )@mk`#�a��\�K<%�G,x���s���op ?�`7��������������Z��e E��(�'�=� �����7|P4GiT0� �����c�������e�r���A=~pW�������2�+�?�io2V)��`��is� �Q�����jr&��[���(U|���iq���������2x�:����85����<C�G_��T9�(��� �az8
1327 ��sHRgj��r�6���G� �,N�w���BI��"������1��iq�6�]d<�6'��F����YM��������4:B�,�d�|����� }���>bY�'�%9s��9I��KU8p����i���B_a�5�� !:��)S�C�-��#� u2��H`��|��t7�w�z�%���0s���\� 3� c����'X&P�&�wIl=���<��m+G�+L �� Y���v>e��>��g(� �����������D��S�M���
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dsqlanywhere.vim419 syn keyword sqlKeyword internal intersection into introduced invoker iq is isolation

Completed in 541 milliseconds

12