Home
last modified time | relevance | path

Searched refs:copyOf (Results 1 – 25 of 102) sorted by relevance

12345

/third_party/glslang/glslang/MachineIndependent/
DSymbolTable.cpp343 TSymbol::TSymbol(const TSymbol& copyOf) in TSymbol() argument
345 name = NewPoolTString(copyOf.name->c_str()); in TSymbol()
346 uniqueId = copyOf.uniqueId; in TSymbol()
350 TVariable::TVariable(const TVariable& copyOf) : TSymbol(copyOf) in TVariable() argument
352 type.deepCopy(copyOf.type); in TVariable()
353 userType = copyOf.userType; in TVariable()
359 if (copyOf.getNumExtensions() > 0) in TVariable()
360 setExtensions(copyOf.getNumExtensions(), copyOf.getExtensions()); in TVariable()
361 if (copyOf.hasMemberExtensions()) { in TVariable()
362 for (int m = 0; m < (int)copyOf.type.getStruct()->size(); ++m) { in TVariable()
[all …]
/third_party/glslang/glslang/Include/
DTypes.h1715 void shallowCopy(const TType& copyOf) in shallowCopy() argument
1717 basicType = copyOf.basicType; in shallowCopy()
1718 sampler = copyOf.sampler; in shallowCopy()
1719 qualifier = copyOf.qualifier; in shallowCopy()
1720 vectorSize = copyOf.vectorSize; in shallowCopy()
1721 matrixCols = copyOf.matrixCols; in shallowCopy()
1722 matrixRows = copyOf.matrixRows; in shallowCopy()
1723 vector1 = copyOf.vector1; in shallowCopy()
1724 arraySizes = copyOf.arraySizes; // copying the pointer only, not the contents in shallowCopy()
1725 fieldName = copyOf.fieldName; in shallowCopy()
[all …]
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DIcuConverterConfig.java82 this.outputTypes = ImmutableSet.copyOf(types); in setOutputTypes()
167 this.allLocaleIds = ImmutableSet.copyOf(builder.localeIdsMap.values()); in IcuConverterConfig()
168 this.localeIdsMap = ImmutableSetMultimap.copyOf(builder.localeIdsMap); in IcuConverterConfig()
169 this.forcedAliases = ImmutableTable.copyOf(builder.forcedAliases); in IcuConverterConfig()
170 this.forcedParents = ImmutableTable.copyOf(builder.forcedParents); in IcuConverterConfig()
DAlternateLocaleData.java73 this.globalAltPaths = ImmutableMap.copyOf(globalAltPaths); in CldrDataFilter()
74 this.localeAltPaths = ImmutableTable.copyOf(localeAltPaths); in CldrDataFilter()
123 altPaths = ImmutableMap.copyOf(combinedPaths); in AltData()
DRbValue.java25 return new RbValue(ImmutableList.copyOf(elements), 1); in of()
30 return new RbValue(ImmutableList.copyOf(elements), 1); in of()
DSupplementalData.java276 this.availableIds = ImmutableSet.copyOf(availableIds); in SupplementalData()
277 this.aliasTable = ImmutableTable.copyOf(aliasTable); in SupplementalData()
278 this.parentLocaleMap = ImmutableMap.copyOf(parentLocaleMap); in SupplementalData()
279 this.defaultCalendarMap = ImmutableMap.copyOf(defaultCalendarMap); in SupplementalData()
280 this.likelySubtagMap = ImmutableMap.copyOf(likelySubtagMap); in SupplementalData()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
DTerritoryContainment.java60 return new TerritoryContainment(ImmutableSetMultimap.copyOf(graph)); in getContainment()
73 Set<String> allContained = ImmutableSet.copyOf(graph.values()); in TerritoryContainment()
74 Set<String> roots = ImmutableSet.copyOf(Sets.difference(graph.keySet(), allContained)); in TerritoryContainment()
DPartitionInfo.java297 return ImmutableSetMultimap.copyOf(variableToPartitionIds); in mapVariablesToPartitionIds()
331 return ImmutableSetMultimap.copyOf(macroToPartitions); in mapMacroRegionsToPartitionIds()
401 this.variableToPartitionIds = ImmutableSetMultimap.copyOf(variableToPartitionIds); in PartitionInfo()
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/testing/
DFakeTransformer.java19 resultMap.put(value, ImmutableList.copyOf(results)); in addResults()
23 fallbackMap.put(RbPath.parse(path), ImmutableList.copyOf(results)); in addFallbacks()
DFakeResult.java37 RbPath.parse(path), ImmutableList.copyOf(values), isGrouped, index, false); in of()
48 return new FakeResult(RbPath.parse(path), ImmutableList.copyOf(values), false, index, true); in fallback()
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
DBitBuffer.java82 data = Arrays.copyOf(data, data.length * 2); in appendBits()
116 data = Arrays.copyOf(data, data.length * 2); in appendBits()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
DCsvKeyMarshaller.java45 this(serialize, deserialize, ordering, ImmutableList.copyOf(columns)); in CsvKeyMarshaller()
56 this.columns = ImmutableList.copyOf(columns); in CsvKeyMarshaller()
DMultiValue.java74 sorted ? ImmutableSortedSet.copyOf(comparator, values) : ImmutableSet.copyOf(values); in MultiValue()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/
DRuleParser.java68 this.staticVarMap = ImmutableMap.copyOf(filterValues(varMap, s -> !s.startsWith("//"))); in RuleParser()
69 this.dynamicVarMap = ImmutableMap.copyOf( in RuleParser()
111 return ImmutableList.copyOf(rules); in parseLines()
DResultSpec.java113 this.instructions = ImmutableMap.copyOf(instructions); in ResultSpec()
116 this.icuFunctions = ImmutableMap.copyOf(icuFunctions); in ResultSpec()
410 this.values = ImmutableList.copyOf(values);
600 return ImmutableList.copyOf(VALUE_SPLITTER.split(value)); in splitValues()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DUnknownFieldSetLite.java75 int[] tags = Arrays.copyOf(first.tags, count); in mutableCopyOf()
77 Object[] objects = Arrays.copyOf(first.objects, count); in mutableCopyOf()
404 tags = Arrays.copyOf(tags, newLength); in ensureCapacity()
405 objects = Arrays.copyOf(objects, newLength); in ensureCapacity()
DProtobufArrayList.java71 E[] newArray = Arrays.copyOf(array, capacity); in mutableCopyWithCapacity()
83 E[] newArray = Arrays.copyOf(array, length); in add()
DIntArrayList.java128 return new IntArrayList(Arrays.copyOf(array, capacity), size); in mutableCopyWithCapacity()
260 array = Arrays.copyOf(array, newSize); in addAll()
DLongArrayList.java128 return new LongArrayList(Arrays.copyOf(array, capacity), size); in mutableCopyWithCapacity()
260 array = Arrays.copyOf(array, newSize); in addAll()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/
DLSTMBreakEngine.java319 float[] ifco = Arrays.copyOf(B, B.length);
331 addHadamardProductTo(Arrays.copyOf(ifco, hunits),
334 h = Arrays.copyOf(c, c.length);
371 hBackward[i] = Arrays.copyOf(hBackward[i+1], hunits);
399 float logp[] = Arrays.copyOf(this.fData.fOutputB, this.fData.fOutputB.length);
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
DNumberingScheme.java129 ImmutableSortedSet.copyOf(Ordering.natural(), mobilePortableRegions)); in create()
246 return ImmutableList.copyOf(comments); in addSyntheticComments()
368 ImmutableSortedMap.copyOf(shortcodeMap); in checkShortCodeConsistency()
395 ImmutableMap<String, FormatSpec> formats = ImmutableMap.copyOf(formatMap); in checkFormatConsistency()
572 return ImmutableTable.copyOf(exampleNumbers); in checkExampleNumbers()
721 return new AutoValue_NumberingScheme_Comment(anchor, ImmutableList.copyOf(lines)); in create()
726 return new AutoValue_NumberingScheme_Comment(Anchor.ANONYMOUS, ImmutableList.copyOf(lines)); in createAnonymous()
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/
DCldrDataProcessorTest.java69 names = ImmutableMap.copyOf(map); in setNames()
73 currencies = ImmutableMap.copyOf(map); in setCurrencies()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
DLocaleValidityChecker.java53 this.datasubtypes = EnumSet.copyOf(datasubtypes); in LocaleValidityChecker()
58 this.datasubtypes = EnumSet.copyOf(Arrays.asList(datasubtypes)); in LocaleValidityChecker()
66 return EnumSet.copyOf(datasubtypes); in getDatasubtypes()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DLocaleValidityChecker.java48 this.datasubtypes = EnumSet.copyOf(datasubtypes); in LocaleValidityChecker()
53 this.datasubtypes = EnumSet.copyOf(Arrays.asList(datasubtypes)); in LocaleValidityChecker()
61 return EnumSet.copyOf(datasubtypes); in getDatasubtypes()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DSymbolTable.cpp281 TSymbol::TSymbol(const TSymbol& copyOf) in TSymbol() argument
283 name = NewPoolTString(copyOf.name->c_str()); in TSymbol()

12345