Home
last modified time | relevance | path

Searched refs:is_source (Results 1 – 25 of 59) sorted by relevance

123

/aosp_15_r20/bootable/deprecated-ota/applypatch/include/applypatch/
H A Dimgdiff_image.h163 explicit Image(bool is_source) : is_source_(is_source) {} in Image() argument
210 explicit ZipModeImage(bool is_source, size_t limit = 0) : Image(is_source), limit_(limit) {} in Image() argument
291 explicit ImageModeImage(bool is_source) : Image(is_source) {} in ImageModeImage() argument
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dcollective_param_resolver_local_test.cc179 cp->is_source = false; in TEST_F()
204 EXPECT_FALSE(cps[i]->is_source); in TEST_F()
212 bool is_source, in InitializeCollectiveParamsForBroadcast() argument
223 cp->is_source = is_source; in InitializeCollectiveParamsForBroadcast()
258 EXPECT_EQ(cps[i]->is_source, (i == 1)); in TEST_F()
304 bool is_source) { in MakeCollectiveParams() argument
314 cp->is_source = is_source; in MakeCollectiveParams()
H A Dhierarchical_tree_broadcaster_test.cc69 cp->is_source = (S == R); \
223 col_params_->is_source = (rank == 0); in DeviceInstance()
H A Dhierarchical_tree_broadcaster.cc202 is_source_ = col_params_->is_source; in Run()
263 if (cp.is_source && source_rank != 0) { in TreeSendTo()
/aosp_15_r20/build/bazel/rules/java/
H A Dsdk_library_test.bzl24 java_sdk_library_target[JavaSdkLibraryInfo].public.is_source,
37 java_sdk_library_target[JavaSdkLibraryInfo].system.is_source,
50 java_sdk_library_target[JavaSdkLibraryInfo].test.is_source,
63 java_sdk_library_target[JavaSdkLibraryInfo].module_lib.is_source,
76 java_sdk_library_target[JavaSdkLibraryInfo].system_server.is_source,
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/
H A Dcollective_param_resolver_distributed_test.cc183 bool is_source) { in CreateCollectiveParams() argument
187 cp->is_source = is_source; in CreateCollectiveParams()
285 bool is_source = false) { in RestartWorker() argument
296 num_workers, num_devices, device_type, coll_type, is_source); in RestartWorker()
H A Dcollective_param_resolver_distributed.cc59 bool is_source, CancellationManager* cancel_mgr, in CompleteInstanceCall() argument
74 req_.set_is_source(is_source); in CompleteInstanceCall()
177 cp->is_source = request->is_source(); in CompleteInstanceAsync()
373 cp->group, cp->instance, cp->name, device, cp->is_source, cancel_mgr, in CompleteInstanceDistributed()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dcollective_ops.cc356 col_params_->is_source = true; in CollectiveBcastSendOpKernel()
360 strings::StrCat(name(), ": Broadcast(", col_params_->is_source, ")"); in CollectiveBcastSendOpKernel()
433 col_params_->is_source = false; in CollectiveBcastRecvOpKernel()
437 strings::StrCat(name(), ": Broadcast(", col_params_->is_source, ")"); in CollectiveBcastRecvOpKernel()
807 const bool is_source = true; in CollectiveBcastSendV2OpKernel() local
808 name_ = strings::StrCat(name(), ": Broadcast(", is_source, ")"); in CollectiveBcastSendV2OpKernel()
824 col_params->is_source = true; in ComputeAsync()
856 const bool is_source = false; in CollectiveBcastRecvV2OpKernel() local
857 name_ = strings::StrCat(name(), ": Broadcast(", is_source, ")"); in CollectiveBcastRecvV2OpKernel()
873 col_params->is_source = false; in ComputeAsync()
/aosp_15_r20/system/authgraph/core/src/
H A Dta.rs41 pub fn is_source(&self) -> bool { in is_source() method
130 if !self.role.is_source() { in create()
158 if !self.role.is_source() { in finish()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_ext.cc42 A2dpCodecConfigExt::A2dpCodecConfigExt(btav_a2dp_codec_index_t codec_index, bool is_source) in A2dpCodecConfigExt() argument
46 is_source_(is_source) { in A2dpCodecConfigExt()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/
Da2dp_vendor_ldac.h36 btav_a2dp_codec_priority_t codec_priority, bool is_source) in A2dpCodecConfigLdacBase() argument
38 is_source_(is_source) {} in A2dpCodecConfigLdacBase()
Da2dp_sbc.h36 btav_a2dp_codec_priority_t codec_priority, bool is_source) in A2dpCodecConfigSbcBase() argument
38 is_source_(is_source) {} in A2dpCodecConfigSbcBase()
Da2dp_aac.h35 btav_a2dp_codec_priority_t codec_priority, bool is_source) in A2dpCodecConfigAacBase() argument
37 is_source_(is_source) {} in A2dpCodecConfigAacBase()
Da2dp_vendor_opus.h31 btav_a2dp_codec_priority_t codec_priority, bool is_source) in A2dpCodecConfigOpusBase() argument
33 is_source_(is_source) {} in A2dpCodecConfigOpusBase()
Da2dp_ext.h32 A2dpCodecConfigExt(btav_a2dp_codec_index_t codec_index, bool is_source);
/aosp_15_r20/kernel/tests/net/test/
H A Dtcp_metrics.py101 def _NlAttrTcpMetricsAddr(self, address, is_source): argument
107 "SADDR" if is_source else "ADDR", version)
/aosp_15_r20/system/update_engine/scripts/
H A Dsimulate_ota.py51 def extract_img(zip_archive: zipfile.ZipFile, img_name, output_path, is_source): argument
70 if is_source:
/aosp_15_r20/external/tensorflow/third_party/systemlibs/
H A Dgrpc.bazel.generate_cc.bzl23 if not file.is_source and file.path.startswith(file.root.path):
34 if not file.is_source and file.path.startswith(file.root.path):
H A Dgrpc.bazel.protobuf.bzl83 if not source_file.is_source and directory.startswith(source_file.root.path):
244 return not source_file.is_source and virtual_folder in source_file.path
/aosp_15_r20/external/grpc-grpc/bazel/
H A Dgenerate_cc.bzl37 if not file.is_source and file.path.startswith(file.root.path):
48 if not file.is_source and file.path.startswith(file.root.path):
H A Dprotobuf.bzl113 if not source_file.is_source and directory.startswith(source_file.root.path):
341 return not source_file.is_source and virtual_folder in source_file.path
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/bazel/
Dgenerate_cc.bzl37 if not file.is_source and file.path.startswith(file.root.path):
48 if not file.is_source and file.path.startswith(file.root.path):
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3_ra.c784 struct ir3_register *reg, physreg_t physreg, bool is_source) in get_reg_specified() argument
787 if (!BITSET_TEST(is_early_clobber(reg) || is_source ? in get_reg_specified()
793 if (!is_source && in get_reg_specified()
808 unsigned *_eviction_count, bool is_source, bool speculative) in try_evict_regs() argument
829 if (!is_early_clobber(reg) && !is_source && conflicting->is_killed) in try_evict_regs()
855 (is_source || in try_evict_regs()
877 if (is_early_clobber(reg) || is_source) in try_evict_regs()
/aosp_15_r20/system/update_engine/aosp/
H A Dupdate_attempter_android_integration_test.cc83 void FillPartition(const std::string& path, const bool is_source) { in FillPartition() argument
88 if (is_source) { in FillPartition()
/aosp_15_r20/build/bazel/rules/cc/testing/
H A DBUILD.bazel19 # i.e. files for which File.is_source == True

123