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

1 23 4 5

  /dalvik/vm/
Debugger.c 687 void dvmDbgGetClassInfo(RefTypeId classId, u1* pTypeTag, u4* pStatus,
690 ClassObject* clazz = refTypeIdToClassObject(classId);
1161 ObjectId dvmDbgCreateObject(RefTypeId classId)
1163 ClassObject* clazz = refTypeIdToClassObject(classId);
1184 * Determine if "instClassId" is an instance of "classId".
1186 bool dvmDbgMatchType(RefTypeId instClassId, RefTypeId classId)
1189 ClassObject* clazz = refTypeIdToClassObject(classId);
    [all...]
  /external/webkit/JavaScriptCore/yarr/
RegexCompiler.cpp 378 void atomBuiltInCharacterClass(BuiltInCharacterClassID classID, bool invert)
380 switch (classID) {
411 void atomCharacterClassBuiltIn(BuiltInCharacterClassID classID, bool invert)
413 ASSERT(classID != NewlineClassID);
415 switch (classID) {
  /external/bluetooth/bluez/src/
sdpd-service.c 294 uuid_t classID;
310 sdp_uuid16_create(&classID, SDP_SERVER_SVCLASS_ID);
311 classIDList = sdp_list_append(0, &classID);
  /external/chromium/third_party/icu/source/test/intltest/
trnserr.cpp 270 static char classID = 0;
271 return (UClassID)&classID;
uobjtest.cpp 14 * Test for UObject, currently only the classID.
124 // find common i18n -name '*.h' -print | xargs fgrep ClassID | cut -d: -f1 | cut -d\/ -f2- | sort | uniq | sed -e 's%.*%#include "&"%'
transapi.cpp     [all...]
  /external/icu4c/test/intltest/
trnserr.cpp 270 static char classID = 0;
271 return (UClassID)&classID;
uobjtest.cpp 15 * Test for UObject, currently only the classID.
125 // find common i18n -name '*.h' -print | xargs fgrep ClassID | cut -d: -f1 | cut -d\/ -f2- | sort | uniq | sed -e 's%.*%#include "&"%'
transapi.cpp     [all...]
  /external/iproute2/tc/
f_flow.c 35 " nfct-proto-dst | rt-classid | sk-uid | sk-gid |\n"
56 [FLOW_KEY_RTCLASSID] = "rt-classid",
q_atm.c 46 fprintf(stderr, " [ hdr HEX... ] [ excess ( CLASSID | clp ) ] "
f_u32.c 34 " [ classid CLASSID ]\n");
45 fprintf(stderr, "\nNOTE: CLASSID is parsed at hexadecimal input.\n");
992 } else if (matches(*argv, "classid") == 0 ||
997 fprintf(stderr, "Illegal \"classid\"\n");
q_hfsc.c 34 "Usage: ... hfsc [ default CLASSID ]\n"
tc_qdisc.c 34 fprintf(stderr, " [ handle QHANDLE ] [ root | ingress | parent CLASSID ]\n");
  /external/libvpx/examples/includes/geshi/geshi/
html4strict.php 102 'cellpadding', 'cellspacing', 'char', 'charoff', 'charset', 'checked', 'cite', 'class', 'classid', 'clear', 'code', 'codebase', 'codetype', 'color', 'cols', 'colspan', 'compact', 'content', 'coords',
klonec.php 135 'cellpadding', 'cellspacing', 'char', 'charoff', 'charset', 'checked', 'cite', 'class', 'classid', 'clear', 'code', 'codebase', 'codetype', 'color', 'cols', 'colspan', 'compact', 'content', 'coords',
cfm.php 117 'cellpadding', 'cellspacing', 'char', 'charoff', 'charset', 'checked', 'cite', 'class', 'classid', 'clear', 'code', 'codebase', 'codetype', 'color', 'cols', 'colspan', 'compact', 'content', 'coords',
klonecpp.php 163 'cellpadding', 'cellspacing', 'char', 'charoff', 'charset', 'checked', 'cite', 'class', 'classid', 'clear', 'code', 'codebase', 'codetype', 'color', 'cols', 'colspan', 'compact', 'content', 'coords',
  /external/webkit/WebKit/qt/Api/
qwebpage.h 337 virtual QObject *createPlugin(const QString &classid, const QUrl &url, const QStringList &paramNames, const QStringList &paramValues);
  /external/webkit/WebKitTools/QtLauncher/
main.cpp 561 QObject* WebPage::createPlugin(const QString &classId, const QUrl&, const QStringList&, const QStringList&)
563 if (classId == "alien_QLabel") {
571 return loader.createWidget(classId, view());
573 Q_UNUSED(classId);
  /external/webkit/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.cpp     [all...]
  /dalvik/vm/jdwp/
Jdwp.h 83 RefTypeId classId; /* method->clazz */
  /external/iproute2/man/man8/
tc-prio.8 8 classid
  /external/webkit/WebKitTools/DumpRenderTree/qt/
DumpRenderTreeQt.cpp 299 QObject* WebPage::createPlugin(const QString& classId, const QUrl& url, const QStringList& paramNames, const QStringList& paramValues)
306 return loader.createWidget(classId, view());
308 Q_UNUSED(classId);
  /external/iproute2/examples/
cbq.init-v0.7.3 771 tc class add dev $DEVICE parent 1:$PARENT classid 1:$CLASS cbq \
790 prio $PRIO_MARK handle $mark fw classid 1:$CLASS
805 ${DREALM:+to $DREALM} classid 1:$CLASS
848 prio $PRIO_RULE u32 $u32_s $u32_d classid 1:$CLASS
945 tc class replace dev $DEVICE classid 1:$CLASS cbq \
    [all...]

Completed in 692 milliseconds

1 23 4 5