Home
last modified time | relevance | path

Searched defs:struct (Results 1 – 25 of 239) sorted by relevance

12345678910

/aosp_15_r20/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/
H A DSerializationTest.java31 private static void assertThrowsSerializationException(Struct struct) { in assertThrowsSerializationException()
47 Struct2 struct = new Struct2(); in testHandle() local
62 Struct3 struct = new Struct3(); in testStructPointer() local
78 Struct4 struct = new Struct4(); in testStructArray() local
98 Struct5 struct = new Struct5(); in testFixedSizeArray() local
120 Struct6 struct = new Struct6(); in testString() local
136 StructOfNullables struct = new StructOfNullables(); in testNullableFields() local
168 StructOfNullables struct = new StructOfNullables(); in testByteBufferSerializationWithHandles() local
H A DBindingsVersioningTest.java45 MultiVersionStruct struct = new MultiVersionStruct(); in newStruct() local
157 MultiVersionStruct struct = newStruct(); in testNewToOld() local
/aosp_15_r20/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/
H A DXdsClientImplDataTest.java200 StructOrError<Route> struct = XdsRouteConfigureResource.parseRoute( in parseRoute_withRouteAction() local
223 StructOrError<Route> struct = XdsRouteConfigureResource.parseRoute( in parseRoute_withNonForwardingAction() local
325 StructOrError<RouteMatch> struct = XdsRouteConfigureResource.parseRouteMatch(proto); in parseRouteMatch_withHeaderMatcher() local
349 StructOrError<RouteMatch> struct = XdsRouteConfigureResource.parseRouteMatch(proto); in parseRouteMatch_withRuntimeFractionMatcher() local
364 StructOrError<PathMatcher> struct = XdsRouteConfigureResource.parsePathMatcher(proto); in parsePathMatcher_withFullPath() local
374 StructOrError<PathMatcher> struct = XdsRouteConfigureResource.parsePathMatcher(proto); in parsePathMatcher_withPrefix() local
386 StructOrError<PathMatcher> struct = XdsRouteConfigureResource.parsePathMatcher(proto); in parsePathMatcher_withSafeRegEx() local
481 StructOrError<HeaderMatcher> struct = XdsRouteConfigureResource.parseHeaderMatcher(proto); in parseHeaderMatcher_malformedRegExPattern() local
501 StructOrError<HeaderMatcher> struct = XdsRouteConfigureResource.parseHeaderMatcher(proto); in parseHeaderMatcher_withStringMatcher() local
514 StructOrError<RouteAction> struct = in parseRouteAction_withCluster() local
[all …]
/aosp_15_r20/external/emboss/doc/
H A Dlanguage-reference.md356 #### `$next`
398 #### Parameters
443 #### Virtual "Fields"
553 #### Subtypes
568 #### Conditional fields
592 #### Inline `struct`
622 #### Using `struct` to define a C-like `union`
636 #### Automatically-Generated Fields
/aosp_15_r20/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/netlink/
DStructNlMsgHdrTest.java56 final StructNlMsgHdr struct = new StructNlMsgHdr(); in makeStructNlMsgHdr() local
77 StructNlMsgHdr struct = makeStructNlMsgHdr(NetlinkConstants.RTM_NEWADDR); in testToString() local
96 StructNlMsgHdr struct = makeStructNlMsgHdr(NetlinkConstants.RTM_NEWADDR); in testToStringWithNetlinkFamily() local
116 StructNlMsgHdr struct = makeStructNlMsgHdr(NetlinkConstants.RTM_GETROUTE, flags); in testToString_flags_dumpRequest() local
131 StructNlMsgHdr struct = makeStructNlMsgHdr(NetlinkConstants.RTM_GETROUTE, flags); in testToString_flags_root() local
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dissue24419.go32 func compare(c chan struct{}) {
37 func equal(c chan struct{}) {
42 func indexByte(c chan struct{}) {
47 func indexByteString(c chan struct{}) {
Dissue23837.go10 func f(p, q *struct{}) bool {
25 func h(p, q func() struct{}) bool {
29 func fi(p, q *struct{}) bool {
37 func hi(p, q func() struct{}) bool {
/aosp_15_r20/external/pigweed/pw_sys_io_baremetal_stm32f429/
H A Dsys_io_baremetal.cc36 PW_PACKED(struct) RccBlock { in PW_PACKED() argument
50 PW_PACKED(struct) GpioBlock { in PW_PACKED() argument
99 PW_PACKED(struct) UsartBlock { in PW_PACKED() argument
/aosp_15_r20/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/
H A DXdsResourceType.java249 static <T> StructOrError<T> fromStruct(T struct) { in fromStruct()
261 private final T struct; field in XdsResourceType.StructOrError
263 private StructOrError(T struct) { in StructOrError()
/aosp_15_r20/external/emboss/compiler/front_end/
H A Dattribute_checker.py153 def _fixed_size_of_struct_or_bits(struct, unit_size): argument
175 def _verify_size_attributes_on_structure(struct, type_definition, argument
197 def _add_missing_size_attributes_on_structure(struct, type_definition): argument
/aosp_15_r20/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/netlink/xfrm/
DStructXfrmLifetimeCfgTest.java48 final StructXfrmLifetimeCfg struct = new StructXfrmLifetimeCfg(); in testEncode() local
61 final StructXfrmLifetimeCfg struct = in testDecode() local
DStructXfrmLifetimeCurTest.java54 final StructXfrmLifetimeCur struct = in testEncode() local
69 final StructXfrmLifetimeCur struct = in testDecode() local
DStructXfrmSelectorTest.java50 final StructXfrmSelector struct = new StructXfrmSelector(FAMILY); in testEncode() local
63 final StructXfrmSelector struct = in testDecode() local
DStructXfrmIdTest.java51 final StructXfrmId struct = new StructXfrmId(DEST_ADDRESS, SPI, PROTO); in testEncode() local
64 final StructXfrmId struct = StructXfrmId.parse(StructXfrmId.class, buffer); in testDecode() local
DStructXfrmUsersaIdTest.java53 final StructXfrmUsersaId struct = new StructXfrmUsersaId(DEST_ADDRESS, SPI, FAMILY, PROTO); in testEncode() local
67 final StructXfrmUsersaId struct = in testDecode() local
DStructXfrmReplayStateEsnTest.java80 final StructXfrmReplayStateEsn struct = in testEncode() local
95 final StructXfrmReplayStateEsn struct = StructXfrmReplayStateEsn.parse(buffer); in testDecode() local
DStructXfrmUsersaInfoTest.java88 final StructXfrmUsersaInfo struct = in testEncode() local
114 final StructXfrmUsersaInfo struct = in testDecode() local
/aosp_15_r20/external/pigweed/pw_blob_store/public/pw_blob_store/internal/
H A Dmetadata_format.h31 PW_PACKED(struct) BlobMetadataV1 { in PW_PACKED() argument
45 PW_PACKED(struct) BlobMetadataHeaderV2 { in PW_PACKED() argument
/aosp_15_r20/external/bazelbuild-rules_go/go/tools/internal/stdlib_tags/
H A Dstdlib_tags.go81 func walkFile(path string, tags map[string]struct{}) error {
108 func walkConstraint(c constraint.Expr, tags map[string]struct{}) {
/aosp_15_r20/art/test/924-threads/src/art/
H A DTest924.java478 public long struct; field in Test924.NativeWaiter
498 private static native void nativeWaiterStructWaitForNative(long struct); in nativeWaiterStructWaitForNative()
499 private static native void nativeWaiterStructFinish(long struct); in nativeWaiterStructFinish()
/aosp_15_r20/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/events/
H A DWorkqueueEvent.kt21 class WorkqueueExecuteStartEvent(val struct: String, val function: String) : FtraceEventDetails { in <lambda>() constant in trebuchet.importers.ftrace.events.WorkqueueExecuteStartEvent
30 class WorkqueueExecuteEndEvent(val struct: String) : FtraceEventDetails { constant in trebuchet.importers.ftrace.events.WorkqueueExecuteEndEvent
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/engine/
H A Dcompile_utils.py42 def _conform_to_outputs(self, outputs, struct): argument
615 def map_to_output_names(y_pred, output_names, struct): argument
662 def map_missing_dict_keys(y_pred, struct): argument
/aosp_15_r20/external/python/cpython2/Tools/framer/
Dexample.py42 struct = """\ variable in cStringIO.InputType
103 struct = """\ variable in cStringIO.OutputType
/aosp_15_r20/external/bazelbuild-rules_go/go/tools/builders/
H A Dpack.go86 func extractFiles(archive, dir string, names map[string]struct{}) (files []string, err error) {
268 func simpleName(name string, names map[string]struct{}) (string, error) {
/aosp_15_r20/external/mesa3d/src/vulkan/util/
H A Dvk_cmd_queue_gen.py477 def get_array_member_copy(struct, src_name, member): argument
487 def get_pnext_member_copy(struct, src_type, member, types, level): argument

12345678910