/external/chromium-trace/catapult/tracing/tracing/model/ |
memory_allocator_dump.html | 28 this.numerics = {}; 97 if (name in this.numerics) 99 this.numerics[name] = numeric; 113 // Aggregate descendants's numerics recursively and gather children's 117 tr.b.iterItems(child.numerics, numericNames.add, numericNames); 120 // Aggregate children's numerics. 124 this.numerics[numericName] !== undefined) { 125 // Don't aggregate size and effective size numerics. These are 128 // Also don't aggregate numerics that the parent already has. 132 this.numerics[numericName] = MemoryAllocatorDump.aggregateNumerics [all...] |
memory_allocator_dump_test.html | 67 // oilpan has *some* numerics aggregated. 74 // oilpan/bucket2 has *all* numerics aggregated (except for size). 81 // oilpan/bucket2/strings has *no* numerics aggregated. 91 function checkAggregateNumerics(numerics, expectedValue, expectedUnit, 105 var result1 = MemoryAllocatorDump.aggregateNumerics(numerics); 115 var result2 = MemoryAllocatorDump.aggregateNumerics(numerics, mockModel); 120 // No defined numerics.
|
global_memory_dump.html | 62 var numeric = dump.numerics[SIZE_NUMERIC_NAME]; 69 return dump.numerics[SIZE_NUMERIC_NAME] !== undefined; 101 // 3. Aggregate all other numerics of all MADs (*excluding* sizes and 102 // effective sizes) and propagate numerics from global MADs to their 110 // 1) and numerics were propagated from global MADs (step 2). Subsequent 210 var numeric = dependencyDump.numerics[SIZE_NUMERIC_NAME]; 220 var sizeNumeric = dump.numerics[SIZE_NUMERIC_NAME]; 324 delete dump.numerics[SIZE_NUMERIC_NAME]; 332 dump.numerics[SIZE_NUMERIC_NAME] = new tr.v.ScalarNumeric( 343 virtualChild.numerics[SIZE_NUMERIC_NAME] = new tr.v.ScalarNumeric [all...] |
/ndk/tests/device/test-libc++-shared-full/jni/ |
Android.mk | 44 numerics/c.math/cmath [all...] |
/ndk/tests/device/test-libc++-static-full/jni/ |
Android.mk | [all...] |
/external/pdfium/core/include/fxcrt/ |
fx_safe_types.h | 12 #include "third_party/base/numerics/safe_math.h"
|
/external/chromium-trace/catapult/tracing/tracing/ui/analysis/ |
memory_dump_allocator_details_pane.html | 235 addInfos: function(numerics, memoryAllocatorDumps, infos) { 249 for (var i = 0; i < numerics.length; i++) { 250 if (numerics[i] === undefined) 291 if (ownerEntry.count < numerics.length) 314 if (ownedCount < numerics.length) 360 addInfos: function(numerics, memoryAllocatorDumps, infos) { 363 this.addOverlapInfo_(numerics, memoryAllocatorDumps, infos); 364 this.addProvidedSizeWarningInfos_(numerics, memoryAllocatorDumps, infos); 367 addOverlapInfo_: function(numerics, memoryAllocatorDumps, infos) { 371 for (var i = 0; i < numerics.length; i++) [all...] |
memory_dump_overview_pane.html | 151 color: function(numerics, processMemoryDumps) { 185 addInfos: function(numerics, processMemoryDumps, infos) { 191 for (var i = 0; i < numerics.length; i++) { 192 if (numerics[i] === undefined) 227 color: function(numerics, processMemoryDumps) { 246 addInfos: function(numerics, processMemoryDumps, infos) { 251 for (var i = 0; i < numerics.length; i++) { 262 var infoQuantifier = olderValueCount < numerics.length ? 338 addInfos: function(numerics, processMemoryDumps, infos) { 357 var infoQuantifier = heapDumpCount < numerics.length [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ |
numeric | 69 * @defgroup numerics Numerics
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ |
numeric | 69 * @defgroup numerics Numerics
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
numeric | 69 * @defgroup numerics Numerics
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
numeric | 69 * @defgroup numerics Numerics
|
/external/skia/src/core/ |
SkEdgeClipper.cpp | 85 // clamp to clean up imprecise numerics in the chop 92 // if chopMonoQuadAtY failed, then we may have hit inexact numerics 106 // clamp to clean up imprecise numerics in the chop 113 // if chopMonoQuadAtY failed, then we may have hit inexact numerics 165 // clamp to clean up imprecise numerics in the chop 172 // if chopMonoQuadAtY failed, then we may have hit inexact numerics 183 // clamp to clean up imprecise numerics in the chop 190 // if chopMonoQuadAtY failed, then we may have hit inexact numerics 268 // Since we can't trust the numerics of 337 // Since we can't trust the numerics o [all...] |
SkQuadClipper.cpp | 83 // if chopMonoQuadAtY failed, then we may have hit inexact numerics 100 // if chopMonoQuadAtY failed, then we may have hit inexact numerics
|
/external/selinux/secilc/docs/ |
cil_xen_statements.md | 33 <p>The entries must consist of numerics <code>[0-9]</code>.</p></td> 73 <p>The entries must consist of numerics <code>[0-9]</code>.</p></td> 111 <td align="left"><p>The device number.The entries must consist of numerics <code>[0-9]</code>.</p></td> 149 <td align="left"><p>The interrupt request number. The entries must consist of numerics <code>[0-9]</code>.</p></td>
|
/external/libbrillo/brillo/streams/ |
openssl_stream_bio.cc | 9 #include <base/numerics/safe_conversions.h>
|
/external/libchrome/base/ |
sys_info_linux.cc | 15 #include "base/numerics/safe_conversions.h"
|
/external/llvm/test/CodeGen/Thumb2/ |
thumb2-sbc.ll | 55 ; Example from numerics code that manually computes wider-than-64 values.
|
/external/pdfium/third_party/ |
BUILD.gn | 384 "base/numerics/safe_conversions.h", 385 "base/numerics/safe_conversions_impl.h", 386 "base/numerics/safe_math.h", 387 "base/numerics/safe_math_impl.h",
|
third_party.gyp | 317 'base/numerics/safe_conversions.h', 318 'base/numerics/safe_conversions_impl.h', 319 'base/numerics/safe_math.h', 320 'base/numerics/safe_math_impl.h',
|
/external/webrtc/webrtc/base/ |
safe_conversions.h | 11 // Borrowed from Chromium's src/base/numerics/safe_conversions.h.
|
/external/libchrome/base/numerics/ |
safe_conversions.h | 14 #include "base/numerics/safe_conversions_impl.h" 145 // numerics to StrictNumerics to make them easier to use.
|
/external/libweave/third_party/chromium/base/numerics/ |
safe_conversions.h | 14 #include "base/numerics/safe_conversions_impl.h" 145 // numerics to StrictNumerics to make them easier to use.
|
/external/zlib/src/contrib/ada/ |
mtest.adb | 15 with Ada.Numerics.Discrete_Random; 31 new Ada.Numerics.Discrete_Random (Visible_Symbols);
|
read.adb | 13 with Ada.Numerics.Discrete_Random; 51 Ada.Numerics.Discrete_Random (Visible_Symbols);
|