HomeSort by relevance Sort by last modified time
    Searched refs:is_index (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/sqlite/src/tool/
spaceanal.tcl 48 is_index boolean, -- TRUE if it is an index, false for a table
73 proc isleaf {pagetype is_index} {
74 return [expr {$pagetype == "leaf" || ($pagetype == "internal" && $is_index)}]
76 proc isoverflow {pagetype is_index} {
79 proc isinternal {pagetype is_index} {
80 return [expr {$pagetype == "internal" && $is_index==0}]
90 set is_index [expr {$name!=$tblname}]
94 sum(isleaf(pagetype, $is_index) * ncell) AS leaf_entries,
96 sum(isoverflow(pagetype, $is_index) * payload) AS ovfl_payload,
99 sum(isinternal(pagetype, $is_index)) AS int_pages
    [all...]
space_used.tcl 25 is_index boolean, -- TRUE if it is an index, false for a table
  /external/opencv/cv/src/
cvconvhull.cpp 541 int is_index; local
592 is_index = CV_SEQ_ELTYPE(hull) == CV_SEQ_ELTYPE_INDEX;
612 if( !is_index )
640 if( !is_index )
662 if( !is_index )
  /external/chromium_org/v8/src/
objects.cc 8963 bool is_index = true; local
    [all...]

Completed in 653 milliseconds