HomeSort by relevance Sort by last modified time
    Searched defs:fetch (Results 1 - 25 of 181) sorted by null

1 2 3 4 5 6 7 8

  /external/skia/bin/
fetch-clang-format 17 def fetch(target): function
48 fetch('clang-format')
  /external/skqp/bin/
fetch-clang-format 17 def fetch(target): function
48 fetch('clang-format')
  /external/autotest/client/site_tests/security_OpenSSLBlacklist/
security_OpenSSLBlacklist.py 22 def fetch(self, blacklist='/dev/null'): member in class:security_OpenSSLBlacklist
46 # Fire up an openssl s_server and have curl fetch from it
53 self.fetch,
54 error.TestFail('Fetch without blacklist fails.'))
56 if self.fetch(b):
  /external/autotest/server/site_tests/provision_CheetsUpdate/lib/
build_artifact_fetcher.py 43 def fetch(self, remote_path, local_path): member in class:BuildArtifactFetcher
  /external/python/cpython2/Lib/idlelib/
IdleHistory.py 9 fetch - Fetch stored statement matching prefix already entered.
31 "Fetch later statement; start with ealiest if cyclic."
32 self.fetch(reverse=False)
36 "Fetch earlier statement; start with most recent."
37 self.fetch(reverse=True)
40 def fetch(self, reverse): member in class:History
41 '''Fetch statememt and replace current line in text widget.
  /external/python/cpython2/PCbuild/
get_externals.bat 3 rem Simple script to fetch source for external libraries
17 goto fetch
40 :fetch label
41 rem Fetch current versions
  /external/python/cpython3/Lib/idlelib/
history.py 10 fetch - Fetch stored statement matching prefix already entered.
32 "Fetch later statement; start with ealiest if cyclic."
33 self.fetch(reverse=False)
37 "Fetch earlier statement; start with most recent."
38 self.fetch(reverse=True)
41 def fetch(self, reverse): member in class:History
42 '''Fetch statememt and replace current line in text widget.
  /external/python/cpython3/PCbuild/
