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

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
BaseLayoutRuleTest.java 36 // TODO: Rename BaseLayout to BaseLayoutRule, and tests too of course
127 BaseLayoutRule baseLayout = new BaseLayoutRule();
129 baseLayout.collectIds(idMap, elements);
134 Map<String, Pair<String, String>> remapped = baseLayout.remapIds(node, idMap);
149 BaseLayoutRule baseLayout = new BaseLayoutRule();
154 Map<String, Pair<String, String>> idMap = baseLayout.getDropIdMap(node, elements, true);
208 BaseLayoutRule baseLayout = new BaseLayoutRule();
210 assertEquals("@+id/Widget01", baseLayout.findNewId("a.w.Widget", existing));
213 assertEquals("@+id/Widget02", baseLayout.findNewId("a.w.Widget", existing));
216 assertEquals("@+id/Widget03", baseLayout.findNewId("a.w.Widget", existing))
    [all...]
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 124 const CGRecordLayout &baseLayout,
594 const CGRecordLayout &baseLayout,
606 llvm::StructType *subobjectType = baseLayout.getBaseSubobjectLLVMType();
619 const CGRecordLayout &baseLayout = Types.getCGRecordLayout(base);
625 baseLayout.isZeroInitializableAsBase();
628 if (!LayoutBase(base, baseLayout, baseOffset))
640 const CGRecordLayout &baseLayout = Types.getCGRecordLayout(base);
642 IsZeroInitializable = baseLayout.isZeroInitializableAsBase();
644 if (!LayoutBase(base, baseLayout, baseOffset))
    [all...]
CGExprConstant.cpp     [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp     [all...]

Completed in 144 milliseconds