HomeSort by relevance Sort by last modified time
    Searched refs:fetched (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/google-breakpad/src/common/windows/
dia_util.cc 45 ULONG fetched = 0; local
46 while (SUCCEEDED(enum_debug_streams->Next(1, &temp_debug_stream, &fetched)) &&
47 fetched == 1) {
77 ULONG fetched = 0; local
78 while (SUCCEEDED(enum_tables->Next(1, &temp_table, &fetched)) &&
79 fetched == 1) {
omap.cc 233 ULONG fetched = 0; local
234 while (SUCCEEDED(enum_segments->Next(1, &segment, &fetched)) &&
235 fetched == 1) {
  /external/tensorflow/tensorflow/python/util/
example_parser_configuration.py 72 fetched = sess.run(fetch_list)
74 if len(fetched) != len(fetch_list):
75 raise ValueError("len(fetched) does not match len(fetch_list) "
76 "(%d vs %d)" % (len(fetched), len(fetch_list)))
91 key = fetched[dense_keys_start + i]
93 # Convert the default value numpy array fetched from the session run
98 tensor_util.make_tensor_proto(fetched[dense_def_start + i]))
111 key = fetched[sparse_keys_start + i]
  /system/libvintf/test/
utils-fake.h 34 ON_CALL(*this, fetch(_, _)).WillByDefault(Invoke([this](const auto& path, auto& fetched) {
35 return real_.fetchInternal(path, fetched, nullptr);
43 MOCK_METHOD2(fetch, status_t(const std::string& path, std::string& fetched));
46 status_t fetch(const std::string& path, std::string& fetched, std::string*) override final {
47 return fetch(path, fetched);
vintf_object_tests.cpp 300 .WillByDefault(Invoke([vendorManifestXml](const std::string& path, std::string& fetched) {
302 fetched = vendorManifestXml;
306 .WillByDefault(Invoke([systemManifestXml](const std::string& path, std::string& fetched) {
308 fetched = systemManifestXml;
314 .WillByDefault(Invoke([vendorMatrixXml](const std::string& path, std::string& fetched) {
316 fetched = vendorMatrixXml;
320 .WillByDefault(Invoke([systemMatrixXml](const std::string& path, std::string& fetched) {
322 fetched = systemMatrixXml;
376 // Expect that a file exist and should be fetched once.
385 // Expect that a file exist and can be fetched 0 or more times
    [all...]
  /system/libvintf/
utils.h 41 status_t fetchInternal(const std::string& path, std::string& fetched, std::string* error) {
54 fetched = ss.str();
58 virtual status_t fetch(const std::string& path, std::string& fetched, std::string* error) {
59 return fetchInternal(path, fetched, error);
61 virtual status_t fetch(const std::string& path, std::string& fetched) {
62 return fetchInternal(path, fetched, nullptr);
check_vintf.cpp 54 virtual status_t fetch(const std::string& path, std::string& fetched, std::string* error) {
55 return HostFileFetcher::fetchInternal(path, fetched, error);
57 virtual status_t fetch(const std::string& path, std::string& fetched) {
58 return HostFileFetcher::fetchInternal(path, fetched, nullptr);
68 status_t fetchInternal(const std::string& path, std::string& fetched, std::string* error) {
69 status_t status = FileFetcher::fetchInternal(mRootDir + path, fetched, error);
  /external/strace/
mmsghdr.c 114 unsigned int i, fetched; local
116 for (i = 0; i < len; ++i, addr += fetched) {
119 fetched = fetch_struct_mmsghdr(tcp, addr, &mh);
120 if (!fetched)
157 unsigned int i, fetched; local
160 for (i = 0; i < len; ++i, addr += fetched) {
161 fetched = fetch_struct_mmsghdr(tcp, addr, &mmsg);
162 if (!fetched)
  /external/tensorflow/tensorflow/go/op/
op_test.go 84 fetched, err := sess.Run(feeds, []tf.Output{z}, nil)
88 if got, want := len(fetched), 1; got != want {
89 t.Fatalf("Fetched %d tensors, expected %d", got, want)
91 if got, want := fetched[0].Value().([]int32), []int32{14}; len(got) != len(want) || len(got) != 1 || got[0] != want[0] {
  /external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/
SessionTest.java 81 try (Tensor<Integer> fetched =
84 assertArrayEquals(expected, fetched.copyTo(new int[2]));
88 Tensor<Integer> fetched =
97 assertArrayEquals(expected, fetched.copyTo(new int[4]));
  /external/curl/docs/cmdline-opts/
output.d 10 being fetched. Like in:
write-out.d 138 The URL that was fetched last. This is most meaningful if you've told curl
  /external/curl/lib/
mk-ca-bundle.pl 295 my $fetched;
313 $fetched = 1;
332 # If nothing was fetched then use LWP
333 if(!$fetched) {
355 $fetched = 1;
  /external/tensorflow/tensorflow/python/debug/lib/
stepper.py 141 # Sorted transitive closure of the fetched node.
401 tree to the fetched graph element of this stepper instance.
458 target: A single fetched Tensor or Op, or a name (str) representing the
560 fetched = self._sess.graph.as_graph_element(target_name)
561 elem_stack = [fetched]
660 if isinstance(fetched, ops.Operation):
661 # The fetched is an Operation: Will not get tensor handle.
662 self._sess.run(fetched, feed_dict=feeds, options=run_options)
667 tensors_to_get_handles_for = [fetched]
    [all...]
  /external/llvm/tools/llvm-go/
llvm-go.go 11 // $GOPATH that resembles a tree fetched in the normal way with "go get".
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/driver/
driver.go 105 // the specified duration and timeout. It returns the fetched
107 // was fetched, which may be different than src.
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/driver/
driver.go 105 // the specified duration and timeout. It returns the fetched
107 // was fetched, which may be different than src.
  /external/nanohttpd/
README.md 217 The latest Github master version can be fetched through sonatype.org:
  /external/nanohttpd/src/site/markdown/
index.md 213 The latest Github master version can be fetched through sonatype.org:
  /external/python/cpython2/PCbuild/
build.bat 19 echo. -e Build external libraries fetched by get_externals.bat
  /external/python/cpython3/PCbuild/
build.bat 20 echo. -e Build external libraries fetched by get_externals.bat
  /prebuilts/go/darwin-x86/src/net/
interface.go 180 lastFetched time.Time // last time routing information was fetched
  /prebuilts/go/linux-x86/src/net/
interface.go 180 lastFetched time.Time // last time routing information was fetched
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msctf.h 612 ULONG *fetched) = 0;
649 ULONG *fetched);
672 #define IEnumTfFunctionProviders_Next(This,count,prov,fetched) (This)->lpVtbl->Next(This,count,prov,fetched)
690 static FORCEINLINE HRESULT IEnumTfFunctionProviders_Next(IEnumTfFunctionProviders* This,ULONG count,ITfFunctionProvider **prov,ULONG *fetched) {
691 return This->lpVtbl->Next(This,count,prov,fetched);
716 ULONG *fetched);
    [all...]
  /external/autotest/client/common_lib/cros/
arc.py 610 """"Install apks fetched from the specified package folder.

Completed in 919 milliseconds

1 2 3