get_externals.bat 3 rem Simple script to fetch source for external libraries
17 goto fetch
40 :fetch label
41 rem Fetch current versions
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/lif/
link.go 27 func (ll *Link) fetch(s uintptr) { func
112 ll.fetch(ep.s)
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/lif/
link.go 27 func (ll *Link) fetch(s uintptr) { func
112 ll.fetch(ep.s)
  /external/ppp/pppd/plugins/pppoatm/
text2qos.c 19 #define fetch __atmlib_fetch macro
89 switch (fetch(text,"max_pcr=","pcr=","min_pcr=","max_sdu=","sdu=",
135 item = fetch(&text,"!none","ubr","cbr","vbr","abr","aal0","aal5",NULL);
160 switch (fetch(&text,"tx","rx",NULL)) {
162 if (!fetch(&text,":none",NULL)) {
176 if (fetch(&text,"rx",NULL)) return -1;
177 if (!fetch(&text,":none",NULL) && qos) qos->rxtp.traffic_class = ATM_NONE;
  /external/tensorflow/tensorflow/core/grappler/
grappler_item.h 34 // Models are represented by the combination of a graph, one of more fetch
46 std::vector<string> fetch; member in struct:tensorflow::grappler::GrapplerItem
  /hardware/google/av/codec2/vndk/bufferpool/
Connection.cpp 27 Return<void> Connection::fetch(uint64_t transactionId, uint32_t bufferId, fetch_cb _hidl_cb) { function in class:android::hardware::media::bufferpool::V1_0::implementation::Connection
31 status = mAccessor->fetch(
  /packages/apps/TV/common/src/com/android/tv/common/config/
DefaultConfigManager.java 38 public void fetch(OnRemoteConfigUpdatedListener listener) {} method in class:DefaultConfigManager.StubRemoteConfig
  /packages/apps/TV/common/src/com/android/tv/common/config/api/
RemoteConfig.java 32 /** Notified on successful completion of a {@link #fetch)} */
37 /** Starts a fetch and notifies {@code listener} on successful completion. */
38 void fetch(OnRemoteConfigUpdatedListener listener); method in interface:RemoteConfig
  /packages/apps/TV/tests/common/src/com/android/tv/testing/
FakeRemoteConfig.java 29 public void fetch(OnRemoteConfigUpdatedListener listener) {} method in class:FakeRemoteConfig
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_fetch.c 50 * Perform the fetch from API vertex elements & vertex buffers, to a
60 draw_pt_fetch_prepare(struct pt_fetch *fetch,
65 struct draw_context *draw = fetch->draw;
72 fetch->vertex_size = vertex_size;
138 if (!fetch->translate ||
139 translate_key_compare(&fetch->translate->key, &key) != 0)
142 fetch->translate = translate_cache_find(fetch->cache, &key);
148 draw_pt_fetch_run(struct pt_fetch *fetch,
153 struct draw_context *draw = fetch->draw
206 struct pt_fetch *fetch = CALLOC_STRUCT(pt_fetch); local
    [all...]
draw_vs_variant.c 42 /* A first pass at incorporating vertex fetch/emit functionality into
56 struct translate *fetch; member in struct:draw_vs_variant_generic
74 vsvg->fetch->set_buffer(vsvg->fetch,
168 vsvg->fetch->run_elts( vsvg->fetch,
236 vsvg->fetch->run( vsvg->fetch,
302 struct translate_key fetch, emit; local
320 /* Build free-standing fetch and emit functions
    [all...]
  /external/mesa3d/src/mesa/main/
texcompress.c 924 compressed_fetch_func fetch; local
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/util/
AppVersionFetcher.java 47 * Fetch application version string based on package name.
54 public static String fetch(ITestDevice device, String packageName, AppVersionInfo info) method in class:AppVersionFetcher
  /external/tensorflow/tensorflow/compiler/aot/
codegen_test.cc 169 tf2xla::Fetch* fetch = config.add_fetch(); local
170 fetch->mutable_id()->set_node_name("fetch0");
171 fetch->set_name("myfetch");
  /external/tensorflow/tensorflow/compiler/tf2xla/
tf2xla_util_test.cc 49 tf2xla::Fetch* fetch = config.add_fetch(); local
50 fetch->mutable_id()->set_node_name("baz");
51 fetch->mutable_id()->set_output_index(456);
52 fetch->set_name("baz_debug");
53 fetch = config.add_fetch();
54 fetch->mutable_id()->set_node_name("banana");
55 fetch->mutable_id()->set_output_index(0);
97 tf2xla::Fetch* fetch = config.add_fetch() local
118 tf2xla::Fetch* fetch = config.add_fetch(); local
142 tf2xla::Fetch* fetch = config.add_fetch(); local
154 auto* fetch = config.add_fetch(); local
    [all...]
  /packages/apps/Email/tests/src/com/android/emailcommon/mail/
MockFolder.java 64 public void fetch(Message[] messages, FetchProfile fp, MessageRetrievalListener listener) { method in class:MockFolder
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
fetch.go 42 // fetch any profiles.
60 p, pbase, m, mbase, save, err := grabSourcesAndBases(sources, bases, o.Fetch, o.Obj, o.UI)
123 func grabSourcesAndBases(sources, bases []profileSource, fetch plugin.Fetcher, obj plugin.ObjTool, ui plugin.UI) (*profile.Profile, *profile.Profile, plugin.MappingSources, plugin.MappingSources, bool, error) {
133 psrc, msrc, savesrc, countsrc, errsrc = chunkedGrab(sources, fetch, obj, ui)
137 pbase, mbase, savebase, countbase, errbase = chunkedGrab(bases, fetch, obj, ui)
149 return nil, nil, nil, nil, false, fmt.Errorf("failed to fetch any source profiles")
152 return nil, nil, nil, nil, false, fmt.Errorf("failed to fetch any base profiles")
167 func chunkedGrab(sources []profileSource, fetch plugin.Fetcher, obj plugin.ObjTool, ui plugin.UI) (*profile.Profile, plugin.MappingSources, bool, int, error) {
180 chunkP, chunkMsrc, chunkSave, chunkCount, chunkErr := concurrentGrab(sources[start:end], fetch, obj, ui)
204 func concurrentGrab(sources []profileSource, fetch plugin.Fetcher, obj plugin.ObjTool, ui plugin.UI) (*profile.Profile, plugin.MappingSources, bool, (…)
460 func fetch(source string, duration, timeout time.Duration, ui plugin.UI) (p *profile.Profile, src string, err error) { func
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
fetch.go 42 // fetch any profiles.
60 p, pbase, m, mbase, save, err := grabSourcesAndBases(sources, bases, o.Fetch, o.Obj, o.UI)
123 func grabSourcesAndBases(sources, bases []profileSource, fetch plugin.Fetcher, obj plugin.ObjTool, ui plugin.UI) (*profile.Profile, *profile.Profile, plugin.MappingSources, plugin.MappingSources, bool, error) {
133 psrc, msrc, savesrc, countsrc, errsrc = chunkedGrab(sources, fetch, obj, ui)
137 pbase, mbase, savebase, countbase, errbase = chunkedGrab(bases, fetch, obj, ui)
149 return nil, nil, nil, nil, false, fmt.Errorf("failed to fetch any source profiles")
152 return nil, nil, nil, nil, false, fmt.Errorf("failed to fetch any base profiles")
167 func chunkedGrab(sources []profileSource, fetch plugin.Fetcher, obj plugin.ObjTool, ui plugin.UI) (*profile.Profile, plugin.MappingSources, bool, int, error) {
180 chunkP, chunkMsrc, chunkSave, chunkCount, chunkErr := concurrentGrab(sources[start:end], fetch, obj, ui)
204 func concurrentGrab(sources []profileSource, fetch plugin.Fetcher, obj plugin.ObjTool, ui plugin.UI) (*profile.Profile, plugin.MappingSources, bool, (…)
460 func fetch(source string, duration, timeout time.Duration, ui plugin.UI) (p *profile.Profile, src string, err error) { func
    [all...]

Completed in 517 milliseconds

1 2 3 4 5 6 7 8