Home
last modified time | relevance | path

Searched defs:typeName (Results 1 – 25 of 84) sorted by relevance

1234

/external/chromium-trace/trace-viewer/src/tracing/analysis/
Dobject_snapshot_view.js42 ObjectSnapshotView.register = function(typeName, argument
56 ObjectSnapshotView.unregister = function(typeName) { argument
62 ObjectSnapshotView.getViewInfo = function(typeName) { argument
Dobject_instance_view.js42 ObjectInstanceView.register = function(typeName, argument
56 ObjectInstanceView.unregister = function(typeName) { argument
62 ObjectInstanceView.getViewInfo = function(typeName) { argument
/external/doclava/src/com/google/doclava/
DParameterInfo.java24 public ParameterInfo(String name, String typeName, TypeInfo type, boolean isVarArg, in ParameterInfo()
41 String typeName() { in typeName() method in ParameterInfo
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
DCstMethodRef.java36 public String typeName() { in typeName() method in CstMethodRef
DCstInterfaceMethodRef.java43 public String typeName() { in typeName() method in CstInterfaceMethodRef
DCstEnumRef.java43 public String typeName() { in typeName() method in CstEnumRef
DConstant.java41 public abstract String typeName(); in typeName() method in Constant
DCstLong.java70 public String typeName() { in typeName() method in CstLong
DCstDouble.java73 public String typeName() { in typeName() method in CstDouble
DCstByte.java82 public String typeName() { in typeName() method in CstByte
DCstAnnotation.java73 public String typeName() { in typeName() method in CstAnnotation
DCstFloat.java74 public String typeName() { in typeName() method in CstFloat
DCstFieldRef.java52 public String typeName() { in typeName() method in CstFieldRef
DCstBoolean.java82 public String typeName() { in typeName() method in CstBoolean
DCstChar.java82 public String typeName() { in typeName() method in CstChar
DCstShort.java83 public String typeName() { in typeName() method in CstShort
DCstKnownNull.java67 public String typeName() { in typeName() method in CstKnownNull
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DItemType.java52 private final String typeName; field in ItemType
63 private ItemType(int mapValue, String typeName) { in ItemType()
DItem.java46 public final String typeName() { in typeName() method in Item
/external/chromium_org/third_party/WebKit/Source/wtf/
DArrayBufferView.cpp58 const char* ArrayBufferView::typeName() in typeName() function in WTF::ArrayBufferView
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
DDexFileClassMap.java49 public ClassDefItem getClassDefByName(String typeName) { in getClassDefByName()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DFilterBar.js332 accept: function(typeName) argument
389 _toggleTypeFilter: function(typeName, allowMultiSelect) argument
452 value: function(typeName) argument
/external/chromium_org/chrome/renderer/resources/extensions/
Dutils.js34 function loadTypeSchema(typeName, defaultSchema) { argument
/external/javassist/src/main/javassist/bytecode/annotation/
DAnnotation.java85 public Annotation(String typeName, ConstPool cp) { in Annotation()
306 String typeName = pool.getUtf8Info(typeIndex); in write() local
/external/doclava/src/com/google/doclava/apicheck/
DXmlApiFile.java179 String typeName = attributes.getValue("type"); in startElement() local
201 String typeName = attributes.getValue("type"); in startElement() local

1234