Home
last modified time | relevance | path

Searched +defs:val +defs:save (Results 1 – 25 of 729) sorted by relevance

12345678910>>...30

/aosp_15_r20/external/libxml2/
H A Dentities.c516 xmlSerializeHexCharRef(char *buf, int val) { in xmlSerializeHexCharRef()
553 xmlSerializeDecCharRef(char *buf, int val) { in xmlSerializeDecCharRef()
674 int val; in xmlEscapeText() local
925 xmlSaveCtxtPtr save; in xmlDumpEntityDecl() local
944 xmlDumpEntityDeclScan(void *ent, void *save, in xmlDumpEntityDeclScan()
958 xmlSaveCtxtPtr save; in xmlDumpEntitiesTable() local
H A Dvalid.c1424 xmlSaveCtxtPtr save; in xmlDumpElementDecl() local
1444 xmlDumpElementDeclScan(void *elem, void *save, in xmlDumpElementDeclScan()
1460 xmlSaveCtxtPtr save; in xmlDumpElementTable() local
1969 xmlSaveCtxtPtr save; in xmlDumpAttributeDecl() local
1988 xmlDumpAttributeDeclScan(void *attr, void *save, in xmlDumpAttributeDeclScan()
2004 xmlSaveCtxtPtr save; in xmlDumpAttributeTable() local
2210 xmlSaveCtxtPtr save; in xmlDumpNotationDecl() local
2232 xmlSaveCtxtPtr save; in xmlDumpNotationTable() local
3332 int val, len; in xmlValidateNameValueInternal() local
3380 int val, len; in xmlValidateNamesValueInternal() local
[all …]
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dvalid.c1419 xmlSaveCtxtPtr save; in xmlDumpElementDecl() local
1962 xmlSaveCtxtPtr save; in xmlDumpAttributeDecl() local
2198 xmlSaveCtxtPtr save; in xmlDumpNotationDecl() local
2219 xmlSaveCtxtPtr save; in xmlDumpNotationTable() local
3339 int val, len; in xmlValidateNameValueInternal() local
3387 int val, len; in xmlValidateNamesValueInternal() local
3457 int val, len; in xmlValidateNmtokenValueInternal() local
3510 int val, len; in xmlValidateNmtokensValueInternal() local
3724 xmlChar *dup, *nam = NULL, *cur, save; in xmlValidateAttributeValue2() local
3964 int val; in xmlValidateAttributeDecl() local
[all …]
/aosp_15_r20/hardware/google/gfxstream/host/apigen-codec-common/
DChecksumCalculator.cpp85 uint32_t val = computeV1Checksum(); in writeChecksum() local
116 const uint32_t val = computeV1Checksum(); in validate() local
144 void ChecksumCalculator::save(android::base::Stream* stream) { in save() function in ChecksumCalculator
/aosp_15_r20/external/selinux/gui/
H A DbooleansPage.py63 def __init__(self, name, on, save): argument
78 def __init__(self, name, val, save=False): argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/repository/home/qi/directive/
Dkwd.hpp343 typename traits::container_value<Attribute>::type val = in parse_impl() local
346 Iterator save = first; in parse_impl() local
401 Iterator save = first; in parse() local
505 typename traits::container_value<Attribute>::type val = in parse_impl() local
508 Iterator save = first; in parse_impl() local
560 Iterator save = first; in parse() local
/aosp_15_r20/external/mesa3d/src/freedreno/rnn/
H A Drnn.c154 struct rnnvalue *val = parsevalue(db, file, node); in trytypetag() local
206 struct rnnvalue *val = calloc(sizeof *val, 1); in parsevalue() local
332 struct rnnvalue *val = parsevalue(db, file, chain); in parseenum() local
481 char *tok, *save, *tmp = str; in trydelem() local
496 char *tok, *save, *tmp = str; in trydelem() local
949 static struct rnnvalue *copyvalue (struct rnnvalue *val, char *file) { in copyvalue()
1134 static void prepvalue(struct rnndb *db, struct rnnvalue *val, char *prefix, struct rnnvarinfo *parv… in prepvalue()
/aosp_15_r20/external/compiler-rt/test/asan/TestCases/
H A Duse-after-scope-temp.cc8 int val; member
13 void save(const IntHolder &holder) { in save() function
/aosp_15_r20/hardware/google/aemu/host-common/
DMediaH264DecoderDefault.cpp72 MediaH264DecoderPlugin* val) { in addDecoder()
85 MediaH264DecoderPlugin* val) { in updateDecoder()
194 void MediaH264DecoderDefault::save(base::Stream* stream) const { in save() function in android::emulation::MediaH264DecoderDefault
DMediaVpxDecoder.cpp91 void MediaVpxDecoderImpl::addDecoder(uint64_t key, MediaVpxDecoderPlugin* val) { in addDecoder()
184 void MediaVpxDecoderImpl::save(base::Stream* stream) const { in save() function in android::emulation::MediaVpxDecoderImpl
/aosp_15_r20/external/llvm-libc/test/UnitTest/
H A DFPExceptMatcher.cpp27 #define sigsetjmp(buf, save) setjmp(buf) argument
28 #define siglongjmp(buf, val) longjmp(buf, val) argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/core/composite/
Dactions.hpp112 iterator_t save = scan.first; in parse() local
116 typename result_t::return_t val = hit.value(); in parse() local
/aosp_15_r20/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp226 bool MmMetricsReporter::ReadFileToUint(const std::string &path, uint64_t *val) { in ReadFileToUint()
1463 for (int save = 0; save < kPsiNumAllTotals; ++save, ++metric_idx) { in fillPressureStallAtom() local
1485 for (int save = 0; save < kPsiNumAllUploadAvgMetrics; ++save, ++metric_idx) { in fillPressureStallAtom() local
1697 uint64_t val; in readAndGenGcmaPerHour() local
1716 uint64_t val; in readAndGenGcmaPerDay() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DXMLUtils.java125 String val = (n == null) ? "" : n.getNodeValue(); in importProperties() local
131 static void save(Properties props, OutputStream os, String comment, in save() method in XMLUtils
DProperties.java796 public void save(OutputStream out, String comments) { in save() method in Properties
918 String val = (String)e.getValue(); in store0() local
1146 String val = getProperty(key); in getProperty() local
1208 String val = (String)e.getValue(); in list() local
1236 String val = (String)e.getValue(); in list() local
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DXMLUtils.java125 String val = (n == null) ? "" : n.getNodeValue(); in importProperties() local
131 static void save(Properties props, OutputStream os, String comment, in save() method in XMLUtils
H A DProperties.java796 public void save(OutputStream out, String comments) { in save() method in Properties
918 String val = (String)e.getValue(); in store0() local
1146 String val = getProperty(key); in getProperty() local
1208 String val = (String)e.getValue(); in list() local
1236 String val = (String)e.getValue(); in list() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/24/libcore/ojluni/src/main/java/java/util/
DXMLUtils.java125 String val = (n == null) ? "" : n.getNodeValue(); in importProperties() local
131 static void save(Properties props, OutputStream os, String comment, in save() method in XMLUtils
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/rockchip/rk3399/drivers/gpio/
Drk3399_gpio.c183 uint32_t val, clock_state; in get_pull() local
209 uint8_t val = pull_type_sw2hw[info->pull_enc[bank]][pull]; in set_pull() local
373 const struct gpio_save *save = &store_gpio[i - 2]; in plat_rockchip_restore_gpio() local
/aosp_15_r20/external/pytorch/torch/csrc/api/src/optim/
H A Dlbfgs.cpp70 auto isNull = [](const std::optional<std::vector<Tensor>>& val) { in operator ==()
252 auto val = [](const Tensor& t) { return t.item<double>(); }; in _strong_wolfe() local
421 auto val = [](const Tensor& t) { return t.item<double>(); }; in step() local
617 void LBFGS::save(serialize::OutputArchive& archive) const { in save() function in torch::optim::LBFGS
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/
Dsynchronized_value.hpp66 const_strict_lock_ptr(T const& val, Lockable & mtx) : in const_strict_lock_ptr()
70 const_strict_lock_ptr(T const& val, Lockable & mtx, adopt_lock_t tag) BOOST_NOEXCEPT : in const_strict_lock_ptr()
123 strict_lock_ptr(T & val, Lockable & mtx) : in strict_lock_ptr()
127 strict_lock_ptr(T & val, Lockable & mtx, adopt_lock_t tag) : in strict_lock_ptr()
214 const_unique_lock_ptr(T const& val, Lockable & mtx) in const_unique_lock_ptr()
225 const_unique_lock_ptr(T const& val, Lockable & mtx, adopt_lock_t) BOOST_NOEXCEPT in const_unique_lock_ptr()
235 const_unique_lock_ptr(T const& val, Lockable & mtx, defer_lock_t) BOOST_NOEXCEPT in const_unique_lock_ptr()
246 const_unique_lock_ptr(T const& val, Lockable & mtx, try_to_lock_t) BOOST_NOEXCEPT in const_unique_lock_ptr()
307 unique_lock_ptr(T & val, Lockable & mtx) in unique_lock_ptr()
508 synchronized_value& operator=(value_type const& val) in operator =()
[all …]
/aosp_15_r20/external/mksh/src/
H A Dsyn.c787 short val; member
897 nesting_push(struct nesting_state *save, int tok) in nesting_push()
981 char *save = NULL; in dbtestp_isa() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/detail/
Dpass_container.hpp279 typename traits::container_value<Attr>::type val = in dispatch_container() local
282 iterator_type save = f.first; in dispatch_container() local
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDsdkstats.jar ... extends java.lang.Thread { final synthetic String val$nApp final synthetic String val$nVersion final synthetic ...
/aosp_15_r20/external/trace-cmd/tracecmd/
H A Dtrace-vm.c140 unsigned long long val; in callback() local
192 char *save; in find_tgid() local

12345678910>>...30