OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:calculated
(Results
1 - 25
of
46
) sorted by null
1
2
/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/content/test/data/media/
webrtc_test_utilities.js
114
// |callback| is triggered with value |true| if the
calculated
frame rate
/external/chromium_org/remoting/webapp/
event_handlers.js
122
// client area is
calculated
differently in full-screen mode, so register
/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
/build/tools/droiddoc/templates-pdk/assets/
search_autocomplete.js
196
// scores are
calculated
based on exact and prefix matches,
/external/chromium_org/third_party/mesa/src/docs/
MESA_swap_frame_usage.spec
38
calculated
as follows:
/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/chrome/browser/resources/chromeos/
provided_file_systems.js
333
* List of chart elements,
calculated
from the model.
/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
311
*
calculated
.
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
viewport.js
199
* @return {number} The ratio of the full resotion image size and the
calculated
/external/libunwind/doc/
libunwind-ia64.tex
78
previous stack-pointer value can be
calculated
simply as
/external/chromium_org/chrome/browser/resources/options/chromeos/
display_options.js
74
* @return {options.SecondaryDisplayLayout} The position of the
calculated
303
// Offset is
calculated
from top or left edge.
[
all
...]
Completed in 5159 milliseconds
1
2