Home
last modified time | relevance | path

Searched full:fetch (Results 1 – 25 of 8588) sorted by relevance

12345678910>>...344

/aosp_15_r20/external/perfetto/test/trace_processor/diff_tests/
H A Dinclude_index.py169 'AndroidBugreport').fetch(),
171 'AndroidDumpstate').fetch(),
172 *AndroidFs(index_path, 'parser/android_fs', 'AndroidFs').fetch(),
173 *AndroidGames(index_path, 'parser/android', 'AndroidGames').fetch(),
174 *AndroidParser(index_path, 'parser/android', 'AndroidParser').fetch(),
175 *Atrace(index_path, 'parser/atrace', 'Atrace').fetch(),
177 'AtraceErrorHandling').fetch(),
179 'ChromeMemorySnapshots').fetch(),
180 *ChromeParser(index_path, 'parser/chrome', 'ChromeParser').fetch(),
181 *ChromeV8Parser(index_path, 'parser/chrome', 'ChromeV8Parser').fetch(),
[all …]
/aosp_15_r20/out/target/product/shiba/obj/PACKAGING/check_vintf_all_intermediates/
Dvintffm.log3 Fetch 'out/target/product/shiba/system/etc/vintf/manifest.xml': OK
5 Fetch 'out/target/product/shiba/system/etc/vintf/manifest/manifest_media_c2_software.xml': OK
6 Fetch 'out/target/product/shiba/system/etc/vintf/manifest/android.system.suspend-service.xml': OK
7 Fetch 'out/target/product/shiba/system/etc/vintf/manifest/virtualizationservice.xml': OK
8 Fetch 'out/target/product/shiba/system/etc/vintf/manifest/android.system.net.netd-service.xml': OK
9 Fetch 'out/target/product/shiba/system/etc/vintf/manifest/manifest_services.xml': OK
10 Fetch 'out/target/product/shiba/system/etc/vintf/manifest/android.frameworks.stats-service.xml': OK
11 Fetch 'out/target/product/shiba/system/etc/vintf/manifest/manifest_services_android.frameworks.vibr…
12 Fetch 'out/target/product/shiba/system/etc/vintf/manifest/manifest_android.frameworks.cameraservice…
13 Fetch 'out/target/product/shiba/system/etc/vintf/manifest/android.system.keystore2-service.xml': OK
[all …]
Dcheck_vintf_system.log5 Fetch 'out/target/product/shiba/system/etc/vintf/manifest.xml': OK
7 Fetch 'out/target/product/shiba/system/etc/vintf/manifest/manifest_media_c2_software.xml': OK
8 Fetch 'out/target/product/shiba/system/etc/vintf/manifest/android.system.suspend-service.xml': OK
9 Fetch 'out/target/product/shiba/system/etc/vintf/manifest/virtualizationservice.xml': OK
10 Fetch 'out/target/product/shiba/system/etc/vintf/manifest/android.system.net.netd-service.xml': OK
11 Fetch 'out/target/product/shiba/system/etc/vintf/manifest/manifest_services.xml': OK
12 Fetch 'out/target/product/shiba/system/etc/vintf/manifest/android.frameworks.stats-service.xml': OK
13 Fetch 'out/target/product/shiba/system/etc/vintf/manifest/manifest_services_android.frameworks.vibr…
14 Fetch 'out/target/product/shiba/system/etc/vintf/manifest/manifest_android.frameworks.cameraservice…
15 Fetch 'out/target/product/shiba/system/etc/vintf/manifest/android.system.keystore2-service.xml': OK
[all …]
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/registration/
DAsyncTriggerFetcherTest.java348 Optional<Trigger> fetch = in testBasicTriggerRequest() local
352 assertTrue(fetch.isPresent()); in testBasicTriggerRequest()
353 Trigger result = fetch.get(); in testBasicTriggerRequest()
436 Optional<Trigger> fetch = in testBasicTriggerRequest_withAggregateDeduplicationKey() local
440 assertTrue(fetch.isPresent()); in testBasicTriggerRequest_withAggregateDeduplicationKey()
441 Trigger result = fetch.get(); in testBasicTriggerRequest_withAggregateDeduplicationKey()
501 Optional<Trigger> fetch = in triggerRequest_aggregateDeduplicationKey_dedupKeyNotAString_fails() local
506 assertFalse(fetch.isPresent()); in triggerRequest_aggregateDeduplicationKey_dedupKeyNotAString_fails()
550 Optional<Trigger> fetch = in triggerRequest_aggregateDeduplicationKey_dedupKeyNegative_fails() local
555 assertFalse(fetch.isPresent()); in triggerRequest_aggregateDeduplicationKey_dedupKeyNegative_fails()
[all …]
DAsyncSourceFetcherTest.java301 Optional<Source> fetch = in testBasicSourceRequest() local
305 assertTrue(fetch.isPresent()); in testBasicSourceRequest()
306 Source result = fetch.get(); in testBasicSourceRequest()
394 Optional<Source> fetch = in testBasicSourceRequest_skipSourceWhenNotEnrolled() local
410 assertFalse(fetch.isPresent()); in testBasicSourceRequest_skipSourceWhenNotEnrolled()
440 Optional<Source> fetch = in fetchSource_multipleWebDestinations_success() local
445 assertTrue(fetch.isPresent()); in fetchSource_multipleWebDestinations_success()
446 Source result = fetch.get(); in fetchSource_multipleWebDestinations_success()
480 Optional<Source> fetch = in fetchSource_emptyWebDestinations_success() local
485 assertTrue(fetch.isPresent()); in fetchSource_emptyWebDestinations_success()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dauto_mixed_precision_test.cc182 item.fetch = {"fetch1"}; in TestSimpleUnaryInferOp()
187 auto tensors_expected = EvaluateNodes(item.graph, item.fetch, feed); in TestSimpleUnaryInferOp()
202 auto tensors = EvaluateNodes(output, item.fetch, feed); in TestSimpleUnaryInferOp()
204 EXPECT_EQ(tensors.size(), item.fetch.size()); in TestSimpleUnaryInferOp()
205 for (int i = 0; i < item.fetch.size(); ++i) { in TestSimpleUnaryInferOp()
221 Output fetch = ops::Identity(s.WithOpName("fetch"), clr2); in TEST_F() local
224 item.fetch = {"fetch"}; in TEST_F()
226 auto tensors_expected = EvaluateNodes(item.graph, item.fetch); in TEST_F()
243 auto tensors = EvaluateNodes(output, item.fetch); in TEST_F()
245 EXPECT_EQ(tensors.size(), item.fetch.size()); in TEST_F()
[all …]
H A Dremapper_test.cc62 item.fetch = {"batch_norm"}; in TEST_F()
64 auto tensors_expected = EvaluateNodes(item.graph, item.fetch); in TEST_F()
71 auto tensors = EvaluateNodes(output, item.fetch); in TEST_F()
99 item.fetch = {"batch_norm"}; in TEST_F()
108 auto tensors_expected = EvaluateNodes(item.graph, item.fetch); in TEST_F()
110 auto tensors = EvaluateNodes(output, item.fetch); in TEST_F()
159 auto fetch = ops::Identity(s.WithOpName("fetch"), relu); in TEST_F() local
170 item.fetch = {"fetch"}; in TEST_F()
213 auto tensors_expected = EvaluateNodes(item.graph, item.fetch, item.feed); in TEST_F()
215 auto tensors = EvaluateNodes(output, item.fetch, item.feed); in TEST_F()
[all …]
H A Darithmetic_optimizer_test.cc123 item.fetch = {"output"}; in TEST_F()
127 auto expected = EvaluateNodes(item.graph, item.fetch, {{"input", tensor}}); in TEST_F()
152 auto result = EvaluateNodes(g, item.fetch, {{"input", tensor}}); in TEST_F()
167 item.fetch = {"output"}; in TEST_F()
170 auto expected = EvaluateNodes(item.graph, item.fetch, {{"input", tensor}}); in TEST_F()
200 item.fetch = {"output"}; in TEST_F()
204 EvaluateNodes(item.graph, item.fetch, {{"Placeholder", tensor}}); in TEST_F()
215 auto result = EvaluateNodes(g, item.fetch, {{"Placeholder", tensor}}); in TEST_F()
230 item.fetch = {"output"}; in TEST_F()
234 auto expected = EvaluateNodes(item.graph, item.fetch, in TEST_F()
[all …]
H A Dmkl_remapper_test.cc78 auto fetch = s.WithOpName("fetch"); in FuseConv2DWithBiasAndAddNOrAdd() local
80 ops::Identity(fetch, ops::Relu(activate, addop)); in FuseConv2DWithBiasAndAddNOrAdd()
82 ops::Identity(fetch, ops::Relu6(activate, addop)); in FuseConv2DWithBiasAndAddNOrAdd()
84 ops::Identity(fetch, ops::Elu(activate, addop)); in FuseConv2DWithBiasAndAddNOrAdd()
86 ops::Identity(fetch, ops::internal::LeakyRelu(activate, addop)); in FuseConv2DWithBiasAndAddNOrAdd()
89 ops::Identity(fetch, addop); in FuseConv2DWithBiasAndAddNOrAdd()
114 item.fetch = {"fetch"}; in FuseConv2DWithBiasAndAddNOrAdd()
174 auto tensors_expected = EvaluateNodes(item.graph, item.fetch, item.feed); in FuseConv2DWithBiasAndAddNOrAdd()
175 auto tensors = EvaluateNodes(output, item.fetch, item.feed); in FuseConv2DWithBiasAndAddNOrAdd()
239 ops::Identity fetch = [&]() -> ops::Identity { \
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollectionCacheTest.kt51 val fetch = { key: String -> in <lambda>() constant
56 // Construct the cache and make sure fetch is called in <lambda>()
57 assertThat(underTest.getOrFetch(A, fetch)).isEqualTo(A) in <lambda>()
58 assertThat(underTest.getOrFetch(B, fetch)).isEqualTo(B) in <lambda>()
59 assertThat(underTest.getOrFetch(C, fetch)).isEqualTo(C) in <lambda>()
62 // Verify that further calls don't trigger fetch again in <lambda>()
63 underTest.getOrFetch(A, fetch) in <lambda>()
64 underTest.getOrFetch(A, fetch) in <lambda>()
65 underTest.getOrFetch(B, fetch) in <lambda>()
66 underTest.getOrFetch(C, fetch) in <lambda>()
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/tests/
H A Dsfn_instr_test.cpp657 FetchInstr fetch(vc_fetch, in TEST_F() local
669 EXPECT_EQ(fetch.opcode(), vc_fetch); in TEST_F()
670 EXPECT_EQ(fetch.dst(), RegisterVec4(200)); in TEST_F()
671 EXPECT_EQ(fetch.dest_swizzle(0), 0); in TEST_F()
672 EXPECT_EQ(fetch.dest_swizzle(1), 2); in TEST_F()
673 EXPECT_EQ(fetch.dest_swizzle(2), 1); in TEST_F()
674 EXPECT_EQ(fetch.dest_swizzle(3), 3); in TEST_F()
676 EXPECT_EQ(fetch.src(), Register(201, 2, pin_none)); in TEST_F()
677 EXPECT_EQ(fetch.src_offset(), 0); in TEST_F()
679 EXPECT_EQ(fetch.resource_id(), 1); in TEST_F()
[all …]
/aosp_15_r20/external/e2fsprogs/tests/progs/test_data/
H A Dtest.icount12 fetch 0
16 fetch 20001
21 # OK, now let's test fetch and store. We also test the boundary cases
24 fetch 1
26 fetch 1
28 fetch 1
30 fetch 1
32 fetch 1
34 fetch 1
35 fetch 20000
[all …]
H A Dexpect.icount5 test_icount: fetch 0
6 fetch: Invalid argument passed to ext2 library while calling ext2fs_icount_fetch
13 test_icount: fetch 20001
14 fetch: Invalid argument passed to ext2 library while calling ext2fs_icount_fetch
21 test_icount: fetch 1
24 test_icount: fetch 1
27 test_icount: fetch 1
30 test_icount: fetch 1
33 test_icount: fetch 1
36 test_icount: fetch 1
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_linear_sampler.c188 * Fetch and stretch one row.
250 /* Maximise only as we fetch unscaled pixels linearly into a size-64
252 * temporary or fetch sparsely.
625 /* Nearest fetch routines don't employ SSE and always operate one pixel in lp_linear_init_sampler()
630 /* Linear fetch routines employ SSE, and always fetch groups of four in lp_linear_init_sampler()
699 samp->base.fetch = fetch_clamp_bgra_swapped; in lp_linear_init_sampler()
701 samp->base.fetch = fetch_bgra_swapped; in lp_linear_init_sampler()
703 samp->base.fetch = fetch_axis_aligned_bgra_swapped; in lp_linear_init_sampler()
705 samp->base.fetch = fetch_memcpy_bgra_swapped; in lp_linear_init_sampler()
708 samp->base.fetch = fetch_clamp_bgra; in lp_linear_init_sampler()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/client/
H A Dsession.py98 # `fetch_fn` describes how to expand fetch into its
115 (sparse_tensor.SparseTensor, lambda fetch: ([
116 fetch.indices, fetch.values, fetch.dense_shape
124 lambda fetch: ([fetch.values, fetch.indices] if fetch.dense_shape is None
125 else [fetch.values, fetch.indices, fetch.dense_shape
131 (object, lambda fetch: ([fetch], lambda fetched_vals: fetched_vals[0]),
148 """Register fetch and feed conversion functions for `tf.Session.run()`.
175 fetch_function describes how to expand fetch into its component Tensors
210 """Definition of the interface provided by fetch mappers.
212 Fetch mappers are utility classes used by the _FetchHandler to handle
[all …]
/aosp_15_r20/external/pigweed/pw_allocator/
H A Dblock_allocator_testing.cc38 void* BlockAllocatorTestBase::Fetch(size_t index) { in Fetch() function in pw::allocator::test::BlockAllocatorTestBase
63 ASSERT_NE(Fetch(0), nullptr); in AllocateLarge()
65 EXPECT_GE(Fetch(0), bytes.data()); in AllocateLarge()
66 EXPECT_LE(Fetch(0), bytes.data() + bytes.size()); in AllocateLarge()
67 UseMemory(Fetch(0), layout.size()); in AllocateLarge()
74 ASSERT_NE(Fetch(0), nullptr); in AllocateSmall()
76 EXPECT_GE(Fetch(0), bytes.data()); in AllocateSmall()
77 EXPECT_LE(Fetch(0), bytes.data() + bytes.size()); in AllocateSmall()
78 UseMemory(Fetch(0), layout.size()); in AllocateSmall()
84 EXPECT_EQ(Fetch(0), nullptr); in AllocateTooLarge()
[all …]
H A Dfirst_fit_test.cc83 EXPECT_EQ(NextAfter(0), Fetch(1)); in TEST_F()
85 EXPECT_EQ(NextAfter(3), Fetch(4)); in TEST_F()
86 EXPECT_EQ(NextAfter(4), Fetch(5)); in TEST_F()
101 EXPECT_EQ(NextAfter(0), Fetch(1)); in TEST_F()
103 EXPECT_EQ(NextAfter(3), Fetch(4)); in TEST_F()
104 EXPECT_EQ(NextAfter(4), Fetch(5)); in TEST_F()
120 EXPECT_EQ(NextAfter(0), Fetch(1)); in TEST_F()
122 EXPECT_EQ(NextAfter(3), Fetch(4)); in TEST_F()
123 EXPECT_EQ(NextAfter(4), Fetch(5)); in TEST_F()
125 EXPECT_EQ(NextAfter(5), Fetch(6)); in TEST_F()
[all …]
/aosp_15_r20/external/bazelbuild-remote-apis/build/bazel/remote/asset/v1/
H A Dremote_asset.proto38 // Fetch service implementations may choose to fetch the content directly
78 // The Fetch service resolves or fetches assets referenced by URI and
86 service Fetch { service
87 // Resolve or fetch referenced assets, making them available to the caller and
90 // Servers *MAY* fetch content that they do not already have cached, for any
100 // attempt, to induce a re-fetch from origin.
106 // API and allow content to be directly inserted for use in future fetch
109 // Servers *MUST* ensure Fetch'd content matches all the specified
117 // Servers *MAY* transform assets as part of the fetch. For example a
118 // tarball fetched by [FetchDirectory][build.bazel.remote.asset.v1.Fetch.FetchDirectory]
[all …]
/aosp_15_r20/external/sg3_utils/doc/
H A Dsg_seek.83 sg_seek \- send SCSI SEEK, PRE-FETCH(10) or PRE-FETCH(16) command
8 [\fI\-\-pre\-fetch\fR] [\fI\-\-readonly\fR] [\fI\-\-skip=SB\fR]
14 Sends a SCSI SEEK(10), PRE\-FETCH(10) or PRE\-FETCH(16) command to the
17 disks). The PRE\-FETCH command can be viewed as SEEK's modern replacement.
20 given number of blocks) into the disk's cache. Also the PRE\-FETCH commands
23 The PRE\-FETCH commands can report "real" errors but usually they will report
29 is returned. So if a disk has a large cache and PRE\-FETCH is used sparingly
37 use a 10 byte cdb command, either SEEK(10) or PRE\-FETCH(10) command. In
38 the absence of the \fI\-\-pre\-fetch\fR option, the SEEK(10) command is
39 used. If the \fI\-\-pre\-fetch\fR option is given without this option
[all …]
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/
H A Dmtl_command_buffer.mm100 id<MTLRenderPipelineState> state = stream->fetch<id<MTLRenderPipelineState>>();
108 MTLTriangleFillMode mode = stream->fetch<MTLTriangleFillMode>();
115 MTLWinding winding = stream->fetch<MTLWinding>();
121 MTLCullMode mode = stream->fetch<MTLCullMode>();
128 id<MTLDepthStencilState> state = stream->fetch<id<MTLDepthStencilState>>();
135 float depthBias = stream->fetch<float>();
136 float slopeScale = stream->fetch<float>();
137 float clamp = stream->fetch<float>();
144 MTLDepthClipMode depthClipMode = stream->fetch<MTLDepthClipMode>();
152 uint32_t frontRef = stream->fetch<uint32_t>();
[all …]
/aosp_15_r20/device/linaro/dragonboard-kernel/android-mainline/
DBUILD_INFO44 "fetch": "https://android.googlesource.com/",
57 "fetch": "https://android.googlesource.com/",
67 "fetch": "https://android.googlesource.com/",
83 "fetch": "https://android.googlesource.com/",
93 "fetch": "https://android.googlesource.com/",
103 "fetch": "https://android.googlesource.com/",
113 "fetch": "https://android.googlesource.com/",
127 "fetch": "https://android.googlesource.com/",
141 "fetch": "https://android.googlesource.com/",
155 "fetch": "https://android.googlesource.com/",
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/
DBUILD_INFO31 "fetch": "https://android.googlesource.com/",
41 "fetch": "https://android.googlesource.com/",
51 "fetch": "https://android.googlesource.com/",
61 "fetch": "https://android.googlesource.com/",
71 "fetch": "https://android.googlesource.com/",
81 "fetch": "https://android.googlesource.com/",
96 "fetch": "https://android.googlesource.com/",
107 "fetch": "https://android.googlesource.com/",
118 "fetch": "https://android.googlesource.com/",
129 "fetch": "https://android.googlesource.com/",
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/
DBUILD_INFO31 "fetch": "https://android.googlesource.com/",
41 "fetch": "https://android.googlesource.com/",
51 "fetch": "https://android.googlesource.com/",
61 "fetch": "https://android.googlesource.com/",
71 "fetch": "https://android.googlesource.com/",
81 "fetch": "https://android.googlesource.com/",
96 "fetch": "https://android.googlesource.com/",
107 "fetch": "https://android.googlesource.com/",
118 "fetch": "https://android.googlesource.com/",
129 "fetch": "https://android.googlesource.com/",
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
H A Dtf_executor_ops_invalid.mlir43 tf_executor.fetch %val : tensor<*xf32>
61 // Check that a tf_executor.fetch is terminating a tf_executor.graph (custom parser)
64 // expected-error@-1 {{custom op 'tf_executor.graph' expects a tf_executor.fetch terminator}}
72 // Check that a tf_executor.fetch parent is a graph.
75 tf_executor.fetch
76 // expected-error@-1 {{'tf_executor.fetch' op expects parent op 'tf_executor.graph'}}
83 // Check that a tf_executor.fetch is terminating a tf_executor.graph (verifier)
85 // expected-error@+2 {{'tf_executor.yield' op invalid tf_executor.graph terminator, fetch expected}}
94 // Check that a tf_executor.fetch is terminating a tf_executor.graph.
97 "tf_executor.fetch"() : () -> ()
[all …]
/aosp_15_r20/external/cronet/net/proxy_resolution/
H A Dpac_file_fetcher_impl_unittest.cc128 // Fetch a file that exists, however the PacFileFetcherImpl does not allow use in TEST_F()
133 pac_fetcher->Fetch(GetTestFileUrl("pac.txt"), &text, callback.callback(), in TEST_F()
148 int result = pac_fetcher->Fetch(url, &text, callback.callback(), in TEST_F()
161 { // Fetch a PAC with mime type "text/plain" in TEST_F()
165 int result = pac_fetcher->Fetch(url, &text, callback.callback(), in TEST_F()
171 { // Fetch a PAC with mime type "text/html" in TEST_F()
175 int result = pac_fetcher->Fetch(url, &text, callback.callback(), in TEST_F()
181 { // Fetch a PAC with mime type "application/x-ns-proxy-autoconfig" in TEST_F()
185 int result = pac_fetcher->Fetch(url, &text, callback.callback(), in TEST_F()
198 { // Fetch a PAC which gives a 500 -- FAIL in TEST_F()
[all …]

12345678910>>...344