/external/perfetto/test/trace_processor/diff_tests/ |
D | include_index.py | 97 *Android(index_path, 'android', 'Android').fetch(), 98 *AndroidBugreport(index_path, 'android', 'AndroidBugreport').fetch(), 99 *AndroidGames(index_path, 'android', 'AndroidGames').fetch(), 100 *Atrace(index_path, 'atrace', 'Atrace').fetch(), 101 *AtraceErrorHandling(index_path, 'atrace', 'AtraceErrorHandling').fetch(), 102 *Camera(index_path, 'camera', 'Camera').fetch(), 103 *ChromeScrollJank(index_path, 'chrome', 'ChromeScrollJank').fetch(), 104 *ChromeTouchGesture(index_path, 'chrome', 'ChromeTouchGesture').fetch(), 106 'ChromeMemorySnapshots').fetch(), 107 *ChromeRailModes(index_path, 'chrome', 'ChromeRailModes').fetch(), [all …]
|
/external/e2fsprogs/tests/progs/test_data/ |
D | test.icount | 12 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 …]
|
D | expect.icount | 5 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 …]
|
/external/sg3_utils/doc/ |
D | sg_seek.8 | 3 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 …]
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pt_fetch.c | 50 * Perform the fetch from API vertex elements & vertex buffers, to a 60 draw_pt_fetch_prepare(struct pt_fetch *fetch, in draw_pt_fetch_prepare() argument 65 struct draw_context *draw = fetch->draw; in draw_pt_fetch_prepare() 72 fetch->vertex_size = vertex_size; in draw_pt_fetch_prepare() 138 if (!fetch->translate || in draw_pt_fetch_prepare() 139 translate_key_compare(&fetch->translate->key, &key) != 0) in draw_pt_fetch_prepare() 142 fetch->translate = translate_cache_find(fetch->cache, &key); in draw_pt_fetch_prepare() 148 draw_pt_fetch_run(struct pt_fetch *fetch, in draw_pt_fetch_run() argument 153 struct draw_context *draw = fetch->draw; in draw_pt_fetch_run() 154 struct translate *translate = fetch->translate; in draw_pt_fetch_run() [all …]
|
D | draw_pt_vsplit.c | 56 /* map a fetch element to a draw element */ 85 * Add a fetch element and add it to the draw elements. 88 vsplit_add_cache(struct vsplit_frontend *vsplit, unsigned fetch) in vsplit_add_cache() argument 92 hash = fetch % MAP_SIZE; in vsplit_add_cache() 96 if (vsplit->cache.fetches[hash] != fetch) { in vsplit_add_cache() 98 vsplit->cache.fetches[hash] = fetch; in vsplit_add_cache() 101 /* add fetch */ in vsplit_add_cache() 103 vsplit->fetch_elts[vsplit->cache.num_fetch_elts++] = fetch; in vsplit_add_cache() 114 vsplit_get_base_idx(unsigned start, unsigned fetch) in vsplit_get_base_idx() argument 116 return draw_overflow_uadd(start, fetch, MAX_ELT_IDX); in vsplit_get_base_idx() [all …]
|
D | draw_vs_variant.c | 42 /* A first pass at incorporating vertex fetch/emit functionality into 56 struct translate *fetch; member 74 vsvg->fetch->set_buffer(vsvg->fetch, in vsvg_set_buffer() 168 vsvg->fetch->run_elts( vsvg->fetch, in vsvg_run_elts() 236 vsvg->fetch->run( vsvg->fetch, in vsvg_run_linear() 302 struct translate_key fetch, emit; in draw_vs_create_variant_generic() local 320 /* Build free-standing fetch and emit functions: in draw_vs_create_variant_generic() 322 fetch.nr_elements = key->nr_inputs; in draw_vs_create_variant_generic() 323 fetch.output_stride = vsvg->temp_vertex_stride; in draw_vs_create_variant_generic() 325 fetch.element[i].type = TRANSLATE_ELEMENT_NORMAL; in draw_vs_create_variant_generic() [all …]
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | auto_mixed_precision_test.cc | 182 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 …]
|
D | remapper_test.cc | 62 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 …]
|
D | mkl_remapper_test.cc | 78 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 …]
|
D | arithmetic_optimizer_test.cc | 123 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 …]
|
D | model_pruner_test.cc | 87 std::vector<string> fetch = {"e"}; in TEST_F() local 88 auto expected_tensors = EvaluateNodes(item.graph, fetch); in TEST_F() 89 auto actual_tensors = EvaluateNodes(output, fetch); in TEST_F() 109 item.fetch.push_back("e"); in TEST_F() 128 auto actual_tensors = EvaluateNodes(output, item.fetch); in TEST_F() 130 auto expected_tensors = EvaluateNodes(item.graph, item.fetch); in TEST_F() 155 item.fetch = {"g", "h"}; in TEST_F() 176 auto actual_tensors = EvaluateNodes(output, item.fetch); in TEST_F() 178 auto expected_tensors = EvaluateNodes(item.graph, item.fetch); in TEST_F() 203 item.fetch = {"g"}; in TEST_F() [all …]
|
/external/tensorflow/tensorflow/python/client/ |
D | session.py | 98 # `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 …]
|
/external/cronet/net/proxy_resolution/ |
D | pac_file_fetcher_impl_unittest.cc | 129 // Fetch a file that exists, however the PacFileFetcherImpl does not allow use in TEST_F() 134 pac_fetcher->Fetch(GetTestFileUrl("pac.txt"), &text, callback.callback(), in TEST_F() 149 int result = pac_fetcher->Fetch(url, &text, callback.callback(), in TEST_F() 162 { // Fetch a PAC with mime type "text/plain" in TEST_F() 166 int result = pac_fetcher->Fetch(url, &text, callback.callback(), in TEST_F() 172 { // Fetch a PAC with mime type "text/html" in TEST_F() 176 int result = pac_fetcher->Fetch(url, &text, callback.callback(), in TEST_F() 182 { // Fetch a PAC with mime type "application/x-ns-proxy-autoconfig" in TEST_F() 186 int result = pac_fetcher->Fetch(url, &text, callback.callback(), in TEST_F() 199 { // Fetch a PAC which gives a 500 -- FAIL in TEST_F() [all …]
|
D | dhcp_pac_file_fetcher.h | 21 // Interface for classes that can fetch a PAC file as configured via DHCP. 23 // The Fetch method on this interface tries to retrieve the most appropriate 56 // ERR_TIMED_OUT -- fetch took too long to complete. 65 // Only one fetch is allowed to be outstanding at a time. 66 virtual int Fetch(std::u16string* utf16_text, 71 // Aborts the in-progress fetch (if any). 74 // Cancels the in-progress fetch (if any), without invoking its callback. 79 // After successful completion of |Fetch()|, this will return the URL 80 // retrieved from DHCP. It is reset if/when |Fetch()| is called again. 104 int Fetch(std::u16string* utf16_text,
|
/external/angle/src/libANGLE/renderer/metal/ |
D | mtl_command_buffer.mm | 98 id<MTLRenderPipelineState> state = stream->fetch<id<MTLRenderPipelineState>>(); 106 MTLTriangleFillMode mode = stream->fetch<MTLTriangleFillMode>(); 113 MTLWinding winding = stream->fetch<MTLWinding>(); 119 MTLCullMode mode = stream->fetch<MTLCullMode>(); 126 id<MTLDepthStencilState> state = stream->fetch<id<MTLDepthStencilState>>(); 133 float depthBias = stream->fetch<float>(); 134 float slopeScale = stream->fetch<float>(); 135 float clamp = stream->fetch<float>(); 142 MTLDepthClipMode depthClipMode = stream->fetch<MTLDepthClipMode>(); 150 uint32_t frontRef = stream->fetch<uint32_t>(); [all …]
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/ |
D | tf_executor_ops_invalid.mlir | 43 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 …]
|
D | tf_executor_ops.mlir | 16 // CHECK-NEXT: tf_executor.fetch 24 tf_executor.fetch %0 : tensor<*xf32> 32 … tf_executor.fetch %arg0 : tensor<*xf32> {attr3 = 32 : i64, tf_executor.attr_fetch = "some_value"} 36 // CHECK-NEXT: tf_executor.fetch %{{.*}} : tensor<*xf32> {attr3 = 32 : i64, tf_executor.attr_fet… 47 tf_executor.fetch %1#0 : tensor<*xf32> 51 // CHECK: tf_executor.fetch {{.*}} : tensor<*xf32> 66 tf_executor.fetch %1#0 : tensor<*xf32> 83 tf_executor.fetch %3#0 : tensor<*xf32> 90 // CHECK: tf_executor.fetch %[[ISLAND2]] : tensor<*xf32> 102 // CHECK: tf_executor.fetch %{{.*}}, %{{.*}} : tensor<*xf32>, !tf_executor.control [all …]
|
D | graph_pruning.mlir | 16 tf_executor.fetch %2#0 : i32 21 // Check that an unused island that doesn't contribute to the fetch is removed. 36 tf_executor.fetch %1#0 : i32 51 tf_executor.fetch %1#0 : i32 66 tf_executor.fetch %arg0 : i32 76 // CHECK-NEXT: tf_executor.fetch 91 tf_executor.fetch %arg0 : i32 113 // CHECK: tf_executor.fetch %[[EXIT]] 128 tf_executor.fetch %8#0 : tensor<*xi32> 133 // Check that ops leading to a fetch via a control are not removed. [all …]
|
/external/brotli/fetch-spec/ |
D | shared-brotli-fetch-spec.txt | 5 This document is a draft proposal for Shard Brotli dictionaries in the fetch spec 6 (https://fetch.spec.whatwg.org/). 21 Below are changes and additions to add Shared Brotli dictionaries to the fetch spec 22 at https://fetch.spec.whatwg.org/: 24 Additions to `4.5. HTTP-network-or-cache fetch` 33 Additions to `4.6. HTTP-network fetch` 35 Add after point `10. Run these steps, but abort if the ongoing fetch is terminated`: 48 Shared-Brotli-dictionary fetch given dictionaryId and request. 75 New section `4.10. Shared-Brotli-dictionary fetch` 77 …To perform a Shared-Brotli-dictionary fetch using dictionaryId, and parentRequest, perform these s… [all …]
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | tf2xla_util_test.cc | 58 tf2xla::Fetch* fetch = config.add_fetch(); in TEST() local 59 fetch->mutable_id()->set_node_name("baz"); in TEST() 60 fetch->mutable_id()->set_output_index(456); in TEST() 61 fetch->set_name("baz_debug"); in TEST() 62 fetch = config.add_fetch(); in TEST() 63 fetch->mutable_id()->set_node_name("banana"); in TEST() 64 fetch->mutable_id()->set_output_index(0); in TEST() 106 tf2xla::Fetch* fetch = config.add_fetch(); in TEST() local 107 fetch->mutable_id()->set_node_name("bar"); in TEST() 108 fetch->mutable_id()->set_output_index(-1); in TEST() [all …]
|
/external/autotest/client/cros/cellular/mbim_compliance/ |
D | mbim_descriptor_cache.py | 40 also fetch the MBIM funnction descriptor, interrrupt endpoint 57 # Fetch the MBIM function descriptor 69 # Fetch the MBIM interrupt enpoint 78 # Fetch the MBIM bulk-in/out endpoints 114 # Fetch the MBIM communication interface 126 # Fetch the MBIM no_data data interface 135 # Fetch the MBIM data interface 161 # Fetch the NCM communication interface 169 # Fetch the MBIM communication interface 179 # Fetch the NCM + MBIM no_data data interface [all …]
|
/external/jemalloc_new/test/unit/ |
D | atomic.c | 89 /* Fetch-add. */ \ 93 "Fetch-add should return previous value"); \ 96 "Fetch-add should update atomic"); \ 98 /* Fetch-sub. */ \ 102 "Fetch-sub should return previous value"); \ 105 "Fetch-sub should update atomic"); \ 107 /* Fetch-and. */ \ 111 "Fetch-and should return previous value"); \ 114 "Fetch-and should update atomic"); \ 116 /* Fetch-or. */ \ [all …]
|
/external/sg3_utils/src/ |
D | sg_seek.c | 41 * This program issues one or more SCSI SEEK(10), PRE-FETCH(10) or 42 * PRE-FETCH(16) commands. Both PRE-FETCH commands are current and appear 45 * and SSDs support SEEK(10) than PRE-FETCH. It is even unclear what 68 {"pre-fetch", no_argument, 0, 'p'}, 86 " [--lba=LBA] [--num-blocks=NUM] [--pre-fetch] " in usage() 91 " --10|-T do PRE-FETCH(10) command (def: " in usage() 93 " PRE-FETCH(16) if --pre-fetch also " in usage() 98 "PRE-FETCH\n" in usage() 101 " --immed|-i set IMMED bit in PRE-FETCH command\n" in usage() 105 "PRE-FETCH)\n" in usage() [all …]
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | ir2_assemble.c | 115 /* fetch instructions can swizzle dest, but src swizzle needs conversion */ 176 bc->fetch.opc = instr->fetch.opc; in fill_instr() 177 bc->fetch.pred_select = !!instr->pred; in fill_instr() 178 bc->fetch.pred_condition = instr->pred & 1; in fill_instr() 182 if (instr->fetch.opc == VTX_FETCH) { in fill_instr() 183 instr_fetch_vtx_t *vtx = &bc->fetch.vtx; in fill_instr() 185 assert(instr->fetch.vtx.const_idx <= 0x1f); in fill_instr() 186 assert(instr->fetch.vtx.const_idx_sel <= 0x3); in fill_instr() 194 vtx->const_index = instr->fetch.vtx.const_idx; in fill_instr() 195 vtx->const_index_sel = instr->fetch.vtx.const_idx_sel; in fill_instr() [all …]
|