/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/DevTools/ |
D | check_version_stamps.sh | 16 die() { function 32 die "Failed to find ${ConstantName} in the plugin source (${PluginSrc})." 44 die "Failed to find ${ConstantName} in the runtime source (${RuntimeSrc})." 50 die "Versions don't match!
|
D | compile_testing_protos.sh | 10 die() { function 25 die "Unknown action requested: ${ACTION}" 33 …die "Could not find the protoc binary; make sure you have built it (objectivec/DevTools/full_mac_b…
|
/frameworks/base/tests/TouchLatency/ |
D | gradlew | 22 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 foun…
|
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/ |
D | gradlew | 22 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 foun…
|
/frameworks/opt/gamesdk/samples/bouncyball/ |
D | gradlew | 22 die ( ) { function 74 die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME 81 …which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be foun…
|
/frameworks/multidex/ |
D | gradlew | 22 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 foun…
|
/frameworks/opt/gamesdk/samples/unitypackaging/ |
D | gradlew | 40 die () { function 78 die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME 85 …which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be foun…
|
/frameworks/opt/gamesdk/third_party/cube/ |
D | gradlew | 22 die ( ) { function 74 die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME 81 …which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be foun…
|
/frameworks/opt/gamesdk/samples/tuningfork/tftestapp/ |
D | gradlew | 40 die () { function 78 die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME 85 …which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be foun…
|
/frameworks/opt/gamesdk/src/tuningfork/tools/validation/ |
D | gradlew | 40 die () { function 78 die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME 85 …which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be foun…
|
/frameworks/opt/gamesdk/ |
D | gradlew | 40 die () { function 78 die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME 85 …which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be foun…
|
/frameworks/opt/gamesdk/samples/cube/ |
D | gradlew | 22 die ( ) { function 74 die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME 81 …which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be foun…
|
/frameworks/native/vulkan/tools/ |
D | vkinfo.cpp | 55 [[noreturn]] void die(const char* proc, VkResult result) { in die() function 96 die("vkEnumerateInstanceExtensionProperties (count)", result); in EnumerateInstanceExtensions() 103 die("vkEnumerateInstanceExtensionProperties (data)", result); in EnumerateInstanceExtensions() 114 die("vkEnumerateDeviceExtensionProperties (count)", result); in EnumerateDeviceExtensions() 121 die("vkEnumerateDeviceExtensionProperties (data)", result); in EnumerateDeviceExtensions() 141 die("vkEnumerateDeviceLayerProperties (count)", result); in GatherGpuInfo() 148 die("vkEnumerateDeviceLayerProperties (data)", result); in GatherGpuInfo() 206 die("vkCreateDevice", result); in GatherGpuInfo() 216 die("vkEnumerateInstanceLayerProperties (count)", result); in GatherInfo() 223 die("vkEnumerateInstanceLayerProperties (data)", result); in GatherInfo() [all …]
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SubscriptionMonitorTest.java | 66 public void die() { in die() method in SubscriptionMonitorTest.TestHandler 273 testHandler.die(); in testRegister() 333 testHandler.die(); in testBadRegister() 395 testHandler.die(); in testSpuriousNotifications() 461 testHandler.die(); in testMultiRegUnregistration() 517 testHandler.die(); in testEventFloodNotifications() 569 testHandler.die(); in testNoDefaultNotifications() 662 testHandler.die(); in testNoSubChange() 752 testHandler.die(); in testSubBeforeDefaultNotifications() 839 testHandler.die(); in testSimSwapNotifications()
|
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
D | BinderDeathDispatcherTest.java | 120 public void die() { in die() method in BinderDeathDispatcherTest.MyTarget 229 t1.die(); in testRegisterAndKill() 240 t2.die(); in testRegisterAndKill() 251 t3.die(); in testRegisterAndKill()
|
/frameworks/native/libs/binder/ndk/test/include/iface/ |
D | iface.h | 45 virtual binder_status_t die() = 0;
|
/frameworks/native/libs/binder/ndk/test/ |
D | main_server.cpp | 30 binder_status_t die() override { in die() function in MyFoo
|
D | iface.cpp | 64 stat = foo->die(); in IFoo_Class_onTransact() 100 virtual binder_status_t die() { in die() function in BpFoo
|
D | main_client.cpp | 87 EXPECT_EQ(STATUS_DEAD_OBJECT, foo->die()); in TEST() 137 binder_status_t die() override { in die() function in MyTestFoo
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/ |
D | MLand.java | 617 p.die(); 689 p.die(); 700 p.die(); 1182 public void die() {
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/ |
D | TelephonyNetworkFactoryTest.java | 144 mConnectivityServiceMock.die(); in tearDown()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/ |
D | ConnectivityServiceMock.java | 109 public void die() { in die() method in ConnectivityServiceMock
|
/frameworks/base/core/java/android/view/ |
D | WindowManagerGlobal.java | 490 boolean deferred = root.die(immediate); in removeViewLocked()
|
D | ViewRootImpl.java | 7124 boolean die(boolean immediate) { in die() method
|