Searched refs:target (Results 201 - 225 of 2227) sorted by relevance

1234567891011>>

/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGStaticExecutionCountEstimationPhase.cpp77 applyCounts(data->cases[i].target);
91 void applyCounts(BranchTarget& target) argument
93 target.count = target.block->executionCount;
/macosx-10.10/OpenSSH-189/openssh/
H A Duuencode.c38 * to 'target' of size 'targsize'. Will always nul-terminate 'target'.
39 * Returns the number of bytes stored in 'target' or -1 on error (inc.
44 char *target, size_t targsize)
46 return __b64_ntop(src, srclength, target, targsize);
50 * Decode base64-encoded 'src' into buffer 'target' of 'targsize' bytes.
52 * stored in 'target' or -1 on error (inc. targsize too small).
55 uudecode(const char *src, u_char *target, size_t targsize) argument
69 len = __b64_pton(encoded, target, targsize);
43 uuencode(const u_char *src, u_int srclength, char *target, size_t targsize) argument
/macosx-10.10/WebCore-7600.1.25/bindings/gobject/
H A DGObjectEventListener.cpp30 GObjectEventListener::GObjectEventListener(GObject* target, EventTarget* coreTarget, const char* domEventName, GClosure* handler, bool capture) argument
32 , m_target(target)
58 EventTarget* target = m_coreTarget; local
60 target->removeEventListener(m_domEventName.data(), this, m_capture);
H A DGObjectEventListener.h36 static bool addEventListener(GObject* target, EventTarget* coreTarget, const char* domEventName, GClosure* handler, bool useCapture) argument
38 RefPtr<GObjectEventListener> listener(adoptRef(new GObjectEventListener(target, coreTarget, domEventName, handler, useCapture)));
42 static bool removeEventListener(GObject* target, EventTarget* coreTarget, const char* domEventName, GClosure* handler, bool useCapture) argument
44 GObjectEventListener key(target, coreTarget, domEventName, handler, useCapture);
/macosx-10.10/WebCore-7600.1.25/dom/
H A DMutationRecord.h50 static PassRefPtr<MutationRecord> createChildList(ContainerNode& target, PassRefPtr<NodeList> added, PassRefPtr<NodeList> removed, PassRefPtr<Node> previousSibling, PassRefPtr<Node> nextSibling);
51 static PassRefPtr<MutationRecord> createAttributes(Element& target, const QualifiedName&, const AtomicString& oldValue);
52 static PassRefPtr<MutationRecord> createCharacterData(CharacterData& target, const String& oldValue);
59 virtual Node* target() = 0;
/macosx-10.10/WebCore-7600.1.25/page/efl/
H A DEventHandlerEfl.cpp65 RenderObject* target = event.targetNode() ? event.targetNode()->renderer() : 0; local
67 if (!target || !target->isWidget())
70 return passMouseDownEventToWidget(static_cast<RenderWidget*>(target)->widget());
/macosx-10.10/WebCore-7600.1.25/page/gtk/
H A DEventHandlerGtk.cpp64 RenderObject* target = event.targetNode() ? event.targetNode()->renderer() : 0; local
65 if (!target || !target->isWidget())
67 return passMouseDownEventToWidget(toRenderWidget(target)->widget());
/macosx-10.10/WebCore-7600.1.25/platform/ios/
H A DTileControllerMemoryHandlerIOS.h41 void trimUnparentedTilesToTarget(int target);
/macosx-10.10/WebCore-7600.1.25/platform/leveldb/
H A DLevelDBIterator.h40 virtual void seek(const LevelDBSlice& target) = 0;
/macosx-10.10/bind9-45.101/bind9/lib/dns/include/dns/
H A Dcert.h49 dns_cert_totext(dns_cert_t cert, isc_buffer_t *target);
51 * Put a textual representation of certificate type 'cert' into 'target'.
56 *\li 'target' is a valid text buffer.
60 * The used space in 'target' is updated.
64 *\li #ISC_R_NOSPACE target buffer is too small
H A Drdataclass.h47 dns_rdataclass_totext(dns_rdataclass_t rdclass, isc_buffer_t *target);
49 * Put a textual representation of class 'rdclass' into 'target'.
54 *\li 'target' is a valid text buffer.
58 *\li The used space in 'target' is updated.
62 *\li #ISC_R_NOSPACE target buffer is too small
H A Drdatatype.h47 dns_rdatatype_totext(dns_rdatatype_t type, isc_buffer_t *target);
49 * Put a textual representation of type 'type' into 'target'.
54 *\li 'target' is a valid text buffer.
58 *\li The used space in 'target' is updated.
62 *\li #ISC_R_NOSPACE target buffer is too small
H A Drootns.h33 const char *filename, dns_db_t **target);
H A Dsecalg.h50 dns_secalg_totext(dns_secalg_t secalg, isc_buffer_t *target);
53 * into 'target'.
58 *\li 'target' is a valid text buffer.
62 *\li The used space in 'target' is updated.
66 *\li ISC_R_NOSPACE target buffer is too small
H A Dsecproto.h50 dns_secproto_totext(dns_secproto_t secproto, isc_buffer_t *target);
53 * into 'target'.
58 *\li 'target' is a valid text buffer.
62 * \li The used space in 'target' is updated.
66 *\li ISC_R_NOSPACE target buffer is too small
H A Dttl.h40 isc_buffer_t *target);
44 * The text representation is appended to 'target'.
/macosx-10.10/bind9-45.101/bind9/lib/dns/rdata/generic/
H A Dsshfp_44.c46 RETERR(uint8_tobuffer(token.value.as_ulong, target));
55 RETERR(uint8_tobuffer(token.value.as_ulong, target));
61 return (isc_hex_tobuffer(lexer, target, -1));
83 RETERR(str_totext(buf, target));
91 RETERR(str_totext(buf, target));
97 RETERR(str_totext(" (", target));
98 RETERR(str_totext(tctx->linebreak, target));
99 RETERR(isc_hex_totext(&sr, tctx->width - 2, tctx->linebreak, target));
101 RETERR(str_totext(" )", target));
121 return (mem_tobuffer(target, s
[all...]
/macosx-10.10/dtrace-147/test/tst/common/pid/
H A Dtst.dlopen.ksh12 pid\$target:a.out:waiting:entry
19 pid\$target::pcre_config:entry
/macosx-10.10/dtrace-147/test/tst/common/proc/
H A Dtst.signal.ksh46 target = args[1]->pr_pid;
50 /target == pid && args[0] == SIGUSR1/
64 target = args[1]->pr_pid;
68 /target == pid && args[0] == SIGUSR1/
/macosx-10.10/llvmCore-3425.0.34/bindings/ocaml/
H A DMakefile11 DIRS = llvm bitreader bitwriter analysis target executionengine transforms
/macosx-10.10/mDNSResponder-561.1.1/
H A DMakefile10 # B&I builds must respect the following target:
29 cd "$(SRCROOT)/mDNSMacOSX"; xcodebuild install OBJROOT=$(OBJROOT) SYMROOT=$(SYMROOT) DSTROOT=$(DSTROOT) MVERS=$(MVERS) SDKROOT=$(SDKROOT) -target Build\ Some $(VER)
32 cd "$(SRCROOT)/mDNSMacOSX"; xcodebuild install OBJROOT=$(OBJROOT) SYMROOT=$(SYMROOT) DSTROOT=$(DSTROOT) MVERS=$(MVERS) SDKROOT=$(SDKROOT) -target SystemLibraries $(VER)
43 cd "$(SRCROOT)/mDNSMacOSX"; xcodebuild installhdrs OBJROOT=$(OBJROOT) SYMROOT=$(SYMROOT) DSTROOT=$(DSTROOT) MVERS=$(MVERS) SDKROOT=$(SDKROOT) -target SystemLibraries $(VER)
46 cd "$(SRCROOT)/mDNSMacOSX"; xcodebuild install OBJROOT=$(OBJROOT) SYMROOT=$(SYMROOT) DSTROOT=$(DSTROOT) MVERS=$(MVERS) SDKROOT=$(SDKROOT) -target libjdns_sd.jnilib $(VER)
/macosx-10.10/ntp-92/scripts/rc2/
H A Dlocal.ntpd47 my ($target) = @_;
48 my ($qt) = quotemeta($target);
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/unix/tools/
H A Dbuildutil.tcl41 # Copy the specified file and change the ownership. If target is a directory,
42 # then the file is copied to it, otherwise target is a new file name.
47 proc CopyFile {sourceFile target} {
53 if {[file isdirectory $target]} {
54 set targetFile [file join $target [file tail $sourceFile]]
56 set targetFile $target
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOInterruptAccountingPrivate.h50 * will contain interrupt specifiers), an IOInterruptEventSource (if we add other interrupt target
62 * interrupt handlers. We have no guarantees what the handler or the target may be; if you don't
160 #define IA_ADD_VALUE(target, value) \
161 (*(target) += (value))
163 #define IA_ADD_VALUE(target, value) \
164 (OSAddAtomic64((value), (target)))
H A DIOInterrupts.h55 typedef void (*IOInterruptHandler)(void *target, void *refCon,

Completed in 167 milliseconds

1234567891011>>