Searched defs:fetch (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Durlfetcher.py35 """Class with restricted interface to fetch URLs (makes testing easier)"""
39 def fetch(self, url): member in class:UrlFetcher
52 contents = self.fetch(url)
H A Durlfetcher_mock.py37 def fetch(self, url): member in class:make_fetcher_cls.MockFetcher
42 f.write(self.fetch(url))
/external/oprofile/daemon/
H A Dopd_ibs.h32 struct ibs_fetch_sample * fetch; member in struct:ibs_sample
37 * This struct represents the hardware-level IBS fetch information.
85 * Handle an IBS fetch sample escape code sequence. An IBS fetch sample
90 * entries are needed in order to process a complete IBS fetch sample.
98 * IBS fetch IBS op
/external/ppp/pppd/plugins/pppoatm/
H A Dtext2qos.c19 #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/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DBufferedTokenStream.java127 if ( n > 0 ) fetch(n);
131 protected void fetch(int n) { method in class:BufferedTokenStream
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtemplate.rb39 templates = @templates || options.fetch( :templates ) do
53 @templates.fetch( name, values )
95 namespace = options.fetch( :namespace, ::Object )
108 namespace = options.fetch( :namespace, ::Object )
131 def fetch( name, values = {} ) method in class:ANTLR3.Template
132 self::TEMPLATES.fetch( name.to_s ).new( values )
156 context = self::TEMPLATES.fetch( old_name.to_s ) do
317 param.splat = options.fetch( :splat, false )
318 param.block = options.fetch( :block, false )
/external/valgrind/main/coregrind/m_gdbserver/
H A Dregcache.c46 int fetch)
55 /* FIXME - fetch registers for INF */
56 if (fetch && regcache->registers_valid == 0) {
203 unsigned char *register_data (int n, int fetch) argument
206 = get_regcache (current_inferior, fetch)->registers;
211 unsigned char *register_data_for_supply (int n, int fetch, Bool *mod) argument
214 = get_regcache (current_inferior, fetch);
45 get_regcache(struct thread_info *inf, int fetch) argument
/external/chromium/chrome/browser/extensions/
H A Dextension_updater.cc341 ManifestFetchData* fetch = NULL; local
354 fetch = existing_iter->second;
359 if (!fetch) {
360 fetch = new ManifestFetchData(update_url);
361 fetches_.insert(std::pair<GURL, ManifestFetchData*>(update_url, fetch));
362 bool added = fetch->AddExtension(id, version.GetString(), ping_data,
711 // available, we want to fire off requests to fetch those updates.
720 VLOG(1) << "Failed to fetch manifest '" << url.possibly_invalid_spec()
741 // below if they actually have updates we need to fetch and install).
838 VLOG(1) << "Failed to fetch extensio
[all...]
/external/chromium/chrome/browser/sync/syncable/
H A Ddirectory_backing_store.cc914 SQLStatement fetch; local
915 fetch.prepare(load_dbhandle_,
918 if (SQLITE_ROW != fetch.step())
920 int64 last_sync_timestamp = fetch.column_int64(0);
921 bool initial_sync_ended = fetch.column_bool(1);
922 if (SQLITE_DONE != fetch.step())
/external/webkit/Tools/Scripts/webkitpy/thirdparty/
H A DBeautifulSoup.py793 fetch = findAll variable in class:Tag
1457 always fetch it and parse it explicitly.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jar ... eclipse/pde/internal/build/builder/ org/eclipse/pde/internal/build/fetch/ org/eclipse/pde/internal/build/packager/ org/eclipse/pde/internal ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jar ... p2.repository.artifact.IArtifactRepository[] repositories private void fetch (org.eclipse.equinox.p2.repository. ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 562 milliseconds