Home
last modified time | relevance | path

Searched defs:Object (Results 1 – 25 of 139) sorted by relevance

123456

/external/chromium_org/content/shell/tools/plugin/
DPluginTest.h174 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/
DObjectContainerBSDArchive.h100 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/
Dnamelookup-bug-2.c4 typedef int Object; typedef
6 struct Object {int i1; } *P; struct
9 struct Object { int i2; } *X; in foo() struct
Dnamelookup-bug-1.c4 typedef int Object; typedef
/external/llvm/lib/IR/
DLeakDetector.cpp32 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/
Dwarn-selector-selection.m3 @interface Object interface
8 - (void)setWindow:(Object *)wdw;
Dwarn-strict-selector-match.m13 @interface Object @end interface
16 - (void)setWindow:(Object *)wdw; // expected-note {{using}}
48 + (NTGridDataObject*)dataObject:(id<MyObject, MyCoding>)data; argument
Dclass-method-lookup.m28 @interface Object @end interface
31 - (void)setWindow:(Object *)wdw;
Didiomatic-parentheses.m6 @interface Object interface
18 @implementation Object implementation
Dcomptypes-6.m6 @interface Object @end interface
Dinst-method-lookup-in-root.m7 @interface Object <P> interface
/external/clang/test/CodeGenCXX/
D2007-01-02-UnboundedArray.cpp7 struct Object { struct
12 new Object; in main() argument
/external/chromium_org/dbus/
Dobject_manager.h334 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/
DArrayRecyclerTest.cpp19 struct Object { struct
20 int Num;
21 Object *Other;
/external/llvm/include/llvm/Object/
DCOFFYAML.h72 struct Object { struct
76 Object(); argument
DELFYAML.h107 struct Object { struct
108 FileHeader Header;
109 std::vector<std::unique_ptr<Section>> Sections;
114 LocalGlobalWeakSymbols Symbols;
/external/qemu/include/qom/
Dobject.h29 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/
DMultimap_CustomFieldSerializerBase.java39 ImmutableMultimap.Builder<Object, Object> builder) in instantiate()
53 public static Multimap<Object, Object> populate( in populate()
/external/clang/test/CodeGenObjC/
Dundefined-protocol.m9 @implementation Object @end implementation
Dproperty-incr-decr-1.m3 @interface Object interface
/external/giflib/
Dgifalloc.c42 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/
DWebCryptoNormalize.h40 class Object; variable
DWebArrayBufferConverter.h38 class Object; variable
/external/compiler-rt/lib/ubsan/
Dubsan_type_hash.cc197 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/
DPrecompiledTemplateLoader.java47 Map<Object, String> templateToClassNameMap, FunctionExecutor globalFunctionExecutor, in PrecompiledTemplateLoader()
54 private Map<Object, BaseCompiledTemplate> makeTemplateMap( in makeTemplateMap()

123456