/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/ |
ValueMap.h | 17 // You can override a ValueMap's Config parameter to control exactly what 19 // legal to call back into the ValueMap from a Config's callbacks. Config 47 template<typename KeyT, typename ValueT, typename Config> 85 template<typename KeyT, typename ValueT, typename Config =ValueMapConfig<KeyT>> 87 friend class ValueMapCallbackVH<KeyT, ValueT, Config>; 89 using ValueMapCVH = ValueMapCallbackVH<KeyT, ValueT, Config>; 92 using ExtraData = typename Config::ExtraData; 241 // according to the user's preferences expressed through the Config object. 242 template <typename KeyT, typename ValueT, typename Config> [all...] |
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/ |
ValueMap.h | 17 // You can override a ValueMap's Config parameter to control exactly what 19 // legal to call back into the ValueMap from a Config's callbacks. Config 47 template<typename KeyT, typename ValueT, typename Config> 85 template<typename KeyT, typename ValueT, typename Config =ValueMapConfig<KeyT>> 87 friend class ValueMapCallbackVH<KeyT, ValueT, Config>; 89 using ValueMapCVH = ValueMapCallbackVH<KeyT, ValueT, Config>; 92 using ExtraData = typename Config::ExtraData; 241 // according to the user's preferences expressed through the Config object. 242 template <typename KeyT, typename ValueT, typename Config> [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/ |
ValueMap.h | 17 // You can override a ValueMap's Config parameter to control exactly what 19 // legal to call back into the ValueMap from a Config's callbacks. Config 47 template<typename KeyT, typename ValueT, typename Config> 86 template<typename KeyT, typename ValueT, typename Config =ValueMapConfig<KeyT>> 88 friend class ValueMapCallbackVH<KeyT, ValueT, Config>; 90 typedef ValueMapCallbackVH<KeyT, ValueT, Config> ValueMapCVH; 93 typedef typename Config::ExtraData ExtraData; 241 // according to the user's preferences expressed through the Config object. 242 template <typename KeyT, typename ValueT, typename Config> [all...] |
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/ |
ValueMap.h | 17 // You can override a ValueMap's Config parameter to control exactly what 19 // legal to call back into the ValueMap from a Config's callbacks. Config 47 template<typename KeyT, typename ValueT, typename Config> 85 template<typename KeyT, typename ValueT, typename Config =ValueMapConfig<KeyT>> 87 friend class ValueMapCallbackVH<KeyT, ValueT, Config>; 89 using ValueMapCVH = ValueMapCallbackVH<KeyT, ValueT, Config>; 92 using ExtraData = typename Config::ExtraData; 241 // according to the user's preferences expressed through the Config object. 242 template <typename KeyT, typename ValueT, typename Config> [all...] |
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/ |
ValueMap.h | 17 // You can override a ValueMap's Config parameter to control exactly what 19 // legal to call back into the ValueMap from a Config's callbacks. Config 47 template<typename KeyT, typename ValueT, typename Config> 85 template<typename KeyT, typename ValueT, typename Config =ValueMapConfig<KeyT>> 87 friend class ValueMapCallbackVH<KeyT, ValueT, Config>; 89 using ValueMapCVH = ValueMapCallbackVH<KeyT, ValueT, Config>; 92 using ExtraData = typename Config::ExtraData; 241 // according to the user's preferences expressed through the Config object. 242 template <typename KeyT, typename ValueT, typename Config> [all...] |
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/ |
ValueMap.h | 17 // You can override a ValueMap's Config parameter to control exactly what 19 // legal to call back into the ValueMap from a Config's callbacks. Config 47 template<typename KeyT, typename ValueT, typename Config> 85 template<typename KeyT, typename ValueT, typename Config =ValueMapConfig<KeyT>> 87 friend class ValueMapCallbackVH<KeyT, ValueT, Config>; 89 using ValueMapCVH = ValueMapCallbackVH<KeyT, ValueT, Config>; 92 using ExtraData = typename Config::ExtraData; 241 // according to the user's preferences expressed through the Config object. 242 template <typename KeyT, typename ValueT, typename Config> [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/ |
ValueMap.h | 17 // You can override a ValueMap's Config parameter to control exactly what 19 // legal to call back into the ValueMap from a Config's callbacks. Config 47 template<typename KeyT, typename ValueT, typename Config> 85 template<typename KeyT, typename ValueT, typename Config =ValueMapConfig<KeyT>> 87 friend class ValueMapCallbackVH<KeyT, ValueT, Config>; 89 using ValueMapCVH = ValueMapCallbackVH<KeyT, ValueT, Config>; 92 using ExtraData = typename Config::ExtraData; 241 // according to the user's preferences expressed through the Config object. 242 template <typename KeyT, typename ValueT, typename Config> [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/ |
ValueMap.h | 17 // You can override a ValueMap's Config parameter to control exactly what 19 // legal to call back into the ValueMap from a Config's callbacks. Config 47 template<typename KeyT, typename ValueT, typename Config> 85 template<typename KeyT, typename ValueT, typename Config =ValueMapConfig<KeyT>> 87 friend class ValueMapCallbackVH<KeyT, ValueT, Config>; 89 using ValueMapCVH = ValueMapCallbackVH<KeyT, ValueT, Config>; 92 using ExtraData = typename Config::ExtraData; 241 // according to the user's preferences expressed through the Config object. 242 template <typename KeyT, typename ValueT, typename Config> [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/ |
ValueMap.h | 17 // You can override a ValueMap's Config parameter to control exactly what 19 // legal to call back into the ValueMap from a Config's callbacks. Config 47 template<typename KeyT, typename ValueT, typename Config> 85 template<typename KeyT, typename ValueT, typename Config =ValueMapConfig<KeyT>> 87 friend class ValueMapCallbackVH<KeyT, ValueT, Config>; 89 using ValueMapCVH = ValueMapCallbackVH<KeyT, ValueT, Config>; 92 using ExtraData = typename Config::ExtraData; 241 // according to the user's preferences expressed through the Config object. 242 template <typename KeyT, typename ValueT, typename Config> [all...] |
/art/test/902-hello-transformation/src/art/ |
Test902.java | 73 Redefinition.setTestConfiguration(Redefinition.Config.COMMON_REDEFINE);
|
/cts/tests/tests/drm/src/android/drm/cts/ |
ConfigFactory.java | 33 public static Config getConfig(String plugInName) {
|
/cts/tests/tests/security/src/android/security/cts/ |
BitmapTest.java | 39 Bitmap.createBitmap(65535, 65535, Bitmap.Config.ARGB_8888);
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciHostBridge/ |
PciRootBridgeIo.c | [all...] |
/external/deqp/external/openglcts/modules/common/ |
glcConfigList.cpp | 55 qpPrintf("Warning: No configs enumerated, adding only default config!\n"); 56 configList.configs.push_back(Config(CONFIGTYPE_DEFAULT, 0, SURFACETYPE_WINDOW));
|
/external/llvm/utils/ |
test_debuginfo.pl | 19 use Config; 34 $use_lldb = 1 if ($Config{osname} eq "darwin");
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
ShadowBitmapTest.java | 24 import org.robolectric.annotation.Config; 42 Bitmap bitmap = Bitmap.createBitmap(100, 200, Bitmap.Config.ARGB_8888); 47 assertThat(bitmap.getConfig()).isEqualTo(Bitmap.Config.ARGB_8888); 52 Bitmap bitmap = Bitmap.createBitmap(100, 200, Bitmap.Config.ARGB_8888); 59 @Config(minSdk = JELLY_BEAN_MR1) 61 Bitmap bitmap = Bitmap.createBitmap(100, 200, Bitmap.Config.ARGB_8888); 73 Bitmap bitmap = Bitmap.createBitmap(colors, 3, 2, Bitmap.Config.ARGB_8888); 76 assertThat(bitmap.getConfig()).isEqualTo(Bitmap.Config.ARGB_8888); 108 Bitmap mutableBitmap = Bitmap.createBitmap(100, 200, Bitmap.Config.ARGB_8888); 113 @Config(minSdk = JELLY_BEAN_MR1 [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
ValueMap.h | 17 // You can override a ValueMap's Config parameter to control exactly what 19 // legal to call back into the ValueMap from a Config's callbacks. Config 38 template<typename KeyT, typename ValueT, typename Config, typename ValueInfoT> 75 template<typename KeyT, typename ValueT, typename Config = ValueMapConfig<KeyT>, 78 friend class ValueMapCallbackVH<KeyT, ValueT, Config, ValueInfoT>; 79 typedef ValueMapCallbackVH<KeyT, ValueT, Config, ValueInfoT> ValueMapCVH; 82 typedef typename Config::ExtraData ExtraData; 192 // according to the user's preferences expressed through the Config object. 193 template<typename KeyT, typename ValueT, typename Config, typename ValueInfoT [all...] |
/external/v8/tools/clang/blink_gc_plugin/ |
CollectVisitor.cpp | 7 #include "Config.h" 29 if (method->isThisDeclarationADefinition() && Config::IsTraceMethod(method))
|
/external/webrtc/webrtc/test/ |
layer_filtering_transport.h | 25 LayerFilteringTransport(const FakeNetworkPipe::Config& config,
|
/frameworks/base/core/tests/coretests/src/android/graphics/ |
BitmapTest.java | 28 Bitmap bm1 = Bitmap.createBitmap(100, 200, Bitmap.Config.ARGB_8888); 29 Bitmap bm2 = Bitmap.createBitmap(100, 200, Bitmap.Config.RGB_565); 30 Bitmap bm3 = Bitmap.createBitmap(100, 200, Bitmap.Config.ARGB_4444); 56 assertTrue("getConfig", bm1.getConfig() == Bitmap.Config.ARGB_8888); 57 assertTrue("getConfig", bm2.getConfig() == Bitmap.Config.RGB_565); 58 assertTrue("getConfig", bm3.getConfig() == Bitmap.Config.ARGB_8888); 63 Bitmap bm1 = Bitmap.createBitmap(100, 200, Bitmap.Config.ARGB_8888); 65 Bitmap.Config.ARGB_8888); 88 Bitmap.Config.ARGB_8888); 113 Bitmap bm = Bitmap.createBitmap(colors, 10, 10, Bitmap.Config.RGB_565) 130 Bitmap.Config config = Bitmap.Config.ARGB_8888; local 156 Bitmap.Config config = Bitmap.Config.RGB_565; local 186 Bitmap.Config config = Bitmap.Config.ARGB_8888; local [all...] |
ThreadBitmapTest.java | 41 b = Bitmap.createBitmap(300, 300, Bitmap.Config.RGB_565);
|
/frameworks/opt/setupwizard/library/recyclerview/test/robotest/src/com/android/setupwizardlib/template/ |
RecyclerViewScrollHandlingDelegateTest.java | 38 import org.robolectric.annotation.Config; 40 @Config(sdk = { Config.OLDEST_SDK, Config.NEWEST_SDK })
|
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/template/ |
ScrollViewScrollHandlingDelegateTest.java | 36 import org.robolectric.annotation.Config; 38 @Config(sdk = { Config.OLDEST_SDK, Config.NEWEST_SDK })
|
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/util/ |
GlifV3StyleTest.java | 40 import org.robolectric.annotation.Config; 43 @Config(minSdk = Config.OLDEST_SDK, maxSdk = Config.NEWEST_SDK)
|
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/view/ |
FillContentLayoutTest.java | 30 import org.robolectric.annotation.Config; 33 @Config(sdk = {Config.OLDEST_SDK, Config.NEWEST_SDK})
|