Home
last modified time | relevance | path

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

12

/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/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()
Dev_epollsig_linux.cc1392 static void add_poll_object(poll_obj* bag, poll_obj_type bag_type,
1584 static void pollset_set_add_pollset_set(grpc_pollset_set* bag,
1590 static void pollset_set_del_pollset_set(grpc_pollset_set* bag,
Dev_epoll1_linux.cc1227 static void pollset_set_add_pollset_set(grpc_pollset_set* bag, in pollset_set_add_pollset_set()
1230 static void pollset_set_del_pollset_set(grpc_pollset_set* bag, in pollset_set_del_pollset_set()
Dev_poll_posix.cc1290 static void pollset_set_add_pollset_set(grpc_pollset_set* bag,
1313 static void pollset_set_del_pollset_set(grpc_pollset_set* bag,
/external/webrtc/talk/media/devices/
Dwin32devicemanager.cc206 CComPtr<IPropertyBag> bag; in GetDevices() local
230 HRESULT GetStringProp(IPropertyStore* bag, PROPERTYKEY key, std::string* out) { in GetStringProp()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
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
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
DShadowArscAssetManager.java1112 final bag_entry[] bag = startOfBag.get(); in getArrayStringResource() local
1177 bag_entry[] bag = startOfBag.get(); in getArrayStringInfo() local
1230 bag_entry[] bag = startOfBag.get(); in getArrayIntResource() local
/external/jemalloc/test/unit/
Dph.c171 uint64_t bag[NNODES]; in TEST_BEGIN() local
Drb.c234 uint64_t bag[NNODES]; in TEST_BEGIN() local
/external/jemalloc_new/test/unit/
Dph.c177 uint64_t bag[NNODES]; in TEST_BEGIN() local
Drb.c232 uint64_t bag[NNODES]; in TEST_BEGIN() local
/external/boringssl/src/crypto/pkcs8/
Dpkcs8_x509.c946 static int add_bag_attributes(CBB *bag, const char *name, const uint8_t *key_id, in add_bag_attributes()
994 CBB bag, bag_oid, bag_contents, cert_bag, cert_type, wrapped_cert, cert_value; in add_cert_bag() local
1203 CBB content_info, oid, wrapper, data, safe_contents, bag, bag_oid, in PKCS12_create() local
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResTableTheme.java175 final Ref<bag_entry[]> bag = new Ref<>(null); in applyStyle() local
DAttributeResolution9.java62 BagAttributeFinder(ResolvedBag bag) { in BagAttributeFinder()
DAttributeResolution10.java66 BagAttributeFinder(ResolvedBag bag) { in BagAttributeFinder()
DResTable.java2994 public void unlockBag(Ref<bag_entry[]> bag) { in unlockBag()
DCppAssetManager2.java1416 final ResolvedBag bag = asset_manager_.GetBag(resid); in ApplyStyle() local
/external/testng/src/main/java/org/testng/internal/
DInvoker.java962 ParameterBag bag = createParameters(tm, parameters, in retryFailed() local
989 ParameterBag bag = handleParameters(testMethod, in createParameters() local
1079 ParameterBag bag = createParameters(testMethod, in invokeTestMethods() local
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_futures.py602 def _make_callback(self, bag, thing): argument
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateCldrTests.java931 SortedBag bag) { in doCollationResult()

12