HomeSort by relevance Sort by last modified time
    Searched full:referencetype (Results 101 - 125 of 224) sorted by null

1 2 3 45 6 7 8 9

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
SetValues004Test.java 85 ("=> Send ReferenceType::GetValues command and get ObjectID to check...");
96 checkReplyPacket(getValuesReply, "ReferenceType::GetValue command");
SetValuesTest.java 83 ("=> Send ReferenceType::GetValues command and and get ObjectID to check...");
94 checkReplyPacket(getValuesReply, "ReferenceType::GetValues command");
MonitorInfoTest.java 87 ("=> Send ReferenceType::GetValues command for received fieldID and get ObjectID to check...");
98 checkReplyPacket(getValuesReply, "ReferenceType::GetValues command");
102 assertEquals("Invalid number of values returned by ReferenceType::GetValues command,", 1, returnedValuesNumber);
GetValues002Test.java 86 ("=> Send ReferenceType::GetValues command and and get ObjectID to check...");
97 checkReplyPacket(getValuesReply, "ReferenceType::GetValues command");
GetValuesTest.java 85 ("=> Send ReferenceType::GetValues command and and get ObjectID to check...");
96 checkReplyPacket(getValuesReply, "ReferenceType::GetValues command");
InvokeMethod002Test.java 109 logWriter.println(" Send ReferenceType.GetValues");
117 checkReplyPacket(reply, "ReferenceType::GetValues command");
InvokeMethod003Test.java 111 logWriter.println(" Send ReferenceType.GetValues");
119 checkReplyPacket(reply, "ReferenceType::GetValues command");
  /external/clang/include/clang/AST/
TypeNodes.def 67 TYPE(LValueReference, ReferenceType)
68 TYPE(RValueReference, ReferenceType)
CanonicalType.h 46 /// converted to @c CanQual<ReferenceType>. Note that any @c CanQual type can
490 struct CanProxyAdaptor<ReferenceType> : public CanProxyBase<ReferenceType> {
675 if (CanQual<ReferenceType> RefType = getAs<ReferenceType>())
  /external/lldb/source/Plugins/Disassembler/llvm/
DisassemblerLLVMC.h 125 uint64_t *ReferenceType,
138 uint64_t *ReferenceType,
  /art/runtime/jdwp/
jdwp_handler.cc     [all...]
  /external/llvm/include/llvm-c/
Disassembler.h 114 * for the ReferenceValue NULL is returned. The ReferenceType of the
117 * indirectly in ReferenceType along with ReferenceName if any, or that is set
122 uint64_t *ReferenceType,
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
InstructionMethodItem.java 37 import org.jf.dexlib2.ReferenceType;
114 ReferenceType.toString(referenceInstruction.getReferenceType()),
116 } catch (ReferenceType.InvalidReferenceTypeException ex) {
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
MonitorContendedEnterTest.java 79 // Check the ReferenceType of monitor object
MonitorContendedEnteredTest.java 79 // Check the ReferenceType of monitor object
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/
BytecodesTest.java 44 * <BR>It runs MethodDebuggee. Gets methods with ReferenceType.Methods command,
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
ClassObjectIDTest.java 50 * and tries to get refTypeID with ObjectReference.ReferenceType command
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
ClassesBySignatureTest.java 53 * <BR>&nbsp;&nbsp; - the JDWP command ReferenceType.Signature for
InstanceCountsTest.java 147 * This testcase exercises ReferenceType.InstanceCounts command. <BR>
193 * This testcase exercises ReferenceType.InstanceCounts command. <BR>
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
BuilderInstruction35c.java 79 @Override public int getReferenceType() { return opcode.referenceType; }
  /external/chromium_org/third_party/WebKit/Source/wtf/
ListHashSet.h 442 typedef ValueType& ReferenceType;
453 ReferenceType operator*() const { return *get(); }
482 typedef const ValueType& ReferenceType;
502 ReferenceType operator*() const { return *get(); }
550 typedef ValueType& ReferenceType;
561 ReferenceType operator*() const { return *get(); }
589 typedef const ValueType& ReferenceType;
609 ReferenceType operator*() const { return *get(); }
    [all...]
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/
JumboStringConversionTest.java 40 import org.jf.dexlib2.ReferenceType;
140 @Override public int getReferenceType() { return ReferenceType.STRING; }
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPTestCase.java 172 checkReplyPacket(reply, "ObjectReference::ReferenceType command");
194 checkReplyPacket(reply, "ReferenceType::Methods command");
242 checkReplyPacket(reply, "ReferenceType::Methods command");
268 checkReplyPacket(reply, "ReferenceType::Signature command");
428 .println("=> Send ReferenceType::Fields command and get field ID(s)");
437 checkReplyPacket(fieldsReply, "ReferenceType::Fields command");
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 31 else if (const ReferenceType *RefTy = T->getAs<ReferenceType>())
66 } else if (const ReferenceType *RT = T->getAs<ReferenceType>()) {
631 if (const ReferenceType *RefTy = CanonicalSubT->getAs<ReferenceType>())
649 if (const ReferenceType *RefTy = CanonicalSuperT->getAs<ReferenceType>())
825 else if (const ReferenceType *RT = T->getAs<ReferenceType>())
    [all...]
  /art/runtime/verifier/
reg_type.h 704 // Similar to ReferenceType but not yet having been passed to a constructor.
791 class ReferenceType : public RegType {
793 ReferenceType(mirror::Class* klass, const std::string& descriptor, uint16_t cache_id)
845 // Similar to ReferenceType except the Class couldn't be loaded. Assignability and other tests made
896 // known ReferenceType.

Completed in 1457 milliseconds

1 2 3 45 6 7 8 9