/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 | 109 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/ |
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/u-boot/drivers/bios_emulator/x86emu/ |
D | decode.c | 155 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/ |
D | SessionTest.java | 79 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/ |
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 | 296 my $fetched; 314 $fetched = 1; 334 if(!$fetched) { 356 $fetched = 1;
|
/external/tensorflow/tensorflow/contrib/distribute/python/ |
D | strategy_test_lib.py | 141 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]):
|
D | collective_all_reduce_strategy_test.py | 189 fetched = d.extended.read_var(v) 190 before_list.append(fetched) 191 with ops.control_dependencies([fetched]):
|
/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/tools/gcmole/ |
D | BUILD.gn | 36 # This assumes gcmole tools have been fetched by a hook
|
/external/curl/docs/cmdline-opts/ |
D | output.d | 10 being fetched. Like in:
|
/external/tensorflow/tensorflow/python/eager/ |
D | wrap_function.py | 200 def _structured_output_mapping(fetched): argument 201 lifted = lift_map[fetched]
|
/external/v8/gni/ |
D | v8.gni | 21 # 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/ |
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/brotli/fetch-spec/ |
D | shared-brotli-fetch-spec.txt | 55 [NOTE-BOX] If the dictionary is still being fetched, which happens in 57 once the dictionary is fetched
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | master.proto | 109 // 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/ |
D | control.smoke | 30 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
|
D | control.bvt-inline | 31 specified, the value will be fetched
|
/external/autotest/server/site_tests/moblab_StorageQual/ |
D | control | 33 specified, the value will be fetched
|