HomeSort by relevance Sort by last modified time
    Searched refs:fetch (Results 126 - 150 of 324) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/autotest/utils/
external_packages.py 17 """Failed to fetch a package from any of its listed URLs."""
48 Defines an external package with URLs to fetch its sources from and
216 raise Error('Must call fetch() first. - %s' % self.name)
507 def fetch(self, dest_dir): member in class:ExternalPackage
509 Fetch the package from one its URLs and save it in dest_dir.
512 matches this code will not fetch it again.
545 logging.warning('Could not fetch %s package from %s.',
742 """Fetch and extract a local copy of GWT used to build the frontend."""
1086 def fetch(self, unused_dest_dir): member in class:_ExternalGitRepo
1099 def fetch(self, unused_dest_dir): member in class:HdctoolsRepo
1202 def fetch(self, unused_dest_dir): member in class:BtsocketRepo
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_private.h 276 struct translate *fetch; member in struct:draw_context::__anon27532
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_s3tc.c 164 * Pixel fetch.
244 util_format_dxtn_fetch_t fetch,
255 fetch(0, src, i, j, dst);
321 util_format_dxtn_fetch_t fetch,
332 fetch(0, src, i, j, tmp);
  /external/skia/tools/
build_command_buffer.py 45 help='Don\'t run git fetch or gclient sync in the Chromium tree')
96 subprocess.check_call(['git', 'fetch'], cwd=chrome_src_dir)
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_voice_gain_gnu.s 146 LDRSH tmp0, [pInputBuffer], #NEXT_OUTPUT_PCM @ fetch voice output
  /external/syslinux/gpxe/src/include/gpxe/
