Home
last modified time | relevance | path

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

1234

/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.c109 unsigned int i, fetched; in save_mmsgvec_namelen() local
111 for (i = 0; i < len; ++i, addr += fetched) { in save_mmsgvec_namelen()
114 fetched = fetch_struct_mmsghdr(tcp, addr, &mh); in save_mmsgvec_namelen()
115 if (!fetched) in save_mmsgvec_namelen()
152 unsigned int i, fetched; in dumpiov_in_mmsghdr() local
155 for (i = 0; i < len; ++i, addr += fetched) { in dumpiov_in_mmsghdr()
156 fetched = fetch_struct_mmsghdr(tcp, addr, &mmsg); in dumpiov_in_mmsghdr()
157 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/u-boot/drivers/bios_emulator/x86emu/
Ddecode.c155 int fetched; in fetch_decode_modrm() local
159 fetched = (*sys_rdb)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP++)); in fetch_decode_modrm()
161 *mod = (fetched >> 6) & 0x03; in fetch_decode_modrm()
162 *regh = (fetched >> 3) & 0x07; in fetch_decode_modrm()
163 *regl = (fetched >> 0) & 0x07; in fetch_decode_modrm()
178 u8 fetched; in fetch_byte_imm() local
182 fetched = (*sys_rdb)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP++)); in fetch_byte_imm()
184 return fetched; in fetch_byte_imm()
199 u16 fetched; in fetch_word_imm() local
203 fetched = (*sys_rdw)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP)); in fetch_word_imm()
[all …]
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/
DSessionTest.java79 try (Tensor<Integer> fetched = in runUsingColonSeparatedNames() argument
82 assertArrayEquals(expected, fetched.copyTo(new int[2])); in runUsingColonSeparatedNames()
86 Tensor<Integer> fetched = in runUsingColonSeparatedNames() argument
95 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.pl296 my $fetched;
314 $fetched = 1;
334 if(!$fetched) {
356 $fetched = 1;
/external/tensorflow/tensorflow/contrib/distribute/python/
Dstrategy_test_lib.py141 fetched = d.extended.read_var(v)
142 before_list.append(fetched)
144 with ops.control_dependencies([fetched]):
194 fetched = d.extended.read_var(v)
195 before_list.append(fetched)
196 with ops.control_dependencies([fetched]):
Dcollective_all_reduce_strategy_test.py189 fetched = d.extended.read_var(v)
190 before_list.append(fetched)
191 with ops.control_dependencies([fetched]):
/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/tools/gcmole/
DBUILD.gn36 # This assumes gcmole tools have been fetched by a hook
/external/curl/docs/cmdline-opts/
Doutput.d10 being fetched. Like in:
/external/tensorflow/tensorflow/python/eager/
Dwrap_function.py200 def _structured_output_mapping(fetched): argument
201 lifted = lift_map[fetched]
/external/v8/gni/
Dv8.gni21 # Indicate if valgrind was fetched as a custom deps to make it available on
25 # Indicate if gcmole was fetched as a hook to make it available on swarming.
/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/brotli/fetch-spec/
Dshared-brotli-fetch-spec.txt55 [NOTE-BOX] If the dictionary is still being fetched, which happens in
57 once the dictionary is fetched
/external/tensorflow/tensorflow/core/protobuf/
Dmaster.proto109 // what nodes should be fetched.
127 // to but their outputs will not be fetched.
191 // steps, but their outputs will not be fetched.
/external/autotest/server/site_tests/moblab_RunSuite/
Dcontrol.smoke30 specified, the value will be fetched
Dcontrol.dummyServerNoSsp30 specified, the value will be fetched
Dcontrol.dummyServer31 specified, the value will be fetched
Dcontrol.bvt-inline31 specified, the value will be fetched
/external/autotest/server/site_tests/moblab_StorageQual/
Dcontrol33 specified, the value will be fetched

1234