HomeSort by relevance Sort by last modified time
    Searched defs:Prop (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java 85 private static final String PROP_PREFIX = "@prop@"; //$NON-NLS-1$
93 private Map<String, Map<String, Prop>> mAttributesMap =
94 new HashMap<String, Map<String, Prop>>();
219 Map<String, Prop> props = mAttributesMap.get(key);
220 final Prop prop = (props != null) ? props.get(actionId) : null;
222 if (prop != null) {
232 if (prop.isStringEdit()) {
260 if (prop.isToggle()) {
269 } else if (prop.isFlag())
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]

Completed in 376 milliseconds