settings.h 58 /** Fetch value of setting
61 * @v setting Setting to fetch
69 int ( * fetch ) ( struct settings *settings, struct setting *setting, member in struct:settings_operations
123 /** Fetch and format value of setting
126 * @v setting Setting to fetch
298 * Fetch and format value of setting
301 * @v setting Setting to fetch
327 * @v setting Setting to fetch
  /packages/apps/Dialer/java/com/android/voicemail/impl/fetch/
FetchVoicemailReceiver.java 16 package com.android.voicemail.impl.fetch;
94 // Ignore if the fetch request is for a voicemail not from this package.
128 // can happen when trying to fetch voicemails from a SIM that is no longer on the
141 VvmLog.i(TAG, "Requesting network to fetch voicemail");
214 VvmLog.i(TAG, "fetch voicemail failed, retrying");
  /prebuilts/go/darwin-x86/test/
index.go 182 // Direct value, fetch from struct, fetch from struct pointer.
  /prebuilts/go/linux-x86/test/
index.go 182 // Direct value, fetch from struct, fetch from struct pointer.
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
intermediate.h 755 bool fetch; member in struct:glslang::TCrackedTextureOp
786 cracked.fetch = false;
829 cracked.fetch = true;
835 cracked.fetch = true;
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
insns-c674x-pcrel.d 196 0+33c <[^>]*> e0000000[ \t]+<fetch packet header 0xe0000000>
199 0+35c <[^>]*> e0000000[ \t]+<fetch packet header 0xe0000000>
  /external/autotest/scheduler/
monitor_db.py 524 queue_entries = scheduler_models.HostQueueEntry.fetch(
663 for entry in scheduler_models.HostQueueEntry.fetch(where="status = '%s'"
695 queue_entries = scheduler_models.HostQueueEntry.fetch(
755 for host in scheduler_models.Host.fetch(where=full_where):
    [all...]
host_scheduler_unittests.py 330 hqe = scheduler_models.HostQueueEntry.fetch(where='job_id=%s',
344 hqe = scheduler_models.HostQueueEntry.fetch(where='job_id=%s',
scheduler_models_unittest.py 225 hqes = list(scheduler_models.HostQueueEntry.fetch(where='job_id=%d' % job.id))
331 queue_entry = scheduler_models.HostQueueEntry.fetch('id = 1')[0]
  /external/vulkan-validation-layers/
update_external_sources.bat 218 git fetch --all
248 git fetch --all
251 git fetch --all
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_bc.h 595 unsigned fetch; member in struct:r600_sb::shader_stats
601 fetch_clauses(), fetch(), alu_groups(), shaders() {}
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
MediaNotificationManager.java 262 // async fetch the album art icon
341 AlbumArtCache.getInstance().fetch(bitmapUrl, new AlbumArtCache.FetchListener() {
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/template-output/
template-output.rb 15 rule = options.fetch( :rule ) { grammar_module::Parser.default_rule }
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
MediaNotificationManager.java 261 // async fetch the album art icon
337 AlbumArtCache.getInstance().fetch(bitmapUrl, new AlbumArtCache.FetchListener() {
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
recognizers.rb 160 "#{ name } = " << defaults.fetch( name, 'nil' )
362 @error_output = options.fetch( :error_output, $stderr )
861 @state.rule_memory.fetch( rule ) do
945 to fetch a token. The primary method in the lexer API, #next_token, uses
946 #m_tokens to fetch the next token and drive the iteration.
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-trees.rb 818 @wizard.in_context?( labels.fetch( 'x' ), 'VEC' ).should be_true
828 @wizard.in_context?( labels.fetch( 'x' ), 'VEC' ).should be_false
840 node = labels.fetch( 'x' )
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_compiler.c 62 * And some instructions (texture fetch) cannot write directly to
256 instr->fetch.opc = VTX_FETCH;
283 * R0 could be clobbered after the vertex fetch instructions.. so we
286 * TODO: maybe the vertex fetch part could fetch first input into R0 as
287 * the last vtx fetch instruction, which would let us use the same
792 instr->fetch.opc = TEX_FETCH;
793 instr->fetch.is_cube = (inst->Texture.Texture == TGSI_TEXTURE_3D);
796 /* save off the tex fetch to be patched later with correct const_idx: */
811 /* TODO we need some way to know if the tex fetch needs to sync on alu pipe.. *
    [all...]
  /external/syslinux/gpxe/src/core/
settings.c 157 * Fetch value of generic setting
160 * @v setting Setting to fetch
205 .fetch = generic_settings_fetch,
528 * Fetch value of setting
531 * @v setting Setting to fetch
552 if ( ! settings->op->fetch )
556 if ( ( ret = settings->op->fetch ( settings, setting,
571 * Fetch length of setting
574 * @v setting Setting to fetch
585 * Fetch value of string settin
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/
driver.go 6 // parameterized with a flag implementation, fetch and symbolize
37 func PProf(flagset plugin.FlagSet, fetch plugin.Fetcher, sym plugin.Symbolizer, obj plugin.ObjTool, ui plugin.UI, overrides commands.Commands) error {
66 // Fetch profiles.
73 p, grabErr := grabProfile(src, f.profileExecName, *f.flagBuildID, fetch, sym, obj, ui, f)
97 // Fetch base profile and subtract from current profile.
98 base, err := grabProfile(*f.flagBase, f.profileExecName, *f.flagBuildID, fetch, sym, obj, ui, f)
337 func grabProfile(source, exec, buildid string, fetch plugin.Fetcher, sym plugin.Symbolizer, obj plugin.ObjTool, ui plugin.UI, f *flags) (*profile.Profile, error) {
349 // Fetch profile from source.
351 p, err := fetch(source, duration+duration/2, ui)
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/driver/
driver.go 6 // parameterized with a flag implementation, fetch and symbolize
37 func PProf(flagset plugin.FlagSet, fetch plugin.Fetcher, sym plugin.Symbolizer, obj plugin.ObjTool, ui plugin.UI, overrides commands.Commands) error {
66 // Fetch profiles.
73 p, grabErr := grabProfile(src, f.profileExecName, *f.flagBuildID, fetch, sym, obj, ui, f)
97 // Fetch base profile and subtract from current profile.
98 base, err := grabProfile(*f.flagBase, f.profileExecName, *f.flagBuildID, fetch, sym, obj, ui, f)
337 func grabProfile(source, exec, buildid string, fetch plugin.Fetcher, sym plugin.Symbolizer, obj plugin.ObjTool, ui plugin.UI, f *flags) (*profile.Profile, error) {
349 // Fetch profile from source.
351 p, err := fetch(source, duration+duration/2, ui)

Completed in 727 milliseconds

1 2 3 4 56 7 8 91011>>