HomeSort by relevance Sort by last modified time
    Searched refs:fetch (Results 26 - 50 of 108) sorted by null

12 3 4 5

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
task.rb 52 @name = options.fetch( :name, 'antlr-grammars' )
136 @antlr_jar = options.fetch( :antlr_jar, ANTLR3.antlr_jar )
137 @debug = options.fetch( :debug, false )
138 @trace = options.fetch( :trace, false )
139 @profile = options.fetch( :profile, false )
304 LANGUAGES.fetch( @language ).map do | ext |
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...]
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_mastergain_gnu.s 73 LDR r4, [pnInputBuffer], #4 @fetch 1st output sample
75 LDR r5, [pnInputBuffer], #4 @fetch 2nd output sample
ARM-E_filter_gnu.s 88 LDRSH tmp0, [pBuffer] @ fetch sample
98 LDRSH tmp1, [pBuffer, #NEXT_OUTPUT_PCM] @ fetch next sample
115 LDRGTSH tmp0, [pBuffer, #NEXT_OUTPUT_PCM] @ fetch next sample
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_mastergain_gnu.s 73 LDR r4, [pnInputBuffer], #4 @fetch 1st output sample
75 LDR r5, [pnInputBuffer], #4 @fetch 2nd output sample
ARM-E_filter_gnu.s 88 LDRSH tmp0, [pBuffer] @ fetch sample
98 LDRSH tmp1, [pBuffer, #NEXT_OUTPUT_PCM] @ fetch next sample
115 LDRGTSH tmp0, [pBuffer, #NEXT_OUTPUT_PCM] @ fetch next sample
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/mail/
Folder.java 116 * each fetch completes. Messages are downloaded as (as) lightweight (as
157 public abstract void fetch(Message[] messages, FetchProfile fp, method in class:Folder
  /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/v8/tools/
common-includes.sh 115 # Fetch unfetched revisions.
116 git svn fetch || die "'git svn fetch' failed."
  /external/webkit/Tools/QueueStatusServer/handlers/
queuestatus.py 65 return statuses.order("-date").fetch(15)
  /external/webkit/Tools/TestResultServer/model/
dashboardfile.py 50 return query.order("-date").fetch(limit)
testfile.py 76 files = query.order("-date").fetch(limit)
  /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/oprofile/events/i386/westmere/
unit_masks 125 0x01 hits L1I instruction fetch hits
126 0x02 misses L1I instruction fetch misses
128 0x04 cycles_stalled L1I instruction fetch stall cycles
158 0x10 ifetch_hit L2 instruction fetch hits
159 0x20 ifetch_miss L2 instruction fetch misses
169 0x04 ifetch L2 instruction fetch transactions
  /packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java 773 " UID FETCH 1 \\(UID FLAGS INTERNALDATE RFC822\\.SIZE BODY\\.PEEK\\[HEADER.FIELDS" +
776 "* 9 fETCH (uID 1 rFC822.sIZE 120626 iNTERNALDATE \"17-may-2010 22:00:15 +0000\"" +
    [all...]
  /external/oprofile/daemon/
opd_ibs.c 80 * This function converts IBS fetch event flags and values into
86 struct ibs_fetch_sample * trans_fetch = ((struct ibs_sample*)(trans->ext))->fetch;
121 struct ibs_fetch_sample * trans_fetch = ((struct ibs_sample*)(trans->ext))->fetch;
206 ((struct ibs_sample*)(trans->ext))->fetch = xmalloc(sizeof(struct ibs_fetch_sample));
207 trans_fetch = ((struct ibs_sample*)(trans->ext))->fetch;
539 // "fetch:event1,event2,....:count:um|op:event1,event2,.....:count:um"
544 if (!strncmp("fetch:", tok1, strlen("fetch:"))) {
546 tok1 = tok1 + strlen("fetch:");
692 printf("Nr. IBS Fetch samples : %lu (%lu entries)\n",
    [all...]
  /external/oprofile/events/mips/25K/
events 15 event:0x9 counters:0,1 um:zero minimum:500 name:FETCH_GROUPS_IN_PIPE : Fetch groups entering CPU execution pipes
36 event:0x12 counters:0,1 um:zero minimum:500 name:JTLB_MISSES_IFETCH : Raw count of Joint-TLB misses for instruction fetch
43 event:0x15 counters:0,1 um:zero minimum:500 name:JTLB_IFETCH_REFILL_EXCEPTIONS : Joint-TLB refill exceptions due to instruction fetch
  /external/webkit/Tools/QueueStatusServer/model/
attachment.py 111 all_work_items = WorkItems.all().fetch(limit=len(Queue.all()))
  /frameworks/native/opengl/libagl/
array.cpp 956 c->arrays.vertex.fetch(c, v->obj.v, vp);
973 c->arrays.vertex.fetch(c, v->obj.v, vp);
    [all...]
  /external/chromium/chrome/common/extensions/docs/server/
chromeextensionsdocs.py 45 # get page from memcache, or else fetch it from src
75 result = urlfetch.fetch(url + self.request.query_string)
165 result = urlfetch.fetch(url="https://tools.google.com/service/update2",

Completed in 321 milliseconds

12 3 4 5