Searched refs:typeName (Results 1 - 25 of 194) sorted by relevance

12345678

/external/chromium-trace/trace-viewer/src/tracing/analysis/
H A Dobject_instance_view.js42 ObjectInstanceView.register = function(typeName,
45 if (ObjectInstanceView.typeNameToViewInfoMap[typeName])
46 throw new Error('Handler already registerd for ' + typeName);
50 ObjectInstanceView.typeNameToViewInfoMap[typeName] = {
56 ObjectInstanceView.unregister = function(typeName) {
57 if (ObjectInstanceView.typeNameToViewInfoMap[typeName] === undefined)
58 throw new Error(typeName + ' not registered');
59 delete ObjectInstanceView.typeNameToViewInfoMap[typeName];
62 ObjectInstanceView.getViewInfo = function(typeName) {
63 return ObjectInstanceView.typeNameToViewInfoMap[typeName];
[all...]
H A Dobject_snapshot_view.js42 ObjectSnapshotView.register = function(typeName,
45 if (ObjectSnapshotView.typeNameToViewInfoMap[typeName])
46 throw new Error('Handler already registered for ' + typeName);
50 ObjectSnapshotView.typeNameToViewInfoMap[typeName] = {
56 ObjectSnapshotView.unregister = function(typeName) {
57 if (ObjectSnapshotView.typeNameToViewInfoMap[typeName] === undefined)
58 throw new Error(typeName + ' not registered');
59 delete ObjectSnapshotView.typeNameToViewInfoMap[typeName];
62 ObjectSnapshotView.getViewInfo = function(typeName) {
63 return ObjectSnapshotView.typeNameToViewInfoMap[typeName];
[all...]
H A Danalysis_view.js114 var typeName;
120 typeName = obj.objectInstance.typeName;
124 typeName = obj.typeName;
128 typeName = obj.title;
135 var customViewInfo = viewBaseType.getViewInfo(typeName);
H A Danalysis_link.js59 snapshot.objectInstance.typeName + ' ' +
83 this.textContent = instance.typeName + ' ' + instance.id;
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSValueTestHelper.h64 inline void PrintTo(const CSSValue& cssValue, ::std::ostream* os, const char* typeName = "CSSValue")
66 *os << typeName << "(" << cssValue.cssText().utf8().data() << ")";
69 inline void PrintTo(const CSSPrimitiveValue& cssValue, ::std::ostream* os, const char* typeName = "CSSPrimitiveValue")
71 PrintTo(static_cast<const CSSValue&>(cssValue), os, typeName); local
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/
H A DTypeRecord.java8 public final String typeName; field in class:TypeRecord
11 public TypeRecord(String typeName, JSDocInfo info) { argument
13 this.typeName = typeName;
H A DContextTrackingValidationCheck.java104 String typeName = AstUtil.getTypeNameFromPrototype(assignedTypeName);
105 TypeRecord typeRecord = state.typeRecordsByTypeName.get(typeName);
131 private boolean rememberTypeRecordIfNeeded(String typeName, JSDocInfo info) { argument
135 if (typeName == null) {
141 TypeRecord record = new TypeRecord(typeName, info);
142 state.typeRecordsByTypeName.put(typeName, record);
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
H A DCstMethodRef.java36 public String typeName() { method in class:CstMethodRef
H A DCstInterfaceMethodRef.java43 public String typeName() { method in class:CstInterfaceMethodRef
H A DConstant.java41 public abstract String typeName(); method in class:Constant
H A DCstEnumRef.java43 public String typeName() { method in class:CstEnumRef
H A DCstBoolean.java82 public String typeName() { method in class:CstBoolean
H A DCstKnownNull.java67 public String typeName() { method in class:CstKnownNull
H A DCstLong.java70 public String typeName() { method in class:CstLong
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DItemType.java52 private final String typeName; field in class:ItemType
61 * @param typeName {@code non-null;} name of the type
63 private ItemType(int mapValue, String typeName) { argument
65 this.typeName = typeName;
68 String human = typeName;
90 return typeName;
H A DItem.java46 public final String typeName() { method in class:Item
H A DStatistics.java45 String typeName = item.typeName();
46 Data data = dataMap.get(typeName);
49 dataMap.put(typeName, new Data(item, typeName));
/external/chromium_org/third_party/angle/samples/translator/
H A Dtranslator.cpp304 const char* typeName = NULL; local
317 case GL_FLOAT: typeName = "GL_FLOAT"; break;
318 case GL_FLOAT_VEC2: typeName = "GL_FLOAT_VEC2"; break;
319 case GL_FLOAT_VEC3: typeName = "GL_FLOAT_VEC3"; break;
320 case GL_FLOAT_VEC4: typeName = "GL_FLOAT_VEC4"; break;
321 case GL_INT: typeName = "GL_INT"; break;
322 case GL_INT_VEC2: typeName = "GL_INT_VEC2"; break;
323 case GL_INT_VEC3: typeName = "GL_INT_VEC3"; break;
324 case GL_INT_VEC4: typeName = "GL_INT_VEC4"; break;
325 case GL_UNSIGNED_INT: typeName
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGResource.h80 #define DEFINE_RENDER_SVG_RESOURCE_TYPE_CASTS(thisType, typeName) \
81 DEFINE_TYPE_CASTS(thisType, RenderSVGResource, resource, resource->resourceType() == typeName, resource.resourceType() == typeName)
/external/emma/core/java12/com/vladium/emma/report/
H A DItem.java114 ItemMetadata (final int typeID, final String typeName, final long attributeIDs) argument
117 if ($assert.ENABLED) $assert.ASSERT (typeName != null, "typeName = null");
121 m_typeName = typeName;
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DTypeData.java202 protected void setType(String typeName, ClassPool cp) throws BadBytecode { argument
203 if (update(cp, expectedName, typeName))
204 expectedName = typeName;
253 private boolean update(ClassPool cp, String oldName, String typeName) throws BadBytecode { argument
254 if (typeName == null)
258 else if (oldName.equals(typeName))
260 else if (typeName.charAt(0) == '['
273 CtClass cache2 = cp.get(typeName);
402 protected void setType(String typeName, ClassPool cp) throws BadBytecode { argument
403 super.setType(typeName, c
480 setType(String typeName, ClassPool cp) argument
[all...]
/external/chromium_org/extensions/renderer/resources/
H A Dutils.js47 function loadTypeSchema(typeName, defaultSchema) {
48 var parts = $String.split(typeName, '.');
51 WARNING('Trying to reference "' + typeName + '" ' +
61 if (types[i].id == typeName)
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DArrayBufferView.cpp58 const char* ArrayBufferView::typeName() function in class:WTF::ArrayBufferView
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
H A DFilterBar.js509 * @param {string} typeName
512 accept: function(typeName)
514 return !!this._allowedTypes[WebInspector.NamedBitSetFilterUI.ALL_TYPES] || !!this._allowedTypes[typeName];
521 for (var typeName in this._typeFilterElements) {
522 if (allowedTypes[typeName])
523 this._allowedTypes[typeName] = true;
534 for (var typeName in this._typeFilterElements)
535 this._typeFilterElements[typeName].classList.toggle("selected", this._allowedTypes[typeName]);
546 typeFilterElement.typeName
[all...]
/external/chromium-trace/trace-viewer/src/tracing/tracks/
H A Dobject_instance_track.js49 this.heading = objectInstances[0].typeName;
237 ObjectInstanceTrack.register = function(typeName, constructor) {
238 if (ObjectInstanceTrack.typeNameToTrackConstructorMap[typeName])
239 throw new Error('Handler already registered for ' + typeName);
240 ObjectInstanceTrack.typeNameToTrackConstructorMap[typeName] =
244 ObjectInstanceTrack.getTrackConstructor = function(typeName) {
245 return ObjectInstanceTrack.typeNameToTrackConstructorMap[typeName];

Completed in 4617 milliseconds

12345678