Searched defs:Source (Results 1 - 25 of 55) sorted by relevance

123

/external/chromium/chrome/common/
H A Dnative_window_notification_source.h12 // Specialization of the Source class for native windows. On Windows, these are
13 // HWNDs rather than pointers, and since the Source class expects a pointer
17 class Source<gfx::NativeWindow> : public NotificationSource { class in inherits:NotificationSource
19 explicit Source(gfx::NativeWindow wnd) : NotificationSource(wnd) {} function in class:Source
21 explicit Source(const NotificationSource& other) function in class:Source
/external/chromium/chrome/browser/sync/glue/
H A Dextension_data.h20 enum Source { enum in class:browser_sync::ExtensionData
29 Source source, const sync_pb::ExtensionSpecifics& data);
41 bool NeedsUpdate(Source source) const;
47 Source source, bool merge_user_properties,
52 void ResolveData(Source source);
55 typedef std::map<Source, sync_pb::ExtensionSpecifics> SourceDataMap;
/external/llvm/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()));
/external/llvm/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);
/external/clang/lib/Basic/
H A DConvertUTFWrapper.cpp5 // This file is distributed under the University of Illinois Open Source
15 bool ConvertUTF8toWide(unsigned WideCharWidth, llvm::StringRef Source, argument
21 const UTF8 *Pos = reinterpret_cast<const UTF8*>(Source.begin());
22 if (!isLegalUTF8String(&Pos, reinterpret_cast<const UTF8*>(Source.end()))) {
26 memcpy(ResultPtr, Source.data(), Source.size());
27 ResultPtr += Source.size();
30 const UTF8 *sourceStart = (const UTF8*)Source.data();
36 &sourceStart, sourceStart + Source.size(),
37 &targetStart, targetStart + 2*Source
61 ConvertCodePointToUTF8(unsigned Source, char *&ResultPtr) argument
[all...]
/external/clang/include/clang/AST/
H A DCommentSema.h5 // This file is distributed under the University of Illinois Open Source
39 /// Source manager for the comment being parsed.
77 ArrayRef<T> copyArray(ArrayRef<T> Source) { argument
78 size_t Size = Source.size();
81 std::uninitialized_copy(Source.begin(), Source.end(), Mem);
/external/clang/unittests/AST/
H A DCommentLexer.cpp5 // This file is distributed under the University of Illinois Open Source
45 void lexString(const char *Source, std::vector<Token> &Toks);
60 void CommentLexerTest::lexString(const char *Source, argument
62 MemoryBuffer *Buf = MemoryBuffer::getMemBuffer(Source);
66 Lexer L(Allocator, Traits, Begin, Source, Source + strlen(Source));
81 const char *Source = ""; local
84 lexString(Source, Toks);
203 const char *Source local
303 const char *Source = local
326 const char *Source = "/// \\\\brief Aaa."; local
346 const char *Source = "/// \\\\em\\\\em \\\\em\\t\\\\em\\n"; local
378 const char *Source = "/// \\\\aaa\\\\bbb \\\\ccc\\t\\\\ddd\\n"; local
410 const char *Source = "// \\\\c\\n"; local
456 const char *Source = "/// \\\\verbatim"; local
475 const char *Source = "/** \\\\verbatim*/"; local
553 const char *Source = local
593 const char *Source = local
636 const char *Source = local
690 const char *Source = local
793 const char *Source = local
827 const char *Source = local
846 const char *Source = local
868 const char *Source = local
913 const char *Source = local
935 const char *Source = "// <img> Meow"; local
958 const char *Source = "// <img="; local
979 const char *Source = "// <img src=> Meow"; local
1094 const char *Source = "// <img src=@"; local
1240 const char *Source = "// </"; local
1258 const char *Source = "// </@"; local
1279 const char *Source = "// </img"; local
1297 const char *Source = "// <tag>"; local
1318 const char *Source = "// </tag>"; local
1339 const char *Source = "// &"; local
1357 const char *Source = "// &!"; local
1378 const char *Source = "// &amp"; local
1396 const char *Source = "// &amp!"; local
1417 const char *Source = "// &#"; local
1435 const char *Source = "// &#a"; local
1456 const char *Source = "// &#42"; local
1474 const char *Source = "// &#42a"; local
1495 const char *Source = "// &#x"; local
1513 const char *Source = "// &#xz"; local
1534 const char *Source = "// &#xab"; local
1552 const char *Source = "// &#xaBz"; local
1573 const char *Source = "// &amp;"; local
1591 const char *Source = "// &amp;&lt;"; local
1612 const char *Source = "// &amp; meow"; local
1657 const char *Source = local
[all...]
H A DCommentParser.cpp5 // This file is distributed under the University of Illinois Open Source
52 FullComment *parseString(const char *Source);
55 FullComment *CommentParserTest::parseString(const char *Source) { argument
56 MemoryBuffer *Buf = MemoryBuffer::getMemBuffer(Source);
60 Lexer L(Allocator, Traits, Begin, Source, Source + strlen(Source));
67 llvm::errs() << "=== Source:\n" << Source << "\n=== AST:\n";
597 const char *Source local
604 const char *Source = "// Meow"; local
613 const char *Source = local
653 const char *Source = local
673 const char *Source = "// \\\\brief \\\\author"; local
697 const char *Source = local
726 const char *Source = "// \\\\param aaa"; local
745 const char *Source = "// \\\\param\\\\brief"; local
890 const char *Source = local
943 const char *Source = "// \\\\tparam\\\\brief"; local
966 const char *Source = "// \\\\c"; local
983 const char *Source = "// \\\\c "; local
1001 const char *Source = "// \\\\c aaa\\n"; local
1018 const char *Source = "// \\\\c aaa bbb"; local
1036 const char *Source = "// \\\\unknown aaa\\n"; local
1168 const char *Source = local
1194 const char *Source = "// \\\\verbatim\\\\endverbatim\\n"; local
1209 const char *Source = "// \\\\verbatim Aaa \\\\endverbatim\\n"; local
1224 const char *Source = "// \\\\verbatim Aaa\\n"; local
1238 const char *Source = local
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DCheck.cs39 public static void Source (object source) method in class:Antlr.Runtime.JavaExtensions.Check
H A DEnumerableExtensions.cs61 Check.Source(source);
93 Check.Source(source);
113 Check.Source(source);
134 Check.Source(source);
157 Check.Source(source);
230 Check.Source(source);
249 Check.Source(source);
272 Check.Source(source);
/external/chromium/base/
H A Dstack_container.h21 // StackAllocator::Source which contains the data. Copying the allocator
41 struct Source { struct in class:StackAllocator
42 Source() : used_stack_buffer_(false) { function in struct:StackAllocator::Source
84 // no guarantee that the Source buffer of Ts is large enough
93 explicit StackAllocator(Source* source) : source_(source) {
119 Source* source_;
162 const typename Allocator::Source& stack_data() const {
168 typename Allocator::Source stack_data_;
H A Dmessage_pump_glib_unittest.cc26 source_ = static_cast<Source*>(g_source_new(&SourceFuncs, sizeof(Source)));
90 struct Source : public GSource { struct in class:__anon1561::EventInjector
95 *timeout_ms = static_cast<Source*>(source)->injector->HandlePrepare();
100 return static_cast<Source*>(source)->injector->HandleCheck();
106 static_cast<Source*>(source)->injector->HandleDispatch();
110 Source* source_;
/external/chromium/chrome/browser/chromeos/
H A Dproxy_config_service_impl.h83 enum Source { enum in struct:chromeos::ProxyConfigServiceImpl::ProxyConfig
93 Source source;
/external/clang/include/clang/Driver/
H A DJob.h5 // This file is distributed under the University of Illinois Open Source
51 /// Source - The action which caused the creation of this job.
52 const Action &Source; member in class:clang::driver::Command
69 const Action &getSource() const { return Source; }
/external/clang/include/clang/Sema/
H A DExternalSemaSource.h5 // This file is distributed under the University of Illinois Open Source
175 static bool classof(const ExternalASTSource *Source) { argument
176 return Source->SemaSource;
/external/clang/unittests/Tooling/
H A DCommentHandlerTest.cpp5 // This file is distributed under the University of Illinois Open Source
197 const char *Source = local
204 EXPECT_TRUE(Visitor.runOver(Source));
206 Verifier.Match(Source, 1, 1);
H A DRewriterTestContext.h5 // This file is distributed under the University of Illinois Open Source
54 const llvm::MemoryBuffer *Source = local
57 Files.getVirtualFile(Name, Source->getBufferSize(), 0);
58 Sources.overrideFileContents(Entry, Source, true);
/external/llvm/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; }
/external/llvm/lib/Analysis/
H A DSparsePropagation.cpp5 // This file is distributed under the University of Illinois Open Source
98 void SparseSolver::markEdgeExecutable(BasicBlock *Source, BasicBlock *Dest) { argument
99 if (!KnownFeasibleEdges.insert(Edge(Source, Dest)).second)
102 DEBUG(dbgs() << "Marking Edge Executable: " << Source->getName()
/external/chromium/chrome/browser/ui/
H A Dwindow_sizer_unittest.cc156 enum Source { DEFAULT, LAST_ACTIVE, PERSISTED }; enum
163 Source source,
/external/chromium/net/base/
H A Dnet_log.h35 // TODO(eroman): Start a new Source each time URLRequest redirects
64 struct Source { struct in class:net::NetLog
67 Source() : type(SOURCE_NONE), id(kInvalidId) {} function in struct:net::NetLog::Source
68 Source(SourceType type, uint32 id) : type(type), id(id) {} function in struct:net::NetLog::Source
124 const Source& source,
155 const NetLog::Source& source,
164 // Helper that binds a Source to a NetLog, and exposes convenience methods to
170 BoundNetLog(const NetLog::Source& source, NetLog* net_log)
215 const NetLog::Source& source() const { return source_; }
219 NetLog::Source source
[all...]
H A Dx509_certificate.h80 enum Source { enum in class:net::X509Certificate
141 Source source,
359 X509Certificate(OSCertHandle cert_handle, Source source,
471 Source source_;
/external/clang/unittests/Basic/
H A DSourceManagerTest.cpp5 // This file is distributed under the University of Illinois Open Source
111 const char *Source = local
115 MemoryBuffer *Buf = MemoryBuffer::getMemBuffer(Source);
137 EXPECT_EQ(7U, SourceMgr.getColumnNumber(MainFileID, strlen(Source),
142 SourceMgr.getColumnNumber(MainFileID, strlen(Source)+1, &Invalid);
/external/llvm/utils/TableGen/
H A DPseudoLoweringEmitter.cpp5 // This file is distributed under the University of Illinois Open Source
36 CodeGenInstruction Source; // The source pseudo instruction definition. member in struct:__anon9337::PseudoLoweringEmitter::PseudoExpansion
42 Source(s), Dest(d), OperandMap(m) {}
97 // Source operand maps to destination operand. The Data element
199 emitSourceFileHeader("Pseudo-instruction MC lowering Source Fragment", o);
208 CodeGenInstruction &Source = Expansion.Source; local
210 o << " case " << Source.Namespace << "::"
211 << Source.TheDef->getName() << ": {\n"
230 << Source
[all...]
/external/clang/lib/Lex/
H A DPreprocessingRecord.cpp5 // This file is distributed under the University of Illinois Open Source
302 ExternalPreprocessingRecordSource &Source) {
305 ExternalSource = &Source;
301 SetExternalSource( ExternalPreprocessingRecordSource &Source) argument

Completed in 8331 milliseconds

123