Searched defs:isType (Results 1 - 9 of 9) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DUnicodeLocaleExtension.java103 public static boolean isType(String s) { method in class:UnicodeLocaleExtension
/external/skia/src/views/
H A DSkEvent.cpp77 bool SkEvent::isType(const SkString& str) const function in class:SkEvent
79 return this->isType(str.c_str(), str.size());
82 bool SkEvent::isType(const char type[], size_t typeLen) const function in class:SkEvent
H A DSkView.cpp337 bool SkView::Click::isType(const char type[]) const function in class:SkView::Click
/external/clang/include/clang/Serialization/
H A DASTWriter.h140 bool isType() const { return IsType; } function in class:clang::ASTWriter::DeclOrType
144 assert(isType() && "Not a type!");
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
H A DUnicodeProperty.java182 public final boolean isType(int mask) { method in class:UnicodeProperty
333 isType(STRING_OR_MISC_MASK) ? null : PROPERTY_COMPARATOR),
345 if (isType(STRING_OR_MISC_MASK)) {
785 if (!property.isType(propertyTypeMask)) {
814 .isType(STRING_OR_MISC_MASK) ? null
1406 if (isType(STRING_OR_MISC_MASK)) {
1425 if (isType(STRING_OR_MISC_MASK)) {
1495 if (isType(STRING_OR_MISC_MASK)) {
/external/llvm/include/llvm/Support/
H A DDwarf.h64 inline bool isType(Tag T) { function
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DDescriptors.java1879 ((filter==SearchFilter.TYPES_ONLY) && isType(result)) ||
1889 ((filter==SearchFilter.TYPES_ONLY) && isType(result)) ||
1900 boolean isType(GenericDescriptor descriptor) { method in class:Descriptors.DescriptorPool
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp468 bool isType, void *TyOrExpr, SourceLocation RParenLoc) {
494 if (isType) {
555 bool isType, void *TyOrExpr, SourceLocation RParenLoc) {
568 if (isType) {
467 ActOnCXXTypeid(SourceLocation OpLoc, SourceLocation LParenLoc, bool isType, void *TyOrExpr, SourceLocation RParenLoc) argument
554 ActOnCXXUuidof(SourceLocation OpLoc, SourceLocation LParenLoc, bool isType, void *TyOrExpr, SourceLocation RParenLoc) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 5184 milliseconds