Searched defs:append (Results 1 - 25 of 260) sorted by relevance

1234567891011

/macosx-10.10/BerkeleyDB-21/db/clib/
H A Dstrcat.c46 strcat(char *s, const char *append) argument
/macosx-10.10/ruby-106/ruby/lib/rdoc/rd/
H A Dinline.rb49 def append more method in class:RDoc
/macosx-10.10/ICU-531.30/icuSources/layout/
H A DLEInsertionList.h171 le_bool append; member in class:LEInsertionList
/macosx-10.10/Libc-1044.1.2/secure/
H A Dstrcat_chk.c30 __strcat_chk (char *__restrict dest, const char *__restrict append, argument
H A Dstrncat_chk.c29 __strncat_chk (char *restrict dest, const char *restrict append, argument
/macosx-10.10/WebCore-7600.1.25/platform/
H A DKillRingNone.cpp31 void KillRing::append(const String&) function in class:WebCore::KillRing
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGMinifiedGraph.h48 void append(const MinifiedNode& node) function in class:JSC::DFG::MinifiedGraph
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/
H A DInspectorAgentRegistry.cpp40 void InspectorAgentRegistry::append(std::unique_ptr<InspectorAgentBase> agent) function in class:Inspector::InspectorAgentRegistry
H A DScriptCallStack.cpp87 void ScriptCallStack::append(const ScriptCallFrame& frame) function in class:Inspector::ScriptCallStack
/macosx-10.10/WebCore-7600.1.25/dom/
H A DRawDataDocumentParser.h59 virtual void append(PassRefPtr<StringImpl>) function in class:WebCore::RawDataDocumentParser
H A DTouchList.h51 void append(const PassRefPtr<Touch> touch) { m_values.append(touch); } function in class:WebCore::TouchList
H A DDOMStringList.h47 void append(const String& string) { m_strings.append(string); } function in class:WebCore::DOMStringList
/macosx-10.10/WebCore-7600.1.25/html/
H A DDOMFormData.cpp57 void DOMFormData::append(const String& name, const String& value) function in class:WebCore::DOMFormData
63 void DOMFormData::append(const String& name, Blob* blob, const String& filename) function in class:WebCore::DOMFormData
/macosx-10.10/WebCore-7600.1.25/html/parser/
H A DTextDocumentParser.cpp45 void TextDocumentParser::append(PassRefPtr<StringImpl> text) function in class:WebCore::TextDocumentParser
/macosx-10.10/WebCore-7600.1.25/platform/graphics/gstreamer/
H A DSourceBufferPrivateGStreamer.cpp49 void SourceBufferPrivateGStreamer::append(const unsigned char* data, unsigned length) function in class:WebCore::SourceBufferPrivateGStreamer
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tk/
H A Dclipboard.rb47 def self.append(data, keys=nil) singleton method in class:TkClipboard
71 def append(data, keys=nil) method in class:TkClipboard
/macosx-10.10/ruby-106/ruby/lib/rake/
H A Dinvocation_chain.rb16 def append(value) method in class:Rake.InvocationChain
27 def self.append(value, chain) singleton method in class:Rake.InvocationChain
41 def append(value) method in class:Rake.InvocationChain.EmptyInvocationChain
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/queue/
H A Dds.h23 Tcl_Obj* append; /* List object holding new elements */ member in struct:Q
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/util/
H A DErrorBuffer.java12 public void append(String msg) { method in class:ErrorBuffer
/macosx-10.10/JavaScriptCore-7600.1.17/replay/
H A DEncodedValue.cpp186 void EncodedValue::append<EncodedValue>(const typename EncodingTraits<EncodedValue>::DecodedType& value) function in class:JSC::EncodedValue
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DJSStringJoiner.h63 inline void JSStringJoiner::append(const String& str) function in class:JSC::JSStringJoiner
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/antlr/
H A DCircularQueue.hpp79 inline void append(const T& t) function in class:antlr::CircularQueue
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSDOMFormDataCustom.cpp60 JSValue JSDOMFormData::append(ExecState* exec) function in class:WebCore::JSDOMFormData
/macosx-10.10/WebCore-7600.1.25/css/
H A DSourceSizeList.h53 void append(std::unique_ptr<SourceSize> sourceSize) function in class:WebCore::SourceSizeList
/macosx-10.10/WebCore-7600.1.25/fileapi/
H A DFileList.h63 void append(PassRefPtr<File> file) { m_files.append(file); } function in class:WebCore::FileList

Completed in 202 milliseconds

1234567891011