/external/chromium/net/base/ |
D | net_log.h | 64 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;
|
D | x509_certificate.h | 80 enum Source { enum
|
D | cookie_monster.h | 571 const std::string& Source() const { return source_; } in Source() function
|
/external/chromium/base/ |
D | stack_container.h | 41 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
|
D | message_pump_glib_unittest.cc | 90 struct Source : public GSource { struct in __anonc21555080111::EventInjector 91 EventInjector* injector;
|
/external/chromium/chrome/common/ |
D | native_window_notification_source.h | 19 explicit Source(gfx::NativeWindow wnd) : NotificationSource(wnd) {} in Source() function 21 explicit Source(const NotificationSource& other) in Source() function
|
/external/llvm/lib/Support/ |
D | StringExtras.cpp | 38 std::pair<StringRef, StringRef> llvm::getToken(StringRef Source, in getToken() 51 void llvm::SplitString(StringRef Source, in SplitString()
|
/external/llvm/lib/Object/ |
D | Binary.cpp | 31 Binary::Binary(unsigned int Type, MemoryBuffer *Source) in Binary() 43 error_code object::createBinary(MemoryBuffer *Source, in createBinary()
|
/external/clang/test/Modules/ |
D | objc-categories.m | 16 @interface Foo(Source) category
|
/external/chromium/chrome/browser/sync/glue/ |
D | extension_data.h | 20 enum Source { enum
|
/external/zlib/contrib/ada/ |
D | buffer_demo.adb | 32 Source : Stream_Element_Array (1 .. Text'Length); variable
|
/external/llvm/utils/TableGen/ |
D | PseudoLoweringEmitter.h | 32 CodeGenInstruction Source; // The source pseudo instruction definition. member
|
D | PseudoLoweringEmitter.cpp | 162 CodeGenInstruction &Source = Expansion.Source; in emitLoweringEmitter() local
|
/external/llvm/lib/MC/ |
D | MCStreamer.cpp | 325 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/ |
D | MachineLocation.h | 82 MachineLocation Destination, Source; variable
|
/external/clang/include/clang/Driver/ |
D | Job.h | 52 const Action &Source; variable
|
/external/clang/include/clang/Sema/ |
D | ExternalSemaSource.h | 175 static bool classof(const ExternalASTSource *Source) { in classof()
|
/external/clang/include/clang/Lex/ |
D | HeaderSearch.h | 246 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/ |
D | Check.cs | 39 public static void Source (object source) in Source() method in Antlr.Runtime.JavaExtensions.Check
|
/external/chromium/chrome/browser/chromeos/ |
D | proxy_config_service_impl.h | 83 enum Source { enum
|
/external/llvm/lib/Analysis/ |
D | SparsePropagation.cpp | 98 void SparseSolver::markEdgeExecutable(BasicBlock *Source, BasicBlock *Dest) { in markEdgeExecutable()
|
/external/clang/lib/Sema/ |
D | SemaExceptionSpec.cpp | 673 QualType Source, SourceLocation SourceLoc) in CheckSpecForTypesEquivalent() 693 const FunctionProtoType *Source, SourceLocation SourceLoc) in CheckParamExceptionSpec()
|
/external/clang/include/clang/AST/ |
D | ExternalASTSource.h | 68 ExternalASTSource *Source; variable
|
/external/clang/lib/AST/ |
D | DeclBase.cpp | 898 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/ |
D | CompilerInstance.cpp | 312 OwningPtr<ExternalASTSource> Source; in createPCHExternalASTSource() local 961 OwningPtr<ExternalASTSource> Source; in loadModule() local
|