Home
last modified time | relevance | path

Searched defs:share (Results 1 – 25 of 500) sorted by relevance

12345678910>>...20

/aosp_15_r20/external/federated-compute/fcp/secagg/server/
H A Dsecagg_server_r3_unmasking_state_test.cc201 NoiseOrPrfKeyShare* share = unmasking_responses[i] in TEST() local
263 NoiseOrPrfKeyShare* share = unmasking_responses[i] in TEST() local
332 NoiseOrPrfKeyShare* share = unmasking_responses[i] in TEST() local
408 NoiseOrPrfKeyShare* share = unmasking_responses[i] in TEST() local
414 NoiseOrPrfKeyShare* share = unmasking_responses[i] in TEST() local
477 NoiseOrPrfKeyShare* share = unmasking_responses[i] in TEST() local
542 NoiseOrPrfKeyShare* share = unmasking_responses[i] in TEST() local
613 NoiseOrPrfKeyShare* share = unmasking_responses[i] in TEST() local
675 NoiseOrPrfKeyShare* share = unmasking_responses[i] in TEST() local
681 NoiseOrPrfKeyShare* share = unmasking_responses[i] in TEST() local
[all …]
/aosp_15_r20/external/curl/lib/
H A Dshare.c44 struct Curl_share *share = calloc(1, sizeof(struct Curl_share)); in curl_share_init() local
64 struct Curl_share *share = sh; in curl_share_setopt() local
220 struct Curl_share *share = sh; in curl_share_cleanup() local
271 struct Curl_share *share = data->share; in Curl_share_lock() local
288 struct Curl_share *share = data->share; in Curl_share_unlock() local
/aosp_15_r20/external/google-cloud-java/java-filestore/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/
H A DShareName.java39 private final String share; field in ShareName
80 public static ShareName of(String project, String location, String instance, String share) { in of()
89 public static String format(String project, String location, String instance, String share) { in format()
206 private String share; field in ShareName.Builder
241 public Builder setShare(String share) { in setShare()
/aosp_15_r20/external/curl/src/
H A Dtool_operate.c886 CURLSH *share) in config2setopts()
1806 CURLSH *share, in single_transfer()
2381 CURLSH *share, in add_parallel_transfers()
2466 CURLSH *share; member
2774 CURLSH *share) in parallel_transfers()
2851 CURLSH *share) in serial_transfers()
3032 CURLSH *share, in transfer_per_config()
3084 CURLSH *share, in create_transfer()
3104 CURLSH *share, in run_all_transfers()
3210 CURLSH *share = curl_share_init(); in operate() local
/aosp_15_r20/external/curl/tests/libtest/
H A Dlib3207.c43 CURLSH *share; member
145 static void execute(CURLSH *share, struct Ctx *ctx) in execute()
176 static void execute(CURLSH *share, struct Ctx *ctx) in execute()
191 CURLSH* share; in test() local
H A Dlib586.c31 CURLSH *share; member
139 CURLSH *share; in test() local
H A Dlib506.c33 CURLSH *share; member
183 CURLSH *share; in test() local
/aosp_15_r20/out/soong/.intermediates/packages/modules/IntentResolver/IntentResolver-core/android_common/kapt/gen/stubs/com/android/intentresolver/data/repository/
DDevicePolicyResources.java92 public java.lang.String toPersonalBlockedByPolicyMessage(boolean share) { in toPersonalBlockedByPolicyMessage()
97 public java.lang.String toWorkBlockedByPolicyMessage(boolean share) { in toWorkBlockedByPolicyMessage()
102 public java.lang.String toPrivateBlockedByPolicyMessage(boolean share) { in toPrivateBlockedByPolicyMessage()
/aosp_15_r20/development/apps/ShareTest/src/com/android/sharetest/
H A DShareTestActivity.kt274 private fun share(view: View) { in <lambda>() method
275 val share = Intent(Intent.ACTION_SEND) in <lambda>() constant
/aosp_15_r20/external/igt-gpu-tools/lib/i915/
H A Dgem_context.c277 uint32_t src, unsigned int share, in __gem_context_clone()
303 static bool __gem_context_has(int i915, uint32_t share, unsigned int flags) in __gem_context_has()
328 uint32_t src, unsigned int share, in gem_context_clone()
/aosp_15_r20/external/google-cloud-java/java-filestore/google-cloud-filestore/src/test/java/com/google/cloud/filestore/v1beta1/
H A DCloudFilestoreManagerClientHttpJsonTest.java1995 Share share = Share.newBuilder().build(); in createShareTest() local
2025 Share share = Share.newBuilder().build(); in createShareExceptionTest() local
2054 Share share = Share.newBuilder().build(); in createShareTest2() local
2084 Share share = Share.newBuilder().build(); in createShareExceptionTest2() local
2204 Share share = in updateShareTest() local
2242 Share share = in updateShareExceptionTest() local
H A DCloudFilestoreManagerClientTest.java1787 Share share = Share.newBuilder().build(); in createShareTest() local
1813 Share share = Share.newBuilder().build(); in createShareExceptionTest() local
1845 Share share = Share.newBuilder().build(); in createShareTest2() local
1871 Share share = Share.newBuilder().build(); in createShareExceptionTest2() local
1986 Share share = Share.newBuilder().build(); in updateShareTest() local
2010 Share share = Share.newBuilder().build(); in updateShareExceptionTest() local
/aosp_15_r20/packages/modules/ExtServices/java/src/android/ext/services/storage/
DCacheQuotaServiceImpl.java96 double share = getFairShareForPosition(count) / sum; in onComputeCacheQuotaHints() local
105 double medianValue, share; in onComputeCacheQuotaHints() local
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/recordissue/
H A DIssueRecordingServiceSession.kt78 fun share(notificationId: Int, screenRecording: Uri?) { in share() method in com.android.systemui.recordissue.IssueRecordingServiceSession
/aosp_15_r20/external/curl/tests/http/clients/
H A Dtls-session-reuse.c141 static void add_transfer(CURLM *multi, CURLSH *share, in add_transfer()
184 CURLSH *share; in main() local
H A Dhx-download.c232 CURLSH *share, int use_earlydata) in setup()
295 CURLSH *share; in main() local
H A Dhx-upload.c256 CURLSH *share, int use_earlydata, int announce_length) in setup()
332 CURLSH *share; in main() local
/aosp_15_r20/hardware/google/gfxstream/guest/android-emu/aemu/base/fit/
DFunction.h314 FunctionImpl share() { in share() function
472 CallbackImpl share() { in share() function
/aosp_15_r20/external/pigweed/third_party/fuchsia/repo/sdk/lib/fit/include/lib/fit/
H A Dfunction.h324 function_impl share() { in share() function
485 callback_impl share() { in share() function
/aosp_15_r20/external/libnl/lib/xfrm/
H A Dsp.c77 uint8_t share; member
345 char* xfrmnl_sp_share2str(int share, char *buf, size_t len) in xfrmnl_sp_share2str()
359 char dir[32], action[32], share[32], flags[32]; in xfrm_sp_dump_line() local
1220 int xfrmnl_sp_set_share (struct xfrmnl_sp* sp, unsigned int share) in xfrmnl_sp_set_share()
/aosp_15_r20/external/sg3_utils/testing/
H A Dsg_tst_context.cpp272 work_thread(const char * dev_name, int id, int num, bool share, in work_thread()
380 bool share = false; in main() local
/aosp_15_r20/packages/modules/UprobeStats/src/bpf/headers/include/
Dbpf_helpers.h235 usr, grp, md, selinux, pindir, share, minkver, \ argument
267 selinux, pindir, share, min_loader, max_loader, \ argument
319 selinux, pindir, share, min_loader, max_loader, ignore_eng, \ argument
/aosp_15_r20/packages/modules/Connectivity/bpf/headers/include/
Dbpf_helpers.h235 usr, grp, md, selinux, pindir, share, minkver, \ argument
267 selinux, pindir, share, min_loader, max_loader, \ argument
319 selinux, pindir, share, min_loader, max_loader, ignore_eng, \ argument
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppTransfer.java438 private void markShareTimeout(BluetoothOppShareInfo share) { in markShareTimeout()
936 private void tickShareStatus(BluetoothOppShareInfo share) { in tickShareStatus()
/aosp_15_r20/external/angle/util/
H A DEGLWindow.cpp437 GLWindowContext EGLWindow::createContextGeneric(GLWindowContext share) in createContextGeneric()
443 EGLContext EGLWindow::createContext(EGLContext share, EGLint *extraAttributes) in createContext()

12345678910>>...20