/aosp_15_r20/bootable/deprecated-ota/applypatch/include/applypatch/ |
H A D | imgdiff_image.h | 163 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 D | collective_param_resolver_local_test.cc | 179 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 D | hierarchical_tree_broadcaster_test.cc | 69 cp->is_source = (S == R); \ 223 col_params_->is_source = (rank == 0); in DeviceInstance()
|
H A D | hierarchical_tree_broadcaster.cc | 202 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 D | sdk_library_test.bzl | 24 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 D | collective_param_resolver_distributed_test.cc | 183 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 D | collective_param_resolver_distributed.cc | 59 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 D | collective_ops.cc | 356 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 D | ta.rs | 41 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/ |
D | a2dp_ext.cc | 42 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/ |
D | a2dp_vendor_ldac.h | 36 btav_a2dp_codec_priority_t codec_priority, bool is_source) in A2dpCodecConfigLdacBase() argument 38 is_source_(is_source) {} in A2dpCodecConfigLdacBase()
|
D | a2dp_sbc.h | 36 btav_a2dp_codec_priority_t codec_priority, bool is_source) in A2dpCodecConfigSbcBase() argument 38 is_source_(is_source) {} in A2dpCodecConfigSbcBase()
|
D | a2dp_aac.h | 35 btav_a2dp_codec_priority_t codec_priority, bool is_source) in A2dpCodecConfigAacBase() argument 37 is_source_(is_source) {} in A2dpCodecConfigAacBase()
|
D | a2dp_vendor_opus.h | 31 btav_a2dp_codec_priority_t codec_priority, bool is_source) in A2dpCodecConfigOpusBase() argument 33 is_source_(is_source) {} in A2dpCodecConfigOpusBase()
|
D | a2dp_ext.h | 32 A2dpCodecConfigExt(btav_a2dp_codec_index_t codec_index, bool is_source);
|
/aosp_15_r20/kernel/tests/net/test/ |
H A D | tcp_metrics.py | 101 def _NlAttrTcpMetricsAddr(self, address, is_source): argument 107 "SADDR" if is_source else "ADDR", version)
|
/aosp_15_r20/system/update_engine/scripts/ |
H A D | simulate_ota.py | 51 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 D | grpc.bazel.generate_cc.bzl | 23 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 D | grpc.bazel.protobuf.bzl | 83 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 D | generate_cc.bzl | 37 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 D | protobuf.bzl | 113 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/ |
D | generate_cc.bzl | 37 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 D | ir3_ra.c | 784 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 D | update_attempter_android_integration_test.cc | 83 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 D | BUILD.bazel | 19 # i.e. files for which File.is_source == True
|