Home
last modified time | relevance | path

Searched refs:add (Results 1251 - 1275 of 4499) sorted by relevance

1...<<51525354555657585960>>...180

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderMiscTestsEXT.cpp167 programCollection.glslSources.add("frag") << glu::FragmentSource(frag) << buildOptions; in initPrograms()
510 programCollection.glslSources.add("task") << glu::TaskSource(task.str()) << buildOptions; in initPrograms()
606 programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str()) << buildOptions; in initPrograms()
688 programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str()) << buildOptions; in initPrograms()
757 programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str()) << buildOptions; in initPrograms()
832 programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str()) << buildOptions; in initPrograms()
915 programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str()) << buildOptions; in initPrograms()
1013 programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str()) << buildOptions; in initPrograms()
1144 programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str()) << buildOptions; in initPrograms()
1256 programCollection.glslSources.add("tas in initPrograms()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderMiscTestsEXT.cpp167 programCollection.glslSources.add("frag") << glu::FragmentSource(frag) << buildOptions; in initPrograms()
510 programCollection.glslSources.add("task") << glu::TaskSource(task.str()) << buildOptions; in initPrograms()
606 programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str()) << buildOptions; in initPrograms()
670 programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str()) << buildOptions; in initPrograms()
739 programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str()) << buildOptions; in initPrograms()
814 programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str()) << buildOptions; in initPrograms()
897 programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str()) << buildOptions; in initPrograms()
995 programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str()) << buildOptions; in initPrograms()
1126 programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str()) << buildOptions; in initPrograms()
1238 programCollection.glslSources.add("tas in initPrograms()
[all...]
/third_party/ffmpeg/libswscale/x86/
H A Dyuv2yuvX.asm62 add offsetq, srcq
97 add filterSizeq, $10
120 add offsetq, mmsize * unroll
/third_party/ffmpeg/libswscale/arm/
H A Doutput.S45 add r11, r11, r7, lsl #1 @ &src[j][i]
46 add r12, r12, r7, lsl #1 @ &src[j+1][i]
72 add r7, #8 @ i += 8
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
H A DXMLRecordReader.java46 nameStack.add(title); in open()
162 list.add(s); in stringArray()
177 list.add(sa); in stringTable()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DMixedUnitLongNameHandler.java82 // TODO(ICU-21494): if we add support for gender for mixed units, we may in forMeasureUnit()
84 result.fMixedUnitData.add(unitData); in forMeasureUnit()
198 outputMeasuresList.add(finalFormatter.format("{0}")); in getMixedUnitModifier()
218 outputMeasuresList.add(compiledFormatter.format(appendable.toString())); in getMixedUnitModifier()
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetICU.java40 * and ICU users are free to add more variants.
437 setFillIn.add(0, 0xd7ff); in getNonSurrogateUnicodeSet()
438 setFillIn.add(0xe000, 0x10ffff); in getNonSurrogateUnicodeSet()
442 setFillIn.add(0, 0x10ffff); in getCompleteUnicodeSet()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/
H A DThaiBreakEngine.java48 fMarkSet.add(0x0020); in ThaiBreakEngine()
52 fSuffixSet.add(THAI_PAIYANNOI); in ThaiBreakEngine()
53 fSuffixSet.add(THAI_MAIYAMOK); in ThaiBreakEngine()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
H A DUnitsData.java150 simpleUnits.add(key.toString()); in put()
151 simpleUnitCategories.add(Categories.baseUnitToIndex.get(target)); in put()
261 categories.add(value.toString()); in put()
/third_party/icu/icu4c/source/common/
H A Dubidi_props.cpp53 /* add the start code point to the USet */ in _enumPropertyStartsRange()
55 sa->add(sa->set, start); in _enumPropertyStartsRange()
71 /* add the start code point of each same-value range of the trie */ in ubidi_addPropertyStarts()
74 /* add the code points from the bidi mirroring table */ in ubidi_addPropertyStarts()
81 /* add the code points from the Joining_Group array where the value changes */ in ubidi_addPropertyStarts()
90 sa->add(sa->set, start); in ubidi_addPropertyStarts()
96 /* add the limit code point if the last value was not 0 (it is now start==limit) */ in ubidi_addPropertyStarts()
97 sa->add(sa->set, limit); in ubidi_addPropertyStarts()
109 /* add code points with hardcoded properties, plus the ones following them */ in ubidi_addPropertyStarts()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/
H A DRuleParser.java94 specs.add(parseResultSpec(line.substring(xpathEnd), lineIndex + 1)); in parseLines()
99 specs.add(parseResultSpec(configLines.get(lineIndex), lineIndex + 1)); in parseLines()
104 rules.add(parseRule(xpath, specs, ruleLineNumber)); in parseLines()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DTestUtilities.java37 ts1.add(prefix + String.valueOf(i) + postfix); in TestCollectionUtilitySpeed()
38 ts2.add(prefix + String.valueOf(i) + postfix); in TestCollectionUtilitySpeed()
46 ts1.add("Able"); in TestCollectionUtilitySpeed()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDataDrivenFormatTest.java138 String add = date.substring(kRELATIVE_ADD.length()); // "add" is a string indicating which fields to add in testConvertDate()
140 addSet.parseFrom(add); in testConvertDate()
149 cal.add(q,addSet.get(q)); in testConvertDate()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/impl/
H A DXMLRecordReader.java50 nameStack.add(title); in open()
166 list.add(s); in stringArray()
181 list.add(sa); in stringTable()
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/
H A DTestUtilities.java34 ts1.add(prefix + String.valueOf(i) + postfix); in TestCollectionUtilitySpeed()
35 ts2.add(prefix + String.valueOf(i) + postfix); in TestCollectionUtilitySpeed()
43 ts1.add("Able"); in TestCollectionUtilitySpeed()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DDataDrivenFormatTest.java141 String add = date.substring(kRELATIVE_ADD.length()); // "add" is a string indicating which fields to add in testConvertDate()
143 addSet.parseFrom(add); in testConvertDate()
152 cal.add(q,addSet.get(q)); in testConvertDate()
/third_party/libunwind/libunwind/tests/
H A Dia64-test-stack-asm.S52 add r2 = r2, r3 // r2 = stackmem[iteration]
123 #define SET_LOC(n) add loc##n = n, r8
138 add out0 = -1, in0
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.py326 names.add(header)
328 names.add(struct)
330 names.add(footer)
/third_party/musl/src/fenv/i386/
H A Dfenv.s46 add $32,%esp
59 add $32,%esp
134 add $28,%esp
/third_party/musl/src/string/aarch64/
H A Dmemcpy.S56 add srcend, src, count
57 add dstend, dstin, count
149 add count, count, tmp1 /* Count is now 16 too large. */
/third_party/node/deps/icu-small/source/common/
H A Dubidi_props.cpp53 /* add the start code point to the USet */ in _enumPropertyStartsRange()
55 sa->add(sa->set, start); in _enumPropertyStartsRange()
71 /* add the start code point of each same-value range of the trie */ in ubidi_addPropertyStarts()
74 /* add the code points from the bidi mirroring table */ in ubidi_addPropertyStarts()
81 /* add the code points from the Joining_Group array where the value changes */ in ubidi_addPropertyStarts()
90 sa->add(sa->set, start); in ubidi_addPropertyStarts()
96 /* add the limit code point if the last value was not 0 (it is now start==limit) */ in ubidi_addPropertyStarts()
97 sa->add(sa->set, limit); in ubidi_addPropertyStarts()
109 /* add code points with hardcoded properties, plus the ones following them */ in ubidi_addPropertyStarts()
/third_party/lzma/Asm/x86/
H A D7zCrcOpt.asm90 add rN, rD
143 add rD, 8
174 add rD, 8
/third_party/libphonenumber/java/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
H A DFlyweightMapStorage.java82 possibleLengths.add((int) Math.log10(prefix) + 1); in readFromSortedMap()
83 descriptionsSet.add(entry.getValue()); in readFromSortedMap()
120 possibleLengths.add(objectInput.readInt()); in readExternal()
H A DMappingFileProvider.java79 availableLanguages.add(new HashSet<String>(availableDataFiles.get(countryCallingCode))); in readFileConfigs()
99 setOfLangs.add(objectInput.readUTF()); in readExternal()
101 availableLanguages.add(setOfLangs); in readExternal()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DRangeKey.java114 keys.add(new AutoValue_RangeKey(RangeSpecification.empty(), buildLengths(lengthMask))); in visit()
158 keys.add(new AutoValue_RangeKey(path, buildLengths(lengthMask))); in maybeEmitKey()
209 lengths.add(length); in buildLengths()

Completed in 31 milliseconds

1...<<51525354555657585960>>...180