Home
last modified time | relevance | path

Searched refs:Add (Results 1 – 25 of 3363) sorted by relevance

12345678910>>...135

/third_party/node/deps/npm/node_modules/mime-db/
DHISTORY.md4 * Add extension `.owl` to `application/rdf+xml`
5 * Add new upstream MIME types
11 * Add extension `.csl` to `application/vnd.citationstyles.style+xml`
12 * Add extension `.es` to `application/ecmascript`
13 * Add new upstream MIME types
14 * Add `UTF-8` as default charset for `text/turtle`
20 * Add extensions from IANA for `message/*` types
21 * Add new upstream MIME types
28 * Add new upstream MIME types
30 * Add `text/shex` with extension `.shex`
[all …]
/third_party/node/deps/npm/node_modules/mime-types/
DHISTORY.md5 - Add extension `.csl` to `application/vnd.citationstyles.style+xml`
6 - Add extension `.es` to `application/ecmascript`
7 - Add extension `.owl` to `application/rdf+xml`
8 - Add new upstream MIME types
9 - Add UTF-8 as default charset for `text/turtle`
15 - Add `application/raml+yaml` with extension `.raml`
16 - Add `application/wasm` with extension `.wasm`
17 - Add `text/shex` with extension `.shex`
18 - Add extensions for JPEG-2000 images
19 - Add extensions from IANA for `message/*` types
[all …]
/third_party/ffmpeg/doc/
DAPIchanges25 Add AV_VIDEO_ENC_PARAMS_H264.
28 Add av_hwdevice_ctx_create_derived_opts.
31 Add av_gcd_q().
34 Add AV_OPT_FLAG_CHILD_CONSTS.
44 Add av_sat_add64() and av_sat_sub64()
48 Add a new API for exporting video encoding information.
50 Add AV_CODEC_EXPORT_DATA_VIDEO_ENC_PARAMS to request this information from
54 Add enabled_inst_extensions, num_enabled_inst_extensions, enabled_dev_extensions
59 Add AV_PKT_DATA_DOVI_CONF and AVDOVIDecoderConfigurationRecord.
62 Add formal support for calling avcodec_flush_buffers() on encoders.
[all …]
/third_party/libjpeg/
Dmakeproj.mac56 Add Files (ijg_folder as string) & "jaricom.c" To Segment 1
57 Add Files (ijg_folder as string) & "jcapimin.c" To Segment 1
58 Add Files (ijg_folder as string) & "jcapistd.c" To Segment 1
59 Add Files (ijg_folder as string) & "jcarith.c" To Segment 1
60 Add Files (ijg_folder as string) & "jctrans.c" To Segment 1
61 Add Files (ijg_folder as string) & "jcparam.c" To Segment 1
62 Add Files (ijg_folder as string) & "jdatadst.c" To Segment 1
63 Add Files (ijg_folder as string) & "jcinit.c" To Segment 1
64 Add Files (ijg_folder as string) & "jcmaster.c" To Segment 1
65 Add Files (ijg_folder as string) & "jcmarker.c" To Segment 1
[all …]
/third_party/protobuf/src/google/protobuf/
Drepeated_field_unittest.cc75 field.Add(5); in TEST()
82 field.Add(42); in TEST()
132 field.Add(i * i); in TEST()
151 field1.Add(5); in TEST()
152 field1.Add(42); in TEST()
178 field1.Add(i * i); in TEST()
180 field2.Add(5); in TEST()
181 field2.Add(42); in TEST()
197 field1.Add(5); in TEST()
198 field1.Add(42); in TEST()
[all …]
/third_party/skia/third_party/externals/spirv-tools/test/
Denum_set_test.cpp33 set.Add(0); in TEST()
40 set.Add(150); in TEST()
64 set.Add(5); in TEST()
65 set.Add(8); in TEST()
72 set.Add(200); in TEST()
73 set.Add(300); in TEST()
80 set.Add(5); in TEST()
81 set.Add(8); in TEST()
82 set.Add(200); in TEST()
83 set.Add(300); in TEST()
[all …]
/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Denum_set_test.cpp32 set.Add(0); in TEST()
39 set.Add(150); in TEST()
63 set.Add(5); in TEST()
64 set.Add(8); in TEST()
71 set.Add(200); in TEST()
72 set.Add(300); in TEST()
79 set.Add(5); in TEST()
80 set.Add(8); in TEST()
81 set.Add(200); in TEST()
82 set.Add(300); in TEST()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Denum_set_test.cpp33 set.Add(0); in TEST()
40 set.Add(150); in TEST()
64 set.Add(5); in TEST()
65 set.Add(8); in TEST()
72 set.Add(200); in TEST()
73 set.Add(300); in TEST()
80 set.Add(5); in TEST()
81 set.Add(8); in TEST()
82 set.Add(200); in TEST()
83 set.Add(300); in TEST()
[all …]
/third_party/skia/third_party/externals/tint/tools/src/lut/
Dlut_test.go28 lut.Add([]rune("the life in your")),
29 lut.Add([]rune("in your life that count")),
30 lut.Add([]rune("In the end,")),
31 lut.Add([]rune("the life in")),
32 lut.Add([]rune("count. It's the")),
33 lut.Add([]rune("years")),
34 lut.Add([]rune("in your years.")),
35 lut.Add([]rune("it's not the years in")),
36 lut.Add([]rune("not the years")),
37 lut.Add([]rune("not the years in your")),
[all …]
/third_party/skia/third_party/externals/tint/src/transform/
Dglsl.cc50 manager.Add<Unshadow>(); in Run()
54 manager.Add<FoldTrivialSingleUseLets>(); in Run()
55 manager.Add<LoopToForLoop>(); in Run()
60 manager.Add<ZeroInitWorkgroupMemory>(); in Run()
62 manager.Add<CanonicalizeEntryPointIO>(); in Run()
63 manager.Add<SimplifyPointers>(); in Run()
70 manager.Add<SingleEntryPoint>(); in Run()
71 data.Add<SingleEntryPoint::Config>(cfg->entry_point); in Run()
73 manager.Add<RemovePhonies>(); in Run()
74 manager.Add<CalculateArrayLength>(); in Run()
[all …]
Dcanonicalize_entry_point_io_test.cc66 data.Add<CanonicalizeEntryPointIO::Config>( in TEST_F()
101 data.Add<CanonicalizeEntryPointIO::Config>( in TEST_F()
137 data.Add<CanonicalizeEntryPointIO::Config>( in TEST_F()
175 data.Add<CanonicalizeEntryPointIO::Config>( in TEST_F()
211 data.Add<CanonicalizeEntryPointIO::Config>( in TEST_F()
265 data.Add<CanonicalizeEntryPointIO::Config>( in TEST_F()
320 data.Add<CanonicalizeEntryPointIO::Config>( in TEST_F()
377 data.Add<CanonicalizeEntryPointIO::Config>( in TEST_F()
407 data.Add<CanonicalizeEntryPointIO::Config>( in TEST_F()
442 data.Add<CanonicalizeEntryPointIO::Config>( in TEST_F()
[all …]
Dnum_workgroups_from_uniform_test.cc37 data.Add<CanonicalizeEntryPointIO::Config>( in TEST_F()
89 data.Add<CanonicalizeEntryPointIO::Config>( in TEST_F()
91 data.Add<NumWorkgroupsFromUniform::Config>(sem::BindingPoint{0, 30u}); in TEST_F()
136 data.Add<CanonicalizeEntryPointIO::Config>( in TEST_F()
138 data.Add<NumWorkgroupsFromUniform::Config>(sem::BindingPoint{0, 30u}); in TEST_F()
194 data.Add<CanonicalizeEntryPointIO::Config>( in TEST_F()
196 data.Add<NumWorkgroupsFromUniform::Config>(sem::BindingPoint{0, 30u}); in TEST_F()
296 data.Add<CanonicalizeEntryPointIO::Config>( in TEST_F()
298 data.Add<NumWorkgroupsFromUniform::Config>(sem::BindingPoint{0, 30u}); in TEST_F()
339 data.Add<CanonicalizeEntryPointIO::Config>( in TEST_F()
[all …]
Dsingle_entry_point_test.cc44 data.Add<SingleEntryPoint::Config>("main"); in TEST_F()
63 data.Add<SingleEntryPoint::Config>(cfg); in TEST_F()
82 data.Add<SingleEntryPoint::Config>(cfg); in TEST_F()
98 data.Add<SingleEntryPoint::Config>(cfg); in TEST_F()
133 data.Add<SingleEntryPoint::Config>(cfg); in TEST_F()
183 data.Add<SingleEntryPoint::Config>(cfg); in TEST_F()
233 data.Add<SingleEntryPoint::Config>(cfg); in TEST_F()
253 data.Add<SingleEntryPoint::Config>(cfg); in TEST_F()
303 data.Add<SingleEntryPoint::Config>(cfg); in TEST_F()
321 data.Add<SingleEntryPoint::Config>(cfg); in TEST_F()
[all …]
/third_party/boost/libs/variant/test/
Dtest3.cpp30 struct Add;
33 typedef variant<int, recursive_wrapper<Add>, recursive_wrapper<Sub> > Expr;
45 struct Add struct
47 Add() { } in Add() function
48 Add(const Expr& l, const Expr& r) : lhs_(l), rhs_(r) { } in Add() argument
49 Add(const Add& other) : lhs_(other.lhs_), rhs_(other.rhs_) { } in Add() function
65 std::ostream& operator<<(std::ostream& out, const Add& a) in operator <<() argument
84 int operator()(Add& x) const in operator ()()
120 Expr e1( Add(n, Sub(Add(40,2),Add(10,4))) ); //n + (40+2)-(10+14) = n+28 in main()
125 BOOST_TEST(e1.type() == boost::typeindex::type_id<Add>()); in main()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Collections/
DMapFieldTest.cs70 Assert.Throws<ArgumentNullException>(() => map.Add(0, nullValue)); in TestNullValues()
72 map.Add(1, nonNullValue); in TestNullValues()
80 Assert.Throws<ArgumentNullException>(() => map.Add(null, new ForeignMessage())); in Add_ForbidsNullKeys()
94 map.Add("a", "v1"); in AddPreservesInsertionOrder()
95 map.Add("b", "v2"); in AddPreservesInsertionOrder()
96 map.Add("c", "v3"); in AddPreservesInsertionOrder()
98 map.Add("d", "v4"); in AddPreservesInsertionOrder()
107 map1.Add("a", "v1"); in EqualityIsOrderInsensitive()
108 map1.Add("b", "v2"); in EqualityIsOrderInsensitive()
111 map2.Add("b", "v2"); in EqualityIsOrderInsensitive()
[all …]
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/
Dcoverage_test.go52 tree.Add(cov.Path{"a", "b"}, coverage(fileA, span0, span1))
64 tree.Add(cov.Path{"a", "b", "d", "i"}, coverage(fileA, span0, span1))
79 tree.Add(cov.Path{"a", "b", "e"}, coverage(fileA, span0, span1, span2))
94 tree.Add(cov.Path{"a", "c", "g", "n"}, coverage(fileA, span0, span3))
109 tree.Add(cov.Path{"a", "c", "g", "o"}, coverage(fileA, span0, span3))
124 tree.Add(cov.Path{"a", "c", "f"}, coverage(fileA, span1))
138 tree.Add(cov.Path{"a", "b", "e", "j"}, coverage(fileA, span3))
152 tree.Add(cov.Path{"a", "b", "e", "k"}, coverage(fileA, span3))
166 tree.Add(cov.Path{"a", "c", "f", "l", "v"}, coverage(fileA, span1, span2))
182 tree.Add(cov.Path{"a", "c", "f", "l", "x"}, coverage(fileA, span1, span2))
[all …]
/third_party/cef/tests/ceftests/
Dbrowser_info_map_unittest.cc97 map.Add(kBrowserId, 1, obj1); in TEST()
102 map.Add(kBrowserId, 2, obj2); in TEST()
107 map.Add(kBrowserId, 3, obj3); in TEST()
132 map.Add(kBrowserId1, 1, obj1); in TEST()
138 map.Add(kBrowserId1, 2, obj2); in TEST()
144 map.Add(kBrowserId2, 3, obj3); in TEST()
150 map.Add(kBrowserId2, 4, obj4); in TEST()
183 map.Add(kBrowserId, 1, obj1); in TEST()
194 map.Add(kBrowserId, 2, obj2); in TEST()
233 map.Add(kBrowserId1, 1, obj1); in TEST()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
DBitstreamRemarkSerializer.cpp56 Abbrev->Add(BitCodeAbbrevOp(RECORD_META_CONTAINER_INFO)); in setupMetaBlockInfo()
57 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Version. in setupMetaBlockInfo()
58 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 2)); // Type. in setupMetaBlockInfo()
68 Abbrev->Add(BitCodeAbbrevOp(RECORD_META_REMARK_VERSION)); in setupMetaRemarkVersion()
69 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Version. in setupMetaRemarkVersion()
87 Abbrev->Add(BitCodeAbbrevOp(RECORD_META_STRTAB)); in setupMetaStrTab()
88 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Blob)); // Raw table. in setupMetaStrTab()
111 Abbrev->Add(BitCodeAbbrevOp(RECORD_META_EXTERNAL_FILE)); in setupMetaExternalFile()
112 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Blob)); // Filename. in setupMetaExternalFile()
133 Abbrev->Add(BitCodeAbbrevOp(RECORD_REMARK_HEADER)); in setupRemarkBlockInfo()
[all …]
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_image_writer.cpp572 void dng_tiff_directory::Add (const tiff_tag *tag) in Add() function in dng_tiff_directory
787 directory.Add (&fNewSubFileType); in dng_basic_tag_set()
789 directory.Add (&fImageWidth); in dng_basic_tag_set()
790 directory.Add (&fImageLength); in dng_basic_tag_set()
792 directory.Add (&fPhotoInterpretation); in dng_basic_tag_set()
794 directory.Add (&fSamplesPerPixel); in dng_basic_tag_set()
796 directory.Add (&fBitsPerSample); in dng_basic_tag_set()
803 directory.Add (&fFillOrder); in dng_basic_tag_set()
810 directory.Add (&fTileWidth); in dng_basic_tag_set()
814 directory.Add (&fTileLength); in dng_basic_tag_set()
[all …]
/third_party/boost/libs/predef/doc/
Dhistory.adoc12 * Add `BOOST_ARCH_RISCV`. (from Andreas Schwab)
13 * Add RISC-V endian detection. (from Thomas Petazzoni)
25 * Add `BOOST_PLAT_ANDROID` to resolve conflict between Linux and Android
28 * Add support for consuming Predef as a CMake project.
29 * Add support for consuming Predef as a standalone B2 project.
34 * Add specific version information for Cygwin OS predef. (from James E. King III)
38 * Add support for __ARM_ARCH macro. (from Tim Blechmann)
39 * Add detection for PTX architecture. (from Benjamin Worpitz)
40 * Add nvcc compiler detection. (from Benjamin Worpitz)
41 * Add support for detecting CUDA. (from Benjamin Worpitz)
[all …]
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Collections/
DMapFieldTest.cs71 Assert.Throws<ArgumentNullException>(() => map.Add(0, nullValue)); in TestNullValues()
73 map.Add(1, nonNullValue); in TestNullValues()
81 Assert.Throws<ArgumentNullException>(() => map.Add(null, new ForeignMessage())); in Add_ForbidsNullKeys()
95 map.Add("a", "v1"); in AddPreservesInsertionOrder()
96 map.Add("b", "v2"); in AddPreservesInsertionOrder()
97 map.Add("c", "v3"); in AddPreservesInsertionOrder()
99 map.Add("d", "v4"); in AddPreservesInsertionOrder()
108 map1.Add("a", "v1"); in EqualityIsOrderInsensitive()
109 map1.Add("b", "v2"); in EqualityIsOrderInsensitive()
112 map2.Add("b", "v2"); in EqualityIsOrderInsensitive()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/
DCHANGES8 - Add a WebAssembly build (#3752)
13 - Add spirv-opt pass to replace descriptor accesses based on variable indices (#4574)
17 - Add libFuzzer target for spirv-fuzz (#4434)
23 - Add non-semantic vulkan extended instruction set (#4362)
24 - Add common enum for debug info instructions from either opencl or vulkan (#4377)
26 - Add validation for SPV_EXT_shader_atomic_float16_add (#4325)
31 - spirv-opt: Add dataflow analysis framework (#4402)
32 - Add control dependence analysis to opt (#4380)
33 - Add spirv-opt convert-to-sampled-image pass (#4340)
34 - spirv-opt: Add handling of vulkan debug info to DebugInfoManager (#4423)
[all …]
/third_party/skia/third_party/externals/spirv-tools/
DCHANGES8 - Add a WebAssembly build (#3752)
13 - Add spirv-opt pass to replace descriptor accesses based on variable indices (#4574)
17 - Add libFuzzer target for spirv-fuzz (#4434)
23 - Add non-semantic vulkan extended instruction set (#4362)
24 - Add common enum for debug info instructions from either opencl or vulkan (#4377)
26 - Add validation for SPV_EXT_shader_atomic_float16_add (#4325)
31 - spirv-opt: Add dataflow analysis framework (#4402)
32 - Add control dependence analysis to opt (#4380)
33 - Add spirv-opt convert-to-sampled-image pass (#4340)
34 - spirv-opt: Add handling of vulkan debug info to DebugInfoManager (#4423)
[all …]
/third_party/gettext/gettext-tools/man/
DChangeLog.017 * Makefile.am (man_aux): Add gettextize.x, autopoint.x.
18 (man_MAN1OTHER): Add gettextize.1, autopoint.1.
19 (man_HTMLOTHER): Add gettextize.1.html, autopoint.1.html.
39 * Makefile.am (man_aux): Add msgfilter.x.
40 (man_MAN1OTHER): Add msgfilter.1.
41 (man_HTMLOTHER): Add msgfilter.1.html.
48 * Makefile.am (man_aux): Add msginit.x.
49 (man_MAN1OTHER): Add msginit.1.
50 (man_HTMLOTHER): Add msginit.1.html.
57 * Makefile.am (man_aux): Add msgattrib.x.
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCOptAddrMode.cpp69 bool noUseOfAddBeforeLoadOrStore(const MachineInstr *Add,
84 MachineInstr *canJoinInstructions(MachineInstr *Ldst, MachineInstr *Add,
182 bool ARCOptAddrMode::noUseOfAddBeforeLoadOrStore(const MachineInstr *Add, in noUseOfAddBeforeLoadOrStore() argument
184 Register R = Add->getOperand(0).getReg(); in noUseOfAddBeforeLoadOrStore()
220 for (auto &Add : MRI->use_nodbg_instructions(B)) { in tryToCombine() local
222 if (!isAddConstantOp(Add, Incr)) in tryToCombine()
228 MachineInstr *MoveTo = canJoinInstructions(&Ldst, &Add, &Uses); in tryToCombine()
233 if (!canFixPastUses(Uses, Add.getOperand(2), B)) in tryToCombine()
236 LLVM_DEBUG(MachineInstr *First = &Ldst; MachineInstr *Last = &Add; in tryToCombine()
244 if (MoveTo == &Add) { in tryToCombine()
[all …]

12345678910>>...135