/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/LTO/ |
Config.h | 1 //===-Config.h - LLVM Link Time Optimizer Configuration -------------------===// 10 // This file defines the lto::Config data structure, which allows clients to 36 struct Config { 155 /// This is a convenience function that configures this Config object to write 184 /// Config object. The purpose of this class is to tie ownership of the 185 /// diagnostic handler to the context, as opposed to the Config object (which 190 LTOLLVMContext(const Config &C) : DiagHandler(C.DiagHandler) {
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/LTO/ |
Config.h | 1 //===-Config.h - LLVM Link Time Optimizer Configuration -------------------===// 10 // This file defines the lto::Config data structure, which allows clients to 36 struct Config { 155 /// This is a convenience function that configures this Config object to write 184 /// Config object. The purpose of this class is to tie ownership of the 185 /// diagnostic handler to the context, as opposed to the Config object (which 190 LTOLLVMContext(const Config &C) : DiagHandler(C.DiagHandler) {
|
/prebuilts/misc/common/robolectric/3.4.2/lib/ |
annotations-3.4.2.jar | |
/prebuilts/misc/common/robolectric/3.5.1/lib/ |
annotations-3.5.1.jar | |
/prebuilts/misc/common/robolectric/3.6.1/lib/ |
annotations-3.6.1.jar | |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
BitmapColorSpaceTest.java | 74 b = Bitmap.createBitmap(32, 32, Bitmap.Config.ARGB_8888, true, sRGB); 79 b = Bitmap.createBitmap(32, 32, Bitmap.Config.ARGB_8888, true, 85 b = Bitmap.createBitmap(32, 32, Bitmap.Config.RGBA_F16, true, sRGB); 90 b = Bitmap.createBitmap(32, 32, Bitmap.Config.RGBA_F16, true, 96 b = Bitmap.createBitmap(32, 32, Bitmap.Config.RGB_565, true, sRGB); 101 b = Bitmap.createBitmap(32, 32, Bitmap.Config.RGB_565, true, 107 b = Bitmap.createBitmap(32, 32, Bitmap.Config.ALPHA_8, true, sRGB); 112 b = Bitmap.createBitmap(32, 32, Bitmap.Config.ALPHA_8, true, 118 b = Bitmap.createBitmap(32, 32, Bitmap.Config.ARGB_4444, true, sRGB); 123 b = Bitmap.createBitmap(32, 32, Bitmap.Config.ARGB_4444, true [all...] |
/bionic/libc/malloc_debug/ |
Config.h | 58 class Config { 96 bool (Config::*process_func)(const std::string&, const std::string&);
|
/build/soong/ui/build/ |
config.go | 30 type Config struct{ *configImpl } 46 // From the product config 55 func NewConfig(ctx Context, args ...string) Config { 200 return Config{ret} 250 cmd := Command(ctx, Config{c}, "locale", "locale", "-a")
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/ |
UsbDesc.c | 61 @param Config The configuration descriptor to free.
66 IN USB_CONFIG_DESC *Config
73 if (Config->Interfaces != NULL) {
77 for (Index = 0; Index < Config->Desc.NumInterfaces; Index++) {
78 Interface = Config->Interfaces[Index];
96 FreePool (Config->Interfaces);
99 FreePool (Config);
314 USB_CONFIG_DESC *Config;
323 Config = UsbCreateDesc (DescBuf, Len, USB_DESC_TYPE_CONFIG, &Consumed);
325 if (Config == NULL) { [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/ |
UdpIoLib.h | 159 } Config;
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/ |
Dhcp4Impl.c | 419 @param Config The DHCP configure data
424 IN OUT EFI_DHCP4_CONFIG_DATA *Config
429 if (Config->DiscoverTimeout != NULL) {
430 FreePool (Config->DiscoverTimeout);
433 if (Config->RequestTimeout != NULL) {
434 FreePool (Config->RequestTimeout);
437 if (Config->OptionList != NULL) {
438 for (Index = 0; Index < Config->OptionCount; Index++) {
439 if (Config->OptionList[Index] != NULL) {
440 FreePool (Config->OptionList[Index]); [all...] |
Dhcp4Io.c | 91 EFI_DHCP4_CONFIG_DATA *Config;
105 Config = &DhcpSb->ActiveConfig;
107 if (Config->Dhcp4Callback == NULL) {
115 Status = Config->Dhcp4Callback (
117 Config->CallbackContext,
490 // Clean active config data.
1167 EFI_DHCP4_CONFIG_DATA *Config;
1204 Config = &DhcpSb->ActiveConfig;
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/ |
Mtftp4Impl.h | 106 EFI_MTFTP4_CONFIG_DATA Config;
|
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/ |
HttpBootDhcp4.c | 812 EFI_DHCP4_CONFIG_DATA Config;
830 ZeroMem (&Config, sizeof(Config));
831 Config.OptionCount = OptCount;
832 Config.OptionList = OptList;
833 Config.Dhcp4Callback = HttpBootDhcp4CallBack;
834 Config.CallbackContext = Private;
835 Config.DiscoverTryCount = HTTP_BOOT_DHCP_RETRIES;
836 Config.DiscoverTimeout = mHttpDhcpTimeout;
841 Status = Dhcp4->Configure (Dhcp4, &Config);
[all...] |
HttpBootDhcp6.c | 919 EFI_DHCP6_CONFIG_DATA Config;
942 ZeroMem (&Config, sizeof (EFI_DHCP6_CONFIG_DATA));
944 Config.OptionCount = OptCount;
945 Config.OptionList = OptList;
946 Config.Dhcp6Callback = HttpBootDhcp6CallBack;
947 Config.CallbackContext = Private;
948 Config.IaInfoEvent = NULL;
949 Config.RapidCommit = FALSE;
950 Config.ReconfigureAccept = FALSE;
951 Config.IaDescriptor.IaId = NET_RANDOM (NetRandomInitSeed ()); [all...] |
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/ |
Ip6Impl.c | 62 EFI_IP6_CONFIG_DATA *Config;
130 // StationAddress in config data.
133 Config = &Ip6ModeData->ConfigData;
135 if (IpIf->Configured || NetIp6IsUnspecifiedAddr (&Config->DestinationAddress)) {
334 @param[in] Config The configure data.
350 IN EFI_IP6_CONFIG_DATA *Config
380 CopyMem (Current, Config, sizeof (EFI_IP6_CONFIG_DATA));
387 StationZero = NetIp6IsUnspecifiedAddr (&Config->StationAddress);
388 DestZero = NetIp6IsUnspecifiedAddr (&Config->DestinationAddress);
399 CopyMem (Current, Config, sizeof (EFI_IP6_CONFIG_DATA)); [all...] |
/device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/ |
Mtftp6Impl.h | 71 EFI_MTFTP6_CONFIG_DATA *Config;
|
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/ |
PxeBcImpl.c | [all...] |
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciHostBridge/ |
PciRootBridgeIo.c | [all...] |
/external/conscrypt/benchmark-base/src/main/java/org/conscrypt/ |
EngineWrapBenchmark.java | 52 interface Config { 71 EngineWrapBenchmark(Config config) throws Exception { 72 engineFactory = config.engineFactory(); 73 cipher = config.cipher(); 74 BufferType bufferType = config.bufferType(); 86 int messageSize = config.messageSize();
|
/external/libvpx/libvpx/test/ |
encode_test_driver.h | 149 void Config(const vpx_codec_enc_cfg_t *cfg) {
|
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/ |
xvmc_bench.c | 53 struct Config 64 void ParseArgs(int argc, char **argv, struct Config *config); 66 void ParseArgs(int argc, char **argv, struct Config *config) 71 config->input_width = DEFAULT_INPUT_WIDTH; 72 config->input_height = DEFAULT_INPUT_HEIGHT; 73 config->output_width = 0; 74 config->output_height = 0; 75 config->pipeline = 0 181 struct Config config; local [all...] |
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
BitmapTest.java | 4 import android.graphics.Bitmap.Config; 34 Bitmap bitmap = Bitmap.createBitmap(100, 200, Config.ARGB_8888); 40 Bitmap bitmap = Bitmap.createBitmap(100, 200, Config.ARGB_8888); 41 assertEquals(bitmap.getConfig(), Config.ARGB_8888); 55 Bitmap bitmap = Bitmap.createBitmap(100, 200, Config.ARGB_8888); 136 Bitmap bitmapCopy = bitmap.copy(Config.ARGB_8888, true); 137 assertEquals(shadowOf(bitmapCopy).getConfig(), Config.ARGB_8888);
|
/external/robolectric/v3/ |
robolectric-annotations-3.1-SNAPSHOT.jar | |
/external/skia/tools/shape/ |
using_skia_and_harfbuzz.cpp | 101 // Config ////////////////////////////////////////////////////////////////////// 103 struct Config { 119 Config(int argc, char **argv) { 131 Placement(const Config* conf, SkDocument *doc) 132 : config(conf), document(doc), pageCanvas(nullptr) { 137 glyph_paint.setTextSize(SkDoubleToScalar(config->font_size.value)); 144 config->page_width.value - 2*config->left_margin.value); 148 (current_y > config->line_spacing_ratio.value * config->font_size.value & 169 const Config* config; member in class:Placement [all...] |