/external/curl/tests/data/ |
D | test1309 | 79 Tree look: 131 Tree look: 182 Tree look: 232 Tree look: 281 Tree look: 329 Tree look: 376 Tree look: 422 Tree look: 467 Tree look: 511 Tree look: [all …]
|
/external/libvorbis/lib/ |
D | floor0.c | 59 vorbis_look_floor0 *look=(vorbis_look_floor0 *)i; in floor0_free_look() local 60 if(look){ in floor0_free_look() 62 if(look->linearmap){ in floor0_free_look() 64 if(look->linearmap[0])_ogg_free(look->linearmap[0]); in floor0_free_look() 65 if(look->linearmap[1])_ogg_free(look->linearmap[1]); in floor0_free_look() 67 _ogg_free(look->linearmap); in floor0_free_look() 69 memset(look,0,sizeof(*look)); in floor0_free_look() 70 _ogg_free(look); in floor0_free_look() 112 vorbis_look_floor0 *look){ in floor0_map_lazy_init() argument 113 if(!look->linearmap[vb->W]){ in floor0_map_lazy_init() [all …]
|
D | res0.c | 81 vorbis_look_residue0 *look=(vorbis_look_residue0 *)i; in res0_free_look() local 86 for(j=0;j<look->parts;j++){ in res0_free_look() 89 if(look->training_data[k][j]){ in res0_free_look() 92 codebook *statebook=look->partbooks[j][k]; in res0_free_look() 95 sprintf(buffer,"res_sub%d_part%d_pass%d.vqd",look->submap,j,k); in res0_free_look() 99 fprintf(of,"%d:%ld\n",l,look->training_data[k][j][l]); in res0_free_look() 106 _ogg_free(look->training_data[k][j]); in res0_free_look() 107 look->training_data[k][j]=NULL; in res0_free_look() 112 fprintf(stderr,"min/max residue: %g::%g\n",look->tmin,look->tmax); in res0_free_look() 143 for(j=0;j<look->parts;j++) in res0_free_look() [all …]
|
D | floor1.c | 63 vorbis_look_floor1 *look=(vorbis_look_floor1 *)i; in floor1_free_look() local 64 if(look){ in floor1_free_look() 70 memset(look,0,sizeof(*look)); in floor1_free_look() 71 _ogg_free(look); in floor1_free_look() 202 vorbis_look_floor1 *look=_ogg_calloc(1,sizeof(*look)); in floor1_look() local 205 look->vi=info; in floor1_look() 206 look->n=info->postlist[1]; in floor1_look() 217 look->posts=n; in floor1_look() 224 for(i=0;i<n;i++)look->forward_index[i]=sortpointer[i]-info->postlist; in floor1_look() 226 for(i=0;i<n;i++)look->reverse_index[look->forward_index[i]]=i; in floor1_look() [all …]
|
D | codec_internal.h | 134 extern void _vp_global_free(vorbis_look_psy_global *look); 158 extern int *floor1_fit(vorbis_block *vb,vorbis_look_floor1 *look, 161 extern int *floor1_interpolate_fit(vorbis_block *vb,vorbis_look_floor1 *look, 165 vorbis_look_floor1 *look,
|
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/ |
D | test-trees.rb | 156 stream.look(index + 1).type.should == type 158 stream.look(100).type.should == EOF 175 13.times { stream.look(1); stream.consume } # consume until end 177 stream.look(1).type.should == EOF 178 stream.look(-1).type.should == UP 181 13.times { stream.look(1); stream.consume } # consume until end 183 stream.look(1).type.should == EOF 184 stream.look(-1).type.should == UP 202 stream.look(1).type.should == 107 208 stream.look(1).type.should == val [all …]
|
D | test-streams.rb | 86 @stream.look(1).should == 'o' 87 @stream.look(2).should == 'h' 88 @stream.look(3).should == "\n" 94 @stream.look(1).should == '!' 95 @stream.look(2).should == "\n" 96 @stream.look(3).should be_nil 223 @stream.look(1).should == 'a' 279 @stream.look.should == ANTLR3::EOF_TOKEN 286 @stream.look(1).type.should == 12 295 @stream.look(1).type.should == 13 [all …]
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/ |
D | ASTTreeParser.stg | 29 _save_last_<treeLevel> = _last = @input.look 64 _last = @input.look 69 _last = @input.look 95 _last = @input.look 115 _last = @input.look 130 _last = @input.look 155 _last = @input.look 175 _last = @input.look 192 _last = @input.look 207 _last = @input.look [all …]
|
/external/swiftshader/third_party/LLVM/utils/lit/lit/ |
D | TclUtil.py | 35 def look(self): member in TclLexer 81 elif c == '\\' and self.look() in '{}': 113 if self.look().isspace() or self.look() == ';': 125 elif c == '$' and not self.at_end() and (self.look().isalpha() or 126 self.look() == '{'): 145 if self.at_end() or self.look().isspace(): 154 c = self.look() 178 def look(self): member in TclExecCommand 199 if self.look() is None: 233 next = self.look()
|
D | ShUtil.py | 18 def look(self): member in ShLexer 50 c = self.look() 161 if self.look().isspace(): 179 def look(self): member in ShParser 195 tok = self.look() 222 if self.look() == ('!',): 227 while self.look() == ('|',): 235 while self.look(): 239 if not self.look():
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
D | LL1Analyzer.java | 153 LookaheadSet look = _FIRST(s, false); in FIRST() local 155 return look; in FIRST() 175 LookaheadSet look = _FIRST(s, true); in LOOK() local 177 if ( grammar.type!=Grammar.LEXER && look.member(Label.EOR_TOKEN_TYPE) ) { in LOOK() 180 f.orInPlace(look); in LOOK() 182 look = f; in LOOK() 185 else if ( grammar.type==Grammar.LEXER && look.member(Label.EOT) ) { in LOOK() 188 look = new LookaheadSet(IntervalSet.COMPLETE_SET); in LOOK() 191 System.out.println("< LOOK("+s+")="+look.toString(grammar)); in LOOK() 193 return look; in LOOK()
|
/external/syslinux/lzo/src/ |
D | lzo_swd.ch | 102 lzo_uint look; 308 s->look = (lzo_uint) (s->c->in_end - s->c->ip); 309 if (s->look > 0) 311 if (s->look > s->swd_f) 312 s->look = s->swd_f; 313 lzo_memcpy(&s_b(s)[s->ip],s->c->ip,s->look); 314 s->c->ip += s->look; 315 s->ip += s->look; 318 s->look = 0; 319 while (s->look < s->swd_f) [all …]
|
D | lzo_mchw.ch | 37 lzo_uint look; /* bytes in lookahead buffer */ 178 c->look = 0; 184 c->look = s->look + 1; 186 c->bp = c->ip - c->look; 190 if (c->m_len > SWD_THRESHOLD && c->m_len + 1 <= c->look)
|
/external/syslinux/gpxe/src/util/ |
D | nrv2b.c | 159 unsigned int look; /* bytes in lookahead buffer */ member 236 unsigned int look; member 411 s->look = (unsigned int) (s->c->in_end - s->c->ip); in swd_init() 412 if (s->look > 0) in swd_init() 414 if (s->look > s->f) in swd_init() 415 s->look = s->f; in swd_init() 416 memcpy(&s->b[s->ip],s->c->ip,s->look); in swd_init() 417 s->c->ip += s->look; in swd_init() 418 s->ip += s->look; in swd_init() 423 if (s->look >= 2 && s->dict_len > 0) in swd_init() [all …]
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/ |
D | TreeParser.js | 56 var look = this.input.LT(1); 57 if ( this.input.getTreeAdaptor().getChildCount(look)===0 ) { 64 tokenType = this.input.getTreeAdaptor().getType(look); 69 look = this.input.LT(1); 70 tokenType = this.input.getTreeAdaptor().getType(look);
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
D | streams.rb | 411 def look( k = 1 ) # for 1.9 singletonMethod in ANTLR3.StringStream 446 def look( k = 1 ) # for 1.8 singletonMethod in ANTLR3.StringStream 518 alias >> look 926 tk = look( k ) and return( tk.type ) 932 def look( k = 1 ) method in ANTLR3.StringStream.CommonTokenStream 937 alias >> look 1026 while token = look and token.type != EOF 1072 tk = look( -1 ) and string << " #{ tk.inspect } <--" 1073 tk = look( 1 ) and string << " --> #{ tk.inspect }"
|
D | debug.rb | 346 def look( steps = 1 ) method 349 @debug_listener.look( steps, token ) 354 look( steps ).type 452 def look( i, tree ) method
|
/external/llvm/utils/lit/lit/ |
D | ShUtil.py | 19 def look(self): member in ShLexer 51 c = self.look() 164 if self.look().isspace(): 182 def look(self): member in ShParser 198 tok = self.look() 227 while self.look() == ('|',): 235 while self.look(): 239 if not self.look():
|
/external/pdfium/third_party/libjpeg/ |
D | jdhuff.h | 177 { register int nb, look; \ 185 look = PEEK_BITS(HUFF_LOOKAHEAD); \ 186 if ((nb = htbl->look_nbits[look]) != 0) { \ 188 result = htbl->look_sym[look]; \
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
D | TreeParser.java | 103 Object look = input.LT(1); in matchAny() local 104 if ( input.getTreeAdaptor().getChildCount(look)==0 ) { in matchAny() 111 int tokenType = input.getTreeAdaptor().getType(look); in matchAny() 114 look = input.LT(1); in matchAny() 115 tokenType = input.getTreeAdaptor().getType(look); in matchAny()
|
/external/libjpeg-turbo/ |
D | jdhuff.h | 191 { register int nb, look; \ 199 look = PEEK_BITS(HUFF_LOOKAHEAD); \ 200 if ((nb = (htbl->lookup[look] >> HUFF_LOOKAHEAD)) <= HUFF_LOOKAHEAD) { \ 202 result = htbl->lookup[look] & ((1 << HUFF_LOOKAHEAD) - 1); \
|
/external/guice/extensions/persist/lib/ |
D | antlr-2.7.5h3.jar | ... )
public void generate ()
public antlr.Lookahead look (int)
public java.lang.String toString ... |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/ |
D | debug.rb | 125 def look( i = 1 ) method in ANTLR3.Debug.TreeNodeStream 130 @debug_listener.look( i, node ) 139 @debug_listener.look( i, node )
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/ |
D | rule-tracer.rb | 33 input_symbol = @input.look || :EOF 48 input_symbol = ( @input.look || :EOF )
|
/external/selinux/mcstrans/ |
D | TODO | 3 In compute_raw_from_trans look for conflicting bit patterns and report errors. 5 In emit_whitespace look at whitespace characters for any regex special character and escape them.
|