Home
last modified time | relevance | path

Searched defs:toAdd (Results 1 – 19 of 19) sorted by relevance

/third_party/typescript/src/services/codefixes/
DaddOptionalPropertyUndefined.ts15 const toAdd = getPropertiesToAdd(context.sourceFile, context.span, typeChecker); constant
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/java/com/mobileer/androidfxlab/
DMainActivity.kt88 val toAdd = Effect(it) in <lambda>() constant
/third_party/skia/third_party/externals/icu/source/common/unicode/
Denumset.h41 inline void add(T toAdd) { set(toAdd, 1); } in add()
/third_party/node/deps/icu-small/source/common/unicode/
Denumset.h41 inline void add(T toAdd) { set(toAdd, 1); } in add()
/third_party/icu/icu4c/source/common/unicode/
Denumset.h41 inline void add(T toAdd) { set(toAdd, 1); } in add()
/third_party/icu/tools/colprobe/
Dsortedlines.cpp371 void SortedLines::addAll(Line* toAdd, int32_t toAddSize) in addAll()
490 Line lower, upper, trial, toAdd, helper; in detectContractions() local
713 Line toAdd; in noteContraction() local
1308 Line *toAdd = &lines[size]; in add() local
/third_party/skia/src/gpu/v1/
DClipStack.cpp895 bool ClipStack::SaveRecord::addElement(RawElement&& toAdd, RawElement::Stack* elements) { in addElement()
992 bool ClipStack::SaveRecord::appendElement(RawElement&& toAdd, RawElement::Stack* elements) { in appendElement()
1085 void ClipStack::SaveRecord::replaceWithElement(RawElement&& toAdd, RawElement::Stack* elements) { in replaceWithElement()
/third_party/node/deps/icu-small/source/common/
Dcaniter.cpp472 UnicodeString *toAdd = new UnicodeString(prefix); in getEquivalents2() local
Duresbund.cpp1083 static void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd, UErrorCo… in ures_appendResPath()
/third_party/icu/icu4c/source/common/
Dcaniter.cpp472 UnicodeString *toAdd = new UnicodeString(prefix); in getEquivalents2() local
Duresbund.cpp1081 static void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd, UErrorCo… in ures_appendResPath()
/third_party/skia/third_party/externals/icu/source/common/
Dcaniter.cpp472 UnicodeString *toAdd = new UnicodeString(prefix); in getEquivalents2() local
Duresbund.cpp895 static void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd, UErrorCo… in ures_appendResPath()
/third_party/skia/third_party/externals/angle2/src/feature_support_util/
Dfeature_support_util.cpp192 void addItem(T &&toAdd) in addItem()
/third_party/typescript/tests/baselines/reference/
DdependentDestructuredVariables.js744 toAdd: number; property
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DPluralRules.java1970 IFixedDecimal toAdd = new FixedDecimal(trial); in addConditional() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DPluralRules.java2051 IFixedDecimal toAdd = new FixedDecimal(trial); in addConditional() local
/third_party/typescript/lib/
DtypingsInstaller.js1018 function pushIfUnique(array, toAdd, equalityComparer) { argument
1031 function appendIfUnique(array, toAdd, equalityComparer) { argument
Dtsc.js903 function pushIfUnique(array, toAdd, equalityComparer) { argument
913 function appendIfUnique(array, toAdd, equalityComparer) { argument