Searched defs:die (Results 1 - 20 of 20) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/
H A Dgradlew22 die ( ) { function
79 die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
86 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
/frameworks/data-binding/compiler/
H A Dgradlew22 die ( ) { function
79 die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
86 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
/frameworks/data-binding/developmentPlugins/
H A Dgradlew22 die ( ) { function
79 die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
86 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
/frameworks/data-binding/extensions/
H A Dgradlew22 die ( ) { function
79 die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
86 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
/frameworks/data-binding/
H A Dgradlew22 die ( ) { function
79 die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
86 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
/frameworks/data-binding/integration-tests/App With Spaces/
H A Dgradlew22 die ( ) { function
79 die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
86 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
/frameworks/data-binding/integration-tests/IndependentLibrary/
H A Dgradlew22 die ( ) { function
79 die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
86 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
/frameworks/data-binding/integration-tests/MultiModuleTestApp/
H A Dgradlew22 die ( ) { function
79 die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
86 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
/frameworks/data-binding/integration-tests/TestApp/
H A Dgradlew22 die ( ) { function
79 die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
86 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
/frameworks/data-binding/samples/BindingDemo/
H A Dgradlew22 die ( ) { function
79 die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
86 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
/frameworks/multidex/
H A Dgradlew22 die ( ) { function
79 die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
86 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
/frameworks/opt/setupwizard/tools/gradle/
H A Dgradlew22 die ( ) { function
84 die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
91 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
/frameworks/support/
H A Dgradlew22 die ( ) { function
79 die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
86 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DPhoneSwitcherTest.java70 public void die() { method in class:PhoneSwitcherTest.TestHandler
394 testHandler.die();
474 testHandler.die();
543 testHandler.die();
H A DSubscriptionMonitorTest.java66 public void die() { method in class:SubscriptionMonitorTest.TestHandler
273 testHandler.die();
333 testHandler.die();
395 testHandler.die();
461 testHandler.die();
517 testHandler.die();
569 testHandler.die();
662 testHandler.die();
752 testHandler.die();
839 testHandler.die();
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A DTelephonyNetworkFactoryTest.java104 void die() { method in class:TelephonyNetworkFactoryTest.TestSetup
212 ts.die();
302 ts.die();
/frameworks/native/vulkan/tools/
H A Dvkinfo.cpp56 [[noreturn]] void die(const char* proc, VkResult result) { function in namespace:__anon1610
97 die("vkEnumerateInstanceExtensionProperties (count)", result);
104 die("vkEnumerateInstanceExtensionProperties (data)", result);
115 die("vkEnumerateDeviceExtensionProperties (count)", result);
122 die("vkEnumerateDeviceExtensionProperties (data)", result);
142 die("vkEnumerateDeviceLayerProperties (count)", result);
149 die("vkEnumerateDeviceLayerProperties (data)", result);
207 die("vkCreateDevice", result);
217 die("vkEnumerateInstanceLayerProperties (count)", result);
224 die("vkEnumerateInstanceLayerPropertie
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
H A DMLand.java617 p.die();
689 p.die();
700 p.die();
1182 public void die() { method in class:MLand.Player
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DConnectivityServiceMock.java208 public void die() { method in class:ConnectivityServiceMock
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java263 /** Set to true while in performTraversals for detecting when die(true) is called from internal
5854 boolean die(boolean immediate) { method in class:ViewRootImpl

Completed in 1987 milliseconds