OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attributeInfo
(Results
1 - 10
of
10
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
CompletionProposal.java
61
* in the
AttributeInfo
objects for each enum value). To do this, I should
153
IAttributeInfo
attributeInfo
= desc.getAttributeInfo();
154
if (
attributeInfo
!= null) {
155
return
attributeInfo
.getJavaDoc();
AndroidContentAssist.java
459
IAttributeInfo
attributeInfo
= attributeDescriptor.getAttributeInfo();
461
&& !
attributeInfo
.getFormats().contains(Format.REFERENCE)) {
473
&& !
attributeInfo
.getFormats().contains(Format.REFERENCE)) {
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiResourceAttributeNode.java
419
final IAttributeInfo
attributeInfo
= descriptor.getAttributeInfo();
423
int compare = score(
attributeInfo
, s1) - score(
attributeInfo
, s2);
434
private static final int score(IAttributeInfo
attributeInfo
, String value) {
439
for (Format format :
attributeInfo
.getFormats()) {
486
String attribute =
attributeInfo
.getName();
/external/chromium_org/chrome/renderer/resources/extensions/
ad_view.js
162
$Array.forEach(AD_VIEW_CUSTOM_ATTRIBUTES, function(
attributeInfo
) {
163
if (
attributeInfo
.onMutation) {
164
attributeInfo
.onMutation(this);
255
$Array.forEach(AD_VIEW_CUSTOM_ATTRIBUTES, function(
attributeInfo
) {
256
if (
attributeInfo
.isProperty()) {
257
var attributeName =
attributeInfo
.name;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlPropertyEditor.java
387
IAttributeInfo
attributeInfo
= xmlProperty.getDescriptor().getAttributeInfo();
414
attributeInfo
= null;
418
if (
attributeInfo
!= null) {
419
EnumSet<Format> formats =
attributeInfo
.getFormats();
423
String[] flagValues =
attributeInfo
.getFlagValues();
434
String[] enumValues =
attributeInfo
.getEnumValues();
PropertyFactory.java
228
/* IAttributeInfo
attributeInfo
= descriptor.getAttributeInfo();
229
if (
attributeInfo
!= null && fqcn.equals(
attributeInfo
.getDefinedBy())) {
332
IAttributeInfo
attributeInfo
= descriptor.getAttributeInfo();
333
if (
attributeInfo
!= null &&
attributeInfo
.getDefinedBy() != null) {
334
String category =
attributeInfo
.getDefinedBy();
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
javax.servlet.jsp_2.0.0.v200806031607.jar
org.eclipse.pde.core_3.6.1.v20100902_r361.jar
org.apache.jasper_5.5.17.v201004212143.jar
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java
309
IAttributeInfo
attributeInfo
= node.getAttributeInfo(ANDROID_URI, attribute);
310
if (
attributeInfo
!= null
311
&&
attributeInfo
.getFormats().contains(Format.REFERENCE)) {
320
if (
attributeInfo
!= null &&
attributeInfo
.getFormats().length == 1) {
322
Format format =
attributeInfo
.getFormats()[0];
[
all
...]
Completed in 109 milliseconds