/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/registration/ |
D | AsyncSourceFetcherTest.java | 301 Optional<Source> fetch = in testBasicSourceRequest() local 394 Optional<Source> fetch = in testBasicSourceRequest_skipSourceWhenNotEnrolled() local 440 Optional<Source> fetch = in fetchSource_multipleWebDestinations_success() local 480 Optional<Source> fetch = in fetchSource_emptyWebDestinations_success() local 528 Optional<Source> fetch = in fetchSource_duplicateWebDestinationsInList_removesDuplicates() local 572 Optional<Source> fetch = in fetchSource_invalidWebDestinationInList_fails() local 617 Optional<Source> fetch = in fetchSource_tooManyWebDestinationInList_fails() local 647 Optional<Source> fetch = in fetchSource_noDestinations_fail() local 678 Optional<Source> fetch = in fetchSource_noAppDestination_emptyWebDestination_fail() local 733 Optional<Source> fetch = in testFetchSource_validNamedBudget_success() local [all …]
|
D | AsyncTriggerFetcherTest.java | 348 Optional<Trigger> fetch = in testBasicTriggerRequest() local 436 Optional<Trigger> fetch = in testBasicTriggerRequest_withAggregateDeduplicationKey() local 501 Optional<Trigger> fetch = in triggerRequest_aggregateDeduplicationKey_dedupKeyNotAString_fails() local 550 Optional<Trigger> fetch = in triggerRequest_aggregateDeduplicationKey_dedupKeyNegative_fails() local 599 Optional<Trigger> fetch = in triggerRequest_aggregateDeduplicationKey_dedupKeyTooLarge_fails() local 648 Optional<Trigger> fetch = in triggerRequest_aggregateDeduplicationKey_dedupKeyNotAnInt_fails() local 696 Optional<Trigger> fetch = in triggerRequest_aggregateDeduplicationKey_dedupKeyMissing_succeeds() local 749 Optional<Trigger> fetch = in testBasicTriggerRequest_withNamedBudget_success() local 790 Optional<Trigger> fetch = in testBasicTriggerRequest_namedBudgetWithEnableFlagOff_success() local 831 Optional<Trigger> fetch = in triggerRequest_namedBudgetNotJsonObj_fails() local [all …]
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/ |
H A D | NotifCollectionCacheTest.kt | 51 val fetch = { key: String -> in <lambda>() constant 78 val fetch = { key: String -> key } in <lambda>() constant 103 val fetch = { key: String -> key } in <lambda>() constant 124 val fetch = { key: String -> key } in <lambda>() constant 154 val fetch = { key: String -> key } in <lambda>() constant 192 val fetch = { key: String -> key } in <lambda>() constant 207 val fetch = { key: String -> key } in <lambda>() constant
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/android/inference_interface/java/org/tensorflow/contrib/android/ |
H A D | TensorFlowInferenceInterface.java | 441 public void fetch(String outputName, float[] dst) { in fetch() method in TensorFlowInferenceInterface 450 public void fetch(String outputName, int[] dst) { in fetch() method in TensorFlowInferenceInterface 459 public void fetch(String outputName, long[] dst) { in fetch() method in TensorFlowInferenceInterface 468 public void fetch(String outputName, double[] dst) { in fetch() method in TensorFlowInferenceInterface 477 public void fetch(String outputName, byte[] dst) { in fetch() method in TensorFlowInferenceInterface 487 public void fetch(String outputName, FloatBuffer dst) { in fetch() method in TensorFlowInferenceInterface 497 public void fetch(String outputName, IntBuffer dst) { in fetch() method in TensorFlowInferenceInterface 507 public void fetch(String outputName, LongBuffer dst) { in fetch() method in TensorFlowInferenceInterface 517 public void fetch(String outputName, DoubleBuffer dst) { in fetch() method in TensorFlowInferenceInterface 527 public void fetch(String outputName, ByteBuffer dst) { in fetch() method in TensorFlowInferenceInterface
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/ |
H A D | remapper_test.cc | 159 auto fetch = ops::Identity(s.WithOpName("fetch"), relu); in TEST_F() local 396 auto fetch = ops::Identity(s.WithOpName("fetch"), relu); in TEST_F() local 665 auto fetch = ops::Identity(s.WithOpName("fetch"), bias_add); in RunTest() local 670 auto fetch = ops::Identity(s.WithOpName("fetch"), bias_add); in RunTest() local 776 ops::Identity fetch = [&]() -> ops::Identity { in RunTest() local 778 auto fetch = s.WithOpName("fetch"); in RunTest() local 798 ops::Identity fetch = [&]() -> ops::Identity { in RunTest() local 800 auto fetch = s.WithOpName("fetch"); in RunTest() local 931 auto fetch = ops::Identity(s.WithOpName("fetch"), bias_add); in RunTest() local 940 auto fetch = ops::Identity(s.WithOpName("fetch"), bias_add); in RunTest() local [all …]
|
H A D | auto_mixed_precision_test.cc | 221 Output fetch = ops::Identity(s.WithOpName("fetch"), clr2); in TEST_F() local 259 Output fetch = ops::Identity(s.WithOpName("fetch"), clr2); in TEST_F() local 302 Output fetch = ops::Identity(s.WithOpName("fetch"), clr5); in TEST_F() local 354 Output fetch = ops::Identity(s.WithOpName("fetch"), infer3); in TEST_F() local 485 Output fetch = ops::Identity(s.WithOpName("fetch"), clr2); in TEST_F() local 585 Output fetch = ops::Identity(s.WithOpName("fetch"), allow2); in TEST_F() local 627 Output fetch = ops::Identity(s.WithOpName("fetch"), allow2); in TEST_F() local 663 Output fetch = ops::Identity(s.WithOpName("fetch"), allow1); in TEST_F() local 706 Output fetch = ops::Identity(s.WithOpName("fetch"), ext1); in TEST_F() local 1268 Output fetch = ops::Identity(s.WithOpName("fetch"), clr5); in TEST_F() local [all …]
|
H A D | mkl_remapper_test.cc | 78 auto fetch = s.WithOpName("fetch"); in FuseConv2DWithBiasAndAddNOrAdd() local 475 auto fetch = s.WithOpName("fetch"); in TEST_F() local 566 ops::Identity fetch = [&]() -> ops::Identity { in RelpaceAddWithBiasAddDepthwiseConv2D() local 568 auto fetch = s.WithOpName("fetch"); in RelpaceAddWithBiasAddDepthwiseConv2D() local 685 auto fetch = ops::Identity(s.WithOpName("fetch"), gelu); in RunTest() local 780 auto fetch = ops::Identity(s.WithOpName("fetch"), add); in VerifyFused() local
|
H A D | auto_parallel.cc | 95 for (const auto& fetch : item.fetch) { in Initialize() local 250 string fetch = AddPrefixToNodeName(item_->fetch[i], prefix); in BuildGraph() local 258 for (const auto& fetch : item_->fetch) { in BuildGraph() local
|
H A D | generic_layout_optimizer_test.cc | 280 Output fetch = ops::Identity(s.WithOpName("Fetch"), {conv}); in TEST_F() local 303 Output fetch = ops::Identity(s.WithOpName("Fetch"), {conv}); in TEST_F() local 322 Output fetch = ops::Identity(s.WithOpName("Fetch"), {conv}); in TEST_F() local 345 Output fetch = ops::Identity(s.WithOpName("Fetch"), {conv}); in TEST_F() local 401 Output fetch = ops::Identity(s.WithOpName("Fetch"), {conv}); in TEST_F() local
|
H A D | constant_folding_test.cc | 214 std::vector<string> fetch = {"mul"}; in MulConvPushDownTest() local 303 std::vector<string> fetch = {"d"}; in TEST_F() local 391 std::vector<string> fetch = {"add_parent", "mul_parent"}; in TEST_F() local 447 std::vector<string> fetch = {"add_parent"}; in TEST_F() local 517 std::vector<string> fetch = {"parent"}; in TEST_F() local 594 std::vector<string> fetch = item.fetch; in TEST_F() local 1052 std::vector<string> fetch = {"cf_half"}; in TEST_F() local 1120 const std::vector<string> fetch = {"mul_0", "mul_4", "mul_8"}; in TEST_F() local 1190 const std::vector<string> fetch = {"addn1"}; in TEST_F() local 1296 std::vector<string> fetch = {"e", "f"}; in TEST_F() local [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pt_vsplit.c | 90 vsplit_add_cache(struct vsplit_frontend *vsplit, unsigned fetch) in vsplit_add_cache() 117 vsplit_get_base_idx(unsigned start, unsigned fetch) in vsplit_get_base_idx() 125 unsigned start, unsigned fetch, int elt_bias) in vsplit_add_cache_uint8() 143 unsigned start, unsigned fetch, int elt_bias) in vsplit_add_cache_uint16() 165 unsigned start, unsigned fetch, int elt_bias) in vsplit_add_cache_uint32() 190 #define ADD_CACHE(vsplit, ib, start, fetch, bias) vsplit_add_cache_uint8(vsplit,ib,start,fetch,bias) argument 195 #define ADD_CACHE(vsplit, ib, start, fetch, bias) vsplit_add_cache_uint16(vsplit,ib,start,fetch, bi… argument 200 #define ADD_CACHE(vsplit, ib, start, fetch, bias) vsplit_add_cache_uint32(vsplit, ib, start, fetch,… argument
|
H A D | draw_pt_fetch.c | 55 draw_pt_fetch_prepare(struct pt_fetch *fetch, in draw_pt_fetch_prepare() 141 draw_pt_fetch_run(struct pt_fetch *fetch, in draw_pt_fetch_run() 168 draw_pt_fetch_run_linear(struct pt_fetch *fetch, in draw_pt_fetch_run_linear() 197 struct pt_fetch *fetch = CALLOC_STRUCT(pt_fetch); in draw_pt_fetch_create() local 213 draw_pt_fetch_destroy(struct pt_fetch *fetch) in draw_pt_fetch_destroy()
|
H A D | draw_pt_fetch_shade_pipeline.c | 46 struct pt_fetch *fetch; member 156 fetch(struct pt_fetch *fetch, in fetch() function
|
/aosp_15_r20/system/libvintf/ |
H A D | FileSystem.cpp | 31 status_t FileSystemImpl::fetch(const std::string& path, std::string* fetched, in fetch() function in android::vintf::details::FileSystemImpl 83 status_t FileSystemNoOp::fetch(const std::string&, std::string*, std::string*) const { in fetch() function in android::vintf::details::FileSystemNoOp 103 status_t FileSystemUnderPath::fetch(const std::string& path, std::string* fetched, in fetch() function in android::vintf::details::FileSystemUnderPath 140 status_t PathReplacingFileSystem::fetch(const std::string& path, std::string* fetched, in fetch() function in android::vintf::details::PathReplacingFileSystem
|
/aosp_15_r20/external/pytorch/torch/utils/data/_utils/ |
H A D | fetch.py | 15 def fetch(self, possibly_batched_index): member in _BaseDatasetFetcher 25 def fetch(self, possibly_batched_index): member in _IterableDatasetFetcher 47 def fetch(self, possibly_batched_index): member in _MapDatasetFetcher
|
/aosp_15_r20/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/ |
H A D | Session.java | 171 public Runner fetch(String operation) { in fetch() method in Session.Runner 181 public Runner fetch(String operation, int index) { in fetch() method in Session.Runner 192 public Runner fetch(Output<?> output) { in fetch() method in Session.Runner 200 public Runner fetch(Operand<?> operand) { in fetch() method in Session.Runner
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/ |
H A D | tf2xla_util_test.cc | 58 tf2xla::Fetch* fetch = config.add_fetch(); in TEST() local 106 tf2xla::Fetch* fetch = config.add_fetch(); in TEST() local 127 tf2xla::Fetch* fetch = config.add_fetch(); in TEST() local 151 tf2xla::Fetch* fetch = config.add_fetch(); in TEST() local 163 auto* fetch = config.add_fetch(); in FetchesConfig() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/protobuf/ |
H A D | master.proto | 124 repeated string fetch = 3; field 188 repeated string fetch = 3; field 331 repeated TensorProto fetch = 1; field
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/clusters/ |
H A D | single_machine.cc | 148 const std::vector<string>& fetch, in Run() 244 const std::vector<string>& fetch, RunMetadata* run_metadata) { in RunWithTimeout() 250 const std::vector<string>& fetch, RunMetadata* run_metadata, in RunWithTimeout()
|
/aosp_15_r20/development/tools/external_crates/crate_tool/src/ |
H A D | crates_io.rs | 55 fn fetch(&self, crate_name: &str) -> Result<Crate>; in fetch() method 70 fn fetch(&self, crate_name: &str) -> Result<Crate> { in fetch() method 97 fn fetch(&self, crate_name: &str) -> Result<Crate> { in fetch() method
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/ |
H A D | export_graphdef.cc | 302 if (auto fetch = llvm::dyn_cast<mlir::tf_executor::FetchOp>(inst)) { in AddEdge() local 388 Status Exporter::AddFetchNode(FuncOp function, mlir::tf_executor::FetchOp fetch, in AddFetchNode() 409 mlir::tf_executor::FetchOp fetch, in GetControlRetNodes() 546 } else if (auto fetch = llvm::dyn_cast<mlir::tf_executor::FetchOp>(inst)) { in Convert() local
|
/aosp_15_r20/external/mesa3d/src/freedreno/ir2/ |
H A D | disasm-a2xx.c | 324 print_fetch_vtx(instr_fetch_t *fetch) in print_fetch_vtx() 361 print_fetch_tex(instr_fetch_t *fetch) in print_fetch_tex() 459 instr_fetch_t *fetch = (instr_fetch_t *)dwords; in disasm_fetch() local
|
/aosp_15_r20/hardware/interfaces/media/bufferpool/aidl/default/ |
H A D | Connection.cpp | 31 ::ndk::ScopedAStatus Connection::fetch(const std::vector<FetchInfo>& in_fetchInfos, in fetch() function in aidl::android::hardware::media::bufferpool2::implementation::Connection 59 bool Connection::fetch(TransactionId transactionId, BufferId bufferId, in fetch() function in aidl::android::hardware::media::bufferpool2::implementation::Connection
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/data/repository/ |
H A D | FaceUserSettingsRepository.kt | 76 fun fetch(): Boolean = getIntForUser(key, if (defaultValue) 1 else 0, userId) > 0 in watch() method
|
/aosp_15_r20/external/tensorflow/tensorflow/core/transforms/graph_to_func/ |
H A D | graph_to_func.cc | 68 for (Value fetch : fetches) ret_types.push_back(fetch.getType()); in GraphToFunc() local 105 for (Value fetch : fetches) { in GraphToFunc() local
|