HomeSort by relevance Sort by last modified time
    Searched full:parentclass (Results 1 - 19 of 19) sorted by null

  /external/clang/test/SemaTemplate/
class-template-ctor-initializer.cpp 40 template <class ParentClass>
41 class Derived : public ParentClass {
  /external/chromium_org/win8/delegate_execute/
delegate_execute.cc 33 typedef ATL::CAtlExeModuleT<DelegateExecuteModule> ParentClass;
36 return ParentClass::RegisterServer(FALSE);
41 HRESULT hr = ParentClass::AddCommonRGSReplacements(registrar);
  /external/chromium_org/win8/test/
test_registrar.cc 67 typedef ATL::CAtlExeModuleT<TestDelegateExecuteModule> ParentClass;
72 return ParentClass::RegisterServer(FALSE);
77 HRESULT hr = ParentClass::AddCommonRGSReplacements(registrar);
  /external/chromium/base/win/
scoped_comptr.h 32 typedef scoped_refptr<Interface> ParentClass;
37 explicit ScopedComPtr(Interface* p) : ParentClass(p) {
41 : ParentClass(p) {
  /external/chromium_org/base/win/
scoped_comptr.h 31 typedef scoped_refptr<Interface> ParentClass;
36 explicit ScopedComPtr(Interface* p) : ParentClass(p) {
40 : ParentClass(p) {
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8DOMConfiguration.cpp 61 v8::Local<v8::Signature> V8DOMConfiguration::configureTemplate(v8::Handle<v8::FunctionTemplate> functionDescriptor, const char* interfaceName, v8::Handle<v8::FunctionTemplate> parentClass,
67 if (!parentClass.IsEmpty()) {
68 functionDescriptor->Inherit(parentClass);
WrapperTypeInfo.h 89 for (const WrapperTypeInfo* current = this; current; current = current->parentClass) {
138 const WrapperTypeInfo* parentClass;
V8PerContextData.cpp 118 if (type->parentClass) {
119 v8::Local<v8::Object> proto = constructorForType(const_cast<WrapperTypeInfo*>(type->parentClass));
V8DOMConfiguration.h 110 static v8::Local<v8::Signature> configureTemplate(v8::Handle<v8::FunctionTemplate>, const char* interfaceName, v8::Handle<v8::FunctionTemplate> parentClass, size_t fieldCount, const BatchedAttribute*, size_t attributeCount, const BatchedMethod*, size_t callbackCount, v8::Isolate*, WrapperWorldType);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
FieldTest.java 306 Support_Field parentClass = new Support_Field();
356 subclass.setField(type, parentClass, field, illegalAccessExceptionClass, value);
373 subclass.setField('Z', parentClass, booleanField, illegalAccessExceptionClass, booleanValue);
415 subclass.getField(type, parentClass, field, illegalAccessExceptionClass);
430 subclass.getField('Z', parentClass, booleanField, illegalAccessExceptionClass);
    [all...]
  /external/chromium_org/chrome_frame/
chrome_tab.cc 102 typedef CAtlDllModuleT<ChromeTabModule> ParentClass;
113 HRESULT hr = ParentClass::AddCommonRGSReplacements(registrar);
198 LONG result = ParentClass::Lock();
211 LONG result = ParentClass::Unlock();
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xmlrpc.py 616 parentClass = SimpleXMLRPCServer.SimpleXMLRPCRequestHandler
622 return self.parentClass.handle(self)
624 result = self.parentClass.handle_one_request(self)
688 parentClass = SimpleXMLRPCServer.SimpleXMLRPCRequestHandler
694 return self.parentClass.do_POST(self)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xmlrpc.py 616 parentClass = SimpleXMLRPCServer.SimpleXMLRPCRequestHandler
622 return self.parentClass.handle(self)
624 result = self.parentClass.handle_one_request(self)
688 parentClass = SimpleXMLRPCServer.SimpleXMLRPCRequestHandler
694 return self.parentClass.do_POST(self)
    [all...]
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
FieldTest.java 418 Support_Field parentClass = new Support_Field();
469 subclass.setField(type, parentClass, field,
489 subclass.setField('Z', parentClass, booleanField,
534 subclass.getField(type, parentClass, field,
551 subclass.getField('Z', parentClass, booleanField,
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
visualfoxpro.php 358 'ParentAlias','ParentClass','Partition','PasswordChar','Picture','ProcessID',
  /frameworks/compile/slang/
slang_rs_export_type.cpp 37 #define CHECK_PARENT_EQUALITY(ParentClass, E) \
38 if (!ParentClass::equals(E)) \
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
deprecated_code_generator_v8.pm     [all...]
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 381 milliseconds