HomeSort by relevance Sort by last modified time
    Searched refs:calculated (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/chromium_org/rlz/lib/
machine_id.cc 19 static bool calculated = false; local
20 if (calculated) {
33 calculated = true;
  /external/lldb/tools/debugserver/source/MacOSX/
MachVMMemory.cpp 118 static bool calculated = false; local
119 if (calculated) return stolenPages;
215 calculated = true;
223 static bool calculated = false; local
224 if (calculated) return physical_memory;
MachTask.cpp 423 static bool calculated = false; local
424 if (!calculated)
426 calculated = true;
    [all...]
  /external/chromium_org/v8/test/mjsunit/
object-define-properties.js 59 // Make sure that all property descriptors are calculated before any
array-slice.js 117 // According to the spec (15.4.4.10), length is calculated before
array-splice.js 225 // According to the spec (15.4.4.12), length is calculated before
  /bionic/libc/arch-mips/string/
memset.S 193 # 96 bytes left. The value "96" is calculated as needed buffer for
  /bionic/libc/arch-mips64/string/
memset.S 193 # 96 bytes left. The value "96" is calculated as needed buffer for
  /external/chromium_org/remoting/webapp/
event_handlers.js 121 // client area is calculated differently in full-screen mode, so register
  /build/tools/droiddoc/templates-pdk/assets/
search_autocomplete.js 196 // scores are calculated based on exact and prefix matches,
  /external/chromium_org/chrome/browser/resources/chromeos/
provided_file_systems.js 254 * List of chart elements, calculated from the model.
  /external/chromium_org/third_party/mesa/src/docs/
MESA_swap_frame_usage.spec 38 calculated as follows:
  /external/chromium_org/third_party/sqlite/src/tool/
spaceanal.tcl 343 # file_pgcnt2: Number of pages in the file (calculated).
348 # free_pgcnt: Free pages calculated as (<total pages> - <in-use pages>)
350 # free_percent: Percentage of file consumed by free pages (calculated).
388 # Output the summary statistics calculated above.
397 statline {Pages in the whole file (calculated)} $file_pgcnt2
400 statline {Pages on the freelist (calculated)} $free_pgcnt $free_percent
  /external/doclava/res/assets/templates/assets/
search_autocomplete.js 196 // scores are calculated based on exact and prefix matches,
  /external/mesa3d/docs/
MESA_swap_frame_usage.spec 38 calculated as follows:
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
traverse_table.js 159 * The number of columns in the active table. This is calculated at
172 * The number of rows in the active table. This is calculated at
180 * The row headers in the active table. This is calculated at
203 * The column headers in the active table. This is calculated at
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauth.js 460 * calculated. This callback will be passed the following arguments:
503 * calculated. This callback will be passed the following arguments:
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauth.js 460 * calculated. This callback will be passed the following arguments:
503 * calculated. This callback will be passed the following arguments:
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
expanding_braille_translator.js 194 * @return {!Array.<cvox.ExpandingBrailleTranslator.Range_>} The calculated
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
opt-gvmat64.asm 89 ;;; are calculated from the definition of deflate_state, with the
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
preview_panel.js 323 * calculated.
  /external/libunwind/doc/
libunwind-ia64.tex 78 previous stack-pointer value can be calculated simply as
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
filter.js 586 * Minimum channel offset that makes visual difference. If autofix calculated
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
filter.js 586 * Minimum channel offset that makes visual difference. If autofix calculated
  /external/chromium_org/v8/tools/
profile.js 376 // Propagate weights so percents can be calculated correctly.

Completed in 1246 milliseconds

1 2 3