/external/proguard/src/proguard/optimize/info/ |
VariableUsageMarker.java | 21 package proguard.optimize.info;
|
/external/qemu/hw/android/ |
android_arm.c | 60 struct arm_boot_info info; local 111 DriveInfo* info = drive_get( IF_IDE, 0, 0 ); local 112 if (info != NULL) { 113 goldfish_mmc_init(0xff005000, 0, info->bdrv); 131 memset(&info, 0, sizeof info); 132 info.ram_size = ram_size; 133 info.kernel_filename = kernel_filename; 134 info.kernel_cmdline = kernel_cmdline; 135 info.initrd_filename = initrd_filename [all...] |
/external/skia/bench/ |
BlurRoundRectBench.cpp | 45 SkLayerDrawLooper::LayerInfo info; variable 46 info.fPaintBits = SkLayerDrawLooper::kMaskFilter_Bit 48 info.fColorMode = SkXfermode::kSrc_Mode; 49 info.fOffset = SkPoint::Make(SkIntToScalar(-1), SkIntToScalar(0)); 50 info.fPostTranslate = false; 51 SkPaint* paint = looperBuilder.addLayerOnTop(info); 63 SkLayerDrawLooper::LayerInfo info; variable 64 looperBuilder.addLayerOnTop(info);
|
/external/skia/gm/ |
blurroundrect.cpp | 61 SkLayerDrawLooper::LayerInfo info; variable 62 info.fPaintBits = SkLayerDrawLooper::kMaskFilter_Bit 64 info.fColorMode = SkXfermode::kSrc_Mode; 65 info.fOffset = SkPoint::Make(SkIntToScalar(-1), SkIntToScalar(0)); 66 info.fPostTranslate = false; 67 SkPaint* paint = looperBuilder.addLayerOnTop(info); 79 SkLayerDrawLooper::LayerInfo info; variable 80 looperBuilder.addLayerOnTop(info);
|
/external/skia/samplecode/ |
SampleTextureDomain.cpp | 62 SkImageInfo info = SkImageInfo::MakeN32(5, 5, kOpaque_SkAlphaType); local 63 SkAutoTUnref<SkSurface> surface(canvas->newSurface(info));
|
/external/skia/src/lazy/ |
SkDiscardablePixelRef.cpp | 12 SkDiscardablePixelRef::SkDiscardablePixelRef(const SkImageInfo& info, 16 : INHERITED(info) 51 const size_t size = this->info().getSafeSize(fRowBytes); 63 const SkImageInfo& info = this->info(); local 68 if (!fGenerator->getPixels(info, pixels, fRowBytes)) { 70 if (!fGenerator->getPixels(info, pixels, fRowBytes, colors, &colorCount)) { 101 SkImageInfo info; local 104 || (!autoGenerator->getInfo(&info)) 105 || (!dst->setInfo(info))) { [all...] |
/external/skia/tests/ |
BitmapGetColorTest.cpp | 36 SkImageInfo info = SkImageInfo::Make(2, 2, gRec[i].fColorType, local 40 bm.installPixels(info, storage, info.minRowBytes());
|
ShaderOpacityTest.cpp | 14 SkImageInfo info = SkImageInfo::MakeN32Premul(2, 2); local 17 bmp.setInfo(info); 27 bmp.allocPixels(info);
|
TextureCompressionTest.cpp | 25 SkImageInfo info = SkImageInfo::MakeA8(kWidth, kHeight); local 29 bool setInfoSuccess = bitmap.setInfo(info); 32 bool allocPixelsSuccess = bitmap.allocPixels(info); 49 SkImageInfo info = SkImageInfo::MakeN32Premul(kWidth, kHeight); local 53 bool setInfoSuccess = bitmap.setInfo(info); 56 bool allocPixelsSuccess = bitmap.allocPixels(info); 72 SkImageInfo info = SkImageInfo::MakeA8(kWidth, kHeight); local 74 bool setInfoSuccess = bitmap.setInfo(info); 77 bool allocPixelsSuccess = bitmap.allocPixels(info);
|
/external/skia/tools/ |
skpinfo.cpp | 54 SkPictInfo info; local 55 if (!SkPicture::InternalOnly_StreamIsSKP(&stream, &info)) { 60 SkDebugf("Version: %d\n", info.fVersion); 63 SkDebugf("Width: %d\n", info.fWidth); 66 SkDebugf("Height: %d\n", info.fHeight); 69 SkDebugf("Flags: 0x%x\n", info.fFlags); 113 if (info.fVersion < 22) {
|
/external/smack/src/org/jivesoftware/smackx/ |
SharedGroupManager.java | 51 SharedGroupsInfo info = new SharedGroupsInfo();
local 52 info.setType(IQ.Type.GET);
56 connection.createPacketCollector(new PacketIDFilter(info.getPacketID()));
58 connection.sendPacket(info);
|
/external/smack/src/org/jivesoftware/smackx/commands/ |
AdHocCommandNote.java | 71 info,
enum constant in enum:AdHocCommandNote.Type
|
/external/smack/src/org/jivesoftware/smackx/packet/ |
OfflineMessageInfo.java | 110 OfflineMessageInfo info = new OfflineMessageInfo(); local 116 info.setNode(parser.getAttributeValue("", "node")); 124 return info;
|
/frameworks/av/media/mediaserver/ |
main_mediaserver.cpp | 61 siginfo_t info; local 62 int ret = waitid(P_PID, childPid, &info, WEXITED | WSTOPPED | WCONTINUED); 71 switch (info.si_code) { 91 snprintf(buffer, sizeof(buffer), "unknown (%d)", info.si_code); 98 info.si_pid, info.si_status, code, 107 switch (info.si_code) {
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
AttachInfo_Accessor.java | 36 AttachInfo info = new AttachInfo(new BridgeWindowSession(), new BridgeWindow(), local 38 info.mHasWindowFocus = true; 39 info.mWindowVisibility = View.VISIBLE; 40 info.mInTouchMode = false; // this is so that we can display selections. 41 info.mHardwareAccelerated = false; 42 view.dispatchAttachedToWindow(info, 0);
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/view/ |
WindowManagerImpl.java | 33 DisplayInfo info = new DisplayInfo(); local 34 info.logicalHeight = mMetrics.heightPixels; 35 info.logicalWidth = mMetrics.widthPixels; 36 mDisplay = new Display(null, Display.DEFAULT_DISPLAY, info,
|
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/ |
WifiP2pUpnpServiceInfo.java | 78 ArrayList<String> info = new ArrayList<String>(); local 80 info.add(createSupplicantQuery(uuid, null)); 81 info.add(createSupplicantQuery(uuid, "upnp:rootdevice")); 82 info.add(createSupplicantQuery(uuid, device)); 85 info.add(createSupplicantQuery(uuid, service)); 89 return new WifiP2pUpnpServiceInfo(info);
|
/frameworks/compile/mclinker/include/mcld/LD/ |
Resolver.h | 41 * - info, the pointer to overrided info 42 * - existent, if true, the info is existent 43 * - overriden, if true, the info is being overriden. 46 ResolveInfo* info; member in struct:mcld::Resolver::Result 70 pResult.info = NULL;
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
HistoryHandler.java | 39 String info = new String("HIST"); local 40 info += "_ID" + cameraId; 42 info = info + '_' + msg.toString(); 44 info += "_HEND"; 45 return info;
|
/frameworks/support/v4/java/android/support/v4/net/ |
ConnectivityManagerCompat.java | 40 final NetworkInfo info = cm.getActiveNetworkInfo(); local 41 if (info == null) { 46 final int type = info.getType(); 114 final NetworkInfo info = intent.getParcelableExtra(ConnectivityManager.EXTRA_NETWORK_INFO); local 115 if (info != null) { 116 return cm.getNetworkInfo(info.getType());
|
/frameworks/volley/src/com/android/volley/toolbox/ |
Volley.java | 48 PackageInfo info = context.getPackageManager().getPackageInfo(packageName, 0); local 49 userAgent = packageName + "/" + info.versionCode;
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
common.cpp | 30 wifi_handle getWifiHandle(hal_info *info) 32 return (wifi_handle)info; 35 wifi_interface_handle getIfaceHandle(interface_info *info) 37 return (wifi_interface_handle)info; 42 hal_info *info = (hal_info *)handle; local 45 pthread_mutex_lock(&info->cb_lock); 49 if (info->num_event_cb < info->alloc_event_cb) { 50 info->event_cb[info->num_event_cb].nl_cmd = cmd 68 hal_info *info = (hal_info *)handle; local 93 hal_info *info = (hal_info *)handle; local 119 hal_info *info = (hal_info *)handle; local 143 hal_info *info = (hal_info *)handle; local 162 hal_info *info = (hal_info *)handle; local 183 hal_info *info = (hal_info *)handle; local 199 hal_info *info = (hal_info *)handle; local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
postproc.c | 69 const VpxVideoInfo *info = NULL; local 83 info = vpx_video_reader_get_info(reader); 85 decoder = get_vpx_decoder_by_fourcc(info->codec_fourcc); 134 info->frame_width, info->frame_height, argv[2]);
|
simple_decoder.c | 106 const VpxVideoInfo *info = NULL; local 120 info = vpx_video_reader_get_info(reader); 122 decoder = get_vpx_decoder_by_fourcc(info->codec_fourcc); 151 info->frame_width, info->frame_height, argv[2]);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
video_reader.c | 22 VpxVideoInfo info; member in struct:VpxVideoReaderStruct 50 reader->info.codec_fourcc = mem_get_le32(header + 8); 51 reader->info.frame_width = mem_get_le16(header + 12); 52 reader->info.frame_height = mem_get_le16(header + 14); 53 reader->info.time_base.numerator = mem_get_le32(header + 16); 54 reader->info.time_base.denominator = mem_get_le32(header + 20); 81 return &reader->info;
|