Searched defs:look (Results 1 - 20 of 20) sorted by relevance

/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
H A Dinteractive.rb112 def look( i = 1 ) method in class:ANTLR3.InteractiveStringStream
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Dtrace-event-listener.rb57 def look( i, tree ) method in class:ANTLR3.Debug.TraceEventListener
H A Devent-hub.rb159 def look( i, tree ) method in class:ANTLR3.Debug.EventHub
161 listener.look( i, tree )
H A Dsocket.rb137 def look( i, item ) method in class:ANTLR3.Debug.EventSocketProxy
143 transmit "%s\t%i\t%s", :look, i, serialize_token( item )
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
H A Ddebug.rb125 def look( i = 1 ) method in class:ANTLR3.Debug.TreeNodeStream
130 @debug_listener.look( i, node )
139 @debug_listener.look( i, node )
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dprofile.rb205 # tracks the maximum look value for the current decision
299 def look( i, token ) method in class:ANTLR3.Profile.Profiler
H A Dstreams.rb90 === consume / look / peek
96 to a recognizer at look-ahead position specified by <tt>k</tt>. For
102 <tt>stream.look(k = 1)</tt> is used to retrieve the full object of interest at
103 look-ahead position specified by <tt>k</tt>. While <tt>peek</tt> provides the
105 <tt>look</tt> provides the <i>full object of concern</i> in the stream. For
112 implemented by some method with a name like <tt>LA(k)</tt> and <tt>look</tt> is
115 un-Ruby-like. Thus, I chose <tt>peek</tt> and <tt>look</tt> to represent a
116 quick-look (peek) and a full-fledged look-ahead operation (look)
411 def look( k = 1 ) # for 1.9 method in class:ANTLR3.that.StringStream
446 def look( k = 1 ) # for 1.8 method in class:ANTLR3.that.StringStream
932 def look( k = 1 ) method in class:ANTLR3.that.CommonTokenStream
[all...]
H A Ddebug.rb346 def look( steps = 1 ) method in class:ANTLR3.Debug.TokenStream
349 @debug_listener.look( steps, token )
354 look( steps ).type
417 # so that a GUI can easily track what look/consume events are
446 # triggered by both peek and look calls. The debugger will want to know
448 # what token was seen at that depth. A remote debugger cannot look
449 # ahead into a file it doesn't have so look events must pass the token
452 def look( i, tree ) method in class:ANTLR3.Debug.EventListener
456 # The parser is going to look arbitrarily ahead; mark this location,
463 # After an arbitrairly long look a
[all...]
H A Dtree.rb136 look, adaptor = @input.look, @input.tree_adaptor
137 if adaptor.child_count( look ) == 0
178 super( rule_name, rule_index, @input.look )
182 super( rule_name, rule_index, @input.look )
953 of the next node. #look returns the next full tree node.
963 abstract :look
1052 def look( k = 1 ) method in class:ANTLR3.CommonTree.TreeAdaptor.CommonTreeNodeStream
1062 look
1096 @adaptor.type_of look(
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
H A DBillboardControl.java53 private Vector3f look; field in class:BillboardControl
85 look = new Vector3f();
149 look.set(camera.getLocation()).subtractLocal(
153 // The xzp vector is the projection of the look vector on the xz plane
154 xzp.set(look.x, 0, look.z);
161 look.normalizeLocal();
163 float cosp = look.dot(xzp);
167 orient.set(0, 1, xzp.x * -look.y);
171 orient.set(1, 2, look
[all...]
/external/libvorbis/lib/
H A Dfloor0.c59 vorbis_look_floor0 *look=(vorbis_look_floor0 *)i; local
60 if(look){
62 if(look->linearmap){
64 if(look->linearmap[0])_ogg_free(look->linearmap[0]);
65 if(look->linearmap[1])_ogg_free(look->linearmap[1]);
67 _ogg_free(look->linearmap);
69 memset(look,0,sizeof(*look));
110 floor0_map_lazy_init(vorbis_block *vb, vorbis_info_floor *infoX, vorbis_look_floor0 *look) argument
147 vorbis_look_floor0 *look=_ogg_calloc(1,sizeof(*look)); local
158 vorbis_look_floor0 *look=(vorbis_look_floor0 *)i; local
195 vorbis_look_floor0 *look=(vorbis_look_floor0 *)i; local
[all...]
H A Dbackends.h33 vorbis_look_floor *(*look) (vorbis_dsp_state *,vorbis_info_floor *); member in struct:__anon8710
91 vorbis_look_residue *(*look) (vorbis_dsp_state *, member in struct:__anon8713
H A Dres0.c81 vorbis_look_residue0 *look=(vorbis_look_residue0 *)i; local
86 for(j=0;j<look->parts;j++){
89 if(look->training_data[k][j]){
92 codebook *statebook=look->partbooks[j][k];
95 sprintf(buffer,"res_sub%d_part%d_pass%d.vqd",look->submap,j,k);
99 fprintf(of,"%d:%ld\n",l,look->training_data[k][j][l]);
104 look->training_min[k][j],look->training_max[k][j]);*/
106 _ogg_free(look->training_data[k][j]);
107 look
270 vorbis_look_residue0 *look=_ogg_calloc(1,sizeof(*look)); local
416 vorbis_look_residue0 *look=(vorbis_look_residue0 *)vl; local
483 vorbis_look_residue0 *look=(vorbis_look_residue0 *)vl; local
543 vorbis_look_residue0 *look=(vorbis_look_residue0 *)vl; local
662 vorbis_look_residue0 *look=(vorbis_look_residue0 *)vl; local
807 vorbis_look_residue0 *look=(vorbis_look_residue0 *)vl; local
[all...]
H A Dfloor1.c63 vorbis_look_floor1 *look=(vorbis_look_floor1 *)i; local
64 if(look){
66 (float)look->phrasebits/look->frames,
67 (float)look->postbits/look->frames,
68 (float)(look->postbits+look->phrasebits)/look->frames);*/
70 memset(look,
202 vorbis_look_floor1 *look=_ogg_calloc(1,sizeof(*look)); local
591 floor1_fit(vorbis_block *vb,vorbis_look_floor1 *look, const float *logmdct, const float *logmask) argument
746 floor1_interpolate_fit(vorbis_block *vb,vorbis_look_floor1 *look, int *A,int *B, int del) argument
768 floor1_encode(oggpack_buffer *opb,vorbis_block *vb, vorbis_look_floor1 *look, int *post,int *ilogmask) argument
969 vorbis_look_floor1 *look=(vorbis_look_floor1 *)in; local
1056 vorbis_look_floor1 *look=(vorbis_look_floor1 *)in; local
[all...]
H A Dpsy.c39 vorbis_look_psy_global *look=_ogg_calloc(1,sizeof(*look)); local
41 look->channels=vi->channels;
43 look->ampmax=-9999.;
44 look->gi=gi;
45 return(look);
48 void _vp_global_free(vorbis_look_psy_global *look){ argument
49 if(look){
50 memset(look,0,sizeof(*look));
[all...]
/external/llvm/utils/lit/lit/
H A DShUtil.py18 def look(self): member in class:ShLexer
50 c = self.look()
161 if self.look().isspace():
179 def look(self): member in class:ShParser
195 tok = self.look()
222 if self.look() == ('!',):
227 while self.look() == ('|',):
235 while self.look():
239 if not self.look():
H A DTclUtil.py35 def look(self): member in class: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 class:TclExecCommand
199 if self.look() i
[all...]
/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/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 555 milliseconds