Home
last modified time | relevance | path

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

123456

/external/chromium_org/third_party/WebKit/Source/testing/plugin/
DPluginTest.h135 template<typename T> struct Object : NPObject { struct
137 static NPObject* create(PluginTest* pluginTest) in create() argument
146 bool hasMethod(NPIdentifier methodName) in hasMethod()
152 bool invoke(NPIdentifier methodName, const NPVariant*, uint32_t, NPVariant* result) in invoke()
158 bool invokeDefault(const NPVariant*, uint32_t, NPVariant* result) in invokeDefault()
164 bool hasProperty(NPIdentifier propertyName) in hasProperty()
189 Object() in Object() argument
194 virtual ~Object() in ~Object() argument
201 static NPObject* NP_Allocate(NPP npp, NPClass* aClass) in NP_Allocate() argument
206 static void NP_Deallocate(NPObject* npObject) in NP_Deallocate() argument
[all …]
/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() argument
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/chromium_org/dbus/
Dobject_manager.h289 struct Object { struct
293 ObjectProxy* object_proxy; argument
301 // Maps the object path of an object to the Object structure. argument
/external/clang/test/CodeGenCXX/
D2007-01-02-UnboundedArray.cpp7 struct Object { struct
12 new Object; in main() argument
/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/llvm/include/llvm/Object/
DCOFFYAML.h62 struct Object { struct
66 Object(); argument
DELFYAML.h76 struct Object { struct
77 FileHeader Header;
78 std::vector<Section> Sections;
83 LocalGlobalWeakSymbols Symbols;
/external/llvm/unittests/Support/
DArrayRecyclerTest.cpp19 struct Object { struct
20 int Num;
21 Object *Other;
/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
Dconstant-string-class.m10 @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/compiler-rt/lib/ubsan/
Dubsan_type_hash.cc195 VtablePrefix *getVtablePrefix(void *Object) { in getVtablePrefix()
208 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) { in checkDynamicType()
239 __ubsan::DynamicTypeInfo __ubsan::getDynamicTypeInfo(void *Object) { in getDynamicTypeInfo()
/external/llvm/lib/Object/
DELFObjectFile.cpp24 ObjectFile *ObjectFile::createELFObjectFile(MemoryBuffer *Object) { in createELFObjectFile()
/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()
/external/chromium_org/tools/gyp/test/win/
Dgyptest-cl-function-level-linking.py31 def Object(proj, obj): function
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
DV8TestInterfacePython.h69 …static void installPerContextEnabledProperties(v8::Handle<v8::Object>, TestInterfacePythonImplemen… in installPerContextEnabledProperties()
70 static void installPerContextEnabledMethods(v8::Handle<v8::Object>, v8::Isolate*) { } in installPerContextEnabledMethods()

123456