Home
last modified time | relevance | path

Searched defs:allocate (Results 1 – 7 of 7) sorted by relevance

/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/parser/
DCLKey.java41 public static CLElement allocate(char[] content) { in allocate() method in CLKey
46 public static CLElement allocate(String name, CLElement value) { in allocate() method in CLKey
DCLArray.java24 public static CLElement allocate(char[] content) { in allocate() method in CLArray
DCLString.java30 public static CLElement allocate(char[] content) { in allocate() method in CLString
DCLObject.java31 public static CLObject allocate(char[] content) { in allocate() method in CLObject
DCLToken.java52 public static CLElement allocate(char[] content) { in allocate() method in CLToken
DCLNumber.java32 public static CLElement allocate(char[] content) { in allocate() method in CLNumber
DCLContainer.java31 public static CLElement allocate(char[] content) { in allocate() method in CLContainer