Searched refs:complete (Results 251 - 275 of 527) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dnsec3.c1677 isc_boolean_t complete, isc_boolean_t *answer)
1679 return (dns_nsec3_activex(db, version, complete, 0, answer));
1684 isc_boolean_t complete, dns_rdatatype_t privatetype,
1733 if (privatetype == 0 || complete) {
1762 if (!complete && CREATE(nsec3param.flags))
1676 dns_nsec3_active(dns_db_t *db, dns_dbversion_t *version, isc_boolean_t complete, isc_boolean_t *answer) argument
1683 dns_nsec3_activex(dns_db_t *db, dns_dbversion_t *version, isc_boolean_t complete, dns_rdatatype_t privatetype, isc_boolean_t *answer) argument
/macosx-10.10/JavaScriptCore-7600.1.17/parser/
H A DParser.cpp1715 template <class TreeBuilder> TreeProperty Parser<LexerType>::parseProperty(TreeBuilder& context, bool complete) argument
1725 if (complete || (wasIdent && (*ident == m_vm->propertyNames->get || *ident == m_vm->propertyNames->set)))
1734 return context.createProperty(ident, node, PropertyNode::Constant, complete);
1769 return context.createGetterOrSetterProperty(location, type, complete, stringPropertyName, parameters, body, openBraceOffset, closeBraceOffset, bodyStartLine, m_lastTokenEndPosition.line, bodyStartColumn);
1770 return context.createGetterOrSetterProperty(const_cast<VM*>(m_vm), location, type, complete, numericPropertyName, parameters, body, openBraceOffset, closeBraceOffset, bodyStartLine, m_lastTokenEndPosition.line, bodyStartColumn);
1778 return context.createProperty(const_cast<VM*>(m_vm), propertyName, node, PropertyNode::Constant, complete);
1789 return context.createProperty(const_cast<VM*>(m_vm), propertyName, node, PropertyNode::Constant, complete);
/macosx-10.10/vim-55/runtime/autoload/
H A Dcsscomplete.vim32 " 5. if @ complete at-rule
33 " 6. if ! complete important
322 " trying to complete pseudo-(class|element)
H A Dxmlcomplete.vim257 " Abandon when data file isn't complete
358 " Abandon when data file isn't complete
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIODMACommand.cpp247 complete();
300 complete();
786 IODMACommand::complete(bool invalidateCache, bool synchronize) function in class:IODMACommand
/macosx-10.10/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/Perl4/
H A DCoreLibs.pm69 =item complete.pl
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DPlugins.pm439 Please see L<Template::Manual::Plugins> For a complete list of all the plugin
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dislamcal.cpp807 ((IslamicCalendar*)this)->complete(status); // cast away const
H A Dgregocal.cpp695 complete(status);
1244 ((GregorianCalendar*)this)->complete(status); // cast away const
/macosx-10.10/IOBDStorageFamily-14/
H A DIOBDMediaBSDClient.cpp226 buffer->complete(); // (complete the buffer)
/macosx-10.10/IODVDStorageFamily-35/
H A DIODVDMediaBSDClient.cpp224 buffer->complete(); // (complete the buffer)
/macosx-10.10/PowerManagement-494.1.2/pmconfigd/
H A DPMConnection.c2529 bool complete = true; local
2557 complete = false;
2620 if ( !complete || BIT_IS_SET(wrangler->notificationType, kIOPMSystemCapabilityCPU))
2670 return complete;
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/inc/Test/
H A DSimple.pm108 This module is by no means trying to be a complete testing system.
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLImageElement.cpp258 // Insert needs to complete first, before we start updating the loader. Loader dispatches events which could result
415 bool HTMLImageElement::complete() const function in class:WebCore::HTMLImageElement
/macosx-10.10/emacs-93/emacs/leim/quail/
H A Dtibetan.el441 I'll complete in a future revision.
/macosx-10.10/emacs-93/emacs/lisp/eshell/
H A Desh-var.el136 (defcustom eshell-complete-export-definition t
226 'eshell-complete-variable-reference nil t)
228 'eshell-complete-variable-assignment nil t)))
312 (if eshell-complete-export-definition
609 (defun eshell-complete-variable-reference ()
610 "If there is a variable reference, complete it."
642 (defun eshell-complete-variable-assignment ()
/macosx-10.10/ruby-106/ruby/lib/rdoc/
H A Drdoc.rb489 @store.complete @options.visibility
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/grammar_fa/
H A Dfa.tcl82 method complete {{sink {}}} {op::complete $self $sink}
742 complete {
743 # The FA is complete if Trans(State, Sym) != {} for all
745 # Without symbols the FA is deemed complete. Note:
792 return -code error "Expected complete, deterministic, epsilon-free, or useful, got \"$cmd\""
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/textutil/
H A Dexpander.tcl23 # 10/31/01: V0.9 code is complete.
24 # 11/23/01: Added "evalcmd"; V1.0 code is complete.
935 if {[info complete "puts \[$strippedMacro\]"]} {
/macosx-10.10/dyld-353.2.1/include/
H A Dobjc-shared-cache.h896 static int inittab(bstuff *tabb, ub4 blen, key *keys, ub4 nkeys, int complete) argument
900 // int complete; /* TRUE means to complete init despite collisions */
919 if (!complete)
/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAIDMirrorSet.cpp219 // clear the timeout once the set is complete
424 // Return an underrun error if the byte count is not complete.
487 IOStorage::complete(&storageRequest->srClientsCompletion, status, byteCount);
546 IOStorage::complete(&completion, kIOReturnIOError, 0);
927 IOLog("AppleRAIDMirrorSet::rebuild complete for set \"%s\" (%s).\n", getSetNameString(), getUUIDString());
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/
H A DMakefile.PL197 Configuration complete. You should now run '$MAKE', '$MAKE test' and
/macosx-10.10/Heimdal-398.1.2/kpasswd/
H A Dkpasswdd.c636 heim_ipc_complete complete,
658 complete(cctx, ret, &out_data);
634 passwd_service(void *ctx, const heim_idata *req, const heim_icred cred, heim_ipc_complete complete, heim_sipc_call cctx) argument
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DFixDecompsNotes.txt81 optional list of additional characters that need to be matched for a complete
/macosx-10.10/ruby-106/ruby/lib/rdoc/ri/
H A Ddriver.rb711 def complete name method in class:ancestors_of.classes_and_includes_and_extends_for
725 completions << klass if classes.key? klass # to complete a method name
1059 Readline.completion_proc = method :complete

Completed in 218 milliseconds

<<11121314151617181920>>