OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:freqstr
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
WifiAssociationTest.java
66
String
freqStr
= arguments.getString("frequency-band");
67
if (
freqStr
!= null) {
68
setFrequencyBand(
freqStr
);
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
sysinfo.cc
372
const char*
freqstr
= strchr(line, ':');
local
373
if (
freqstr
) {
374
cpuinfo_cycles_per_second = strtod(
freqstr
+1, &err) * 1000000.0;
375
if (
freqstr
[1] != '\0' && *err == '\0' && cpuinfo_cycles_per_second > 0)
379
const char*
freqstr
= strchr(line, ':');
local
380
if (
freqstr
) {
381
bogo_clock = strtod(
freqstr
+1, &err) * 1000000.0;
382
if (
freqstr
[1] != '\0' && *err == '\0' && bogo_clock > 0)
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
sysinfo.cc
357
const char*
freqstr
= strchr(line, ':');
local
358
if (
freqstr
) {
359
cpuinfo_cycles_per_second = strtod(
freqstr
+1, &err) * 1000000.0;
360
if (
freqstr
[1] != '\0' && *err == '\0' && cpuinfo_cycles_per_second > 0)
364
const char*
freqstr
= strchr(line, ':');
local
365
if (
freqstr
) {
366
bogo_clock = strtod(
freqstr
+1, &err) * 1000000.0;
367
if (
freqstr
[1] != '\0' && *err == '\0' && bogo_clock > 0)
[
all
...]
Completed in 230 milliseconds