OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:use_file
(Results
1 - 4
of
4
) sorted by null
/art/compiler/utils/
swap_space_test.cc
34
static void SwapTest(bool
use_file
) {
40
SwapAllocator<void> alloc(
use_file
? &pool : nullptr);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
data.py
35
self.
use_file
= True
67
def usefile(self,
use_file
=True):
69
self.
use_file
=
use_file
73
if self.
use_file
:
87
if self.
use_file
:
95
if self.
use_file
:
/external/chromium_org/chrome/browser/chromeos/settings/
device_settings_provider.h
79
void ApplyMetricsSetting(bool
use_file
, bool new_value);
device_settings_provider.cc
833
void DeviceSettingsProvider::ApplyMetricsSetting(bool
use_file
,
837
if (
use_file
) {
848
<< "(use file : " <<
use_file
<< ")";
local
[
all
...]
Completed in 321 milliseconds