OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cores
(Results
1 - 23
of
23
) sorted by null
/external/skia/cmake/
cmake_build
14
cores
=32
24
./bootstrap --parallel=$
cores
25
make -j $
cores
cmake
/external/skia/experimental/fiddle/
fiddle_test
14
cores
=32
19
./bootstrap --parallel=$
cores
20
make -j $
cores
cmake
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
instancetype.py
31
:ivar
cores
: The number of cpu
cores
for this vm type
36
def __init__(self, connection=None, name=None,
cores
=None,
41
self.
cores
=
cores
46
return 'InstanceType:%s-%s,%s,%s' % (self.name, self.
cores
,
53
self.
cores
= value
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
thumb-w-bad.d
1
#name: Wide instruction rejected in non-Thumb2
cores
.
ld-sp-warn-cortex-m3.l
2
[^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile
cores
with interrupts enabled.
3
[^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile
cores
with interrupts enabled.
ld-sp-warn-cortex-m4.l
2
[^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile
cores
with interrupts enabled.
3
[^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile
cores
with interrupts enabled.
ld-sp-warn-v7.l
2
[^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile
cores
with interrupts enabled.
3
[^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile
cores
with interrupts enabled.
ld-sp-warn-v7e-m.l
2
[^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile
cores
with interrupts enabled.
3
[^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile
cores
with interrupts enabled.
ld-sp-warn-v7m.l
2
[^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile
cores
with interrupts enabled.
3
[^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile
cores
with interrupts enabled.
ld-sp-warn.l
2
[^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile
cores
with interrupts enabled.
3
[^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile
cores
with interrupts enabled.
thumb-w-good.d
1
#name: Wide instruction acceptance in Thumb-2
cores
/external/skia/tools/
xsan_build
16
cores
=48
20
./bootstrap --parallel=$
cores
21
make -j $
cores
cmake
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
test_instancetype.py
107
self.assertEqual(instance_type.
cores
, '1')
112
self.assertEqual(instance_type.
cores
, '48')
/external/llvm/test/MC/PowerPC/
ppc64-encoding-e500.s
4
# Instructions specific to the e500 / e500mc
cores
:
/external/glide/library/src/main/java/com/bumptech/glide/
GlideBuilder.java
147
final int
cores
= Math.max(1, Runtime.getRuntime().availableProcessors());
local
148
sourceService = new FifoPriorityThreadPoolExecutor(
cores
);
/external/webrtc/webrtc/base/
linux.cc
89
// TODO: /proc/cpuinfo only reports
cores
that are currently
90
// _online_, so this may underreport the number of physical
cores
.
101
int
cores
;
102
// Count the
cores
for the physical id only if we have not counted the id.
104
GetSectionIntValue(i, "cpu
cores
", &
cores
) &&
107
total_cores +=
cores
;
/external/autotest/client/site_tests/power_Thermal/
power_Thermal.py
13
@num_cores - number of CPU
cores
in this platform
115
Return current throttling status of all
cores
.
117
The return integer value is the sum of all
cores
' throttling status.
118
When the sum is equal the core number - all
cores
are throttling.
183
Bring all
cores
clock to max frequency.
185
This function uses the scaling_governor mechanism to force the
cores
196
of the
cores
, or the clock frequency does not reach max on any
197
of the
cores
in 1 second.
270
'%d
cores
throttled' % (
279
"can't determine number of
cores
from %s" % present
[
all
...]
/external/opencv3/modules/core/src/
cuda_info.cpp
932
// Defines for GPU Architecture types (using the SM version to determine the # of
cores
per SM
935
int
Cores
;
944
return gpuArchCoresPerSM[index].
Cores
;
992
int
cores
= convertSMVer2Cores(prop.major, prop.minor);
993
if (
cores
> 0)
994
printf(" (%2d) Multiprocessors x (%2d) CUDA
Cores
/MP: %d CUDA
Cores
\n", prop.multiProcessorCount,
cores
,
cores
* prop.multiProcessorCount);
1065
int
cores
= convertSMVer2Cores(prop.major, prop.minor)
[
all
...]
/build/
envsetup.sh
998
adb shell mkdir -p /
cores
;
999
adb shell mount -t tmpfs tmpfs /
cores
;
1000
adb shell chmod 0777 /
cores
;
1002
echo "Granting SELinux permission to dump in /
cores
...";
1003
adb shell restorecon -R /
cores
;
1006
adb shell 'echo /
cores
/core.%p > /proc/sys/kernel/core_pattern';
1044
local COREPATH=/
cores
/$CORENAME;
[
all
...]
/frameworks/rs/api/
rs_for_each.spec
42
locality when the processing is distributed over multiple
cores
.
/system/sepolicy/
file_contexts
327
/
cores
(/.*)? u:object_r:coredump_file:s0
/external/v8/src/heap/
mark-compact.cc
3142
const int
cores
= Max(1, base::SysInfo::NumberOfProcessors() - 1);
local
[
all
...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h
2020
int
cores
;
member in struct:wl_samplecollect_args
[
all
...]
Completed in 696 milliseconds