Home
last modified time | relevance | path

Searched defs:bag (Results 1 – 25 of 52) sorted by relevance

123

/external/oj-libjdwp/src/share/back/
Dbag.c31 struct bag { struct
32 void *items; /* hold items in bag, must align on itemSize */ argument
33 int used; /* number of items in bag */ argument
38 struct bag * argument
/external/gson/gson/src/test/java/com/google/gson/functional/
DJsonTreeTest.java30 BagOfPrimitives bag = new BagOfPrimitives(10L, 5, false, "foo"); in testToJsonTree() local
43 SubTypeOfBagOfPrimitives bag = new SubTypeOfBagOfPrimitives(10L, 5, false, "foo", 1.4F); in testToJsonTreeObjectType() local
56 SubTypeOfBagOfPrimitives bag = new SubTypeOfBagOfPrimitives(10L, 5, false, "foo", 1.4F); in testJsonTreeToString() local
64 BagOfPrimitives bag = new BagOfPrimitives(10L, 5, false, null); in testJsonTreeNull() local
DUncategorizedTest.java76 BagOfPrimitives bag = new BagOfPrimitives(); in testGsonInstanceReusableForSerializationAndDeserialization() local
DParameterizedTypesTest.java68 BagOfPrimitives bag = new BagOfPrimitives(); in testParameterizedTypeDeserialization() local
156 BagOfPrimitives bag = new BagOfPrimitives(); in testParameterizedTypeWithReaderDeserialization() local
DObjectTest.java409 BagOfPrimitives bag = gson.fromJson(json, BagOfPrimitives.class); in testObjectFieldNamesWithoutQuotesDeserialization() local
417 BagOfPrimitives bag = gson.fromJson(json, BagOfPrimitives.class); in testStringFieldWithNumberValueDeserialization() local
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dpollset_set_windows.cc40 static void pollset_set_add_pollset_set(grpc_pollset_set* bag, in pollset_set_add_pollset_set()
43 static void pollset_set_del_pollset_set(grpc_pollset_set* bag, in pollset_set_del_pollset_set()
Dpollset_set.cc47 void grpc_pollset_set_add_pollset_set(grpc_pollset_set* bag, in grpc_pollset_set_add_pollset_set()
52 void grpc_pollset_set_del_pollset_set(grpc_pollset_set* bag, in grpc_pollset_set_del_pollset_set()
Dev_apple.cc349 void pollset_set_add_pollset_set(grpc_pollset_set* bag, in pollset_set_add_pollset_set()
351 void pollset_set_del_pollset_set(grpc_pollset_set* bag, in pollset_set_del_pollset_set()
Dev_posix.cc376 static void pollset_set_add_pollset_set(grpc_pollset_set* bag, in pollset_set_add_pollset_set()
382 static void pollset_set_del_pollset_set(grpc_pollset_set* bag, in pollset_set_del_pollset_set()
/external/grpc-grpc/src/core/lib/iomgr/
Dpollset_set_windows.cc40 static void pollset_set_add_pollset_set(grpc_pollset_set* bag, in pollset_set_add_pollset_set()
43 static void pollset_set_del_pollset_set(grpc_pollset_set* bag, in pollset_set_del_pollset_set()
Dpollset_set.cc47 void grpc_pollset_set_add_pollset_set(grpc_pollset_set* bag, in grpc_pollset_set_add_pollset_set()
52 void grpc_pollset_set_del_pollset_set(grpc_pollset_set* bag, in grpc_pollset_set_del_pollset_set()
Dpollset_set_custom.cc37 void pollset_set_add_pollset_set(grpc_pollset_set* bag, in pollset_set_add_pollset_set()
40 void pollset_set_del_pollset_set(grpc_pollset_set* bag, in pollset_set_del_pollset_set()
Dev_posix.cc370 static void pollset_set_add_pollset_set(grpc_pollset_set* bag, in pollset_set_add_pollset_set()
376 static void pollset_set_del_pollset_set(grpc_pollset_set* bag, in pollset_set_del_pollset_set()
/external/gson/metrics/src/main/java/com/google/gson/metrics/
DBagOfPrimitivesDeserializationBenchmark.java44 BagOfPrimitives bag = new BagOfPrimitives(10L, 1, false, "foo"); in setUp() local
98 BagOfPrimitives bag = new BagOfPrimitives(); in timeBagOfPrimitivesReflectionStreaming() local
DSerializationBenchmark.java33 private BagOfPrimitives bag; field in SerializationBenchmark
DCollectionsDeserializationBenchmark.java113 BagOfPrimitives bag = new BagOfPrimitives(); in timeCollectionsReflectionStreaming() local
/external/rust/crates/crossbeam-epoch/src/
Dinternal.rs185 let bag = mem::replace(bag, Bag::new()); in push_bag() localVariable
285 pub(crate) bag: UnsafeCell<Bag>, field
362 let bag = self.bag.with_mut(|b| &mut *b); in defer() localVariable
371 let bag = self.bag.with_mut(|b| unsafe { &mut *b }); in flush() localVariable
582 let mut bag = Bag::new(); in check_bag() localVariable
/external/gson/gson/src/test/java/com/google/gson/common/
DTestTypes.java297 private final BagOfPrimitives bag; field in TestTypes.ClassWithCustomTypeConverter
308 public ClassWithCustomTypeConverter(BagOfPrimitives bag, int value) { in ClassWithCustomTypeConverter()
382 public final BagOfPrimitives bag; field in TestTypes.ClassWithObjects
386 public ClassWithObjects(BagOfPrimitives bag) { in ClassWithObjects()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/merge/
DCollectionMergeTest.java17 public Collection<String> bag = new TreeSet<String>(); field in CollectionMergeTest.CollectionWrapper
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscAssetManager9.java865 ResolvedBag bag = assetmanager.GetBag(resid); in nativeGetResourceBagValue() local
901 ResolvedBag bag = assetmanager.GetBag(resid); in nativeGetStyleAttributes() local
925 ResolvedBag bag = assetmanager.GetBag(resid); in nativeGetResourceStringArray() local
985 ResolvedBag bag = assetmanager.GetBag(resid); in nativeGetResourceStringArrayInfo() local
1029 ResolvedBag bag = assetmanager.GetBag(resid); in nativeGetResourceIntArray() local
1069 ResolvedBag bag = assetmanager.GetBag(resid); in nativeGetResourceArraySize() local
1082 ResolvedBag bag = assetmanager.GetBag(resid); in nativeGetResourceArray() local
DShadowArscAssetManager10.java869 ResolvedBag bag = assetmanager.GetBag(resid); in nativeGetResourceBagValue() local
905 ResolvedBag bag = assetmanager.GetBag(resid); in nativeGetStyleAttributes() local
929 ResolvedBag bag = assetmanager.GetBag(resid); in nativeGetResourceStringArray() local
989 ResolvedBag bag = assetmanager.GetBag(resid); in nativeGetResourceStringArrayInfo() local
1033 ResolvedBag bag = assetmanager.GetBag(resid); in nativeGetResourceIntArray() local
1073 ResolvedBag bag = assetmanager.GetBag(resid); in nativeGetResourceArraySize() local
1086 ResolvedBag bag = assetmanager.GetBag(resid); in nativeGetResourceArray() local
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscAssetManager10.java919 ResolvedBag bag = assetmanager.GetBag(resid); in nativeGetResourceBagValue() local
956 ResolvedBag bag = assetmanager.GetBag(resid); in nativeGetStyleAttributes() local
979 ResolvedBag bag = assetmanager.GetBag(resid); in nativeGetResourceStringArray() local
1037 ResolvedBag bag = assetmanager.GetBag(resid); in nativeGetResourceStringArrayInfo() local
1082 ResolvedBag bag = assetmanager.GetBag(resid); in nativeGetResourceIntArray() local
1124 ResolvedBag bag = assetmanager.GetBag(resid); in nativeGetResourceArraySize() local
1137 ResolvedBag bag = assetmanager.GetBag(resid); in nativeGetResourceArray() local
DShadowArscAssetManager9.java907 ResolvedBag bag = assetmanager.GetBag(resid); in nativeGetResourceBagValue() local
944 ResolvedBag bag = assetmanager.GetBag(resid); in nativeGetStyleAttributes() local
967 ResolvedBag bag = assetmanager.GetBag(resid); in nativeGetResourceStringArray() local
1026 ResolvedBag bag = assetmanager.GetBag(resid); in nativeGetResourceStringArrayInfo() local
1071 ResolvedBag bag = assetmanager.GetBag(resid); in nativeGetResourceIntArray() local
1113 ResolvedBag bag = assetmanager.GetBag(resid); in nativeGetResourceArraySize() local
1126 ResolvedBag bag = assetmanager.GetBag(resid); in nativeGetResourceArray() local
/external/jemalloc_new/test/unit/
Dph.c177 uint64_t bag[NNODES]; in TEST_BEGIN() local
/external/boringssl/src/crypto/pkcs8/
Dpkcs8_x509.c948 static int add_bag_attributes(CBB *bag, const char *name, size_t name_len, in add_bag_attributes()
996 CBB bag, bag_oid, bag_contents, cert_bag, cert_type, wrapped_cert, cert_value; in add_cert_bag() local
1258 CBB content_info, oid, wrapper, data, safe_contents, bag, bag_oid, in PKCS12_create() local

123