HomeSort by relevance Sort by last modified time
    Searched full:prop_prefix (Results 1 - 2 of 2) sorted by null

  /bionic/libc/bionic/
system_properties.cpp 953 char* prop_prefix = nullptr; local
957 int items = read_spec_entries(buffer, 2, &prop_prefix, &context);
962 free(prop_prefix);
970 if (!strncmp(prop_prefix, "ctl.", 4)) {
971 free(prop_prefix);
979 list_add_after_len(&prefixes, prop_prefix, old_context);
982 list_add_after_len(&prefixes, prop_prefix, contexts);
984 free(prop_prefix);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java 84 private static final String PROP_PREFIX = "@prop@"; //$NON-NLS-1$
162 boolean isProp = fullActionId.startsWith(PROP_PREFIX);
164 fullActionId.substring(PROP_PREFIX.length()) : fullActionId;
358 actions.add(RuleAction.createAction(PROP_PREFIX + ATTR_TEXT, "Edit Text...", onChange,
473 return PROP_PREFIX + ATTR_TEXT;
662 return RuleAction.createChoices(PROP_PREFIX + id, title,
674 return RuleAction.createChoices(PROP_PREFIX + id, title,
681 PROP_PREFIX + id,
    [all...]

Completed in 86 milliseconds