HomeSort by relevance Sort by last modified time
    Searched full:myclass (Results 126 - 150 of 350) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/clang/test/SemaObjC/
default-synthesize.m 136 @interface MyClass <MyProtocol>
139 @implementation MyClass // expected-warning {{auto property synthesis will not synthesize property 'requiredString' declared in protocol 'MyProtocol'}}
protocol-archane.m 20 @interface MyClass
  /external/icu/icu4c/source/common/unicode/
uobject.h 290 * @param myClass The name of the class that needs RTTI defined.
293 #define UOBJECT_DEFINE_RTTI_IMPLEMENTATION(myClass) \
294 UClassID U_EXPORT2 myClass::getStaticClassID() { \
298 UClassID myClass::getDynamicClassID() const \
299 { return myClass::getStaticClassID(); }
307 * @param myClass The name of the class that needs RTTI defined.
310 #define UOBJECT_DEFINE_ABSTRACT_RTTI_IMPLEMENTATION(myClass) \
311 UClassID U_EXPORT2 myClass::getStaticClassID() { \
  /external/ltrace/testsuite/ltrace.minor/
demangle.exp 52 if [ regexp {((myclass|nested)::[^\(]*)\(} $line match fun] {
56 # $fun = "myclass::operator delete" will confuse ltrace_verify_output if it
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
NativeBuffer.java 47 Class myClass = getClass();
48 result = (NativeBuffer)myClass.newInstance();
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
RenameClassAdapter.java 40 * The names must be full qualified internal ASM names (e.g. com/blah/MyClass$InnerClass).
60 * Renames an internal type name, e.g. "com.package.MyClass".
AbstractClassAdapter.java 51 * Renames a type descriptor, e.g. "Lcom.package.MyClass;"
63 * Renames an object type, e.g. "Lcom.package.MyClass;" or an array type that has an
64 * object element, e.g. "[Lcom.package.MyClass;"
87 * Renames an object type, e.g. "Lcom.package.MyClass;" or an array type that has an
88 * object element, e.g. "[Lcom.package.MyClass;".
239 * The names must be full qualified internal ASM names (e.g. com/blah/MyClass$InnerClass).
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minicompat.py 19 # class MyClass(GetattrMagic):
23 # defproperty(MyClass, "myattr",
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minicompat.py 19 # class MyClass(GetattrMagic):
23 # defproperty(MyClass, "myattr",
  /external/chromium_org/base/
sequence_checker.h 38 // class MyClass {
lazy_instance.h 27 // static LazyInstance<MyClass> my_instance = LAZY_INSTANCE_INITIALIZER;
29 // my_instance.Get().SomeMethod(); // MyClass::SomeMethod()
31 // MyClass* ptr = my_instance.Pointer();
32 // ptr->DoDoDo(); // MyClass::DoDoDo
  /external/chromium_org/third_party/leveldatabase/src/util/
mutexlock.h 18 // void MyClass::MyMethod() {
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
rule_retriever.h 36 // BuildCallback(this, &MyClass::OnRuleReady));
  /external/chromium_org/third_party/webrtc/test/testsupport/
gtest_prod_util.h 27 // class MyClass {
  /external/llvm/test/CodeGen/ARM/
fold-stack-adjust.ll 190 %"MyClass" = type { i8*, i32, i32, float, float, float, [2 x i8], i32, i32* }
196 declare %"MyClass"* @bar2(%"MyClass"* returned, i16*, i32, float, float, i32, i32, i1 zeroext, i1 zeroext, i32)
206 %run = alloca %"MyClass", align 4
207 %call = call %"MyClass"* @bar2(%"MyClass"* %run, i16* %chars, i32 %length, float 0.000000e+00, float 0.000000e+00, i32 1, i32 1, i1 zeroext false, i1 zeroext true, i32 3)
209 %cmp = icmp eq %"MyClass"* %run, null
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyopers.swg 24 MyClass *cobj;
31 %feature("python:tp_hash") MyClass "myHashFunc";
39 class MyClass {
45 %feature("python:slot", "tp_hash", functype="hashfunc") MyClass::myHashFunc;
63 class MyClass {
65 bool lessThan (const MyClass& x) const;
69 %feature("python:slot", "Py_LT") MyClass::lessThan;
  /external/nist-sip/java/gov/nist/core/
GenericObject.java 225 Class<?> myclass = this.getClass(); local
227 Field[] fields = myclass.getDeclaredFields();
286 myclass = myclass.getSuperclass();
287 if (myclass.equals(GenericObject.class))
413 Class<?> myclass = this.getClass();
416 Field[] fields = myclass.getDeclaredFields();
473 if (myclass.equals(GenericObject.class))
476 myclass = myclass.getSuperclass()
499 Class<?> myclass = this.getClass(); local
595 Class<?> myclass = getClass(); local
    [all...]
GenericObjectList.java 102 protected Class<?> myClass;
140 myClass = cl;
163 myClass = Class.forName(classname);
177 myClass = objclass;
306 if (myClass == null) {
307 myClass = objToAdd.getClass();
  /external/clang/test/Index/
complete-at-directives.m 2 @interface MyClass { @public }
5 @implementation MyClass
  /external/clang/test/PCH/
chain-categories.m 29 @interface MyClass : NSObject
41 @implementation MyClass
  /external/clang/test/SemaObjCXX/
arc-0x.mm 86 @interface MyClass : NSObject
89 @implementation MyClass
  /external/jmdns/src/javax/jmdns/
NetworkTopologyDiscovery.java 31 * public static class MyClass implements NetworkTopologyDiscovery.Factory.ClassDelegate {
32 * public MyClass() {
  /external/chromium_org/base/threading/
non_thread_safe.h 48 // class MyClass : public base::NonThreadSafe {
  /external/chromium_org/ppapi/utility/threading/
lock.h 53 /// class MyClass {
  /external/chromium_org/sync/internal_api/public/util/
immutable.h 139 // class MyClass {
156 // class MyClass {
179 // void MyClass::ImmutableSomeOtherTypeTraits::InitializeWrapper(
184 // void MyClass::ImmutableSomeOtherTypeTraits::DestroyWrapper(

Completed in 602 milliseconds

1 2 3 4 56 7 8 91011>>