Home
last modified time | relevance | path

Searched defs:keep (Results 1 – 25 of 55) sorted by relevance

123

/third_party/json/include/nlohmann/detail/input/
Djson_sax.hpp391 …const bool keep = callback(static_cast<int>(ref_stack.size()), parse_event_t::object_start, discar… in start_object() local
411 const bool keep = callback(static_cast<int>(ref_stack.size()), parse_event_t::key, k); in key() local
454 …const bool keep = callback(static_cast<int>(ref_stack.size()), parse_event_t::array_start, discard… in start_array() local
471 bool keep = true; in end_array() local
476 if (not keep) in end_array() local
562 …const bool keep = skip_callback or callback(static_cast<int>(ref_stack.size()), parse_event_t::val… in handle_value() local
565 if (not keep) in handle_value() local
/third_party/node/tools/icu/
Dicutrim.py206 keep = set(config["keep"]) variable
208 keep = set() variable
Dicu_small.json41 "keep": [ array
/third_party/openssl/crypto/rand/
Drand_unix.c113 void rand_pool_keep_random_devices_open(int keep) in rand_pool_keep_random_devices_open()
201 void rand_pool_keep_random_devices_open(int keep) in rand_pool_keep_random_devices_open()
586 void rand_pool_keep_random_devices_open(int keep) in rand_pool_keep_random_devices_open()
605 void rand_pool_keep_random_devices_open(int keep) in rand_pool_keep_random_devices_open()
Drand_win.c182 void rand_pool_keep_random_devices_open(int keep) in rand_pool_keep_random_devices_open()
Drand_vms.c612 void rand_pool_keep_random_devices_open(int keep) in rand_pool_keep_random_devices_open()
Drand_lib.c366 void RAND_keep_random_devices_open(int keep) in RAND_keep_random_devices_open()
/third_party/node/deps/npm/node_modules/byline/lib/
Dbyline.js120 LineStream.prototype._pushBuffer = function(encoding, keep, done) { argument
/third_party/boost/boost/hana/
Dfilter.hpp89 std::size_t* keep = &indices[0]; in compute_indices() local
Dset.hpp281 constexpr bool keep = hana::value<decltype(hana::contains(ys, key))>(); in operator ()() local
/third_party/libpng/contrib/libtests/
Dpngunknown.c190 int keep; /* unknown handling setting */ member
403 int keep; /* the default value */ member
520 int keep, discard; in read_callback() local
900 int keep = chunk_info[i].keep; in check_handling() local
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/
Dpngunknown.c190 int keep; /* unknown handling setting */ member
403 int keep; /* the default value */ member
520 int keep, discard; in read_callback() local
900 int keep = chunk_info[i].keep; in check_handling() local
/third_party/boost/boost/iostreams/detail/
Dbuffer.hpp105 std::streamsize keep; in fill() local
/third_party/boost/libs/mpi/src/
Dcartesian_communicator.cpp70 const std::vector<int>& keep ) in cartesian_communicator()
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
Df_generic.c146 int keep) in generic_discard_events()
170 int keep = 0; in __generic_event_add() local
/third_party/boost/boost/iostreams/detail/streambuf/
Dindirect_streambuf.hpp242 std::streamsize keep = in underflow() local
/third_party/openssl/ssl/
Ds3_enc.c376 int ssl3_digest_cached_records(SSL *s, int keep) in ssl3_digest_cached_records()
/third_party/openssl/test/
Dtls13secretstest.c139 int ssl3_digest_cached_records(SSL *s, int keep) in ssl3_digest_cached_records()
/third_party/python/Modules/_ctypes/
Dcallbacks.c274 PyObject *keep = setfunc(mem, result, 0); in _CallPythonObject() local
/third_party/libpng/
Dpngpread.c171 int keep; /* unknown handling method */ in png_push_read_chunk() local
Dpngset.c1344 add_one_chunk(png_bytep list, unsigned int count, png_const_bytep add, int keep) in add_one_chunk()
1372 png_set_keep_unknown_chunks(png_structrp png_ptr, int keep, in png_set_keep_unknown_chunks()
/third_party/flutter/skia/third_party/externals/libpng/
Dpngpread.c171 int keep; /* unknown handling method */ in png_push_read_chunk() local
Dpngset.c1344 add_one_chunk(png_bytep list, unsigned int count, png_const_bytep add, int keep) in add_one_chunk()
1372 png_set_keep_unknown_chunks(png_structrp png_ptr, int keep, in png_set_keep_unknown_chunks()
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstsegmentation.cpp585 int *keep = (int *) g_malloc (sizeof (int) * (c->numEntries)); in clear_stale_entries() local
/third_party/boost/boost/xpressive/
Dregex_primitives.hpp740 keep(Expr const &expr) in keep() function

123