Home
last modified time | relevance | path

Searched +defs:tag +defs:version (Results 1 – 25 of 1364) sorted by relevance

12345678910>>...55

/aosp_15_r20/packages/modules/NeuralNetworks/common/types/src/
DValidation.cpp74 auto version = kVersionFeatureLevel1; in validateVector() local
272 auto version = NN_TRY(validateOperandType(operandPerformance.type)); in validateCapabilitiesOperandPerformance() local
287 auto version = in validateCapabilities() local
331 const auto version = NN_TRY(validateVector(extensions, validateExtension)); in validateExtensions() local
405 const auto version = NN_TRY(validateModelSubgraph( in validateOperandDataLocation() local
635 auto version = NN_TRY(validateOperandType(operand.type)); in validateOperand() local
688 auto version = kVersionFeatureLevel1; in validateOperations() local
848 if (auto version = subgraphVersionCache->at(*referencedIndex)) { in validateModelSubgraph() local
865 const auto version = std::accumulate(operandVersions.begin(), operandVersions.end(), in validateModelSubgraph() local
973 auto version = NN_TRY(validateVector(model.pools, validateSharedMemory)); in validateModel() local
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/include/boost/serialization/
Dshared_ptr.hpp44 struct version< ::boost::shared_ptr< T > > { struct
45 typedef mpl::integral_c_tag tag; typedef
47 typedef typename mpl::int_<1> type;
49 typedef mpl::int_<1> type;
56 typedef mpl::integral_c_tag tag; typedef
203 struct version< ::std::shared_ptr< T > > { struct
204 typedef mpl::integral_c_tag tag; typedef
205 typedef mpl::int_<1> type;
211 typedef mpl::integral_c_tag tag; typedef
Dversion.hpp36 struct version struct
39 struct traits_class_version {
43 typedef mpl::integral_c_tag tag; typedef
51 >::type type;
/aosp_15_r20/prebuilts/tools/common/api-generator/
HDapi-generator-26.0.0.jar ... .String, int, boolean) String name int version boolean deprecated public void addField (java.lang. ...
HDapi-generator-26.3.0.jar ... .String, int, boolean) String name int version boolean deprecated com.android.apigenerator.ApiClass classElement ...
/aosp_15_r20/external/fonttools/Lib/fontTools/ttLib/tables/
H A DS__i_l_f.py254 def writecode(tag, writer, instrs): argument
307 def writesimple(tag, self, writer, *attrkeys): argument
348 def __init__(self, tag=None): argument
436 def decompile(self, data, ttFont, version=2.0): argument
503 def compile(self, ttFont, version=2.0): argument
549 def toXML(self, writer, ttFont, version=2.0): argument
602 def fromXML(self, name, attrs, content, ttFont, version=2.0): argument
668 def decompile(self, data, ttFont, version=2.0): argument
693 def compile(self, ttFont, version=2.0): argument
720 def toXML(self, writer, ttFont, version=2.0): argument
[all …]
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
H A Dcrypto_handshake_message.cc81 QuicTag tag, ParsedQuicVersionVector versions) { in SetVersionVector()
83 for (const ParsedQuicVersion& version : versions) { in SetVersionVector() local
90 void CryptoHandshakeMessage::SetVersion(QuicTag tag, in SetVersion()
91 ParsedQuicVersion version) { in SetVersion()
96 void CryptoHandshakeMessage::SetStringPiece(QuicTag tag, in SetStringPiece()
101 void CryptoHandshakeMessage::Erase(QuicTag tag) { tag_value_map_.erase(tag); } in Erase()
104 QuicTag tag, QuicTagVector* out_tags) const { in GetTaglist()
128 QuicTag tag, QuicVersionLabelVector* out) const { in GetVersionLabelList()
142 QuicTag tag, QuicVersionLabel* out) const { in GetVersionLabel()
152 bool CryptoHandshakeMessage::GetStringPiece(QuicTag tag, in GetStringPiece()
[all …]
/aosp_15_r20/packages/modules/Connectivity/framework-t/src/android/net/
DNetworkStatsCollection.java262 int uid, int set, int tag, int fields, long start, long end, in getHistory()
435 public void recordData(NetworkIdentitySet ident, int uid, int set, int tag, long start, in recordData()
477 NetworkIdentitySet ident, int uid, int set, int tag) { in findOrCreateHistory()
514 final int version = in.readInt(); in read() local
526 final int tag = in.readInt(); in read() local
600 final int version = in.readInt(); in readLegacyNetwork() local
646 final int version = in.readInt(); in readLegacyUid() local
674 final int tag = in.readInt(); in readLegacyUid() local
778 public void dumpDebug(ProtoOutputStream proto, long tag) { in dumpDebug()
1053 public final int tag; field in NetworkStatsCollection.Key
[all …]
/aosp_15_r20/external/turbine/java/com/google/turbine/bytecode/
H A DClassFile.java587 private final int tag; field in ClassFile.TypeAnnotationInfo.TargetType
589 TargetType(int tag) { in TargetType()
593 public int tag() { in tag() method in ClassFile.TypeAnnotationInfo.TargetType
759 final int tag; field in ClassFile.TypeAnnotationInfo.TypePath.Kind
761 Kind(int tag) { in Kind()
787 public byte tag() { in tag() method in ClassFile.TypeAnnotationInfo.TypePath
806 private final @Nullable String version; field in ClassFile.ModuleInfo
817 @Nullable String version, in ModuleInfo()
841 public @Nullable String version() { in version() method in ClassFile.ModuleInfo
870 private final @Nullable String version; field in ClassFile.ModuleInfo.RequireInfo
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/mockall_derive/
DCargo.toml15 version = "0.12.1" qkey
33 tag = false qkey
39 version = "1.0" qkey
42 version = "1.0.60" qkey
45 version = "1.0" qkey
48 version = "2.0.9" qkey
55 version = "1.3" qkey
/aosp_15_r20/frameworks/base/core/java/android/net/netstats/
H A DNetworkStatsDataMigrationUtils.java277 final int version = in.readInt(); in readPlatformCollection() local
289 final int tag = in.readInt(); in readPlatformCollection() local
372 final int version = in.readInt(); in readPlatformHistory() local
420 final int version = in.readInt(); in readPlatformNetworkIdentitySet() local
544 final int version = in.readInt(); in readLegacyUid() local
571 final int tag = in.readInt(); in readLegacyUid() local
/aosp_15_r20/external/icu/icu4j/tools/build/src/main/java/com/ibm/icu/dev/tool/docs/
H A DGatherAPIDataOld.java81 boolean version; field in GatherAPIDataOld
275 String[] version = new String[1]; in createInfo() local
373 private int tagStatus(final Doc doc, String[] version) { in tagStatus()
403 Tag tag = tags[i]; in tagStatus() local
457 private String getStatusVersion(Tag tag) { in getStatusVersion()
H A DGatherAPIData.java82 boolean version; field in GatherAPIData
351 String[] version = new String[1]; in createInfo() local
477 private int tagStatus(final ProgramElementDoc doc, String[] version) { in tagStatus()
541 Tag tag = tags[i]; in tagStatus() local
595 private String getStatusVersion(Tag tag) { in getStatusVersion()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/25/libcore/ojluni/src/main/java/java/util/zip/
DZipOutputStream.java85 private static int version(ZipEntry e) throws ZipException { in version() method in ZipOutputStream
529 private int versionMadeBy(ZipEntry e, int version) { in versionMadeBy()
541 int version = version(e); in writeCEN() local
741 int tag = get16(extra, off); in getExtraLen() local
765 int tag = get16(extra, off); in writeExtra() local
/aosp_15_r20/external/libese/ready_se/google/keymint/KM300/Applet/src/com/android/javacard/keymaster/
H A DKMAsn1Parser.java203 public short decodeRsaPrivateKey(short version) { in decodeRsaPrivateKey()
271 public void decodeCommon(short version, byte[] alg) { in decodeCommon()
296 public short decodeEcPrivateKey(short version) { in decodeEcPrivateKey()
381 short tag = getByte(); in validateAttributeTypeAndValue() local
404 private short header(short tag) { in header()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/zip/
DZipOutputStream.java85 private static int version(ZipEntry e) throws ZipException { in version() method in ZipOutputStream
529 private int versionMadeBy(ZipEntry e, int version) { in versionMadeBy()
541 int version = version(e); in writeCEN() local
741 int tag = get16(extra, off); in getExtraLen() local
765 int tag = get16(extra, off); in writeExtra() local
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/zip/
H A DZipOutputStream.java85 private static int version(ZipEntry e) throws ZipException { in version() method in ZipOutputStream
529 private int versionMadeBy(ZipEntry e, int version) { in versionMadeBy()
541 int version = version(e); in writeCEN() local
741 int tag = get16(extra, off); in getExtraLen() local
765 int tag = get16(extra, off); in writeExtra() local
/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/Applet/src/com/android/javacard/keymaster/
H A DKMAsn1Parser.java203 public short decodeRsaPrivateKey(short version) { in decodeRsaPrivateKey()
271 public void decodeCommon(short version, byte[] alg) { in decodeCommon()
296 public short decodeEcPrivateKey(short version) { in decodeEcPrivateKey()
382 short tag = getByte(); in validateAttributeTypeAndValue() local
405 private short header(short tag) { in header()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Profiling/framework/framework-profiling.impl/android_common_apex35/combined/
Dframework-profiling.jar ... RemoteException String resultFile long keyMostSigBits long keyLeastSigBits int status String tag String error public void generateFile (java.lang. ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Profiling/framework/framework-profiling.impl/android_common_apex35/jarjar/
Dframework-profiling.jar ... boolean isAtLeast (java.lang.String) String version public static boolean isAtMost (java.lang.String ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Profiling/framework/framework-profiling.impl/android_common_apex35/package-check/
Dframework-profiling.jar ... boolean isAtLeast (java.lang.String) String version public static boolean isAtMost (java.lang.String ...
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/framework-profiling.com.android.profiling_intermediates/
Dclasses.jar ... boolean isAtLeast (java.lang.String) String version public static boolean isAtMost (java.lang.String ...
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/emitter/
H A DEventConstructor.java61 String tag = (String) mapping.get("tag"); in construct() local
76 String tag = (String) mapping.get("tag"); in construct() local
84 String tag = (String) mapping.get("tag"); in construct() local
96 Version version = null; in construct() local
/aosp_15_r20/external/mesa3d/src/loader/
H A Dloader.c111 drmVersionPtr version = drmGetVersion(fd); in loader_get_kernel_driver_name() local
191 drmVersionPtr version; in loader_open_render_node_platform_device() local
319 char *tag = NULL; in drm_construct_id_path_tag() local
362 char *tag = drm_construct_id_path_tag(device); in drm_device_matches_tag() local
377 char *tag; in drm_get_id_path_tag_for_fd() local
455 char *tag = drm_construct_id_path_tag(devices[i]); in loader_get_user_preferred_fd() local
/aosp_15_r20/external/mbedtls/scripts/
H A Dabi_check.py157 def _get_clean_worktree_for_git_revision(self, version): argument
195 def _update_git_submodules(self, git_worktree_path, version): argument
228 def _build_shared_libraries(self, git_worktree_path, version): argument
249 def _pretty_revision(version): argument
255 def _get_abi_dumps_from_shared_libraries(self, version): argument
334 def _get_storage_format_tests(self, version, git_worktree_path): argument
375 def _get_abi_dump_for_ref(self, version): argument
386 def _remove_children_with_tag(self, parent, tag): argument
616 version="old", unknown
627 version="new", unknown

12345678910>>...55