/external/deqp/framework/platform/android/ |
H A D | tcuAndroidAssets.hpp | 7 * Copyright 2014 The Android Open Source Project 33 namespace Android namespace in namespace:tcu 67 } // Android
|
H A D | tcuAndroidNativeActivity.hpp | 7 * Copyright 2014 The Android Open Source Project 23 * \brief C++ wrapper for Android NativeActivity. 38 namespace Android namespace in namespace:tcu 77 } // Android
|
H A D | tcuAndroidPlatform.hpp | 7 * Copyright 2014 The Android Open Source Project 23 * \brief Android EGL platform. 36 namespace Android namespace in namespace:tcu 65 } // Android
|
H A D | tcuAndroidTestActivity.hpp | 7 * Copyright 2014 The Android Open Source Project 23 * \brief Android test activity. 36 namespace Android namespace in namespace:tcu 77 } // Android
|
H A D | tcuAndroidAssets.cpp | 5 * Copyright 2014 The Android Open Source Project 28 namespace Android namespace in namespace:tcu 85 } // Android
|
H A D | tcuAndroidTestActivity.cpp | 5 * Copyright 2014 The Android Open Source Project 21 * \brief Android test activity. 36 namespace Android namespace in namespace:tcu 143 } // Android
|
H A D | tcuAndroidUtil.hpp | 7 * Copyright 2014 The Android Open Source Project 23 * \brief Android utilities. 36 namespace Android namespace in namespace:tcu 85 //! userspace according to Android CDD. 88 } // Android
|
H A D | tcuAndroidWindow.hpp | 7 * Copyright 2014 The Android Open Source Project 23 * \brief Android window. 37 namespace Android namespace in namespace:tcu 98 } // Android
|
H A D | tcuAndroidExecService.hpp | 7 * Copyright 2014 The Android Open Source Project 23 * \brief Android ExecService. 35 namespace Android namespace in namespace:tcu 125 } // Android
|
H A D | tcuAndroidWindow.cpp | 5 * Copyright 2014 The Android Open Source Project 21 * \brief Android window. 28 namespace Android namespace in namespace:tcu 135 print("ERROR: Window was not available for deletion, leaked tcu::Android::Window!\n"); 200 } // Android
|
H A D | tcuAndroidRenderActivity.cpp | 5 * Copyright 2014 The Android Open Source Project 42 namespace Android namespace in namespace:tcu 365 } // Android
|
H A D | tcuAndroidExecService.cpp | 5 * Copyright 2014 The Android Open Source Project 21 * \brief Android ExecServer. 36 namespace Android namespace in namespace:tcu 227 // On Android process launch is asynchronous so we don't want to poll for process until after some time. 373 } // Android
|
H A D | tcuAndroidInternals.cpp | 5 * Copyright 2014 The Android Open Source Project 21 * \brief Access to Android internals that are not a part of the NDK. 30 namespace Android namespace in namespace:tcu 276 } // Android
|
H A D | tcuAndroidNativeActivity.cpp | 5 * Copyright 2014 The Android Open Source Project 21 * \brief Android Native Activity. 31 static_cast<tcu::Android::NativeActivity*>(activity->instance)->onStart(); 36 static_cast<tcu::Android::NativeActivity*>(activity->instance)->onResume(); 41 return static_cast<tcu::Android::NativeActivity*>(activity->instance)->onSaveInstanceState(outSize); 46 return static_cast<tcu::Android::NativeActivity*>(activity->instance)->onPause(); 51 static_cast<tcu::Android::NativeActivity*>(activity->instance)->onStop(); 56 static_cast<tcu::Android::NativeActivity*>(activity->instance)->onDestroy(); 61 static_cast<tcu::Android::NativeActivity*>(activity->instance)->onWindowFocusChanged(hasFocus); 66 static_cast<tcu::Android 113 namespace Android namespace in namespace:tcu [all...] |
H A D | tcuAndroidPlatform.cpp | 5 * Copyright 2014 The Android Open Source Project 21 * \brief Android EGL platform. 45 namespace Android namespace in namespace:tcu 214 VulkanWindow (tcu::Android::Window& window) 226 tcu::Android::Window& m_window; 272 print("Device has at least %.2f MiB total system memory per Android CDD\n", double(cddRequiredSize) / double(MiB)); 315 tcu::Android::describePlatform(m_activity.getNativeActivity(), dst); 342 TCU_THROW(NotSupportedError, "WSI type not supported on Android"); 345 } // Android
|
H A D | tcuAndroidRenderActivity.hpp | 7 * Copyright 2014 The Android Open Source Project 33 namespace Android namespace in namespace:tcu 194 } // Android
|
H A D | tcuAndroidInternals.hpp | 7 * Copyright 2014 The Android Open Source Project 23 * \brief Access to Android internals that are not a part of the NDK. 44 namespace Android namespace in namespace:tcu 185 } // Android
|
H A D | tcuAndroidUtil.cpp | 5 * Copyright 2014 The Android Open Source Project 21 * \brief Android utilities. 33 namespace Android namespace in namespace:tcu 663 } // Android
|
/external/boringssl/src/util/ |
H A D | generate_build_files.py | 62 class Android(object): class in inherits:object 66 """# Copyright (C) 2015 The Android Open Source Project 91 # New Android.bp format 167 # Legacy Android.mk format, only used by Trusty in new branches 648 platforms.append(Android())
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/ |
H A D | TestUtil.java | 219 Android enum constant in enum:TestUtil.JavaVendor 230 vendor = JavaVendor.Android;
|
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
H A D | TestUtil.java | 218 Android enum constant in enum:TestUtil.JavaVendor 229 vendor = JavaVendor.Android;
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/ |
H A D | Platform.java | 3 * Copyright (C) 2012 The Android Open Source Project 47 * Supported on Android 2.3+. 50 * Supported on Android 2.3+. 52 * <h3>Android Traffic Stats (Socket Tagging)</h3> 53 * Supported on Android 4.0+. 56 * Supported on Android 5.0+. The APIs were present in Android 4.4, but that implementation was 63 * <p>Supported on Android 2.3+ and OpenJDK 7+. There are no public APIs to recover the trust 129 // Attempt to find Android 2.3+ APIs. 149 // Attempt to find Android 4. 199 private static class Android extends Platform { class in class:Platform 214 public Android(Class<?> sslParametersClass, OptionalMethod<Socket> setUseSessionTickets, method in class:Platform.Android [all...] |
/external/llvm/include/llvm/ADT/ |
H A D | Triple.h | 183 Android, enumerator in enum:llvm::Triple::EnvironmentType 575 /// Tests whether the target is Android 576 bool isAndroid() const { return getEnvironment() == Triple::Android; }
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | Triple.h | 190 Android, enumerator in enum:llvm::Triple::EnvironmentType 592 /// Tests whether the target is Android 593 bool isAndroid() const { return getEnvironment() == Triple::Android; }
|