Home
last modified time | relevance | path

Searched defs:Source (Results 1 – 25 of 50) sorted by relevance

12

/external/chromium/net/base/
Dnet_log.h64 struct Source { struct
67 Source() : type(SOURCE_NONE), id(kInvalidId) {} in Source() function
68 Source(SourceType type, uint32 id) : type(type), id(id) {} in Source() argument
74 SourceType type; argument
75 uint32 id;
Dx509_certificate.h80 enum Source { enum
Dcookie_monster.h571 const std::string& Source() const { return source_; } in Source() function
/external/chromium/base/
Dstack_container.h41 struct Source { struct
42 Source() : used_stack_buffer_(false) { in Source() function
46 T* stack_buffer() { return reinterpret_cast<T*>(stack_buffer_); } in stack_buffer()
47 const T* stack_buffer() const { in stack_buffer()
84 // no guarantee that the Source buffer of Ts is large enough argument
Dmessage_pump_glib_unittest.cc90 struct Source : public GSource { struct in __anonc21555080111::EventInjector
91 EventInjector* injector;
/external/chromium/chrome/common/
Dnative_window_notification_source.h19 explicit Source(gfx::NativeWindow wnd) : NotificationSource(wnd) {} in Source() function
21 explicit Source(const NotificationSource& other) in Source() function
/external/llvm/lib/Support/
DStringExtras.cpp38 std::pair<StringRef, StringRef> llvm::getToken(StringRef Source, in getToken()
51 void llvm::SplitString(StringRef Source, in SplitString()
/external/llvm/lib/Object/
DBinary.cpp31 Binary::Binary(unsigned int Type, MemoryBuffer *Source) in Binary()
43 error_code object::createBinary(MemoryBuffer *Source, in createBinary()
/external/clang/test/Modules/
Dobjc-categories.m16 @interface Foo(Source) category
/external/chromium/chrome/browser/sync/glue/
Dextension_data.h20 enum Source { enum
/external/zlib/contrib/ada/
Dbuffer_demo.adb32 Source : Stream_Element_Array (1 .. Text'Length); variable
/external/llvm/utils/TableGen/
DPseudoLoweringEmitter.h32 CodeGenInstruction Source; // The source pseudo instruction definition. member
DPseudoLoweringEmitter.cpp162 CodeGenInstruction &Source = Expansion.Source; in emitLoweringEmitter() local
/external/llvm/lib/MC/
DMCStreamer.cpp325 MachineLocation Source(Register, -Offset); in EmitCFIDefCfa() local
336 MachineLocation Source(MachineLocation::VirtualFP, -Offset); in EmitCFIDefCfaOffset() local
347 MachineLocation Source(MachineLocation::VirtualFP, Adjustment); in EmitCFIAdjustCfaOffset() local
358 MachineLocation Source(MachineLocation::VirtualFP); in EmitCFIDefCfaRegister() local
369 MachineLocation Source(Register, Offset); in EmitCFIOffset() local
380 MachineLocation Source(Register, Offset); in EmitCFIRelOffset() local
/external/llvm/include/llvm/MC/
DMachineLocation.h82 MachineLocation Destination, Source; variable
/external/clang/include/clang/Driver/
DJob.h52 const Action &Source; variable
/external/clang/include/clang/Sema/
DExternalSemaSource.h175 static bool classof(const ExternalASTSource *Source) { in classof()
/external/clang/include/clang/Lex/
DHeaderSearch.h246 void AddIncludeAlias(StringRef Source, StringRef Dest) { in AddIncludeAlias()
256 StringRef MapHeaderToIncludeAlias(StringRef Source) { in MapHeaderToIncludeAlias()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DCheck.cs39 public static void Source (object source) in Source() method in Antlr.Runtime.JavaExtensions.Check
/external/chromium/chrome/browser/chromeos/
Dproxy_config_service_impl.h83 enum Source { enum
/external/llvm/lib/Analysis/
DSparsePropagation.cpp98 void SparseSolver::markEdgeExecutable(BasicBlock *Source, BasicBlock *Dest) { in markEdgeExecutable()
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp673 QualType Source, SourceLocation SourceLoc) in CheckSpecForTypesEquivalent()
693 const FunctionProtoType *Source, SourceLocation SourceLoc) in CheckParamExceptionSpec()
/external/clang/include/clang/AST/
DExternalASTSource.h68 ExternalASTSource *Source; variable
/external/clang/lib/AST/
DDeclBase.cpp898 ExternalASTSource *Source = getParentASTContext().getExternalSource(); in LoadLexicalDeclsFromExternalStorage() local
1177 ExternalASTSource *Source = getParentASTContext().getExternalSource(); in lookup() local
1340 if (ExternalASTSource *Source = getParentASTContext().getExternalSource()) in makeDeclVisibleInContextImpl() local
/external/clang/lib/Frontend/
DCompilerInstance.cpp312 OwningPtr<ExternalASTSource> Source; in createPCHExternalASTSource() local
961 OwningPtr<ExternalASTSource> Source; in loadModule() local

12