/third_party/glslang/glslang/MachineIndependent/ |
D | SymbolTable.cpp | 343 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/ |
D | Types.h | 1715 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/ |
D | IcuConverterConfig.java | 82 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()
|
D | AlternateLocaleData.java | 73 this.globalAltPaths = ImmutableMap.copyOf(globalAltPaths); in CldrDataFilter() 74 this.localeAltPaths = ImmutableTable.copyOf(localeAltPaths); in CldrDataFilter() 123 altPaths = ImmutableMap.copyOf(combinedPaths); in AltData()
|
D | RbValue.java | 25 return new RbValue(ImmutableList.copyOf(elements), 1); in of() 30 return new RbValue(ImmutableList.copyOf(elements), 1); in of()
|
D | SupplementalData.java | 276 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/ |
D | TerritoryContainment.java | 60 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()
|
D | PartitionInfo.java | 297 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/ |
D | FakeTransformer.java | 19 resultMap.put(value, ImmutableList.copyOf(results)); in addResults() 23 fallbackMap.put(RbPath.parse(path), ImmutableList.copyOf(results)); in addFallbacks()
|
D | FakeResult.java | 37 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/ |
D | BitBuffer.java | 82 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/ |
D | CsvKeyMarshaller.java | 45 this(serialize, deserialize, ordering, ImmutableList.copyOf(columns)); in CsvKeyMarshaller() 56 this.columns = ImmutableList.copyOf(columns); in CsvKeyMarshaller()
|
D | MultiValue.java | 74 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/ |
D | RuleParser.java | 68 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()
|
D | ResultSpec.java | 113 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/ |
D | UnknownFieldSetLite.java | 75 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()
|
D | ProtobufArrayList.java | 71 E[] newArray = Arrays.copyOf(array, capacity); in mutableCopyWithCapacity() 83 E[] newArray = Arrays.copyOf(array, length); in add()
|
D | IntArrayList.java | 128 return new IntArrayList(Arrays.copyOf(array, capacity), size); in mutableCopyWithCapacity() 260 array = Arrays.copyOf(array, newSize); in addAll()
|
D | LongArrayList.java | 128 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/ |
D | LSTMBreakEngine.java | 319 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/ |
D | NumberingScheme.java | 129 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/ |
D | CldrDataProcessorTest.java | 69 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/ |
D | LocaleValidityChecker.java | 53 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/ |
D | LocaleValidityChecker.java | 48 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/ |
D | SymbolTable.cpp | 281 TSymbol::TSymbol(const TSymbol& copyOf) in TSymbol() argument 283 name = NewPoolTString(copyOf.name->c_str()); in TSymbol()
|