HomeSort by relevance Sort by last modified time
    Searched refs:typeId (Results 1 - 25 of 136) sorted by null

1 2 3 4 5 6

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DexBackedTypedExceptionHandler.java 38 private final int typeId;
43 this.typeId = reader.readSmallUleb128();
47 @Nonnull @Override public String getExceptionType() { return dexFile.getType(typeId); }
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
SpvBuilder.h 117 Op getTypeClass(Id typeId) const { return getOpCode(typeId); }
118 Op getMostBasicTypeClass(Id typeId) const;
120 int getNumTypeConstituents(Id typeId) const;
121 int getNumTypeComponents(Id typeId) const { return getNumTypeConstituents(typeId); }
122 Id getScalarTypeId(Id typeId) const;
123 Id getContainedTypeId(Id typeId) const;
124 Id getContainedTypeId(Id typeId, int) const;
125 StorageClass getTypeStorageClass(Id typeId) const { return module.getStorageClass(typeId);
    [all...]
spvIR.h 83 Instruction(Id resultId, Id typeId, Op opCode) : resultId(resultId), typeId(typeId), opCode(opCode), block(nullptr) { }
84 explicit Instruction(Op opCode) : resultId(NoResult), typeId(NoType), opCode(opCode), block(nullptr) { }
120 Id getTypeId() const { return typeId; }
130 if (typeId)
138 if (typeId)
139 out.push_back(typeId);
151 Id typeId;
327 StorageClass getStorageClass(Id typeId) cons
    [all...]
SpvBuilder.cpp 474 Id typeId = getTypeId(resultId);
475 assert(isPointerType(typeId));
477 return module.getInstruction(typeId)->getImmediateOperand(1);
480 Op Builder::getMostBasicTypeClass(Id typeId) const
482 Instruction* instr = module.getInstruction(typeId);
506 int Builder::getNumTypeConstituents(Id typeId) const
508 Instruction* instr = module.getInstruction(typeId);
535 Id Builder::getScalarTypeId(Id typeId) const
537 Instruction* instr = module.getInstruction(typeId);
553 return getScalarTypeId(getContainedTypeId(typeId));
    [all...]
disassemble.cpp 94 void disassembleInstruction(Id resultId, Id typeId, Op opCode, int numOperands);
170 Id typeId = 0;
172 typeId = stream[word++];
187 outputTypeId(typeId);
191 disassembleInstruction(resultId, typeId, opCode, numOperands);
308 void SpirvStream::disassembleInstruction(Id resultId, Id /*typeId*/, Op opCode, int numOperands)
GlslangToSpv.cpp 143 spv::Id createBinaryOperation(glslang::TOperator op, spv::Decoration precision, spv::Decoration noContraction, spv::Id typeId, spv::Id left, spv::Id right, glslang::TBasicType typeProxy, bool reduceComparison = true);
144 spv::Id createBinaryMatrixOperation(spv::Op, spv::Decoration precision, spv::Decoration noContraction, spv::Id typeId, spv::Id left, spv::Id right);
145 spv::Id createUnaryOperation(glslang::TOperator op, spv::Decoration precision, spv::Decoration noContraction, spv::Id typeId, spv::Id operand,glslang::TBasicType typeProxy);
146 spv::Id createUnaryMatrixOperation(spv::Op, spv::Decoration precision, spv::Decoration noContraction, spv::Id typeId, spv::Id operand,glslang::TBasicType typeProxy);
149 spv::Id createAtomicOperation(glslang::TOperator op, spv::Decoration precision, spv::Id typeId, std::vector<spv::Id>& operands, glslang::TBasicType typeProxy);
150 spv::Id createInvocationsOperation(glslang::TOperator, spv::Id typeId, spv::Id operand);
151 spv::Id createMiscOperation(glslang::TOperator op, spv::Decoration precision, spv::Id typeId, std::vector<spv::Id>& operands, glslang::TBasicType typeProxy);
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
SpvBuilder.h 117 Op getTypeClass(Id typeId) const { return getOpCode(typeId); }
118 Op getMostBasicTypeClass(Id typeId) const;
120 int getNumTypeConstituents(Id typeId) const;
121 int getNumTypeComponents(Id typeId) const { return getNumTypeConstituents(typeId); }
122 Id getScalarTypeId(Id typeId) const;
123 Id getContainedTypeId(Id typeId) const;
124 Id getContainedTypeId(Id typeId, int) const;
125 StorageClass getTypeStorageClass(Id typeId) const { return module.getStorageClass(typeId);
    [all...]
spvIR.h 83 Instruction(Id resultId, Id typeId, Op opCode) : resultId(resultId), typeId(typeId), opCode(opCode), block(nullptr) { }
84 explicit Instruction(Op opCode) : resultId(NoResult), typeId(NoType), opCode(opCode), block(nullptr) { }
120 Id getTypeId() const { return typeId; }
130 if (typeId)
138 if (typeId)
139 out.push_back(typeId);
151 Id typeId;
327 StorageClass getStorageClass(Id typeId) cons
    [all...]
SpvBuilder.cpp 474 Id typeId = getTypeId(resultId);
475 assert(isPointerType(typeId));
477 return module.getInstruction(typeId)->getImmediateOperand(1);
480 Op Builder::getMostBasicTypeClass(Id typeId) const
482 Instruction* instr = module.getInstruction(typeId);
506 int Builder::getNumTypeConstituents(Id typeId) const
508 Instruction* instr = module.getInstruction(typeId);
535 Id Builder::getScalarTypeId(Id typeId) const
537 Instruction* instr = module.getInstruction(typeId);
553 return getScalarTypeId(getContainedTypeId(typeId));
    [all...]
disassemble.cpp 94 void disassembleInstruction(Id resultId, Id typeId, Op opCode, int numOperands);
170 Id typeId = 0;
172 typeId = stream[word++];
187 outputTypeId(typeId);
191 disassembleInstruction(resultId, typeId, opCode, numOperands);
308 void SpirvStream::disassembleInstruction(Id resultId, Id /*typeId*/, Op opCode, int numOperands)
GlslangToSpv.cpp 143 spv::Id createBinaryOperation(glslang::TOperator op, spv::Decoration precision, spv::Decoration noContraction, spv::Id typeId, spv::Id left, spv::Id right, glslang::TBasicType typeProxy, bool reduceComparison = true);
144 spv::Id createBinaryMatrixOperation(spv::Op, spv::Decoration precision, spv::Decoration noContraction, spv::Id typeId, spv::Id left, spv::Id right);
145 spv::Id createUnaryOperation(glslang::TOperator op, spv::Decoration precision, spv::Decoration noContraction, spv::Id typeId, spv::Id operand,glslang::TBasicType typeProxy);
146 spv::Id createUnaryMatrixOperation(spv::Op, spv::Decoration precision, spv::Decoration noContraction, spv::Id typeId, spv::Id operand,glslang::TBasicType typeProxy);
149 spv::Id createAtomicOperation(glslang::TOperator op, spv::Decoration precision, spv::Id typeId, std::vector<spv::Id>& operands, glslang::TBasicType typeProxy);
150 spv::Id createInvocationsOperation(glslang::TOperator, spv::Id typeId, spv::Id operand);
151 spv::Id createMiscOperation(glslang::TOperator op, spv::Decoration precision, spv::Id typeId, std::vector<spv::Id>& operands, glslang::TBasicType typeProxy);
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPProxyTestCase.java 102 private boolean IsProxy(long typeId, long proxyClassId) {
103 if (typeId == proxyClassId) {
105 } else if (typeId == 0) {
108 return IsProxy(debuggeeWrapper.vmMirror.getSuperclassId(typeId),
  /frameworks/base/tools/aapt2/tools/
public_attr_map.py 9 typeId = 0x000000ff & (intId >> 16)
12 if packageId != 0x01 or typeId != 0x01:
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
EventLocationEventTestCase.java 94 long typeId = getClassIDBySignature(getDebuggeeSignature());
95 long methodId = getMethodID(typeId, getExpectedLocationMethodName());
98 ReplyPacket replyPacket = getLineTable(typeId, methodId);
111 typeId, methodId, idx);
  /prebuilts/go/darwin-x86/src/encoding/gob/
debug.go 114 wireType map[typeId]*wireType
180 wireType: make(map[typeId]*wireType),
269 // int(typeId) Value
272 // Convert the uint64 to a signed integer typeId
274 id := typeId(uid)
295 id := typeId(0)
306 // Id typeId
307 id = deb.typeId()
325 // typeId returns the type id at the input point.
326 func (deb *debugger) typeId() typeId
    [all...]
decoder.go 26 wireType map[typeId]*wireType // map from remote ID to local description
27 decoderCache map[reflect.Type]map[typeId]**decEngine // cache of compiled engines
28 ignorerCache map[typeId]**decEngine // ditto for ignored objects
44 dec.wireType = make(map[typeId]*wireType)
45 dec.decoderCache = make(map[reflect.Type]map[typeId]**decEngine)
46 dec.ignorerCache = make(map[typeId]**decEngine)
53 func (dec *Decoder) recvType(id typeId) {
137 func (dec *Decoder) decodeTypeSequence(isInterface bool) typeId {
145 id := typeId(dec.nextInt())
type.go 169 // A typeId represents a gob Type as an integer that can be passed on the wire.
171 type typeId int32
173 var nextId typeId // incremented for each new type we build
178 id() typeId
179 setId(id typeId)
182 safeString(seen map[typeId]bool) string
186 var idToType = make(map[typeId]gobType)
187 var builtinIdToType map[typeId]gobType // set in init() after builtins are established
199 func (t typeId) gobType() gobType {
206 // string returns the string representation of the type associated with the typeId
    [all...]
  /prebuilts/go/linux-x86/src/encoding/gob/
debug.go 114 wireType map[typeId]*wireType
180 wireType: make(map[typeId]*wireType),
269 // int(typeId) Value
272 // Convert the uint64 to a signed integer typeId
274 id := typeId(uid)
295 id := typeId(0)
306 // Id typeId
307 id = deb.typeId()
325 // typeId returns the type id at the input point.
326 func (deb *debugger) typeId() typeId
    [all...]
decoder.go 26 wireType map[typeId]*wireType // map from remote ID to local description
27 decoderCache map[reflect.Type]map[typeId]**decEngine // cache of compiled engines
28 ignorerCache map[typeId]**decEngine // ditto for ignored objects
44 dec.wireType = make(map[typeId]*wireType)
45 dec.decoderCache = make(map[reflect.Type]map[typeId]**decEngine)
46 dec.ignorerCache = make(map[typeId]**decEngine)
53 func (dec *Decoder) recvType(id typeId) {
137 func (dec *Decoder) decodeTypeSequence(isInterface bool) typeId {
145 id := typeId(dec.nextInt())
type.go 169 // A typeId represents a gob Type as an integer that can be passed on the wire.
171 type typeId int32
173 var nextId typeId // incremented for each new type we build
178 id() typeId
179 setId(id typeId)
182 safeString(seen map[typeId]bool) string
186 var idToType = make(map[typeId]gobType)
187 var builtinIdToType map[typeId]gobType // set in init() after builtins are established
199 func (t typeId) gobType() gobType {
206 // string returns the string representation of the type associated with the typeId
    [all...]
  /dalvik/dx/src/com/android/dx/merge/
InstructionTransformer.java 93 int typeId = one.getIndex();
94 int mappedId = indexMap.adjustType(typeId);
  /external/icu/icu4c/source/i18n/unicode/
measunit.h     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CarrierServiceStateTracker.java 283 PrefNetworkNotification(int typeId) {
284 this.mTypeId = typeId;
352 EmergencyNetworkNotification(int typeId) {
353 this.mTypeId = typeId;
  /frameworks/base/core/java/android/widget/
RemoteViewsAdapter.java 467 public int getMappedViewType(int typeId) {
468 int mappedTypeId = mTypeIdIndexMap.get(typeId, -1);
472 mTypeIdIndexMap.put(typeId, mappedTypeId);
477 public boolean isViewTypeInRange(int typeId) {
478 int mappedType = getMappedViewType(typeId);
494 int typeId;
504 typeId = v.getLayoutId();
506 typeId = 0;
    [all...]
  /libcore/ojluni/src/main/java/java/time/chrono/
HijrahChronology.java 222 private final transient String typeId;
368 this.typeId = id;
404 return typeId;
899 String resourceName = calendarProperties.getProperty(PROP_PREFIX + typeId);
900 Objects.requireNonNull(resourceName, "Resource missing for calendar: " + PROP_PREFIX + typeId);
    [all...]

Completed in 807 milliseconds

1 2 3 4 5 6