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

1 2 3 4

  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
OtherName.java 49 // the value of typeID field of the structure
50 private String typeID;
58 * @param typeID: String
61 public OtherName(String typeID, byte[] value) {
62 this(typeID, value, null);
67 // @param typeID: String
71 private OtherName(String typeID, byte[] value, byte[] encoding) {
72 this.typeID = typeID;
78 * Returns the value of typeID field of the structure
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/
IItemMetadata.java 40 public static IItemMetadata getTypeMetadata (final int typeID)
42 if ((typeID < TYPE_ID_ALL) || (typeID > TYPE_ID_METHOD))
43 throw new IllegalArgumentException ("invalid type ID: " + typeID);
45 return METADATA [typeID];
Item.java 114 ItemMetadata (final int typeID, final String typeName, final long attributeIDs)
116 if ($assert.ENABLED) $assert.ASSERT (typeID >= TYPE_ID_ALL && typeID <= TYPE_ID_METHOD, "invalid type ID: " + typeID);
120 m_typeID = typeID;
  /external/stlport/test/unit/
typeinfo_header_test.cpp 18 const std::type_info& ti = typeid(A);
swap_test.cpp 123 if ( typeid(/* _STLP_PRIV */ _SwapImplemented<vector<Obj> >::_Ret) == typeid(_STLP_PRIV __false_type) ) {
125 } else if ( typeid(/* _STLP_PRIV */ _SwapImplemented<vector<Obj> >::_Ret) == typeid(_STLP_PRIV __true_type) ) {
  /ndk/sources/android/stlport/test/unit/
typeinfo_header_test.cpp 18 const std::type_info& ti = typeid(A);
swap_test.cpp 123 if ( typeid(/* _STLP_PRIV */ _SwapImplemented<vector<Obj> >::_Ret) == typeid(_STLP_PRIV __false_type) ) {
125 } else if ( typeid(/* _STLP_PRIV */ _SwapImplemented<vector<Obj> >::_Ret) == typeid(_STLP_PRIV __true_type) ) {
  /external/webkit/WebCore/inspector/front-end/
ProfilesPanel.js 144 for (var typeId in this._profileTypesByIdMap) {
145 var profileType = this.getProfileType(typeId);
148 this._profileTypeButtonsByIdMap[typeId] = button.element;
199 for (var typeId in this._profileTypesByIdMap)
200 this.getProfileType(typeId).treeElement.removeChildren();
251 var typeId = profile.typeId;
252 var profileType = this.getProfileType(typeId);
259 this._profilesIdMap[this._makeKey(profile.uid, typeId)] = profile;
262 var profileTitleKey = this._makeKey(profile.title, typeId);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinImeLogger.java 65 public static void onAddSuggestedWord(String word, int typeId, DataType dataType) {
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SkbTemplate.java 120 public SoftKeyType getKeyType(int typeId) {
121 if (typeId < 0 || typeId > mKeyTypeList.size()) return null;
122 return mKeyTypeList.elementAt(typeId);
  /external/webkit/WebKit/chromium/src/js/
ProfilerAgent.js 104 var profilesSidebar = WebInspector.panels.profiles.getProfileType(WebInspector.CPUProfileType.TypeId).treeElement;
118 profile.typeId = WebInspector.CPUProfileType.TypeId;
  /external/protobuf/java/src/main/java/com/google/protobuf/
AbstractMessage.java 438 // required int32 typeId = 2;
442 // "typeId" is the extension's field number. The extension can only be
451 int typeId = 0;
452 ByteString rawBytes = null; // If we encounter "message" before "typeId"
463 typeId = input.readUInt32();
465 if (typeId != 0) {
475 .findExtensionByNumber(type, typeId);
497 unknownFields.mergeField(typeId,
506 if (typeId == 0) {
512 unknownFields.mergeField(typeId,
    [all...]
  /external/webkit/JavaScriptGlue/
JSUtils.cpp 156 CFTypeID typeID = CFGetTypeID(cfType);
157 if (typeID == CFStringGetTypeID())
162 else if (typeID == CFNumberGetTypeID())
169 else if (typeID == CFBooleanGetTypeID())
174 else if (typeID == CFNullGetTypeID())
  /external/webkit/WebCore/platform/network/cf/
FormDataStreamCFNet.cpp 367 CFTypeID typeID = CFGetTypeID(bodyPart);
368 if (typeID == CFStringGetTypeID()) {
371 } else if (typeID == CFDataGetTypeID()) {
  /external/stlport/src/
messages.cpp 41 if (typeid(wct) != typeid(wctype)) {
  /ndk/sources/android/stlport/src/
messages.cpp 41 if (typeid(wct) != typeid(wctype)) {
  /external/gtest/include/gtest/internal/
gtest-internal.h 487 // unique IDs to fixture classes and compare them. The TypeId type is
488 // used to hold such IDs. The user should treat TypeId as an opaque
489 // type: the only operation allowed on TypeId values is to compare
491 typedef const void* TypeId;
509 TypeId GetTypeId() {
522 TypeId GetTestTypeId();
598 TypeId fixture_class_id,
    [all...]
gtest-type-util.h.pump 76 const char* const name = typeid(T).name();
79 // gcc's implementation of typeid(T).name() mangles the type name,
gtest-param-util.h 74 GTEST_CHECK_(typeid(*base) == typeid(Derived));
431 virtual TypeId GetTestCaseTypeId() const = 0;
468 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 486 // unique IDs to fixture classes and compare them. The TypeId type is
487 // used to hold such IDs. The user should treat TypeId as an opaque
488 // type: the only operation allowed on TypeId values is to compare
490 typedef const void* TypeId;
508 TypeId GetTypeId() {
521 TypeId GetTestTypeId();
597 TypeId fixture_class_id,
    [all...]
gtest-type-util.h.pump 78 const char* const name = typeid(T).name();
81 // gcc's implementation of typeid(T).name() mangles the type name,
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-internal.h 469 // unique IDs to fixture classes and compare them. The TypeId type is
470 // used to hold such IDs. The user should treat TypeId as an opaque
471 // type: the only operation allowed on TypeId values is to compare
473 typedef void* TypeId;
479 inline TypeId GetTypeId() {
  /external/webkit/WebCore/platform/network/mac/
WebCoreURLResponse.mm 344 CFTypeID typeID = CFGetTypeID(value);
346 if (typeID == CFStringGetTypeID())
349 if (typeID == CFArrayGetTypeID()) {
  /external/webkit/WebCore/bridge/qt/
qt_runtime.cpp     [all...]
  /external/libvpx/examples/includes/geshi/geshi/
xpp.php 124 'typeid',

Completed in 1233 milliseconds

1 2 3 4