Searched defs:getType (Results 401 - 425 of 514) sorted by relevance

<<11121314151617181920>>

/external/jmdns/src/javax/jmdns/impl/
H A DServiceInfoImpl.java376 public String getType() { method in class:ServiceInfoImpl
389 return (subtype.length() > 0 ? "_" + subtype.toLowerCase() + "._sub." : "") + this.getType();
925 event = new ServiceEventImpl(dns, event.getType(), event.getName(), this);
1195 list.add(new Pointer(this.getType(), DNSRecordClass.CLASS_IN, DNSRecordClass.NOT_UNIQUE, ttl, this.getQualifiedName()));
H A DJmDNSImpl.java211 public String getType() { method in class:JmDNSImpl.ServiceTypeEntry
267 ServiceTypeEntry entry = new ServiceTypeEntry(this.getType());
868 List<ServiceListenerStatus> list = _serviceListeners.get(event.getType().toLowerCase());
951 serviceEvents.add(new ServiceEventImpl(this, record.getType(), toUnqualifiedName(record.getType(), record.getName()), record.getServiceInfo()));
1234 if (_serviceCollectors.containsKey(info.getType().toLowerCase())) {
1236 this.startServiceResolver(info.getType());
1268 ServiceInfo info = this.getServiceInfoFromCache(event.getType(), event.getName(), "", false);
1270 event = new ServiceEventImpl(this, event.getType(), event.getName(), info);
1274 List<ServiceListenerStatus> list = _serviceListeners.get(event.getType()
[all...]
/external/llvm/include/llvm/IR/
H A DValue.h208 Type *getType() const { return VTy; } function in class:llvm::Value
H A DDebugInfo.h465 DICompositeType getType() const { return getFieldAs<DICompositeType>(7); } function in class:llvm::DISubprogram
590 DITypeRef getType() const { return getFieldAs<DITypeRef>(3); } function in class:llvm::DITemplateTypeParameter
608 DITypeRef getType() const { return getFieldAs<DITypeRef>(3); } function in class:llvm::DITemplateValueParameter
637 DITypeRef getType() const { return getFieldAs<DITypeRef>(8); } function in class:llvm::DIGlobalVariable
668 DITypeRef getType() const { return getFieldAs<DITypeRef>(5); } function in class:llvm::DIVariable
707 return (getType().resolve(Map)).isBlockByrefStruct();
787 DIType getType() const { return getFieldAs<DIType>(7); } function in class:llvm::DIObjCProperty
/external/llvm/include/llvm/Object/
H A DELFTypes.h183 unsigned char getType() const { return st_info & 0x0f; } function in struct:llvm::object::Elf_Sym_Impl
184 void setBinding(unsigned char b) { setBindingAndType(b, getType()); }
376 uint32_t getType(bool isMips64EL) const { function in struct:llvm::object::Elf_Rel_Impl
379 void setSymbol(uint32_t s) { setSymbolAndType(s, getType()); }
397 unsigned char getType(bool isMips64EL) const { function in struct:llvm::object::Elf_Rel_Impl
400 void setSymbol(uint32_t s) { setSymbolAndType(s, getType()); }
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp826 Type *MachineConstantPoolEntry::getType() const { function in class:MachineConstantPoolEntry
828 return Val.MachineCPVal->getType();
829 return Val.ConstVal->getType();
858 if (A->getType() == B->getType()) return false;
861 if (isa<StructType>(A->getType()) || isa<ArrayType>(A->getType()) ||
862 isa<StructType>(B->getType()) || isa<ArrayType>(B->getType()))
866 uint64_t StoreSize = TD->getTypeStoreSize(A->getType());
[all...]
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DDescriptors.java670 public Type getType() { return type; } method in class:Descriptors.FieldDescriptor
896 type = Type.valueOf(proto.getType());
1007 switch (getType()) {
1109 if (!isOptional() || getType() != Type.MESSAGE) {
1279 public EnumDescriptor getType() { return type; } method in class:Descriptors.EnumValueDescriptor
1836 new DescriptorIntPair(value.getType(), value.getNumber());
/external/skia/include/core/
H A DSkMatrix.h31 /** Enum of bit fields for the mask return by getType().
48 TypeMask getType() const { function in class:SkMatrix
59 return this->getType() == 0;
508 return GetMapXYProc(this->getType());
520 return GetMapPtsProc(this->getType());
/external/skia/src/utils/debugger/
H A DSkDrawCommand.h70 DrawType getType() { return fDrawType; }; function in class:SkDrawCommand
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi.services_3.2.100.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DImpl_RowSet.java523 public int getType() throws SQLException { method in class:Impl_RowSet
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DChromeBrowserProvider.java525 public String getType(Uri uri) { method in class:ChromeBrowserProvider
544 throw new IllegalArgumentException(TAG + ": getType - unknown URL " + uri);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtransrt.cpp129 int getType(UChar c) const;
141 switch (getType(decomp.charAt(i))) {
142 case 0: t = getType(decomp.charAt(i+1));
145 case 1: t = getType(decomp.charAt(i-1));
148 case 2: t = getType(decomp.charAt(i-1));
156 int LegalJamo::getType(UChar c) const { function in class:LegalJamo
/external/clang/include/clang/Sema/
H A DInitialization.h165 : Kind(EK_Variable), Parent(nullptr), Type(Var->getType()),
181 : Kind(EK_Member), Parent(Parent), Type(Member->getType()),
206 return InitializeParameter(Context, Parm, Parm->getType());
272 TypeInfo->getType());
327 TSI->getType());
342 QualType getType() const { return Type; } function in class:clang::InitializedEntity
/external/clang/utils/TableGen/
H A DClangAttrEmitter.cpp223 std::string getType() const { return type; } function in class:__anon19555::SimpleArgument
303 OS << "\n\n static const " << getType() << " Default" << getUpperName()
409 << "Type->getType()->isDependentType();\n";
501 << "Type()->getType());\n";
516 std::string getType() const { return Type; } function in class:__anon19555::VariadicArgument
548 << ArgName << "(new (Ctx, 16) " << getType() << "["
555 OS << getType() << " *" << getUpperName() << ", unsigned "
563 OS << " " << getType() << " *" << ArgName << ";";
857 OS << " " << getType() << " tempInst" << getUpperName() << ";\n";
885 OS << " " << getType() << " *
[all...]
/external/deqp/executor/
H A DxeTestCaseResult.hpp176 Type getType (void) const { return m_type; } function in class:xe::ri::NumericValue
177 deInt64 getInt64 (void) const { DE_ASSERT(getType() == TYPE_INT64); return m_value.int64; }
178 double getFloat64 (void) const { DE_ASSERT(getType() == TYPE_FLOAT64); return m_value.float64; }
197 Type getType (void) const { return m_type; } function in class:xe::ri::Item
/external/emma/lib/
H A Demma_ant.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/emma/ com/vladium/emma/ANTMain ...
/external/icu/icu4c/source/test/intltest/
H A Dtransrt.cpp129 int getType(UChar c) const;
141 switch (getType(decomp.charAt(i))) {
142 case 0: t = getType(decomp.charAt(i+1));
145 case 1: t = getType(decomp.charAt(i-1));
148 case 2: t = getType(decomp.charAt(i-1));
156 int LegalJamo::getType(UChar c) const { function in class:LegalJamo
/external/jarjar/lib/
H A Dasm-4.0.jarMETA-INF/MANIFEST.MF org/objectweb/asm/AnnotationVisitor.class " package org.objectweb.asm public ...
/external/llvm/include/llvm/TableGen/
H A DRecord.h575 RecTy *getType() const { return Ty; } function in class:llvm::TypedInit
906 return UnOpInit::get(getOpcode(), *Operands.begin(), getType());
954 return BinOpInit::get(getOpcode(), Operands[0], Operands[1], getType());
1010 getType());
1098 assert(T->getType() &&
1099 (isa<IntRecTy>(T->getType()) ||
1100 (isa<BitsRecTy>(T->getType()) &&
1101 cast<BitsRecTy>(T->getType())->getNumBits() > B)) &&
1138 cast<ListRecTy>(T->getType())->getElementType()),
1140 assert(T->getType()
[all...]
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp146 OS << "(trunc " << *Op->getType() << " " << *Op << " to "
147 << *Trunc->getType() << ")";
153 OS << "(zext " << *Op->getType() << " " << *Op << " to "
154 << *ZExt->getType() << ")";
160 OS << "(sext " << *Op->getType() << " " << *Op << " to "
161 << *SExt->getType() << ")";
248 Type *SCEV::getType() const { function in class:SCEV
251 return cast<SCEVConstant>(this)->getType();
255 return cast<SCEVCastExpr>(this)->getType();
260 return cast<SCEVNAryExpr>(this)->getType();
[all...]
/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h536 MVT::SimpleValueType getType() const { return Type; } function in class:llvm::CheckTypeMatcher
592 MVT::SimpleValueType getType() const { return Type; } function in class:llvm::CheckChildTypeMatcher
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DIntermNode.h268 const TType &getType() const { return mType; } function in class:TIntermTyped
323 TLoopType getType() const { return mType; } function in class:TIntermLoop
/external/clang/lib/AST/
H A DExprConstant.cpp62 static QualType getType(APValue::LValueBase B) { function in namespace:__anon17734
65 return D->getType();
81 return Inner->getType();
84 return Base->getType();
133 Type = FD->getType();
191 findMostDerivedSubobject(Ctx, getType(V.getLValueBase()),
243 MostDerivedType = FD->getType();
948 Designator = SubobjectDesignator(getType(B));
1142 Arg.printPretty(Out, Frame->Info.Ctx, Param->getType());
1325 if (!E->isRValue() || E->getType()
[all...]

Completed in 619 milliseconds

<<11121314151617181920>>