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

1 2 34 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
streams.rb 400 @position = options.fetch :position, 0
401 @line = options.fetch :line, 1
402 @column = options.fetch :column, 0
435 @position = options.fetch :position, 0
436 @line = options.fetch :line, 1
437 @column = options.fetch :column, 0
787 @channel = options.fetch( :channel ) { stream.channel or DEFAULT_CHANNEL }
788 @source_name = options.fetch( :source_name ) { stream.source_name }
792 @channel = options.fetch( :channel, DEFAULT_CHANNEL )
793 @source_name = options.fetch( :source_name ) { @token_source.source_name rescue nil
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
insns16-s-unit-pcrel.d 24 [0-9a-f]+[02468ace] <[^>]*> efe08000[ \t]+<fetch packet header 0xefe08000>
39 [0-9a-f]+[02468ace] <[^>]*> efe08000[ \t]+<fetch packet header 0xefe08000>
54 [0-9a-f]+[02468ace] <[^>]*> efe08000[ \t]+<fetch packet header 0xefe08000>
69 [0-9a-f]+[02468ace] <[^>]*> efe08000[ \t]+<fetch packet header 0xefe08000>
84 [0-9a-f]+[02468ace] <[^>]*> efe08000[ \t]+<fetch packet header 0xefe08000>
  /art/compiler/optimizing/
induction_var_range.cc 352 HInstruction* fetch,
358 ReplaceInduction(induction_analysis_->LookupInfo(lp, instruction), fetch, replacement);
360 ReplaceInduction(induction_analysis_->LookupInfo(lp, GetLoopControl(lp)), fetch, replacement);
390 *offset = info->op_b->fetch;
433 // A direct 32-bit or 64-bit constant fetch. This immediately satisfies
437 if (IsInt64AndGet(info->fetch, value)) {
499 return info->fetch->GetBlock()->GetLoopInformation() != nullptr;
628 IsInt64AndGet(info->fetch, &f) && f >= 1) {
646 if (chase_hint_ == nullptr && in_body && trip != nullptr && instruction == trip->op_a->fetch) {
660 // At hint, fetch is represented by itself
    [all...]
induction_var_range.h 133 void Replace(HInstruction* instruction, HInstruction* fetch, HInstruction* replacement);
311 HInstruction* fetch,
  /external/skia/src/effects/
SkMatrixConvolutionImageFilter.cpp 125 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { function in class:UncheckedPixelFetcher
132 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { function in class:ClampPixelFetcher
141 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { function in class:RepeatPixelFetcher
156 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { function in class:ClampToBlackPixelFetcher
180 SkPMColor s = PixelFetcher::fetch(src,
200 a = SkGetPackedA32(PixelFetcher::fetch(src, x, y, bounds));
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
AlbumArtCache.java 80 public void fetch(final String artUrl, final FetchListener listener) { method in class:AlbumArtCache
81 // WARNING: for the sake of simplicity, simultaneous multi-thread fetch requests
91 LogHelper.d(TAG, "getOrFetch: starting asynctask to fetch ", artUrl);
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBufferedTokenStream.h 79 - (void) fetch:(NSInteger) n;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBufferedTokenStream.h 79 - (void) fetch:(NSInteger) n;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBufferedTokenStream.h 79 - (void) fetch:(NSInteger) n;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBufferedTokenStream.h 82 - (void) fetch:(NSInteger) n;
  /external/mesa3d/src/mesa/main/
texcompress.c 924 compressed_fetch_func fetch; local
    [all...]
  /external/protobuf/ruby/lib/google/protobuf/
repeated_field.rb 73 :cycle, :dig, :drop, :drop_while, :eql?, :fetch, :find_index, :flatten,
  /external/syslinux/gpxe/src/interface/smbios/
smbios_settings.c 67 * Fetch value of SMBIOS setting
70 * @v setting Setting to fetch
122 .fetch = smbios_fetch,
  /frameworks/native/cmds/lshal/
ListCommand.h 44 Status fetch();
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
AlbumArtCache.java 81 public void fetch(final String artUrl, final FetchListener listener) { method in class:AlbumArtCache
82 // WARNING: for the sake of simplicity, simultaneous multi-thread fetch requests
92 Log.d(TAG, "getOrFetch: starting asynctask to fetch " + artUrl);
  /packages/apps/Dialer/java/com/android/voicemail/impl/fetch/
VoicemailFetchedCallback.java 16 package com.android.voicemail.impl.fetch;
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Folder.java 118 * each fetch completes. Messages are downloaded as (as) lightweight (as
163 public abstract void fetch(Message[] messages, FetchProfile fp, method in class:Folder
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
BufferedTokenStream.java 127 if ( n > 0 ) fetch(n);
131 protected void fetch(int n) { method in class:BufferedTokenStream
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
Token.js 28 * will avoid creating a token for this symbol and try to fetch another.
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteRuleSubtreeStream.js 30 // test size above then fetch
  /external/glide/
update_files.sh 28 # Validate that the thing we were given to checkout exists and fetch it if it
30 git fetch bump ${GLIDE_BRANCH} || exit 1
39 # FETCH_HEAD defined by the fetch of the tag/branch above
79 # FETCH_HEAD defined by the fetch of the tag/branch above
  /external/skia/fuzz/
coverage 35 bin/fetch-gn
  /external/vulkan-validation-layers/build-android/
update_external_sources_android.bat 209 git fetch --all
234 git fetch --all
259 git fetch --all
284 git fetch --all
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_fetch_shade_pipeline_llvm.c 48 struct pt_fetch *fetch; member in struct:llvm_middle_end
400 /* Finished with fetch and vs:
589 if (fpme->fetch)
590 draw_pt_fetch_destroy( fpme->fetch );
627 fpme->fetch = draw_pt_fetch_create( draw );
628 if (!fpme->fetch)
  /packages/apps/Dialer/java/com/android/voicemail/impl/imap/
ImapHelper.java 34 import com.android.voicemail.impl.fetch.VoicemailFetchedCallback;
201 * Fetch a list of voicemails from the server.
235 * Extract voicemail details from the message structure. Also fetch transcription if a
247 mFolder.fetch(new Message[] {messageDetails}, fetchProfile, listener);
307 // The IMAP folder fetch method will call "messageRetrieved" on the listener when the
309 mFolder.fetch(new Message[] {message}, fetchProfile, listener);
347 mFolder.fetch(new Message[] {message}, fetchProfile, listener);
373 mFolder.fetch(new Message[] {message}, fetchProfile, listener);
595 /** Returns the fetch voicemail payload. */

Completed in 575 milliseconds

1 2 34 5 6 7 8 91011>>