/third_party/openssl/util/perl/OpenSSL/ |
H A D | Ordinals.pm | 54 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 D | cwebp.c | 400 // 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 D | Path.cpp | 1182 Error TempFile::keep(const Twine &Name) { 1227 Error TempFile::keep() {
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_optimizer.cpp | 221 if (!(*n)->keep()) { in visit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | ArchiveWriter.cpp | 638 return Temp->keep(ArcName); in writeArchive()
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_internal.h | 544 int keep; member
|
H A D | cil_binary.c | 563 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 D | x86inc.asm | 87 ; 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 D | exceptions.c | 1280 * 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 D | bn-c64xplus.asm | 151 || MV A1,RET ; keep carry flag in RET
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp8dsp_loopfilter.asm | 554 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 D | vp9lpf_16bpp.asm | 136 ; 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 D | LTO.cpp | 318 // 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 D | alsa-mixer.c | 5087 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 D | all.sh | 53 # 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 D | output.asm | 118 ; pixels per iteration. In order to not have to keep track of where
|
/third_party/icu/icu4c/source/data/ |
H A D | makedata.mak | 71 # Timestamp files to keep track of current build state
|
/third_party/libwebsockets/lib/secure-streams/ |
H A D | policy-json.c | 620 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 D | makedata.mak | 71 # Timestamp files to keep track of current build state
|
/third_party/json/tests/abi/include/nlohmann/ |
H A D | json_v3_10_5.hpp | 6093 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 D | json.hpp | 6984 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 D | texinfo.tex | 634 % 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 D | loader.c | 565 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 D | runtests.pl | 178 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 D | variables.cc | 458 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
|