/aosp_15_r20/external/rust/android-crates-io/crates/clap_derive/src/ |
D | item.rs | 567 let val = if let Some(expr) = &attr.value { in push_attrs() localVariable 573 let val = if attrs in push_attrs() localVariable 580 let val: #ty = #val; in push_attrs() localVariable 590 let val: #ty = #val; in push_attrs() localVariable 631 let val = if attrs in push_attrs() localVariable 695 let val = if let Some(expr) = &attr.value { in push_attrs() localVariable 701 let val = if attrs in push_attrs() localVariable 708 let val: #ty = #val; in push_attrs() localVariable 718 let val: #ty = #val; in push_attrs() localVariable 759 let val = if attrs in push_attrs() localVariable [all …]
|
/aosp_15_r20/frameworks/base/core/java/android/service/notification/ |
H A D | ZenModeConfig.java | 356 public int version; field in ZenModeConfig 1127 public void writeXml(TypedXmlSerializer out, Integer version, boolean forBackup, in writeXml() 1486 private static void writeZenPolicyState(String attr, int val, TypedXmlSerializer out) in writeZenPolicyState() 1583 public static boolean isValidHour(int val) { in isValidHour() 1587 public static boolean isValidMinute(int val) { in isValidMinute() 1607 private static boolean safeBoolean(String val, boolean defValue) { in safeBoolean() 1617 final String val = parser.getAttributeValue(null, att); in safeComponentName() local 1623 final String val = parser.getAttributeValue(null, att); in safeUri() local 1629 final String val = parser.getAttributeValue(null, att); in safeLong() local
|
/aosp_15_r20/external/deqp/framework/opengl/ |
H A D | gluShaderLibrary.cpp | 1345 void ShaderParser::parseGLSLVersion(glu::GLSLVersion &version) in parseGLSLVersion() 1473 GLSLVersion version = DEFAULT_GLSL_VERSION; in parseShaderCase() local 1780 static void dumpValue(tcu::TestLog &log, const Value &val, const char *storageName, int arrayNdx) in dumpValue() 1910 const Value &val = valueBlock.outputs[valueNdx]; in genCompareFunctions() local
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/app/procstats/ |
H A D | ProcessStats.java | 754 int val = 0; in splitAndParseNumbers() local 781 long val = array[i]; in writeCompactedLongArray() local 797 private void readCompactedLongArray(Parcel in, int version, long[] array, int num) { in readCompactedLongArray() 808 int val = in.readInt(); in readCompactedLongArray() local 834 String readCommonString(Parcel in, int version) { in readCommonString() 1025 private boolean readCheckedInt(Parcel in, int val, String what) { in readCheckedInt() 1085 int version = in.readInt(); in readFromParcel() local
|
/aosp_15_r20/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/ |
H A D | JobStore.java | 1228 private static String intern(@Nullable String val) { in intern() 1252 final int version = parser.getAttributeInt(null, "version"); in readJobMapImpl() local 1305 String val; in restoreJobFromXml() local 1393 String val = parser.getAttributeValue(null, "period"); in restoreJobFromXml() local 1558 String val; in buildConstraintsFromXml() local 1676 String val = parser.getAttributeValue(null, "initial-backoff"); in maybeBuildBackoffPolicyFromXml() local
|
/aosp_15_r20/external/libcups/cups/ |
H A D | snmp.c | 298 int val; /* Socket option value */ in _cupsSNMPOpen() local 550 int version, /* I - SNMP version */ in _cupsSNMPWalk() 641 int version, /* I - SNMP version */ in _cupsSNMPWrite()
|
/aosp_15_r20/external/webp/examples/ |
H A D | cwebp.c | 376 static int WriteLE(FILE* const out, uint32_t val, int num) { in WriteLE() 386 static int WriteLE24(FILE* const out, uint32_t val) { in WriteLE24() 390 static int WriteLE32(FILE* const out, uint32_t val) { in WriteLE32() 838 const int version = WebPGetEncoderVersion(); in main() local
|
/aosp_15_r20/external/arm-trusted-firmware/include/drivers/nxp/dcfg/ |
H A D | dcfg.h | 31 uint32_t val; member 53 uint32_t version; /* SoC version without major and minor info */ member
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/drivers/nxp/dcfg/ |
D | dcfg.h | 31 uint32_t val; member 53 uint32_t version; /* SoC version without major and minor info */ member
|
/aosp_15_r20/frameworks/av/media/module/codecs/mp3dec/src/ |
H A D | pvmp3_framedecoder.cpp | 184 unsigned version = (header >> 19) & 3; in parseHeader() local 759 uint32 val) /* val to write into the buffer */ in fillDataBuf()
|
/aosp_15_r20/external/autotest/server/ |
H A D | frontend.py | 240 def set_version(self, board, version): argument 270 def _version_is_valid(self, version): argument 286 def format_cros_image_name(board, version): argument 312 def _version_is_valid(self, version): argument 364 def set_version(self, board, version): argument 534 def set_host_attribute(self, attr, val, **dargs): argument
|
/aosp_15_r20/external/libxml2/ |
H A D | parser.c | 310 const char *msg, int val) in xmlFatalErrMsgInt() 329 const char *msg, const xmlChar *str1, int val, in xmlFatalErrMsgStrIntStr() 347 const char *msg, const xmlChar * val) in xmlFatalErrMsgStr() 364 const char *msg, const xmlChar * val) in xmlErrMsgStr() 413 xmlSaturatedAdd(unsigned long *dst, unsigned long val) { in xmlSaturatedAdd() 421 xmlSaturatedAddSizeT(unsigned long *dst, unsigned long val) { in xmlSaturatedAddSizeT() 2226 static int spacePush(xmlParserCtxtPtr ctxt, int val) { in spacePush() 2293 #define NXT(val) ctxt->input->cur[(val)] argument 2315 #define SKIP(val) do { \ argument 2321 #define SKIPL(val) do { \ argument [all …]
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | parser.c | 309 const char *msg, int val) in xmlFatalErrMsgInt() 328 const char *msg, const xmlChar *str1, int val, in xmlFatalErrMsgStrIntStr() 346 const char *msg, const xmlChar * val) in xmlFatalErrMsgStr() 363 const char *msg, const xmlChar * val) in xmlErrMsgStr() 412 xmlSaturatedAdd(unsigned long *dst, unsigned long val) { in xmlSaturatedAdd() 420 xmlSaturatedAddSizeT(unsigned long *dst, unsigned long val) { in xmlSaturatedAddSizeT() 2201 static int spacePush(xmlParserCtxtPtr ctxt, int val) { in spacePush() 2270 #define NXT(val) ctxt->input->cur[(val)] argument 2292 #define SKIP(val) do { \ argument 2298 #define SKIPL(val) do { \ argument [all …]
|
/aosp_15_r20/external/crosvm/devices/src/virtio/input/ |
H A D | evdev.rs | 52 version: u16, field 252 let val: u32 = 1; in grab_evdev() localVariable
|
/aosp_15_r20/external/scapy/scapy/ |
H A D | config.py | 57 def __set__(self, obj, val): argument 289 def __set__(self,obj,val): argument 337 def _prompt_changer(attr, val): argument 380 version = VERSION variable in Conf
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/security/x509/ |
H A D | X509CRLImpl.java | 101 private int version; field in X509CRLImpl 159 public X509CRLImpl(DerValue val) throws CRLException { in X509CRLImpl() 1062 private void parse(DerValue val) throws CRLException, IOException { in parse()
|
/aosp_15_r20/external/deqp/modules/egl/ |
H A D | teglCreateContextExtTests.cpp | 490 const int val = (*iter) - '0'; in checkVersionString() local 523 const int val = (*iter) - '0'; in checkVersionString() local 743 const string version = (const char *)gl.getString(GL_VERSION); in validateCurrentContext() local
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-ot-cff2-table.hh | 162 dict_val_t val; in process_op() local 276 num_dict_val_t val; in process_op() local 546 FixedVersion<HBUINT8> version; /* Version of CFF2 table. set to 0x0200u */ member
|
/aosp_15_r20/external/bcc/src/cc/ |
H A D | bcc_proc.c | 338 char version[3]; member 364 const char *val = ldstrings + ldcache->entries[i].value; in read_cache1() local 387 const char *val = ld_map + ldcache->entries[i].value; in read_cache2() local
|
/aosp_15_r20/external/boringssl/src/crypto/x509/ |
H A D | internal.h | 145 ASN1_INTEGER *version; // [ 0 ] default of v1 member 189 ASN1_INTEGER *version; member 224 ASN1_INTEGER *version; member 557 #define X509V3_conf_err(val) \ argument
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
H A D | ElemLiteralResult.java | 170 String val = avt.getSimpleString(); in setXmlSpace() local 974 public boolean isSupported(String feature, String version) in isSupported() 1101 public Object getFeature(String feature, String version) { in getFeature()
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
H A D | quic_framer.cc | 189 const ParsedQuicVersion& version) { in LongHeaderTypeToOnWireValue() 208 const ParsedQuicVersion& version) { in GetLongHeaderType() 314 ParsedQuicVersion version) { in IsValidFullPacketNumber() 433 size_t QuicFramer::GetMinStreamFrameSize(QuicTransportVersion version, in GetMinStreamFrameSize() 467 QuicTransportVersion version, const QuicAckFrame& ack_frame, in GetMinAckFrameSize() 509 size_t QuicFramer::GetRstStreamFrameSize(QuicTransportVersion version, in GetRstStreamFrameSize() 523 QuicTransportVersion version, const QuicConnectionCloseFrame& frame) { in GetConnectionCloseFrameSize() 558 QuicTransportVersion version, const QuicWindowUpdateFrame& frame) { in GetWindowUpdateFrameSize() 573 size_t QuicFramer::GetMaxStreamsFrameSize(QuicTransportVersion version, in GetMaxStreamsFrameSize() 587 QuicTransportVersion version, const QuicStreamsBlockedFrame& frame) { in GetStreamsBlockedFrameSize() [all …]
|
/aosp_15_r20/out/soong/ndk/sysroot/usr/include/linux/netfilter/ |
D | nfnetlink_osf.h | 26 __u32 val; member 45 char version[MAXGENRELEN]; member
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/bionic/libc/kernel/uapi/linux/netfilter/ |
D | nfnetlink_osf.h | 38 __u32 val; member 57 char version[MAXGENRELEN]; member
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/bionic/libc/kernel/uapi/linux/netfilter/ |
D | nfnetlink_osf.h | 38 __u32 val; member 57 char version[MAXGENRELEN]; member
|