Home
last modified time | relevance | path

Searched refs:keep (Results 1 – 25 of 1879) sorted by relevance

12345678910>>...76

/third_party/skia/third_party/externals/swiftshader/tests/regres/testlists/vk-default/
Dfragment-shading-rate.txt1 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.keep.1x1.sam…
2 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.keep.1x1.sam…
3 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.keep.1x1.sam…
4 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.keep.1x1.sam…
5 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.keep.1x1.sam…
6 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.keep.4x4.sam…
7 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.keep.4x4.sam…
8 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.keep.4x4.sam…
9 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.keep.4x4.sam…
10 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.keep.4x4.sam…
[all …]
/third_party/libpng/contrib/libtests/
Dpngunknown.c190 int keep; /* unknown handling setting */ member
339 chunk_info[i].keep = 0; in clear_keep()
403 int keep; /* the default value */ member
520 int keep, discard; in read_callback() local
523 keep = d->keep; in read_callback()
527 keep = chunk_info[chunk].keep; in read_callback()
528 if (keep == PNG_HANDLE_CHUNK_AS_DEFAULT) in read_callback()
534 keep = d->keep; in read_callback()
537 keep = PNG_HANDLE_CHUNK_NEVER; in read_callback()
541 switch (keep) in read_callback()
[all …]
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dpngunknown.c190 int keep; /* unknown handling setting */ member
339 chunk_info[i].keep = 0; in clear_keep()
403 int keep; /* the default value */ member
520 int keep, discard; in read_callback() local
523 keep = d->keep; in read_callback()
527 keep = chunk_info[chunk].keep; in read_callback()
528 if (keep == PNG_HANDLE_CHUNK_AS_DEFAULT) in read_callback()
534 keep = d->keep; in read_callback()
537 keep = PNG_HANDLE_CHUNK_NEVER; in read_callback()
541 switch (keep) in read_callback()
[all …]
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/
Dpngunknown.c190 int keep; /* unknown handling setting */ member
339 chunk_info[i].keep = 0; in clear_keep()
403 int keep; /* the default value */ member
520 int keep, discard; in read_callback() local
523 keep = d->keep; in read_callback()
527 keep = chunk_info[chunk].keep; in read_callback()
528 if (keep == PNG_HANDLE_CHUNK_AS_DEFAULT) in read_callback()
534 keep = d->keep; in read_callback()
537 keep = PNG_HANDLE_CHUNK_NEVER; in read_callback()
541 switch (keep) in read_callback()
[all …]
/third_party/boost/boost/beast/http/impl/
Dfields.ipp99 // add keep-alive
101 s.append("keep-alive");
102 else if(! token_list{value}.exists("keep-alive"))
103 s.append(", keep-alive");
107 // remove close and keep-alive
109 iequals_predicate{"close", "keep-alive"});
116 // remove close and keep-alive
118 iequals_predicate{"close", "keep-alive"});
122 // remove keep-alive
123 filter_token_list(s, value, iequals_predicate{"keep-alive", {}});
/third_party/typescript/tests/baselines/reference/
DcommentOnSignature1.types7 // Don't keep this comment.
22 /*! Don't keep this pinned comment */
27 // Don't keep this comment.
40 // dont keep this comment
44 /*! keep this pinned comment */
52 // dont keep this comment
57 /*! keep this pinned comment */
DcommentOnSignature1.symbols7 // Don't keep this comment.
22 /*! Don't keep this pinned comment */
27 // Don't keep this comment.
40 // dont keep this comment
44 /*! keep this pinned comment */
52 // dont keep this comment
57 /*! keep this pinned comment */
DcommentOnAmbientVariable1.types7 /*! Don't keep this pinned comment */
11 // Don't keep this comment.
DcommentOnAmbientVariable1.symbols7 /*! Don't keep this pinned comment */
11 // Don't keep this comment.
DcommentOnAmbientClass1.types13 /*! Don't keep this pinned comment */
18 // Don't keep this comment.
DcommentOnAmbientEnum.types12 /*! Don't keep this pinned comment */
26 // Don't keep this comment.
DcommentOnElidedModule1.symbols12 /*! Don't keep this pinned comment */
17 // Don't keep this comment.
DcommentOnInterface1.symbols12 /*! Don't keep this pinned comment */
17 // Don't keep this comment.
DcommentOnAmbientfunction.types15 /*! Don't keep this pinned comment */
19 // Don't keep this comment.
DcommentOnAmbientClass1.symbols13 /*! Don't keep this pinned comment */
18 // Don't keep this comment.
/third_party/json/include/nlohmann/detail/input/
Djson_sax.hpp394 …const bool keep = callback(static_cast<int>(ref_stack.size()), parse_event_t::object_start, discar… in start_object() local
395 keep_stack.push_back(keep); in start_object()
414 const bool keep = callback(static_cast<int>(ref_stack.size()), parse_event_t::key, k); in key() local
415 key_keep_stack.push_back(keep); in key()
418 if (keep && ref_stack.back()) in key()
457 …const bool keep = callback(static_cast<int>(ref_stack.size()), parse_event_t::array_start, discard… in start_array() local
458 keep_stack.push_back(keep); in start_array()
474 bool keep = true; in end_array() local
478keep = callback(static_cast<int>(ref_stack.size()) - 1, parse_event_t::array_end, *ref_stack.back(… in end_array()
479 if (!keep) in end_array()
[all …]
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dmemorypool.c263 void *keep, in MHD_pool_reset() argument
266 if (NULL != keep) in MHD_pool_reset()
268 if (keep != pool->memory) in MHD_pool_reset()
270 memmove (pool->memory, keep, size); in MHD_pool_reset()
271 keep = pool->memory; in MHD_pool_reset()
278 if (NULL != keep) in MHD_pool_reset()
280 return keep; in MHD_pool_reset()
/third_party/openssl/test/ssl-tests/
D05-sni.conf6 test-1 = 1-SNI-keep-context
50 [1-SNI-keep-context]
51 ssl_conf = 1-SNI-keep-context-ssl
53 [1-SNI-keep-context-ssl]
54 server = 1-SNI-keep-context-server
55 client = 1-SNI-keep-context-client
56 server2 = 1-SNI-keep-context-server
58 [1-SNI-keep-context-server]
63 [1-SNI-keep-context-client]
71 server = 1-SNI-keep-context-server-extra
[all …]
/third_party/boost/boost/iostreams/detail/
Dbuffer.hpp105 std::streamsize keep; in fill() local
106 if ((keep = static_cast<std::streamsize>(eptr_ - ptr_)) > 0) in fill()
110 static_cast<size_t>(keep) in fill()
112 set(0, keep); in fill()
114 iostreams::read(src, this->data() + keep, this->size() - keep); in fill()
116 this->set(0, keep + result); in fill()
/third_party/json/doc/scripts/
Dgit-update-ghpages43 if [[ "$keep" == "0" ]]; then _ rm -rf ./*; fi
137 keep=0
158 -k | --keep )
159 keep=1
/third_party/ffmpeg/libavformat/
Durl.c186 const char *keep, *base_path_end; in ff_make_absolute_url() local
218 keep = ub.url; in ff_make_absolute_url()
221 ub.url_component_end_##component > keep) { \ in ff_make_absolute_url()
222 keep = ub.url_component_end_##component; \ in ff_make_absolute_url()
241 COPY(ub.url, keep); in ff_make_absolute_url()
244 use_base_path = URL_COMPONENT_HAVE(ub, path) && keep <= ub.path; in ff_make_absolute_url()
255 if (keep > ub.path) in ff_make_absolute_url()
/third_party/uboot/u-boot-2020.01/doc/device-tree-bindings/leds/
Dleds-gpio.txt18 values are "on", "off", and "keep". If the LED is already on or off
21 on). The "keep" setting will keep the LED at whatever its current
38 default-state = "keep";
/third_party/flutter/skia/third_party/externals/harfbuzz/test/subset/data/tests/
Dlayout.tests5 keep-layout.txt
6 keep-layout-retain-gids.txt
/third_party/node/deps/npm/node_modules/byline/lib/
Dbyline.js120 LineStream.prototype._pushBuffer = function(encoding, keep, done) { argument
122 while (this._lineBuffer.length > keep) {
130 self._pushBuffer(encoding, keep, done);
/third_party/boost/libs/mpi/src/
Dcartesian_communicator.cpp70 const std::vector<int>& keep ) in cartesian_communicator() argument
74 int const nbkept = keep.size(); in cartesian_communicator()
78 assert(keep[i] < max_dims); in cartesian_communicator()
79 bitset[keep[i]] = true; in cartesian_communicator()

12345678910>>...76