Home
last modified time | relevance | path

Searched refs:keep (Results 101 - 125 of 146) sorted by relevance

123456

/third_party/openssl/util/perl/OpenSSL/
H A DOrdinals.pm54 by name. They also help keep information on certain symbols that are
444 the new input data, but will keep the same ordinal number and version.
/third_party/skia/third_party/externals/libwebp/examples/
H A Dcwebp.c400 // chunk if there is metadata and 'keep' is true.
402 int keep, int flag, in UpdateFlagsAndSize()
404 if (keep && payload->bytes != NULL && payload->size > 0) { in UpdateFlagsAndSize()
401 UpdateFlagsAndSize(const MetadataPayload* const payload, int keep, int flag, uint32_t* vp8x_flags, uint64_t* metadata_size) UpdateFlagsAndSize() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DPath.cpp1182 Error TempFile::keep(const Twine &Name) {
1227 Error TempFile::keep() {
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_optimizer.cpp221 if (!(*n)->keep()) { in visit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DArchiveWriter.cpp638 return Temp->keep(ArcName); in writeArchive()
/third_party/selinux/libsepol/cil/src/
H A Dcil_internal.h544 int keep; member
H A Dcil_binary.c563 if (!cil_attr->keep) { in cil_typeattribute_to_policydb()
628 if (!cil_attr->keep) { in cil_typeattribute_to_bitmap()
1484 return !attr->keep || (ebitmap_cardinality(attr->types) < db->attrs_expand_size); in __cil_should_expand_attribute()
2598 if (!attr->keep) { in __cil_constrain_expr_datum_to_sepol_expr()
/third_party/ffmpeg/libavutil/x86/
H A Dx86inc.asm87 ; keep supporting OS/2.
378 %else ; can keep rsp in rstk during whole function
1038 ; I would like to not have to manually keep track of the permutations:
/third_party/python/Objects/
H A Dexceptions.c1280 * of exception groups keep and returns the sub-exception group
1282 * in any exception group in keep.
1285 exception_group_projection(PyObject *eg, PyObject *keep) in exception_group_projection() argument
1288 assert(PyList_CheckExact(keep)); in exception_group_projection()
1295 Py_ssize_t n = PyList_GET_SIZE(keep); in exception_group_projection()
1297 PyObject *e = PyList_GET_ITEM(keep, i); in exception_group_projection()
/third_party/openssl/crypto/bn/asm/
H A Dbn-c64xplus.asm151 || MV A1,RET ; keep carry flag in RET
/third_party/ffmpeg/libavcodec/x86/
H A Dvp8dsp_loopfilter.asm554 mova m6, m4 ; keep copies of p0/q0 around for later use
942 mova m6, m4 ; keep copies of p0/q0 around for later use
H A Dvp9lpf_16bpp.asm136 ; if dont_store is set, don't write the result into memory, instead keep the
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTO.cpp318 // We need to emit only one of these. The prevailing module will keep it, in thinLTOResolvePrevailingGUID()
1398 (*ResultOrErr)->keep();
1416 StatsFile->keep();
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-mixer.c5087 static void paths_drop_unused(pa_hashmap* h, pa_hashmap *keep) { in paths_drop_unused() argument
5094 pa_assert(keep); in paths_drop_unused()
5098 if (pa_hashmap_get(keep, p) == NULL) in paths_drop_unused()
/third_party/mbedtls/tests/scripts/
H A Dall.sh53 # The behavior on an error depends on whether --keep-going (alias -k)
55 # * Without --keep-going: the script stops on the first error without
58 # * With --keep-going: the script runs all requested components and
266 -k|--keep-going Run all tests and report errors at the end.
286 --no-keep-going Stop at the first error (default).
353 # in non-keep-going mode).
468 --keep-going|-k) KEEP_GOING=1;;
475 --no-keep-going) KEEP_GOING=0;;
629 # Whether it makes sense to keep a component going after the specified
682 # component. Otherwise (test command) keep th
[all...]
/third_party/ffmpeg/libswscale/x86/
H A Doutput.asm118 ; pixels per iteration. In order to not have to keep track of where
/third_party/icu/icu4c/source/data/
H A Dmakedata.mak71 # Timestamp files to keep track of current build state
/third_party/libwebsockets/lib/secure-streams/
H A Dpolicy-json.c620 x->keep = 1; in lws_ss_policy_parser_cb()
621 lwsl_notice("%s: server '%s' keep %d %p\n", in lws_ss_policy_parser_cb()
636 * to keep hold of for context destruction in lws_ss_policy_parser_cb()
/third_party/skia/third_party/externals/icu/source/data/
H A Dmakedata.mak71 # Timestamp files to keep track of current build state
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp6093 const bool keep = callback(static_cast<int>(ref_stack.size()), parse_event_t::object_start, discarded);
6094 keep_stack.push_back(keep);
6113 const bool keep = callback(static_cast<int>(ref_stack.size()), parse_event_t::key, k);
6114 key_keep_stack.push_back(keep);
6117 if (keep && ref_stack.back())
6163 const bool keep = callback(static_cast<int>(ref_stack.size()), parse_event_t::array_start, discarded);
6164 keep_stack.push_back(keep);
6180 bool keep = true;
6184 keep = callback(static_cast<int>(ref_stack.size()) - 1, parse_event_t::array_end, *ref_stack.back());
6185 if (keep)
[all...]
/third_party/json/single_include/nlohmann/
H A Djson.hpp6984 const bool keep = callback(static_cast<int>(ref_stack.size()), parse_event_t::object_start, discarded);
6985 keep_stack.push_back(keep);
7004 const bool keep = callback(static_cast<int>(ref_stack.size()), parse_event_t::key, k);
7005 key_keep_stack.push_back(keep);
7008 if (keep && ref_stack.back())
7054 const bool keep = callback(static_cast<int>(ref_stack.size()), parse_event_t::array_start, discarded);
7055 keep_stack.push_back(keep);
7071 bool keep = true;
7075 keep = callback(static_cast<int>(ref_stack.size()) - 1, parse_event_t::array_end, *ref_stack.back());
7076 if (keep)
[all...]
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex634 % to keep its height that of a normal line. According to the rules for
3964 % In order to keep entries from bumping into each other
3973 % will keep entries from bumping into each other. Table will start at
4024 \global\advance\multitableparskip-7pt % to keep parskip somewhat smaller
4029 \global\advance\multitableparskip-7pt % to keep parskip somewhat smaller
6497 % @display/@smalldisplay: same as @lisp except keep current font.
6556 % and narrows the margins. We keep \parskip nonzero in general, since
6799 \defunpenalty=10003 % Will keep this @deffn together with the
6803 % which is there to keep the function description together with its
7518 \def\saveparamlist@{#2}% Need to keep
[all...]
/third_party/vulkan-loader/loader/
H A Dloader.c565 layer_list->list[i].keep = false; in loader_remove_layers_not_in_implicit_meta_layers()
572 cur_layer_prop->keep = true; in loader_remove_layers_not_in_implicit_meta_layers()
583 // For all layers found in this meta layer, we want to keep them as well. in loader_remove_layers_not_in_implicit_meta_layers()
585 cur_layer_prop->keep = true; in loader_remove_layers_not_in_implicit_meta_layers()
591 // Remove any layers we don't want to keep (Don't use layer_count here as we need it to be in loader_remove_layers_not_in_implicit_meta_layers()
595 if (!cur_layer_prop->keep) { in loader_remove_layers_not_in_implicit_meta_layers()
2826 // Use incomplete to indicate invalid name, but to keep going. in add_if_manifest_file()
6219 * Additionally, we need to keep using already setup physical devices as they may be in use, thus anything enumerated
6955 // Create a temporary array (on the stack) to keep track of the
/third_party/curl/tests/
H A Druntests.pl178 my $keepoutfiles; # keep stdout and stderr files after tests
2311 # keep stdout and stderr files after tests
2368 -k keep stdout and stderr files present after tests
/third_party/gn/src/gn/
H A Dvariables.cc458 link. To keep linker errors from happening, it is good practice to have all
1379 running GN to determine the inputs, and is easier to keep in-sync than

Completed in 76 milliseconds

123456