HomeSort by relevance Sort by last modified time
    Searched refs:fqn (Results 1 - 12 of 12) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestDragElement.java 50 public TestDragElement(String fqn) {
51 this(fqn, null, null, null);
88 public static TestDragElement create(String fqn, Rect bounds) {
89 return create(fqn).setBounds(bounds);
92 public static TestDragElement create(String fqn) {
93 return new TestDragElement(fqn);
147 return "TestDragElement [fqn=" + mFqcn + ", attributes=" + mAttributes + ", bounds="
LayoutTestBase.java 189 protected void initialize(IViewRule rule, String fqn) {
190 rule.onInitialize(fqn, new TestRulesEngine(fqn));
196 protected TestRulesEngine(String fqn) {
197 mFqn = fqn;
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
WrongImportDetector.java 97 String fqn = node.asFullyQualifiedName(); local
98 if (fqn.equals("android.R")) { //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PreviewIconFactory.java 159 String fqn = repository.getFullClassName(element); local
160 assert fqn.length() > 0 : element.getNodeName();
161 RenderMode renderMode = repository.getRenderMode(fqn);
164 if (fqn.equals(FQCN_LIST_VIEW) || fqn.equals(FQCN_EXPANDABLE_LIST_VIEW)) {
168 } else if (fqn.equals(FQCN_DATE_PICKER) || fqn.equals(FQCN_TIME_PICKER)) {
343 String fqn = repository.getFullClassName(e); local
344 fqn = fqn.substring(fqn.lastIndexOf('.') + 1)
471 String fqn = repository.getFullClassName((Element) node.getXmlNode()); local
    [all...]
CustomViewFinder.java 227 String fqn = type.getFullyQualifiedName();
228 thirdPartyViews.add(fqn);
238 String fqn = type.getFullyQualifiedName();
239 fqn = fqn.replace('$', '.');
240 customViews.add(fqn);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/descriptors/
DescriptorsUtilsTest.java 185 private static ViewElementDescriptor createDesc(String name, String fqn, boolean hasChildren) {
187 return new ViewElementDescriptor(name, name, fqn, "", "", new AttributeDescriptor[0],
190 return new ViewElementDescriptor(name, fqn);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
AdtProjectTest.java 470 public static ViewElementDescriptor createDesc(String name, String fqn, boolean hasChildren) {
472 return new ViewElementDescriptor(name, name, fqn, "", "", new AttributeDescriptor[0],
475 return new ViewElementDescriptor(name, fqn);
479 public static UiViewElementNode createNode(UiViewElementNode parent, String fqn,
481 String name = fqn.substring(fqn.lastIndexOf('.') + 1);
482 ViewElementDescriptor descriptor = createDesc(name, fqn, hasChildren);
490 public static UiViewElementNode createNode(String fqn, boolean hasChildren) {
491 return createNode(null, fqn, hasChildren);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfoTest.java 45 public static ViewElementDescriptor createDesc(String name, String fqn, boolean hasChildren) {
47 return new ViewElementDescriptor(name, name, fqn, "", "", new AttributeDescriptor[0],
50 return new ViewElementDescriptor(name, fqn);
54 public static UiViewElementNode createNode(UiViewElementNode parent, String fqn,
56 String name = fqn.substring(fqn.lastIndexOf('.') + 1);
57 ViewElementDescriptor descriptor = createDesc(name, fqn, hasChildren);
65 public static UiViewElementNode createNode(String fqn, boolean hasChildren) {
66 return createNode(null, fqn, hasChildren);
    [all...]
  /external/llvm/lib/CodeGen/
RenderMachineFunction.h 243 std::string fqn; member in class:llvm::RenderMachineFunction
RegAllocPBQP.cpp 680 std::string fqn = local
683 (void)fqn;
701 std::string graphFileName(fqn + "." + rs.str() + ".pbqpgraph");
RenderMachineFunction.cpp 890 << s(4) << "<title>" << fqn << "</title>\n";
932 fqn = mf->getFunction()->getParent()->getModuleIdentifier() + "." +
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java 1680 String fqn = node.getFqcn(); local
    [all...]

Completed in 274 milliseconds