HomeSort by relevance Sort by last modified time
    Searched full:isclass (Results 26 - 50 of 148) sorted by null

12 3 4 5 6

  /external/chromium-trace/catapult/telemetry/telemetry/core/
discover.py 117 if not inspect.isclass(obj):
  /external/clang/test/ARCMT/
objcmt-atomic-property.m 214 - (BOOL)isClass; // This is a valid property 'class' is not a keyword in ObjC
objcmt-atomic-property.m.result 189 @property (getter=isClass, readonly) BOOL class; // This is a valid property 'class' is not a keyword in ObjC
objcmt-ns-nonatomic-iosonly.m 221 - (BOOL)isClass; // This is a valid property 'class' is not a keyword in ObjC
objcmt-ns-nonatomic-iosonly.m.result 196 @property (NS_NONATOMIC_IOSONLY, getter=isClass, readonly) BOOL class; // This is a valid property 'class' is not a keyword in ObjC
objcmt-property.m 217 - (BOOL)isClass; // This is a valid property 'class' is not a keyword in ObjC
objcmt-property.m.result 192 @property (nonatomic, getter=isClass, readonly) BOOL class; // This is a valid property 'class' is not a keyword in ObjC
  /prebuilts/gdb/darwin-x86/lib/python2.7/
inspect.py 10 ismodule(), isclass(), ismethod(), isfunction(), isgeneratorfunction(),
59 def isclass(object): function
81 But not if ismethod() or isclass() or isfunction() are true.
96 and not isclass(object))
404 if isclass(object):
543 if isclass(object):
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
inspect.py 10 ismodule(), isclass(), ismethod(), isfunction(), isgeneratorfunction(),
59 def isclass(object): function
81 But not if ismethod() or isclass() or isfunction() are true.
96 and not isclass(object))
404 if isclass(object):
543 if isclass(object):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 10 ismodule(), isclass(), ismethod(), isfunction(), isgeneratorfunction(),
59 def isclass(object): function
81 But not if ismethod() or isclass() or isfunction() are true.
96 and not isclass(object))
404 if isclass(object):
543 if isclass(object):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 10 ismodule(), isclass(), ismethod(), isfunction(), isgeneratorfunction(),
59 def isclass(object): function
81 But not if ismethod() or isclass() or isfunction() are true.
96 and not isclass(object))
404 if isclass(object):
543 if isclass(object):
    [all...]
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DeprecatedAPIChecker.java 62 if (!api.isClass() && !api.isEnum()) {
264 if (api.isClass() && clsName.equals(cls)) {
ReportAPI.java 473 if (!info.isClass() && !info.isEnum()) {
530 if (info.isClass()) {
ICUTaglet.java 261 boolean isClassDoc = tag.holder().isClass() || tag.holder().isInterface();
  /art/runtime/gc/accounting/
space_bitmap.cc 222 if (obj->IsClass()) {
  /art/runtime/
reference_table.cc 92 if (obj->IsClass()) {
  /external/autotest/cli/
site_host.py 178 if not inspect.isclass(cls):
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
ClassName.java 161 while (current.getKind().isClass() || current.getKind().isInterface()) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-bcel.jar 
  /frameworks/native/opengl/tools/glgen/src/
JniCodeEmitter.java 41 } else if (jType.isClass()) {
766 return jType.isClass() ? "jobjectArray" : "j" + baseType + "Array";
    [all...]
  /art/runtime/mirror/
object-inl.h 245 inline bool Object::IsClass() {
254 DCHECK((IsClass<kVerifyFlags, kReadBarrierOption>()));
455 } else if (IsClass<kNewFlags, kReadBarrierOption>()) {
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/
decorators.py 77 elif inspect.isclass(target):
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 266 REGISTER_MATCHER(isClass);
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 234 if (RD->isStruct() || RD->isClass())
  /prebuilts/misc/common/swig/include/2.0.11/php/
phpkw.swg 7 #define PHPCN(x) %keywordwarn("'" `x` "' is a PHP reserved class name, class renamed as 'c_" `x` "'",%$isclass,sourcefmt="%(lower)s",rename="c_%s") `x`

Completed in 727 milliseconds

12 3 4 5 6