OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:headless
(Results
26 - 50
of
69
) sorted by null
1
2
3
/frameworks/base/core/java/android/view/
SurfaceControl.java
82
private static final boolean
HEADLESS
= "1".equals(
83
SystemProperties.get("ro.config.
headless
", "0"));
624
if (
HEADLESS
) {
625
throw new UnsupportedOperationException("Device is
headless
");
/external/chromium/chrome/common/
logging_chrome.cc
334
// We call running in unattended mode "
headless
", and allow
335
//
headless
mode to be configured either by the Environment
/external/chromium_org/chrome/common/
logging_chrome.cc
345
// We call running in unattended mode "
headless
", and allow
346
//
headless
mode to be configured either by the Environment
/external/chromium_org/chromeos/display/
output_configurator.cc
49
return "
HEADLESS
";
416
LOG(WARNING) << "Ignoring request to enter
headless
mode with "
output_configurator_unittest.cc
673
TEST_F(OutputConfiguratorTest,
Headless
) {
/external/chromium_org/build/
landmines.py
83
return 'ib' # use (win and !goma and
headless
) as approximation of ib
/external/chromium_org/content/renderer/media/
webrtc_audio_device_unittest.cc
493
// Disabled when running
headless
since the bots don't have the required config.
573
// Disabled when running
headless
since the bots don't have the required config.
671
// Disabled when running
headless
since the bots don't have the required config.
745
// Disabled when running
headless
since the bots don't have the required config.
[
all
...]
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/
JmeDesktopSystem.java
198
|| contextType == JmeContext.Type.
Headless
) {
/frameworks/base/services/java/com/android/server/
SystemServer.java
124
final boolean
headless
= "1".equals(SystemProperties.get("ro.config.
headless
", "0"));
625
if (!
headless
) {
[
all
...]
/frameworks/base/services/java/com/android/server/display/
DisplayManagerService.java
64
* displays when the system is
headless
, one for simulated overlay displays used for
104
private static final String SYSTEM_HEADLESS = "ro.config.
headless
";
269
* Returns true if the device is
headless
.
271
* @return True if the device is
headless
.
[
all
...]
/sdk/eclipse/buildConfig/
allElements.xml
3
<!-- Template obtained from org.eclipse.pde.build/templates/
headless
-build -->
/external/chromium/chrome/browser/first_run/
first_run_win.cc
395
// If |skip_first_run_ui|, we run in
headless
mode. This means that if
/external/chromium_org/ash/touch/
touch_observer_hud_unittest.cc
401
TEST_F(TouchHudTest,
Headless
) {
/external/chromium_org/chrome/service/
service_process.cc
130
// to abort if run
headless
. The correct fix for this is to refactor the
/sdk/
changes.txt
169
-
Headless
SDK update. See 'android -h update sdk' for more info.
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
devicemanager_unittest.cc
365
// TODO(noahric): These are flaky on windows on
headless
machines.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/scripts/
build.xml
22
<property name="customTargets" location="${eclipse.pdebuild.templates}/
headless
-build/customTargets.xml"/>
/external/jmonkeyengine/engine/src/core/com/jme3/app/
Application.java
230
if (settings.getAudioRenderer() != null && context.getType() != Type.
Headless
){
/external/qemu/
Makefile.target
301
### qemu-android-$CPU:
headless
emulator core program
/external/chromium_org/chrome_frame/
utils.cc
1064
bool
headless
= GetConfigBool(false, kChromeFrameHeadlessMode);
local
[
all
...]
utils.h
264
// Returns true if we are running in
headless
mode in which case we need to
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ant.core_3.2.200.v20100427.jar
/external/chromium_org/chrome/test/ui/
ui_test.cc
72
L"or if chromium is not running
headless
(try CHROME_HEADLESS=1).";
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/
readme.html
24
command (currently the build.xml script can only be executed in a
headless
eclipse
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/headless-build/
customTargets.xml
8
<property name="allElementsFile" location="${eclipse.pdebuild.templates}/
headless
-build/allElements.xml"/>
Completed in 643 milliseconds
1
2
3