HomeSort by relevance Sort by last modified time
    Searched full:classid (Results 26 - 50 of 102) sorted by null

12 3 4 5

  /external/webkit/WebCore/rendering/
RenderEmbeddedObject.cpp 113 static String serviceTypeForClassId(const String& classId)
115 // Return early if classId is empty (since we won't do anything below).
116 // Furthermore, if classId is null, calling get() below will crash.
117 if (classId.isEmpty())
121 return map->get(classId);
245 // If we still don't have a type, try to map from a specific CLASSID to a type.
247 serviceType = serviceTypeForClassId(objectElement->classId());
  /dalvik/vm/jdwp/
JdwpHandler.c 65 pLoc->classId = dvmReadObjectId(pBuf);
76 expandBufAddObjectId(pReply, pLoc->classId);
121 ObjectId threadId, ObjectId objectId, RefTypeId classId, MethodId methodId,
135 LOGV(" classId=%llx methodId=%x %s.%s\n",
136 classId, methodId,
137 dvmDbgGetClassDescriptor(classId),
138 dvmDbgGetMethodName(classId, methodId));
167 err = dvmDbgInvokeMethod(threadId, objectId, classId, methodId,
804 RefTypeId classId;
807 classId = dvmReadRefTypeId(&buf)
    [all...]
  /external/iproute2/man/man8/
tc-cbq-details.8 8 classid
27 .B [ classid
161 If the packet is generated locally and has a valid classid encoded within its
172 If the tc filters did not return a class, but did return a classid,
193 neither the priority distilled from the classid, nor the
291 classid major:minor
374 As an example, 'tc class add ... classid 10:1 cbq .. split 10:0 defmap c0'
378 be: 'tc class add ... classid 10:2 cbq ... split 10:0 defmap 3f'
tc-htb.8 8 classid
19 .B [ classid
105 classid major:minor
tc-cbq.8 8 classid
29 .B [ classid
203 classid major:minor
291 As an example, 'tc class add ... classid 10:1 cbq .. split 10:0 defmap c0'
295 be: 'tc class add ... classid 10:2 cbq ... split 10:0 defmap 3f'
tc.8 20 .B [ classid
249 a separate minor number called a 'classid' that has no relation to their
315 .B classid
  /system/netd/
ThrottleController.cpp 99 sprintf(cmd, "class add dev %s parent 1: classid 1:1 htb rate %dkbit", ifn, txKbps);
126 sprintf(cmd, "class add dev ifb0 parent 1: classid 1:1 htb rate %dkbit", rxKbps);
  /dalvik/vm/
Debugger.h 171 void dvmDbgGetClassInfo(RefTypeId classId, u1* pTypeTag, u4* pStatus,
193 ObjectId dvmDbgCreateObject(RefTypeId classId);
196 bool dvmDbgMatchType(RefTypeId instClassId, RefTypeId classId);
288 RefTypeId classId, MethodId methodId, u4 numArgs, u8* argArray,
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
HTMLDocument.java 151 public void addH (final int level, final String text, final String classID)
157 h.setClass (classID);
162 public void addH (final int level, final IContent text, final String classID)
168 h.setClass (classID);
  /external/iproute2/tc/
f_rsvp.c 31 fprintf(stderr, " [ classid CLASSID ] [ police POLICE_SPEC ]\n");
37 fprintf(stderr, "\nNOTE: CLASSID is parsed as hexadecimal input.\n");
230 } else if (matches(*argv, "classid") == 0 ||
235 fprintf(stderr, "Illegal \"classid\"\n");
tc_filter.c 36 fprintf(stderr, " [ root | classid CLASSID ] [ handle FILTERID ]\n");
39 fprintf(stderr, " tc filter show [ dev STRING ] [ root | parent CLASSID ]\n");
m_skbedit.c 37 "PRIORITY = classID to assign to priority field\n");
  /external/chromium/third_party/icu/public/common/unicode/
uobject.h 296 static char classID = 0; \
297 return (UClassID)&classID; \
313 static char classID = 0; \
314 return (UClassID)&classID; \
  /external/icu4c/common/unicode/
uobject.h 299 static char classID = 0; \
300 return (UClassID)&classID; \
316 static char classID = 0; \
317 return (UClassID)&classID; \
  /external/webkit/WebCore/html/
HTMLAttributeNames.in 67 classid
HTMLObjectElement.h 49 const String& classId() const { return m_classId; }
  /external/webkit/WebCore/manual-tests/
liveconnect-applet-array-parameters.html 27 classid="java:HelloApplet.class" archive="helloapplet.jar"
show-hide-object.html 52 <object id="scopeFlash" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="300" height="200" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0">
  /external/webkit/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp 489 : classid(c), url(u), paramNames(pn),
492 QString classid; member in struct:PluginPage::CallInfo
502 virtual QObject *createPlugin(const QString &classid, const QUrl &url,
507 if (classid == "pushbutton")
509 else if (classid == "lineedit")
512 result->setObjectName(classid);
513 calls.append(CallInfo(classid, url, paramNames, paramValues, result));
526 m_view->setHtml(QString("<html><body><object type='application/x-qt-plugin' classid='pushbutton' id='mybutton'/></body></html>"));
533 m_view->setHtml(QString("<html><body><object type='application/x-foobarbaz' classid='pushbutton' id='mybutton'/></body></html>"));
537 m_view->setHtml(QString("<html><body><object type='application/x-qt-plugin' classid='pushbutton' id='mybutton'/></body></html>"))
    [all...]
  /dalvik/hit/src/com/android/hit/
ClassInstance.java 27 public ClassInstance(long id, StackTrace stack, long classId) {
30 mClassId = classId;
HprofParser.java 519 long classId = readId();
521 ClassInstance instance = new ClassInstance(id, stack, classId);
535 long classId = readId();
538 String className = mClassNames.get(classId);
545 array.mClassId = classId;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
minimize.h 120 typedef typename A::StateId ClassId;
219 void Split(ClassId C) {
264 ClassId C = L_.Head();
302 typedef typename A::StateId ClassId;
  /external/webkit/JavaScriptCore/yarr/
RegexParser.h 152 void atomBuiltInCharacterClass(BuiltInCharacterClassID classID, bool invert)
155 m_delegate.atomCharacterClassBuiltIn(classID, invert);
792 * void atomBuiltInCharacterClass(BuiltInCharacterClassID classID, bool invert);
796 * void atomCharacterClassBuiltIn(BuiltInCharacterClassID classID, bool invert)
  /external/webkit/WebKitTools/iExploder/htdocs/
htmlattrs.in 62 classid
  /external/iproute2/doc/actions/
ifb-README 50 $TC filter add dev ifb0 protocol ip pref 1 parent 1: handle 1 fw classid 1:1
51 $TC filter add dev ifb0 protocol ip pref 2 parent 1: handle 2 fw classid 1:2

Completed in 407 milliseconds

12 3 4 5