Home
last modified time | relevance | path

Searched refs:fetched (Results 1 – 25 of 60) sorted by relevance

123

/external/google-breakpad/src/common/windows/
Ddia_util.cc45 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()
Domap.cc233 ULONG fetched = 0; in GetOriginalImageLength() local
234 while (SUCCEEDED(enum_segments->Next(1, &segment, &fetched)) && in GetOriginalImageLength()
235 fetched == 1) { in GetOriginalImageLength()
/external/strace/
Dmmsghdr.c114 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/
Dexample_parser_configuration.py72 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/
DSessionTest.java81 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/
Dop_test.go84 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/
Dmk-ca-bundle.pl295 my $fetched;
313 $fetched = 1;
333 if(!$fetched) {
355 $fetched = 1;
/external/python/cpython2/Doc/library/
Drobotparser.rst59 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/
Dstepper.py560 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/
Durllib.robotparser.rst51 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/
Dv8.gni15 # 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/
Drun-valgrind.isolate17 # This assumes vagrind binaries have been fetched as a custom deps
/external/v8/tools/gcmole/
Drun-gcmole.isolate28 # This assumes gcmole tools have been fetched by a hook
/external/curl/docs/cmdline-opts/
Doutput.d10 being fetched. Like in:
Dwrite-out.d138 The URL that was fetched last. This is most meaningful if you've told curl
/external/tensorflow/tensorflow/core/protobuf/
Dmaster.proto106 // 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/
Dsampler.rst54 * ``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/
Dcontrol.smoke31 specified, the value will be fetched
Dcontrol.dummyServerNoSsp30 specified, the value will be fetched
Dcontrol.dummyServer31 specified, the value will be fetched
/external/tensorflow/tensorflow/core/debug/
Ddebug_service.proto63 // consisting of the names of the fed and fetched tensors.
/external/honggfuzz/examples/terminal-emulators/
DREADME.md86 The *term.log* file will contain interesting data which can be fetched from the
/external/curl/winbuild/
DMakefile.vc43 !MESSAGE Libraries can be fetched at http://pecl2.php.net/download…
/external/deqp/doc/testspecs/VK/
Dsparse_resources.txt158 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/
DCONFIGURATION34 used by subtests, which can be fetched from web or from

123