Home
last modified time | relevance | path

Searched refs:type (Results 1 – 25 of 30) sorted by relevance

12

/build/tools/droiddoc/templates/
Dhead_tag.cs3 <link rel="shortcut icon" type="image/x-icon" href="<?cs var:toroot ?>favicon.ico" />
9 <link href="<?cs var:toroot ?>assets/android-developer-docs-devguide.css" rel="stylesheet" type="te…
11 <link href="<?cs var:toroot ?>assets/android-developer-docs.css" rel="stylesheet" type="text/css" /…
13 <script src="<?cs var:toroot ?>assets/search_autocomplete.js" type="text/javascript"></script>
14 <script src="<?cs var:toroot ?>assets/jquery-resizable.min.js" type="text/javascript"></script>
15 <script src="<?cs var:toroot ?>assets/android-developer-docs.js" type="text/javascript"></script>
16 <script src="<?cs var:toroot ?>assets/prettify.js" type="text/javascript"></script>
17 <script type="text/javascript">
21 <script src="<?cs var:toroot ?>assets/android-developer-reference.js" type="text/javascript"></scri…
22 <script src="<?cs var:toroot ?>navtree_data.js" type="text/javascript"></script><?cs
[all …]
Dtrailer.cs3 <script type="text/javascript">
8 <script type="text/javascript">
Dlists.cs3 …page.id ?>, label:"<?cs var:page.label ?>", link:"<?cs var:page.link ?>", type:"<?cs var:page.type…
Dmacros.cs6 <?cs # A link to a type, or not if it's a primitive type
182 <th><?cs call:type_link(tag.type) ?></td>
198 <td class="jd-linkcol"><?cs call:type_link(cl.type) ?></td>
211 <li class="api apilevel-<?cs var:cl.type.since ?>"><?cs call:type_link(cl.type) ?></li><?cs
254 <?cs call:type_link(cl.type) ?><?cs if:!last(cl) ?>,<?cs /if ?><?cs
Dclasses.cs26 <td class="jd-linkcol"><?cs call:type_link(cl.type) ?></td>
Dtodo.cs5 <style type="text/css">
Dclass.cs199 <?cs call:type_link(field.type) ?></nobr></td>
211 <td class="jd-typecol"><?cs call:type_link(field.type) ?></td>
249 <td class="jd-linkcol"><?cs call:type_link(cl.type) ?></td>
310 <td class="jd-descrcol"><?cs call:type_link(field.type) ?>&nbsp;</td>
465 <?cs call:type_link(field.type) ?>
/build/tools/droiddoc/templates-pdk/
Dhead_tag.cs3 <link rel="shortcut icon" type="image/x-icon" href="<?cs var:toroot ?>assets-pdk/favicon.ico" />
11 <link href="<?cs var:toroot ?>assets/android-developer-docs-devguide.css" rel="stylesheet" type="te…
12 <link href="<?cs var:toroot ?>assets-pdk/pdk-local.css" rel="stylesheet" type="text/css" />
13 <script src="<?cs var:toroot ?>assets/search_autocomplete.js" type="text/javascript"></script>
14 <script src="<?cs var:toroot ?>assets/jquery-resizable.min.js" type="text/javascript"></script>
15 <script src="<?cs var:toroot ?>assets/android-developer-docs.js" type="text/javascript"></script>
16 <script type="text/javascript">
19 <script type="text/javascript">
31 <script type="text/javascript>
Dcustomization.cs137 <?cs if:doc.type == "source" ?>
139 <?cs elif:doc.type == "porting" ?>
141 <?cs elif:doc.type == "compatibility" ?>
143 <?cs elif:doc.type == "downloads" ?>
145 <?cs elif:doc.type == "community" ?>
147 <?cs elif:doc.type == "about" ?>
/build/tools/droiddoc/src/
DParameterInfo.java23 ParameterInfo(String name, String typeName, TypeInfo type, SourcePositionInfo position) in ParameterInfo() argument
27 mType = type; in ParameterInfo()
31 TypeInfo type() in type() method in ParameterInfo
55 type().makeHDF(data, base + ".type", isLastVararg, typeVariables); in makeHDF()
DAnnotationInstanceInfo.java22 public AnnotationInstanceInfo(ClassInfo type, AnnotationValueInfo[] elementValues) in AnnotationInstanceInfo() argument
24 mType = type; in AnnotationInstanceInfo()
28 ClassInfo type() in type() method in AnnotationInstanceInfo
DStubs.java82 TypeInfo t = p.type(); in writeStubs()
112 TypeInfo t = p.type(); in writeStubs()
178 if (fInfo.type() != null){ in cantStripThis()
179 if (fInfo.type().asClassInfo() != null){ in cantStripThis()
180 cantStripThis(fInfo.type().asClassInfo(), notStrippable, in cantStripThis()
183 if (fInfo.type().typeArguments() != null){ in cantStripThis()
184 for (TypeInfo tTypeInfo : fInfo.type().typeArguments()){ in cantStripThis()
252 if (pInfo.type() != null && pInfo.type().asClassInfo() != null){ in cantStripThis()
253 cantStripThis(pInfo.type().asClassInfo(), notStrippable, in cantStripThis()
256 if (pInfo.type().typeArguments() != null){ in cantStripThis()
[all …]
DFieldInfo.java34 boolean isSynthetic, TypeInfo type, String rawCommentText, in FieldInfo() argument
45 mType = type; in FieldInfo()
66 public TypeInfo type() in type() method in FieldInfo
102 if (annotation.type().qualifiedName().equals("java.lang.Deprecated")) { in isDeprecated()
218 type().makeHDF(data, base + ".type"); in makeHDF()
DDroidDoc.java1118 Class type = o.getClass(); in filterHidden() local
1119 if (type.getName().startsWith("com.sun.")) { in filterHidden()
1121 return Proxy.newProxyInstance(type.getClassLoader(), in filterHidden()
1122 type.getInterfaces(), new HideHandler(o)); in filterHidden()
1250 if (SDK_CONSTANT_ANNOTATION.equals(annotation.type().qualifiedName())) { in writeSdkValues()
1253 String type = values[0].valueString(); in writeSdkValues() local
1254 if (SDK_CONSTANT_TYPE_ACTIVITY_ACTION.equals(type)) { in writeSdkValues()
1256 } else if (SDK_CONSTANT_TYPE_BROADCAST_ACTION.equals(type)) { in writeSdkValues()
1258 } else if (SDK_CONSTANT_TYPE_SERVICE_ACTION.equals(type)) { in writeSdkValues()
1260 } else if (SDK_CONSTANT_TYPE_CATEGORY.equals(type)) { in writeSdkValues()
[all …]
DMethodInfo.java223 if (annotation.type().qualifiedName().equals("java.lang.Deprecated")) { in isDeprecated()
345 TypeInfo t = p.type(); in prettySignature()
372 result.append(mParameters[p].type().fullNameNoDimension(typeVariables())) in getHashableName()
375 result.append(mParameters[p].type().fullName(typeVariables())); in getHashableName()
531 TypeInfo t = mine[i].type(); in matchesParams()
DConverter.java191 Converter.obtainType(p.type()), in convertParameter()
490 Converter.obtainType(f.type()),
/build/tools/apicheck/src/com/android/apicheck/
DParameterInfo.java23 public ParameterInfo(String type, String name) { in ParameterInfo() argument
24 mType = type; in ParameterInfo()
DConstructorInfo.java34 public ConstructorInfo(String name, String type, boolean isStatic, boolean isFinal, in ConstructorInfo() argument
37 mType = type; in ConstructorInfo()
DFieldInfo.java34 public FieldInfo (String name, String type, boolean isTransient, boolean isVolatile, in FieldInfo() argument
38 mType = type; in FieldInfo()
/build/tools/soslim/
Dmain.c288 char type = '?'; in print_dynamic_symbols() local
292 type = '?'; in print_dynamic_symbols()
295 type = 'o'; in print_dynamic_symbols()
298 type = 'f'; in print_dynamic_symbols()
301 type = 's'; in print_dynamic_symbols()
304 type = 'f'; in print_dynamic_symbols()
307 type = 'c'; in print_dynamic_symbols()
310 type = 't'; in print_dynamic_symbols()
343 sym->st_value, sym->st_size, bind, type, in print_dynamic_symbols()
/build/tools/droiddoc/templates-sdk/
Dcustomization.cs14 … <input id="search_autocomplete" class="gsc-input" type="text" size="33" autocomplete="off"
27 … <input type="submit" value="Search" title="search" id="search-button" class="gsc-search-button" />
64 <script type="text/javascript">
76 <input type="checkbox" id="apiLevelCheckbox" onclick="toggleApiLevelSelector(this)" />
93 <script type="text/javascript">
Dsdkpage.cs10 …<link href="<?cs var:toroot ?>assets/android-developer-docs.css" rel="stylesheet" type="text/css" …
/build/tools/droiddoc/templates/assets/
Djquery-resizable.min.js12type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F<J;F++){var G=M[F];if(G.s…
19type!=="hidden"},disabled:function(T){return T.disabled===true},checked:function(T){return T.check… property
29 …],j=(l==this.widgetEventPrefix?l:this.widgetEventPrefix+l);m=c.Event(m);m.type=j;if(m.originalEven…
/build/target/board/generic/
Dtuttle2.kcm1 [type=QWERTY]
/build/target/board/emulator/
Dtuttle2.kcm1 [type=QWERTY]

12