Home
last modified time | relevance | path

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

1234

/third_party/ltp/tools/sparse/sparse-src/validation/
Dkill-pure-call.c4 int keep(int a) { return side(a) && 0; } in keep() function
Dkill-load.c1 int keep(volatile int *p) { return *p && 0; } in keep() function
Dkill-store.c1 void keep(int *p) { *p = 0; } in keep() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DToolOutputFile.h57 void keep() { Installer.Keep = true; } in keep() function
/third_party/node/tools/icu/
Dicutrim.py206 keep = set(config["keep"]) variable
208 keep = set() variable
Dicu_small.json41 "keep": [ array
/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
414 const bool keep = callback(static_cast<int>(ref_stack.size()), parse_event_t::key, k); in key() local
457 …const bool keep = callback(static_cast<int>(ref_stack.size()), parse_event_t::array_start, discard… in start_array() local
474 bool keep = true; in end_array() local
550 …const bool keep = skip_callback || callback(static_cast<int>(ref_stack.size()), parse_event_t::val… in handle_value() local
/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()
591 void rand_pool_keep_random_devices_open(int keep) in rand_pool_keep_random_devices_open()
610 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()
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/
DFilteredDataTest.java27 CldrValue keep = in testSimple() local
/third_party/node/deps/npm/node_modules/byline/lib/
Dbyline.js120 LineStream.prototype._pushBuffer = function(encoding, keep, done) { argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
DRemarkLinker.cpp53 Remark &RemarkLinker::keep(std::unique_ptr<Remark> Remark) { in keep() function in RemarkLinker
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dmemorypool.c263 void *keep, in MHD_pool_reset()
/third_party/boost/boost/hana/
Dfilter.hpp89 std::size_t* keep = &indices[0]; in compute_indices() local
/third_party/boost/libs/hana/include/boost/hana/
Dfilter.hpp89 std::size_t* keep = &indices[0]; in compute_indices() local
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_host.h304 void SetKeepOriginalFile (bool keep) in SetKeepOriginalFile()
/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/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/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/mindspore/mindspore/lite/src/
Dlite_model.h52 void set_keep_model_buf(bool keep) { this->keep_model_buf_ = keep; } in set_keep_model_buf()
/third_party/boost/libs/mpi/src/
Dcartesian_communicator.cpp70 const std::vector<int>& keep ) in cartesian_communicator()
/third_party/libwebsockets/lib/system/metrics/
Dmetrics.c437 lws_metric_destroy(lws_metric_t **pmt, int keep) in lws_metric_destroy()
502 lws_metric_policy_dyn_destroy(lws_metric_policy_dyn_t *dm, int keep) in lws_metric_policy_dyn_destroy()
/third_party/ffmpeg/libavformat/
Durl.c198 const char *keep, *base_path_end; in ff_make_absolute_url2() local
/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

1234