/external/chromium_org/content/shell/tools/plugin/ |
D | PluginTest.h | 174 struct Object : NPObject { struct 176 static NPObject* create(PluginTest* pluginTest) { in create() argument 185 bool hasMethod(NPIdentifier methodName) { in hasMethod() 190 bool invoke(NPIdentifier methodName, in invoke() 198 bool invokeDefault(const NPVariant*, uint32_t, NPVariant* result) { in invokeDefault() 224 Object() : m_pluginTest(0) {} in Object() argument 226 virtual ~Object() {} in ~Object() argument 231 static NPObject* NP_Allocate(NPP npp, NPClass* aClass) { return new T; } in NP_Allocate() argument 233 static void NP_Deallocate(NPObject* npObject) { in NP_Deallocate() argument 237 static bool NP_HasMethod(NPObject* npObject, NPIdentifier methodName) { in NP_HasMethod() argument [all …]
|
/external/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
D | ObjectContainerBSDArchive.h | 100 struct Object struct 119 typedef std::vector<Object> collection; argument 120 typedef collection::iterator iterator; 121 typedef collection::const_iterator const_iterator;
|
/external/clang/test/Parser/ |
D | namelookup-bug-2.c | 4 typedef int Object; typedef 6 struct Object {int i1; } *P; struct 9 struct Object { int i2; } *X; in foo() struct
|
D | namelookup-bug-1.c | 4 typedef int Object; typedef
|
/external/llvm/lib/IR/ |
D | LeakDetector.cpp | 32 void LeakDetector::addGarbageObjectImpl(void *Object) { in addGarbageObjectImpl() 37 void LeakDetector::addGarbageObjectImpl(const Value *Object) { in addGarbageObjectImpl() 42 void LeakDetector::removeGarbageObjectImpl(void *Object) { in removeGarbageObjectImpl() 47 void LeakDetector::removeGarbageObjectImpl(const Value *Object) { in removeGarbageObjectImpl()
|
/external/clang/test/SemaObjC/ |
D | warn-selector-selection.m | 3 @interface Object interface 8 - (void)setWindow:(Object *)wdw;
|
D | warn-strict-selector-match.m | 13 @interface Object @end interface 16 - (void)setWindow:(Object *)wdw; // expected-note {{using}} 48 + (NTGridDataObject*)dataObject:(id<MyObject, MyCoding>)data; argument
|
D | class-method-lookup.m | 28 @interface Object @end interface 31 - (void)setWindow:(Object *)wdw;
|
D | idiomatic-parentheses.m | 6 @interface Object interface 18 @implementation Object implementation
|
D | comptypes-6.m | 6 @interface Object @end interface
|
D | inst-method-lookup-in-root.m | 7 @interface Object <P> interface
|
/external/clang/test/CodeGenCXX/ |
D | 2007-01-02-UnboundedArray.cpp | 7 struct Object { struct 12 new Object; in main() argument
|
/external/chromium_org/dbus/ |
D | object_manager.h | 334 struct Object { struct 338 ObjectProxy* object_proxy; argument 346 // Maps the object path of an object to the Object structure. argument
|
/external/llvm/unittests/Support/ |
D | ArrayRecyclerTest.cpp | 19 struct Object { struct 20 int Num; 21 Object *Other;
|
/external/llvm/include/llvm/Object/ |
D | COFFYAML.h | 72 struct Object { struct 76 Object(); argument
|
D | ELFYAML.h | 107 struct Object { struct 108 FileHeader Header; 109 std::vector<std::unique_ptr<Section>> Sections; 114 LocalGlobalWeakSymbols Symbols;
|
/external/qemu/include/qom/ |
D | object.h | 29 typedef struct Object Object; typedef 381 struct Object struct 384 ObjectClass *class; argument 385 ObjectFree *free; argument 388 Object *parent; argument
|
/external/guava/guava-gwt/src/com/google/common/collect/ |
D | Multimap_CustomFieldSerializerBase.java | 39 ImmutableMultimap.Builder<Object, Object> builder) in instantiate() 53 public static Multimap<Object, Object> populate( in populate()
|
/external/clang/test/CodeGenObjC/ |
D | undefined-protocol.m | 9 @implementation Object @end implementation
|
D | property-incr-decr-1.m | 3 @interface Object interface
|
/external/giflib/ |
D | gifalloc.c | 42 ColorMapObject *Object; in GifMakeMapObject() local 76 GifFreeMapObject(ColorMapObject *Object) in GifFreeMapObject() 86 DumpColorMap(ColorMapObject *Object, in DumpColorMap()
|
/external/chromium_org/third_party/WebKit/public/web/ |
D | WebCryptoNormalize.h | 40 class Object; variable
|
D | WebArrayBufferConverter.h | 38 class Object; variable
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_type_hash.cc | 197 VtablePrefix *getVtablePrefix(void *Object) { in getVtablePrefix() 210 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) { in checkDynamicType() 241 __ubsan::DynamicTypeInfo __ubsan::getDynamicTypeInfo(void *Object) { in getDynamicTypeInfo()
|
/external/jsilver/src/com/google/clearsilver/jsilver/precompiler/ |
D | PrecompiledTemplateLoader.java | 47 Map<Object, String> templateToClassNameMap, FunctionExecutor globalFunctionExecutor, in PrecompiledTemplateLoader() 54 private Map<Object, BaseCompiledTemplate> makeTemplateMap( in makeTemplateMap()
|