/external/chromium_org/third_party/sqlite/src/contrib/ |
sqlitecon.tcl | 196 set last [lindex $v(history) [expr $v(historycnt)-1]] 383 append res [format $format [lindex $y $j]] 405 set line [lindex $v(history) $v(current)] 415 set line [lindex $v(history) $v(current)] 456 if {($x-[lindex $bb 0])<([lindex $bb 2]/2)} {return $p}
|
/external/chromium_org/third_party/sqlite/src/test/ |
permutations.test | 48 set options([lindex $o 0]) $v 312 if {[string range [lindex $args 0] 0 0] ne "-"} { 355 if {[string range [lindex $args 0] 0 0] ne "-"} { 376 if {[string range [lindex $args 0] 0 0] ne "-"} { 653 # set sql [lindex $args end] 673 if {[string range [lindex $args 0] 0 0] ne "-"} { 849 set suite [lindex $argv 0]
|
boundary2.tcl | 66 lappend outlist [lindex $x 1] 75 set mn [lindex $inlist 0] 102 lappend outlist [lindex $inlist $i]
|
boundary4.tcl | 65 lappend outlist [lindex $x 1] 74 set mn [lindex $inlist 0] 101 lappend outlist [lindex $inlist $i]
|
analyze5.test | 172 set x [lindex [eqp "SELECT * FROM t1 WHERE $where"] 3] 218 set x [lindex [eqp "SELECT * FROM t1 WHERE $where"] 3]
|
analyze3.test | 242 append t [lindex {a b c d e f g h i j} [expr $i/100]] 243 append t [lindex {a b c d e f g h i j} [expr ($i/10)%10]] 244 append t [lindex {a b c d e f g h i j} [expr ($i%10)]] 522 if {[lindex $args 0] == "SQLITE_READ"} {return SQLITE_DENY}
|
fts3expr.test | 236 if {[lindex $L 0] eq "PHRASE"} { 240 [lindex $L 0] \ 241 [strip_phrase_data [lindex $L 1]] \ 242 [strip_phrase_data [lindex $L 2]] \
|
fuzz2.test | 22 return [lindex [catchsql $sql] 0]
|
fuzz3.test | 99 if {[lindex [pcache_stats] 1] != 0} {
|
icu.test | 29 lindex [db eval {
|
ioerr2.test | 72 lindex [sqlite3_pager_refcounts db] 0
|
make-where7.tcl | 93 set t [lindex $termlist $k]
|
notify3.test | 144 } [lindex $result 0]
|
enc2.test | 50 if {[lindex $vals end]==0 && [lindex $vals end-1]==0} {
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_mdpcomp.cpp | 980 pipe_info.lIndex = ovutils::OV_INVALID; 986 pipe_info.lIndex = getMdpPipe(ctx, type); 987 if(pipe_info.lIndex == ovutils::OV_INVALID) 991 pipe_info.lIndex = getMdpPipe(ctx, type); 993 pipe_info.lIndex == ovutils::OV_INVALID) [all...] |
hwc_mdpcomp.h | 208 ovutils::eDest lIndex;
|
/hardware/qcom/display/msm8x26/libhwcomposer/ |
hwc_mdpcomp.cpp | 969 pipe_info.lIndex = ovutils::OV_INVALID; 975 pipe_info.lIndex = getMdpPipe(ctx, type); 976 if(pipe_info.lIndex == ovutils::OV_INVALID) 980 pipe_info.lIndex = getMdpPipe(ctx, type); 982 pipe_info.lIndex == ovutils::OV_INVALID) [all...] |
hwc_mdpcomp.h | 208 ovutils::eDest lIndex;
|
/ndk/sources/host-tools/make-3.81/ |
expand.c | 269 p1 = lindex (beg, end, '$'); 302 colon = lindex (beg, end, ':'); 309 subst_end = lindex (subst_beg, end, '=');
|
/external/libffi/testsuite/lib/ |
libffi-dg.exp | 43 regsub -all "\n" [lindex $output_match 1] "\r?\n" x 251 set selector "target [join [lindex $args 1]]"
|
/external/chromium_org/third_party/sqlite/src/ext/rtree/ |
rtree2.test | 99 set op [lindex $OPS [expr int(rand()*[llength $OPS])]]
|
/external/chromium_org/third_party/sqlite/src/tool/ |
spaceanal.tcl | 15 set file_to_analyze [lindex $argv 0] 31 sqlite3 db [lindex $argv 0] 36 #set DB [btree_open [lindex $argv 0] 1000 0] 118 set prev [lindex $pglist 0]
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
tcl.php | 85 'concat', 'join', 'lappend', 'lindex', 'list', 'llength', 'lrange',
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc_mdpcomp.h | 217 ovutils::eDest lIndex;
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_tgsi_soa.c | 394 LLVMValueRef lindex = lp_build_const_int32(bld->bld_base.base.gallivm, index * 4 + chan); local 395 return LLVMBuildGEP(builder, bld->temps_array, &lindex, 1, ""); 416 LLVMValueRef lindex = lp_build_const_int32(bld->bld_base.base.gallivm, local 418 return LLVMBuildGEP(builder, bld->outputs_array, &lindex, 1, ""); 698 LLVMValueRef lindex = lp_build_const_int32(gallivm, local 701 bld->inputs_array, &lindex, 1, ""); 2015 LLVMValueRef lindex = local [all...] |