/external/google-breakpad/src/common/windows/ |
D | dia_util.cc | 45 ULONG fetched = 0; in FindDebugStream() local 46 while (SUCCEEDED(enum_debug_streams->Next(1, &temp_debug_stream, &fetched)) && in FindDebugStream() 47 fetched == 1) { in FindDebugStream() 77 ULONG fetched = 0; in FindTable() local 78 while (SUCCEEDED(enum_tables->Next(1, &temp_table, &fetched)) && in FindTable() 79 fetched == 1) { in FindTable()
|
D | omap.cc | 233 ULONG fetched = 0; in GetOriginalImageLength() local 234 while (SUCCEEDED(enum_segments->Next(1, &segment, &fetched)) && in GetOriginalImageLength() 235 fetched == 1) { in GetOriginalImageLength()
|
/external/strace/ |
D | mmsghdr.c | 114 unsigned int i, fetched; in save_mmsgvec_namelen() local 116 for (i = 0; i < len; ++i, addr += fetched) { in save_mmsgvec_namelen() 119 fetched = fetch_struct_mmsghdr(tcp, addr, &mh); in save_mmsgvec_namelen() 120 if (!fetched) in save_mmsgvec_namelen() 157 unsigned int i, fetched; in dumpiov_in_mmsghdr() local 160 for (i = 0; i < len; ++i, addr += fetched) { in dumpiov_in_mmsghdr() 161 fetched = fetch_struct_mmsghdr(tcp, addr, &mmsg); in dumpiov_in_mmsghdr() 162 if (!fetched) in dumpiov_in_mmsghdr()
|
/external/tensorflow/tensorflow/python/util/ |
D | example_parser_configuration.py | 72 fetched = sess.run(fetch_list) 74 if len(fetched) != len(fetch_list): 76 "(%d vs %d)" % (len(fetched), len(fetch_list))) 91 key = fetched[dense_keys_start + i] 98 tensor_util.make_tensor_proto(fetched[dense_def_start + i])) 111 key = fetched[sparse_keys_start + i]
|
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/ |
D | SessionTest.java | 81 try (Tensor<Integer> fetched = in runUsingColonSeparatedNames() argument 84 assertArrayEquals(expected, fetched.copyTo(new int[2])); in runUsingColonSeparatedNames() 88 Tensor<Integer> fetched = in runUsingColonSeparatedNames() argument 97 assertArrayEquals(expected, fetched.copyTo(new int[4])); in runUsingColonSeparatedNames()
|
/external/tensorflow/tensorflow/go/op/ |
D | op_test.go | 84 fetched, err := sess.Run(feeds, []tf.Output{z}, nil) 88 if got, want := len(fetched), 1; got != want { 91 …if got, want := fetched[0].Value().([]int32), []int32{14}; len(got) != len(want) || len(got) != 1 …
|
/external/curl/lib/ |
D | mk-ca-bundle.pl | 295 my $fetched; 313 $fetched = 1; 333 if(!$fetched) { 355 $fetched = 1;
|
/external/python/cpython2/Doc/library/ |
D | robotparser.rst | 59 Returns the time the ``robots.txt`` file was last fetched. This is 66 Sets the time the ``robots.txt`` file was last fetched to the current
|
/external/tensorflow/tensorflow/python/debug/lib/ |
D | stepper.py | 560 fetched = self._sess.graph.as_graph_element(target_name) 561 elem_stack = [fetched] 660 if isinstance(fetched, ops.Operation): 662 self._sess.run(fetched, feed_dict=feeds, options=run_options) 667 tensors_to_get_handles_for = [fetched]
|
/external/python/cpython3/Doc/library/ |
D | urllib.robotparser.rst | 51 Returns the time the ``robots.txt`` file was last fetched. This is 57 Sets the time the ``robots.txt`` file was last fetched to the current
|
/external/v8/gni/ |
D | v8.gni | 15 # Indicate if valgrind was fetched as a custom deps to make it available on 19 # Indicate if gcmole was fetched as a hook to make it available on swarming.
|
/external/v8/tools/ |
D | run-valgrind.isolate | 17 # This assumes vagrind binaries have been fetched as a custom deps
|
/external/v8/tools/gcmole/ |
D | run-gcmole.isolate | 28 # This assumes gcmole tools have been fetched by a hook
|
/external/curl/docs/cmdline-opts/ |
D | output.d | 10 being fetched. Like in:
|
D | write-out.d | 138 The URL that was fetched last. This is most meaningful if you've told curl
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | master.proto | 106 // what nodes should be fetched. 124 // to but their outputs will not be fetched. 183 // steps, but their outputs will not be fetched.
|
/external/mesa3d/src/gallium/docs/source/cso/ |
D | sampler.rst | 54 * ``PIPE_TEX_FILTER_NEAREST``: One texel is fetched from the texture image 57 texture dimensions; 1D/2D/3D) are fetched from the texture image and
|
/external/autotest/server/site_tests/moblab_RunSuite/ |
D | control.smoke | 31 specified, the value will be fetched
|
D | control.dummyServerNoSsp | 30 specified, the value will be fetched
|
D | control.dummyServer | 31 specified, the value will be fetched
|
/external/tensorflow/tensorflow/core/debug/ |
D | debug_service.proto | 63 // consisting of the names of the fed and fetched tensors.
|
/external/honggfuzz/examples/terminal-emulators/ |
D | README.md | 86 The *term.log* file will contain interesting data which can be fetched from the
|
/external/curl/winbuild/ |
D | Makefile.vc | 43 !MESSAGE Libraries can be fetched at http://pecl2.php.net/download…
|
/external/deqp/doc/testspecs/VK/ |
D | sparse_resources.txt | 158 For mipmap levels of the sparse image that do not have backing device memory, the fetched data is c… 159 otherwise comparion for those mipmap levels is ommited. The data fetched from the residency image i…
|
/external/ltp/tools/pounder21/doc/ |
D | CONFIGURATION | 34 used by subtests, which can be fetched from web or from
|