Searched refs:Source (Results 1 - 25 of 198) sorted by relevance

12345678

/macosx-10.10/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DSource.cpp1 #include "Source.h"
9 Source::Source(CFStringRef sourceObjectName, Transform* destination, CFStringRef destinationName) : function in class:Source
25 Source::~Source()
37 void Source::Activate()
44 void Source::SetValue(CFTypeRef value)
68 Boolean Source::Equal(const CoreFoundationObject* obj)
72 const Source* objSource = (const Source*) ob
[all...]
H A DSource.h10 class Source : public CoreFoundationObject class in inherits:CoreFoundationObject
20 Source(CFStringRef sourceObjectName, Transform* destination, CFStringRef destinationName);
23 virtual ~Source();
H A DSingleShotSource.h4 #include "Source.h"
13 class SingleShotSource : public Source
H A DSingleShotSource.cpp7 CFStringRef gSingleShotSourceName = CFSTR("Single Shot Source");
10 Source(gSingleShotSourceName, t, name)
33 if (Source::Equal(obj))
53 string result = Source::DebugDescription() + ": SingleShotSource ";
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A DStringExtras.cpp5 // This file is distributed under the University of Illinois Open Source
38 std::pair<StringRef, StringRef> llvm::getToken(StringRef Source, argument
41 StringRef::size_type Start = Source.find_first_not_of(Delimiters);
44 StringRef::size_type End = Source.find_first_of(Delimiters, Start);
46 return std::make_pair(Source.slice(Start, End), Source.substr(End));
51 void llvm::SplitString(StringRef Source, argument
54 std::pair<StringRef, StringRef> S = getToken(Source, Delimiters);
/macosx-10.10/vim-55/src/
H A DMake_ivc.mak327 # Begin Source File
330 # End Source File
331 # Begin Source File
334 # End Source File
335 # Begin Source File
338 # End Source File
339 # Begin Source File
342 # End Source File
343 # Begin Source File
346 # End Source Fil
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dstreams.cpp7 * as defined in and that are subject to the Apple Public Source License
36 // Source and Sink abstract superclasses
38 Source::State Source::state() const
43 size_t Source::getSize()
62 Source::State NullSource::state() const
111 Source::State MemorySource::state() const
H A Dstreams.h7 * as defined in and that are subject to the Apple Public Source License
40 // An abstract Source object.
41 // Source can yield data when its produce method is called. Produce can yield
48 // endOfData -> no more data will be produced by this Source
54 class Source { class in namespace:Security
57 virtual ~Source() { }
98 class NullSource : public Source {
111 class FileSource : public Source, public FileDesc {
123 class MemorySource : public Source {
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dstreams.cpp7 * as defined in and that are subject to the Apple Public Source License
36 // Source and Sink abstract superclasses
38 Source::State Source::state() const
43 size_t Source::getSize()
62 Source::State NullSource::state() const
111 Source::State MemorySource::state() const
H A Dstreams.h7 * as defined in and that are subject to the Apple Public Source License
40 // An abstract Source object.
41 // Source can yield data when its produce method is called. Produce can yield
48 // endOfData -> no more data will be produced by this Source
54 class Source { class in namespace:Security
57 virtual ~Source() { }
98 class NullSource : public Source {
111 class FileSource : public Source, public FileDesc {
123 class MemorySource : public Source {
/macosx-10.10/JavaScriptCore-7600.1.17/builtins/
H A DBuiltinExecutables.h50 const SourceCode& name##Source() { return m_##name##Source; }
60 SourceCode m_##name##Source; \
/macosx-10.10/ruby-106/ruby/test/rubygems/
H A Dtest_gem_source_list.rb9 @source = Gem::Source.new(@uri)
18 assert_equal [Gem::Source.new(@uri)], sl.sources
25 assert_kind_of Gem::Source, source
54 sl2 << Gem::Source.new(@uri)
74 assert @sl.include?(Gem::Source.new(@uri)), "source comparison not working"
83 @sl.delete Gem::Source.new(@uri)
/macosx-10.10/WebCore-7600.1.25/
H A Dmove-js-headers.sh4 find ../Source/JavaScriptCore/ -name \*.h -exec cp -f -p {} include/JavaScriptCore/. \;
/macosx-10.10/llvmCore-3425.0.34/lib/Object/
H A DBinary.cpp5 // This file is distributed under the University of Illinois Open Source
31 Binary::Binary(unsigned int Type, MemoryBuffer *Source) argument
33 , Data(Source) {}
43 error_code object::createBinary(MemoryBuffer *Source, argument
45 OwningPtr<MemoryBuffer> scopedSource(Source);
46 if (!Source)
48 if (Source->getBufferSize() < 64)
50 sys::LLVMFileType type = sys::IdentifyFileType(Source->getBufferStart(),
51 static_cast<unsigned>(Source->getBufferSize()));
/macosx-10.10/ruby-106/ruby/lib/rubygems/
H A Dsource_specific_file.rb1 class Gem::Source::SpecificFile < Gem::Source
H A Dsource_list.rb29 Gem::Source.new(obj)
30 when Gem::Source
33 Gem::Source.new(URI.parse(obj))
73 if other.kind_of? Gem::Source
81 if uri.kind_of? Gem::Source
/macosx-10.10/WebCore-7600.1.25/bindings/objc/
H A DDOMInternal.h70 template <class Source>
71 inline id getDOMWrapper(Source impl)
76 template <class Source>
77 inline void addDOMWrapper(NSObject* wrapper, Source impl)
/macosx-10.10/vim-55/src/VisVim/
H A DVisVim.mak123 # Begin Source File
129 # End Source File
130 # Begin Source File
133 # End Source File
134 # Begin Source File
160 # End Source File
161 # Begin Source File
167 # End Source File
168 # Begin Source File
175 # End Source Fil
[all...]
/macosx-10.10/vim-55/runtime/ftplugin/
H A Dc.vim45 let b:browsefilter = "C++ Source Files (*.cpp *.c++)\t*.cpp;*.c++\n" .
47 \ "C Source Files (*.c)\t*.c\n" .
50 let b:browsefilter = "Ch Source Files (*.ch *.chf)\t*.ch;*.chf\n" .
52 \ "C Source Files (*.c)\t*.c\n" .
55 let b:browsefilter = "C Source Files (*.c)\t*.c\n" .
57 \ "Ch Source Files (*.ch *.chf)\t*.ch;*.chf\n" .
58 \ "C++ Source Files (*.cpp *.c++)\t*.cpp;*.c++\n" .
H A Dpyrex.vim18 \ "C Source Files (*.c)\t*.c\n" .
20 \ "C++ Source Files (*.cpp *.c++)\t*.cpp;*.c++\n" .
/macosx-10.10/llvmCore-3425.0.34/autoconf/m4/
H A Dconfig_project.m46 AS_HELP_STRING([--with-llvmsrc],[Location of LLVM Source Code]),
/macosx-10.10/llvmCore-3425.0.34/projects/sample/autoconf/m4/
H A Dconfig_project.m46 AS_HELP_STRING([--with-llvmsrc],[Location of LLVM Source Code]),
/macosx-10.10/llvmCore-3425.0.34/include/llvm/MC/
H A DMachineLocation.h5 // This file is distributed under the University of Illinois Open Source
82 MachineLocation Destination, Source; member in class:llvm::MachineMove
88 : Label(label), Destination(D), Source(S) {}
93 const MachineLocation &getSource() const { return Source; }
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dreqparser.cpp7 * as defined in and that are subject to the Apple Public Source License
72 template <class Result, class Source>
73 const Result *parse(Source source, const Result *(*AntlrPlugin::*func)(Source, string &))
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dreqparser.cpp7 * as defined in and that are subject to the Apple Public Source License
72 template <class Result, class Source>
73 const Result *parse(Source source, const Result *(*AntlrPlugin::*func)(Source, string &))

Completed in 405 milliseconds

12345678