HomeSort by relevance Sort by last modified time
    Searched full:classid (Results 1 - 25 of 233) sorted by null

1 2 3 4 5 6 7 8 910

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
SetValuesTest.java 54 long classID = getClassIDBySignature(getDebuggeeSignature());
56 FieldInfo[] fields = jdwpGetFieldIDs(classID);
61 testField(classID, field);
65 private void testField(long classID, FieldInfo fieldInfo) throws UnsupportedEncodingException {
72 testField(classID, fieldInfo, new Value(Byte.MIN_VALUE));
73 testField(classID, fieldInfo, new Value(Byte.MAX_VALUE));
74 testField(classID, fieldInfo, new Value((byte)0));
77 testField(classID, fieldInfo, new Value((char)Character.MAX_VALUE));
78 testField(classID, fieldInfo, new Value((char)Character.MIN_VALUE));
81 testField(classID, fieldInfo, new Value((float)Float.MIN_VALUE))
    [all...]
SuperClassTest.java 43 private ReplyPacket jdwpGetSuperClassReply(long classID, int errorExpected) {
47 packet.setNextValueAsClassID(classID);
87 long classID = getClassIDBySignature("Ljava/lang/String;");
89 ReplyPacket reply = jdwpGetSuperClassReply(classID, JDWPConstants.Error.NONE);
97 long classID = getClassIDBySignature("[Ljava/lang/String;");
99 ReplyPacket reply = jdwpGetSuperClassReply(classID, JDWPConstants.Error.NONE);
107 long classID = getClassIDBySignature("[I");
109 ReplyPacket reply = jdwpGetSuperClassReply(classID, JDWPConstants.Error.NONE);
116 long classID = getClassIDBySignature(getDebuggeeSignature());
118 ReplyPacket reply = jdwpGetSuperClassReply(classID, JDWPConstants.Error.NONE)
    [all...]
  /external/libnl/src/cls/
basic.c 23 " -c, --classid=HANDLE Target class to classify matching packets to.\n"
30 uint32_t classid; local
37 { "classid", 1, 0, 'c' },
65 if ((err = rtnl_tc_str2handle(optarg, &classid)) < 0)
66 fatal(err, "Invalid classid \"%s\": %s",
69 if ((err = rtnl_basic_set_classid(cls, classid)) < 0)
70 fatal(err, "Unable to set classid: %s",
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
Location.java 35 public long classID;
44 classID = 0;
52 public Location(byte tag, long classID, long methodID, long index) {
54 this.classID = classID;
63 return "Location: tag="+tag+", classID="+classID+", methodID="+methodID+", index="+index;
73 return classID == loc.classID && methodID == loc.methodID
Field.java 37 private long classID;
52 classID = -1;
63 * @param classID
72 public Field(long id, long classID, String name, String signature,
75 this.classID = classID;
157 return classID;
293 return this.id == field.id && this.classID == field.classID
306 String str = "Field: id=" + id + ", classID=" + classID + ", name='
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
CombinedEventsTestCase.java 53 void printMethodLineTable(long classID, String className /* may be null */, String methodName) {
54 long methodID = debuggeeWrapper.vmMirror.getMethodID(classID, methodName);
57 ("## printMethodLineTable(): Can NOT get methodID for classID = "
58 + classID + "; Method name = " + methodName);
65 packet.setNextValueAsClassID(classID);
92 long getMethodStartCodeIndex(long classID, String methodName) {
93 long methodID = debuggeeWrapper.vmMirror.getMethodID(classID, methodName);
96 ("## getMethodStartCodeIndex(): Can NOT get methodID for classID = "
97 + classID + "; Method name = " + methodName);
104 packet.setNextValueAsClassID(classID);
    [all...]
  /external/iproute2/testsuite/tests/
cbq.t 4 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
9 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
dsmark.t 17 class change dev $DEV parent 10:0 classid 10:12 \
21 class change dev $DEV parent 10:0 classid 10:13 \
policer 4 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
11 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
  /external/iproute2/examples/diffserv/
efcbq 13 print "$TC class add $DEV parent 2:0 classid 2:1 cbq bandwidth ".
19 "handle 0x2e tcindex classid 2:1 pass_on\n";
24 print "$TC class add $DEV parent 2:0 classid 2:2 cbq bandwidth ".
31 "handle 0 tcindex mask 0 classid 2:2 pass_on\n";
Edge1 38 $TC class change $EGDEV classid 1:1 dsmark mask 0x3 \
41 $TC class change $EGDEV classid 1:2 dsmark mask 0x3 \
44 $TC class change $EGDEV classid 1:3 dsmark mask 0x3 \
50 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 1 fw classid 1:1
51 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 2 fw classid 1:2
52 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 3 fw classid 1:3
Edge2 56 $TC class change $EGDEV classid 1:1 dsmark mask 0x3 \
58 $TC class change $EGDEV classid 1:2 dsmark mask 0x3 \
60 $TC class change $EGDEV classid 1:3 dsmark mask 0x3 \
66 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 1 fw classid 1:1
67 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 2 fw classid 1:2
68 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 3 fw classid 1:3
Edge31-cb-chains 90 $TC class change $EGDEV classid 1:1 dsmark mask 0x3 \
93 $TC class change $EGDEV classid 1:2 dsmark mask 0x3 \
96 $TC class change $EGDEV classid 1:3 dsmark mask 0x3 \
99 $TC class change $EGDEV classid 1:4 dsmark mask 0x3 \
107 handle 1 tcindex classid 1:1
109 handle 2 tcindex classid 1:2
111 handle 3 tcindex classid 1:3
113 handle 4 tcindex classid 1:4
Edge32-cb-chains 102 $TC class change $EGDEV classid 1:1 dsmark mask 0x3 \
105 $TC class change $EGDEV classid 1:2 dsmark mask 0x3 \
108 $TC class change $EGDEV classid 1:3 dsmark mask 0x3 \
111 $TC class change $EGDEV classid 1:4 dsmark mask 0x3 \
119 handle 1 tcindex classid 1:1
121 handle 2 tcindex classid 1:2
123 handle 3 tcindex classid 1:3
125 handle 4 tcindex classid 1:4
Edge32-cb-u32 104 $TC class change $EGDEV classid 1:1 dsmark mask 0x3 \
107 $TC class change $EGDEV classid 1:2 dsmark mask 0x3 \
110 $TC class change $EGDEV classid 1:3 dsmark mask 0x3 \
113 $TC class change $EGDEV classid 1:3 dsmark mask 0x3 \
120 handle 1 tcindex classid 1:1
122 handle 2 tcindex classid 1:2
124 handle 3 tcindex classid 1:3
126 handle 4 tcindex classid 1:4
ef-prio 15 "handle 0x2e tcindex classid 2:1 pass_on\n";
25 "handle 0 tcindex mask 0 classid 2:2 pass_on\n";
  /external/lzma/CPP/7zip/Common/
RegisterArc.h 16 Byte ClassId;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dhcpv6csdk.h 70 LPDHCPV6CAPI_CLASSID classId,
76 LPDHCPV6CAPI_CLASSID classId,
84 LPDHCPV6CAPI_CLASSID classId,
vsadmin.h 28 STDMETHOD_(HRESULT,RegisterProvider)(THIS_ VSS_ID pProviderId,CLSID ClassId,VSS_PWSZ pwszProviderName,VSS_PROVIDER_TYPE eProviderType,VSS_PWSZ pwszProviderVersion,VSS_ID ProviderVersionId) PURE;
39 #define IVssAdmin_RegisterProvider(This,pProviderId,ClassId,pwszProviderName,eProviderType,pwszProviderVersion,ProviderVersionId) (This)->lpVtbl->RegisterProvider(This,pProviderId,ClassId,pwszProviderName,eProviderType,pwszProviderVersion,ProviderVersionId)
  /external/iproute2/examples/
cbqinit.eth1 16 # Create root class with classid 1:1. This step is not necessary.
25 $TC class add dev $DEVICE parent 1:0 classid :1 est 1sec 8sec cbq \
35 $TC class add dev $DEVICE parent 1:1 classid :2 est 1sec 8sec cbq \
47 $TC class add dev $DEVICE parent 1:1 classid :3 est 2sec 16sec cbq \
55 $TC class add dev $DEVICE parent 1:1 classid :4 est 1sec 8sec cbq \
63 $TC class add dev $DEVICE parent 1:1 classid 1:7FFE cbq \
73 $TC class add dev $DEVICE parent 1:7FFE classid 1:7FFF est 4sec 32sec cbq \
  /external/iproute2/tc/
f_fw.c 28 fprintf(stderr, "Usage: ... fw [ classid CLASSID ] [ police POLICE_SPEC ]\n");
30 fprintf(stderr, " CLASSID := X:Y\n");
31 fprintf(stderr, "\nNOTE: CLASSID is parsed as hexadecimal input.\n");
71 if (matches(*argv, "classid") == 0 ||
76 fprintf(stderr, "Illegal \"classid\"\n");
141 fprintf(f, "classid %s ", sprint_tc_classid(rta_getattr_u32(tb[TCA_FW_CLASSID]), b1));
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/
LengthTest.java 55 // obtain classID
56 long classID = getClassIDBySignature("Lorg/apache/harmony/jpda/tests/jdwp/ArrayReference/ArrayReferenceDebuggee;");
62 packet.setNextValueAsReferenceTypeID(classID);
75 checkArrayLength(classID, fieldID, JDWPConstants.Error.NONE, 10);
78 checkArrayLength(classID, fieldID, JDWPConstants.Error.NONE, 8);
81 checkArrayLength(classID, fieldID, JDWPConstants.Error.INVALID_ARRAY, 0);
89 private void checkArrayLength(long classID, long fieldID, int error, int length) {
90 //System.err.println("classID="+classID);
95 packet.setNextValueAsReferenceTypeID(classID);
    [all...]
SetValuesTest.java 53 // obtain classID
54 long classID = getClassIDBySignature("Lorg/apache/harmony/jpda/tests/jdwp/ArrayReference/ArrayReferenceDebuggee;");
60 packet.setNextValueAsReferenceTypeID(classID);
77 checkArrayValues(valuesRegion, classID, fieldID);
84 checkArrayValues(valuesRegion, classID, fieldID);
91 checkArrayValues(valuesRegion, classID, fieldID);
98 private void checkArrayValues(ArrayRegion valuesRegion, long classID,
103 packet.setNextValueAsReferenceTypeID(classID);
GetValuesTest.java 57 // obtain classID
58 long classID = getClassIDBySignature(debuggeeSig);
64 packet.setNextValueAsReferenceTypeID(classID);
78 checkArrayValues(classID, fieldID, JDWPConstants.Error.NONE, 1,
84 checkArrayValues(classID, fieldID, JDWPConstants.Error.NONE, 1,
90 checkArrayValues(classID, fieldID, JDWPConstants.Error.NONE, 1,
96 checkArrayValues(classID, fieldID, JDWPConstants.Error.NONE, 1,
102 checkArrayValues(classID, fieldID, JDWPConstants.Error.NONE, 1,
108 checkArrayValues(classID, fieldID, JDWPConstants.Error.NONE, 1,
115 checkArrayValues(classID, fieldID, JDWPConstants.Error.NONE, 10
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPTestCase.java 155 long classID = getObjectReferenceType(objectID);
156 return getClassSignature(classID);
182 * @param classID -
188 protected long getMethodID(long classID, String methodName) {
192 command.setNextValueAsClassID(classID);
211 * @param classID -
217 protected ReplyPacket getLineTable(long classID, long methodID) {
221 lineTableCommand.setNextValueAsReferenceTypeID(classID);
232 * @param classID class id
236 protected String getMethodName(long classID, long methodID)
    [all...]

Completed in 1553 milliseconds

1 2 3 4 5 6 7 8 910