Searched refs:each (Results 201 - 225 of 281) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DTokenRewriteStream.as259 for each (op in indexToOp) {
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dprofile.rb171 ].each do |name, set|
H A Dtask.rb379 target_files.each do | target |
H A Dtree.rb357 alias each_child each
919 tree.each do | child |
1179 def each method in class:ANTLR3.CommonTree.TreeAdaptor.CommonTreeNodeStream
1181 block_given? or return enum_for( :each )
/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-docs.js383 $(".toggle-list").each(
450 for (i=0; i < nodes.length; i++) { // for each node in this language
464 for (i=0; i < nodes.length; i++) { // for each node in this language
/external/libvorbis/doc/
H A D07-floor1.tex98 list is split into partitions, and each partition is assigned to a
385 15) for each scalar in vector [floor], perform a lookup substitution using
H A D02-bitpacking.tex213 each bytestream (encoded bitstream) must begin and end on a byte
H A D05-comment.tex34 number of vectors is bounded to $2^{32}-1$ and the length of each vector
/external/libvpx/libvpx/vp8/encoder/arm/armv5te/
H A Dvp8_packtokens_partitions_armv5.asm78 subs r5, r5, r11 ; move start point with each partition
82 ; Reset all of the VP8 Writer data for each partition that
/external/strace/
H A Dstrace.spec16 received by a running process. Strace can print a record of each
31 received by a running process. Strace can print a record of each
/external/valgrind/none/tests/
H A Dcmdline2.stdout.exp44 each error output in plain text mode [none]
178 allregs-at-each-insn all registers are always correct
H A Dcmdline1.stdout.exp44 each error output in plain text mode [none]
/external/zlib/src/contrib/delphi/
H A DZLib.pas77 The OnProgress event is called each time the output buffer is filled and
111 The OnProgress event is called each time the internal input buffer of
/external/libavc/common/arm/
H A Dih264_padding_neon.s269 @* integer width of the array (each colour component)
543 @* integer width of the array (each colour component)
/external/libunwind/doc/
H A Dunw_get_proc_info.tex81 discontiguous pieces, \Prog{libunwind} will treat each piece as a
/external/libvpx/libvpx/vp8/common/arm/armv6/
H A Dsixtappredict8x4_v6.asm252 ;One word each is reserved. Label filter_coeff can be used to access the data.
H A Dloopfilter_v6.asm212 ;and r8, r8, lr ; -1 for each element that equals 4
438 ;and r8, r8, lr ; -1 for each element that equals 4
777 ;and r8, r8, lr ; -1 for each element that equals 4 -- r8: s
1073 ;and r8, r8, lr ; -1 for each element that equals 4
/external/libvpx/libvpx/vp8/encoder/ppc/
H A Dfdct_altivec.asm23 ;# and that they are of course transposes of each other.
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dparser.ml5 (* binop_precedence - This holds the precedence for each binary operator that is
/external/bison/build-aux/
H A Dtexinfo.tex38 % complete document in each bug report with which we can reproduce the
500 % Make each space character in the input produce a normal interword
502 % is used only in environments like @example, where each line of input
658 % @example, where each end-of-line in the input causes an
697 where each line of input produces a line of output.}
818 % vertical list for the beginning and end of each change). This command
1390 % tried to figure out what each command should do in the context
2522 % each of the four underscores in __typeof__. This is undesirable in
3072 % We set the font at each command, rather than predefining it in
3780 % Contents of each colum
[all...]
/external/libvpx/libvpx/vp8/common/x86/
H A Dloopfilter_mmx.asm114 pand mm2, [GLOBAL(tfe)] ; set lsb of each byte to zero
404 pand mm5, [GLOBAL(tfe)] ; set lsb of each byte to zero
706 pand mm2, [GLOBAL(tfe)] ; set lsb of each byte to zero
1101 pand mm5, [GLOBAL(tfe)] ; set lsb of each byte to zero
1418 pand mm1, [GLOBAL(tfe)] ; set lsb of each byte to zero
1572 pand mm6, [GLOBAL(tfe)] ; set lsb of each byte to zero
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_reconintra_neon.asm437 ; Process 8 rows in each single loop and loop 2 times to process 16 rows.
534 ; Process 8 rows in each single loop and loop 4 times to process 32 rows.
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_loopfilter_mmx.asm114 pand mm2, [GLOBAL(tfe)] ; set lsb of each byte to zero
404 pand mm5, [GLOBAL(tfe)] ; set lsb of each byte to zero
/external/v8/src/
H A Dparser.cc1428 // Generate a separate declaration for each identifier.
2870 Expression* each,
2916 // each = result.value
2924 Token::ASSIGN, each, result_value, RelocInfo::kNoPosition);
2927 for_of->Initialize(each, subject, body,
2933 stmt->Initialize(each, subject, body);
2942 // ES6 13.6.3.4 specifies that on each loop iteration the let variables are
2984 // For each let variable x:
3020 // For each let variable x:
3075 // For each le
2869 InitializeForEachStatement(ForEachStatement* stmt, Expression* each, Expression* subject, Statement* body) argument
3135 VariableProxy* each = local
3192 VariableProxy* each = local
[all...]

Completed in 632 milliseconds

1234567891011>>