Home
last modified time | relevance | path

Searched defs:addNew (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcjx_source.cpp136 CJS_Result CJX_Source::addNew(CFX_V8* runtime, in addNew() function in CJX_Source
/external/cldr/tools/java/org/unicode/cldr/util/
DDiscreteComparator.java292 private Node<T> addNew(T a) { in addNew() method in DiscreteComparator.Builder
/external/cldr/tools/java/org/unicode/cldr/tool/
DSearchXml.java457 enum ConfigOption {delete, add, addNew, replace} enumConstant
DCLDRModify.java121 addNew, enumConstant
/external/javassist/src/main/javassist/bytecode/
DBytecode.java1290 public void addNew(CtClass clazz) { in addNew() method in Bytecode
1300 public void addNew(String classname) { in addNew() method in Bytecode
/external/clang/include/clang/Sema/
DAttributeList.h779 AttributeList *addNew(IdentifierInfo *attrName, SourceRange attrRange, in addNew() function
798 AttributeList *addNew(IdentifierInfo *attrName, SourceRange attrRange, in addNew() function
/external/llvm-project/clang/include/clang/Sema/
DParsedAttr.h952 ParsedAttr *addNew(IdentifierInfo *attrName, SourceRange attrRange, in addNew() function
968 ParsedAttr *addNew(IdentifierInfo *attrName, SourceRange attrRange, in addNew() function
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/upstream/cache/
DCachedContentIndex.java321 private CachedContent addNew(String key) { in addNew() method in CachedContentIndex