Home
last modified time | relevance | path

Searched +defs:val +defs:required (Results 1 – 25 of 1121) sorted by relevance

12345678910>>...45

/aosp_15_r20/external/flatbuffers/src/
H A Dreflection.cpp37 bool required) { in VerifyStruct()
49 const reflection::Object &obj, bool required) { in VerifyVectorOfStructs()
166 const flatbuffers::Table *table, bool required) { in VerifyObject()
330 auto val = GetAnyFieldS(*table_field, fielddef, schema); in GetAnyValueS() local
372 void SetAnyValueI(reflection::BaseType type, uint8_t *data, int64_t val) { in SetAnyValueI()
395 void SetAnyValueF(reflection::BaseType type, uint8_t *data, double val) { in SetAnyValueF()
404 void SetAnyValueS(reflection::BaseType type, uint8_t *data, const char *val) { in SetAnyValueS()
556 void SetString(const reflection::Schema &schema, const std::string &val, in SetString()
H A Didl_parser.cpp99 static bool atot_scalar(const char *s, T *val, bool_constant<false>) { in atot_scalar()
104 static bool atot_scalar(const char *s, T *val, bool_constant<true>) { in atot_scalar()
112 static CheckedError atot(const char *s, Parser &parser, T *val) { in atot()
123 Offset<void> *val) { in atot()
281 static inline void SingleValueRepack(Value &e, T val) { in SingleValueRepack()
289 static void SingleValueRepack(Value &e, float val) { in SingleValueRepack()
292 static void SingleValueRepack(Value &e, double val) { in SingleValueRepack()
474 CheckedError Parser::ParseHexNum(int nibbles, uint64_t *val) { in ParseHexNum()
581 uint64_t val; in Next() local
588 uint64_t val; in Next() local
[all …]
/aosp_15_r20/frameworks/base/tools/app_metadata_bundles/src/lib/java/com/android/asllib/util/
H A DXmlUtils.java158 public static Element getSingleChildElement(Node parentEle, String tagName, boolean required) in getSingleChildElement()
254 public static Element createOdStringEle(Document doc, String name, String val) { in createOdStringEle()
311 public static List<String> getPipelineSplitAttr(Element ele, String attrName, boolean required) in getPipelineSplitAttr()
336 public static Boolean getBoolAttr(Element ele, String attrName, boolean required) in getBoolAttr()
355 public static Boolean getOdBoolEle(Element ele, String nameName, boolean required) in getOdBoolEle()
386 public static Long getOdLongEle(Element ele, String nameName, boolean required) in getOdLongEle()
423 public static String getOdStringEle(Element ele, String nameName, boolean required) in getOdStringEle()
458 public static Element getOdPbundleWithName(Element ele, String nameName, boolean required) in getOdPbundleWithName()
493 public static String getStringAttr(Element ele, String attrName, boolean required) in getStringAttr()
510 public static List<Integer> getOdIntArray(Element ele, String nameName, boolean required) in getOdIntArray()
[all …]
/aosp_15_r20/external/igt-gpu-tools/lib/
H A Dintel_os.c90 unsigned long val; in get_meminfo() local
310 uint64_t required, total; in __intel_check_memory() local
365 uint64_t required, total; in intel_require_memory() local
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/parser/
Dparser.rs439 let val = external_parser.parse_ref(self.cmd, None, raw_val)?; in get_matches_with() localVariable
779 let required = self.cmd.required_graph(); in parse_long_arg() localVariable
902 let val = short_arg.clone().next_value_os().unwrap_or_default(); in parse_short_arg() localVariable
907 let val = Some(val).filter(|v| !v.is_empty()); in parse_short_arg() localVariable
1103 let val = value_parser.parse_ref(self.cmd, Some(arg), &raw_val)?; in push_arg_values() localVariable
1361 let val = RawOsStr::new(val); in add_env() localVariable
1636 let required = self.cmd.required_graph(); in did_you_mean_error() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/parser/
Dparser.rs424 let val = ok!(external_parser.parse_ref( in get_matches_with() localVariable
803 let required = self.cmd.required_graph(); in parse_long_arg() localVariable
942 let val = short_arg.clone().next_value_os().unwrap_or_default(); in parse_short_arg() localVariable
944 let val = Some(val).filter(|v| !v.is_empty()); in parse_short_arg() localVariable
1083 let val = ok!(value_parser.parse_ref(self.cmd, Some(arg), &raw_val, source)); in push_arg_values() localVariable
1562 let required = self.cmd.required_graph(); in did_you_mean_error() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/parser/
H A Dparser.rs424 let val = ok!(external_parser.parse_ref( in get_matches_with() localVariable
803 let required = self.cmd.required_graph(); in parse_long_arg() localVariable
942 let val = short_arg.clone().next_value_os().unwrap_or_default(); in parse_short_arg() localVariable
944 let val = Some(val).filter(|v| !v.is_empty()); in parse_short_arg() localVariable
1083 let val = ok!(value_parser.parse_ref(self.cmd, Some(arg), &raw_val, source)); in push_arg_values() localVariable
1562 let required = self.cmd.required_graph(); in did_you_mean_error() localVariable
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dasn1write.c32 int required = 1; in mbedtls_asn1_write_len() local
200 static int asn1_write_tagged_int(unsigned char **p, const unsigned char *start, int val, int tag) in asn1_write_tagged_int()
224 int mbedtls_asn1_write_int(unsigned char **p, const unsigned char *start, int val) in mbedtls_asn1_write_int()
229 int mbedtls_asn1_write_enum(unsigned char **p, const unsigned char *start, int val) in mbedtls_asn1_write_enum()
377 const unsigned char *val, in mbedtls_asn1_store_named_data()
/aosp_15_r20/external/mbedtls/library/
H A Dasn1write.c31 int required = 1; in mbedtls_asn1_write_len() local
199 static int asn1_write_tagged_int(unsigned char **p, const unsigned char *start, int val, int tag) in asn1_write_tagged_int()
223 int mbedtls_asn1_write_int(unsigned char **p, const unsigned char *start, int val) in mbedtls_asn1_write_int()
228 int mbedtls_asn1_write_enum(unsigned char **p, const unsigned char *start, int val) in mbedtls_asn1_write_enum()
376 const unsigned char *val, in mbedtls_asn1_store_named_data()
/aosp_15_r20/external/python/apitools/apitools/base/protorpclite/
Dmessages_test.py1240 required = messages.IntegerField(1, required=True) variable in MessageTest.testValidate_Required.SimpleMessage
1273 required = messages.IntegerField(1, required=True) variable in MessageTest.testIsInitialized.SimpleMessage
1285 required = messages.IntegerField(1, required=True) variable in MessageTest.testIsInitializedNestedField.SimpleMessage
1303 required = messages.IntegerField(1, required=True) variable in MessageTest.testInitializeNestedFieldFromDict.SimpleMessage
1630 val = messages.MessageField(SubMessage, 1) variable in MessageTest.testValidation.Message
1643 val = messages.MessageField(SubMessage, 1, required=True) variable in MessageTest.testValidation.Message
1656 val = messages.MessageField(SubMessage, 1, repeated=True) variable in MessageTest.testValidation.Message
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTAttributeDef.java67 …XSLTAttributeDef(String namespace, String name, int type, boolean required, boolean supportsAVT, i… in XSLTAttributeDef()
117 XSLTAttributeDef(String namespace, String name, boolean required, boolean supportsAVT, in XSLTAttributeDef()
150 XSLTAttributeDef(String namespace, String name, boolean required, boolean supportsAVT, in XSLTAttributeDef()
185 XSLTAttributeDef(String namespace, String name, boolean required, boolean supportsAVT, in XSLTAttributeDef()
876 Double val; in processNUMBER() local
/aosp_15_r20/external/mesa3d/meson_to_hermetic/
H A Dmeson_impl.py269 def set(self, var, val): argument
272 def append(self, var, val): argument
499 def find_library(self, name, required=False): argument
655 def dependency(*names, required=True, version=''): argument
/aosp_15_r20/frameworks/av/media/libmediametrics/include/media/
H A DMediaMetricsItem.h332 static status_t insert(const T& val, char **bufferpptr, char *bufferptrmax) { in insert()
344 status_t insert(const std::string& val, char **bufferpptr, char *bufferptrmax) { in insert()
355 status_t insert(const std::pair<int64_t, int64_t>& val, in insert() argument
372 static status_t insert(const char *val, char **bufferpptr, char *bufferptrmax) { in insert()
489 static status_t extract(T *val, const char **bufferpptr, const char *bufferptrmax) { in extract()
501 status_t extract(std::string *val, const char **bufferpptr, const char *bufferptrmax) { in extract()
516 status_t extract(std::pair<int64_t, int64_t> *val, in extract() argument
633 void reallocFor(size_t required) { in reallocFor()
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/
HDjakarta.xml.bind-api-2.3.2.jarMETA-INF/MANIFEST.MF META-INF/ javax/ javax/xml/ javax/ ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/javax/xml/bind/jaxb-api/2.3.1/
HDjaxb-api-2.3.1.jar ... implements java.security.PrivilegedExceptionAction { final synthetic Class val$implClass void <init> (java.lang ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/javax/xml/bind/jaxb-api/2.2.12-b140109.1041/
HDjaxb-api-2.2.12-b140109.1041.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/ ...
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/mini_table/
Ddecode.c121 uint32_t val = 0; in upb_MiniTable_DecodeBase92Varint() local
276 bool required = field_modifiers & kUpb_EncodedFieldModifier_IsRequired; in upb_MtDecoder_ModifyField() local
830 uint32_t val) { in _upb_MiniTable_AddEnumDataMember()
842 static void upb_MiniTableEnum_BuildValue(upb_MtDecoder* d, uint32_t val) { in upb_MiniTableEnum_BuildValue()
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/sampullara/cli/1.1.2/
HDcli-parser-1.1.2.jar ... .cli.Args$ValueCreator { final synthetic Class val$compatibleType final synthetic String val$methodName void < ...
/aosp_15_r20/external/boringssl/src/crypto/asn1/
H A Dasn1_test.cc597 bssl::UniquePtr<BASIC_CONSTRAINTS> val(BASIC_CONSTRAINTS_new()); in TEST() local
651 bssl::UniquePtr<ASN1_TYPE> val(d2i_ASN1_TYPE(nullptr, &ptr, t.der.size())); in TEST() local
667 bssl::UniquePtr<ASN1_TYPE> val(d2i_ASN1_TYPE(nullptr, &ptr, sizeof(kDER))); in TEST() local
760 bssl::UniquePtr<ASN1_BIT_STRING> val( in TEST() local
791 bssl::UniquePtr<ASN1_BIT_STRING> val( in TEST() local
798 bssl::UniquePtr<ASN1_BIT_STRING> val(ASN1_BIT_STRING_new()); in TEST() local
2024 bssl::UniquePtr<BASIC_CONSTRAINTS> val(BASIC_CONSTRAINTS_new()); in TEST() local
2063 bssl::UniquePtr<BASIC_CONSTRAINTS> val(static_cast<BASIC_CONSTRAINTS *>( in TEST() local
2714 ASN1_BOOLEAN required; member
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/asn1/
H A Dasn1_test.cc597 bssl::UniquePtr<BASIC_CONSTRAINTS> val(BASIC_CONSTRAINTS_new()); in TEST() local
651 bssl::UniquePtr<ASN1_TYPE> val(d2i_ASN1_TYPE(nullptr, &ptr, t.der.size())); in TEST() local
667 bssl::UniquePtr<ASN1_TYPE> val(d2i_ASN1_TYPE(nullptr, &ptr, sizeof(kDER))); in TEST() local
760 bssl::UniquePtr<ASN1_BIT_STRING> val( in TEST() local
791 bssl::UniquePtr<ASN1_BIT_STRING> val( in TEST() local
798 bssl::UniquePtr<ASN1_BIT_STRING> val(ASN1_BIT_STRING_new()); in TEST() local
2024 bssl::UniquePtr<BASIC_CONSTRAINTS> val(BASIC_CONSTRAINTS_new()); in TEST() local
2063 bssl::UniquePtr<BASIC_CONSTRAINTS> val(static_cast<BASIC_CONSTRAINTS *>( in TEST() local
2714 ASN1_BOOLEAN required; member
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_allocator.c224 uint32_t required = MAX2(used, old_size); in anv_state_table_grow() local
538 uint32_t required = MAX2(total_used, old_size); in anv_block_pool_grow() local
2005 uint32_t old, val; in atomic_dec_not_one() local
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/net/sf/jopt-simple/jopt-simple/4.9/
HDjopt-simple-4.9.jar ... i$ Object[] values public joptsimple.ArgumentAcceptingOptionSpec required () public boolean isRequired () private void addDefaultValue ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/net/sf/jopt-simple/jopt-simple/4.9/
HDjopt-simple-4.9.jar ... i$ Object[] values public joptsimple.ArgumentAcceptingOptionSpec required () public boolean isRequired () private void addDefaultValue ...
/aosp_15_r20/external/rust/android-crates-io/crates/yaml-rust/src/
Dscanner.rs123 required: bool, field
657 let mut val = 0u32; in scan_version_directive_number() localVariable
1715 let required = self.flow_level > 0 && self.indent == (self.mark.col as isize); in save_simple_key() localVariable
/aosp_15_r20/external/vboot_reference/cgpt/
H A Dcgpt_common.c62 int check_int_limit(char option, int val, int low, int high) { in check_int_limit()
772 int required) { in SetRequired()

12345678910>>...45