/frameworks/base/core/java/android/webkit/ |
PluginManager.java | 123 for (ResolveInfo info : plugins) { 126 ServiceInfo serviceInfo = info.serviceInfo;
|
/frameworks/base/core/tests/coretests/src/android/view/ |
ListContextMenu.java | 132 AdapterView.AdapterContextMenuInfo info = (AdapterView.AdapterContextMenuInfo)menuInfo; local 134 String text = ((TextView) info.targetView).getText().toString();
|
/frameworks/base/include/media/stagefright/ |
OMXCodec.h | 195 void drainInputBuffer(BufferInfo *info); 196 void fillOutputBuffer(BufferInfo *info);
|
/frameworks/base/include/surfaceflinger/ |
Surface.h | 159 status_t lock(SurfaceInfo* info, bool blocking = true); 160 status_t lock(SurfaceInfo* info, Region* dirty, bool blocking = true);
|
/frameworks/base/media/jni/soundpool/ |
SoundPool.h | 145 static void callback(int event, void* user, void *info); 146 void process(int event, void *info);
|
SoundPool.cpp | 640 void SoundChannel::callback(int event, void* user, void *info) 649 channel->process(event, info); 652 void SoundChannel::process(int event, void *info) 660 AudioTrack::Buffer* b = static_cast<AudioTrack::Buffer *>(info); 695 LOGV("End loop: %d", *(int *)info);
|
/hardware/libhardware/modules/gralloc/ |
gralloc.cpp | 122 const size_t bufferSize = m->finfo.line_length * m->info.yres; 257 const size_t bufferSize = m->finfo.line_length * m->info.yres;
|
/packages/apps/IM/src/com/android/im/imps/ |
SmsDataChannel.java | 219 private void handleError(byte[] data, int errCode, String info) { 222 mTxManager.notifyErrorResponse(trId, errCode, info);
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
MessagingNotification.java | 212 SortedSet set, MmsSmsNotificationInfo info) { 213 if (info != null) { 214 set.add(info); 216 return info.mCount; 313 MmsSmsNotificationInfo info = getNewMessageNotificationInfo( local 323 return info; 381 MmsSmsNotificationInfo info = getNewMessageNotificationInfo( local 390 return info;
|
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/ |
SDL_sysvideo.cc | 278 _this->info.current_w = saved_mode.virtual_width; 279 _this->info.current_h = saved_mode.virtual_height; 319 _this->info.wm_available = 1; 636 image_info info; local 638 while (get_next_image_info(0,&cookie,&info) == B_OK) { 660 /* image_info info; 661 if (get_image_info((image_id)_this->gl_config.dll_handle, &info) == B_OK) { 662 if (info.type != B_APP_IMAGE) {
|
/external/webkit/WebCore/platform/network/mac/ |
ResourceHandleMac.mm | 809 - (void)_callConnectionWillCacheResponseWithInfo:(NSMutableDictionary *)info 811 NSURLConnection *connection = [info objectForKey:@"connection"]; 812 NSCachedURLResponse *cachedResponse = [info objectForKey:@"cachedResponse"]; 815 [info setObject:result forKey:@"result"]; 827 NSMutableDictionary *info = [[NSMutableDictionary alloc] init]; 829 [info setObject:connection forKey:@"connection"]; 831 [info setObject:cachedResponse forKey:@"cachedResponse"]; 836 [self performSelectorOnMainThread:@selector(_callConnectionWillCacheResponseWithInfo:) withObject:info waitUntilDone:YES modes:modes]; 839 NSCachedURLResponse *result = [[info valueForKey:@"result"] retain]; 840 [info release] [all...] |
/external/webkit/WebCore/rendering/ |
SVGInlineTextBox.cpp | 544 void SVGInlineTextBox::paintDecoration(ETextDecoration decoration, GraphicsContext* context, int tx, int ty, int width, const SVGChar& svgChar, const SVGTextDecorationInfo& info) 552 bool isFilled = info.fillServerMap.contains(decoration); 553 bool isStroked = info.strokeServerMap.contains(decoration); 572 if (RenderObject* fillObject = info.fillServerMap.get(decoration)) { 581 if (RenderObject* strokeObject = info.strokeServerMap.get(decoration)) {
|
/external/webkit/WebKit/android/nav/ |
FindCanvas.cpp | 522 MatchInfo& info = (*m_matches)[m_findIndex]; 524 if (info.isInLayer()) 526 return info.getLocation().getBounds(); 532 MatchInfo& info = (*m_matches)[m_findIndex]; 533 return info.isInLayer();
|
/frameworks/base/core/java/android/app/ |
IActivityManager.java | 265 // Retrieve info of applications installed on external media that are currently 313 public final ProviderInfo info; field in class:IActivityManager.ContentProviderHolder 319 info = _info; 325 info = _info; 334 info.writeToParcel(dest, 0); 356 info = ProviderInfo.CREATOR.createFromParcel(source);
|
/frameworks/base/libs/surfaceflinger/ |
Layer.cpp | 110 PixelFormatInfo info; local 111 status_t err = getPixelFormatInfo(format, &info); 133 mNeedsBlending = (info.h_alpha - info.l_alpha) > 0; 138 int layerRedsize = info.getSize(PixelFormatInfo::INDEX_RED);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppObexClientSession.java | 144 public void addShare(BluetoothOppShareInfo info) { 145 mInfo = info; 559 public static void applyRemoteDeviceQuirks(HeaderSet request, BluetoothOppSendFileInfo info) { 560 String address = info.mDestAddr; 569 String filename = info.mFileName;
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiDialog.java | 187 ViewGroup group = (ViewGroup) mView.findViewById(R.id.info); 203 WifiInfo info = mAccessPoint.getInfo(); local 204 if (info != null) { 205 addRow(group, R.string.wifi_speed, info.getLinkSpeed() + WifiInfo.LINK_SPEED_UNITS); 207 int address = info.getIpAddress();
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
OpenWnnEN.java | [all...] |
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ |
RepoSource.java | 278 String info;
local 280 info = "This repository requires a more recent version of ADT. Please update the Eclipse Android plugin.";
284 info = "This repository requires a more recent version of the Tools. Please update.";
288 mFetchError = mFetchError == null ? info : mFetchError + ". " + info;
[all...] |
/external/icu4c/i18n/ |
rbnf.cpp | 248 UChar* info; member in class:StringLocalizationInfo 256 : info(i), data(d), numRuleSets(numRS), numLocales(numLocs) 261 static StringLocalizationInfo* create(const UnicodeString& info, UParseError& perror, UErrorCode& status); 587 StringLocalizationInfo::create(const UnicodeString& info, UParseError& perror, UErrorCode& status) { 592 int32_t len = info.length(); 602 info.extract(p, len, status); 617 if (info) uprv_free(info); 683 LocalizationInfo* info, 695 init(description, info, perror, status) [all...] |
/external/v8/src/ |
prettyprinter.cc | 657 void AstPrinter::PrintLiteralIndented(const char* info, 660 PrintIndented(info); 667 void AstPrinter::PrintLiteralWithModeIndented(const char* info, 673 PrintLiteralIndented(info, value, true); 676 int pos = OS::SNPrintF(buf, "%s (mode = %s", info, 691 void AstPrinter::PrintLabelsIndented(const char* info, ZoneStringList* labels) { 693 if (info == NULL) { 696 PrintIndented(info); 700 } else if (info != NULL) { 701 PrintIndented(info); [all...] |
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteDatabase.java | 735 /** Maps table names to info about what to which _sync_time column to set 744 SyncUpdateInfo info = mSyncUpdateInfo.get(table); 745 if (info.deletedTable != null) { 746 tables.put(table, info.deletedTable); [all...] |
/prebuilt/common/eclipse/ |
org.eclipse.core.commands_3.4.0.I20080509-2000.jar | |
/hardware/ti/wlan/wl1271/platforms/os/linux/src/ |
CmdInterpretWext.c | 345 /* Wireless Extension version info */ 642 struct iw_request_info info; local 643 info.cmd = SIOCGIWSCAN; 644 info.flags = 0; 720 event = iwe_stream_add_event(&info,event, end_buf, &iwe, IW_EV_ADDR_LEN); 731 event = iwe_stream_add_point(&info,event, end_buf, &iwe, my_current->Ssid.Ssid); 742 event = iwe_stream_add_event(&info,event, end_buf, &iwe, IW_EV_CHAR_LEN); 758 event = iwe_stream_add_event(&info,event, end_buf, &iwe, IW_EV_UINT_LEN); 772 event = iwe_stream_add_event(&info,event, end_buf, &iwe, IW_EV_FREQ_LEN); 785 event = iwe_stream_add_event(&info,event, end_buf, &iwe, IW_EV_QUAL_LEN) [all...] |
/system/wlan/ti/wilink_6_1/platforms/os/linux/src/ |
CmdInterpretWext.c | 309 /* Wireless Extension version info */ 561 struct iw_request_info info; local 562 info.cmd = SIOCGIWSCAN; 563 info.flags = 0; 615 event = iwe_stream_add_event(&info,event, end_buf, &iwe, IW_EV_ADDR_LEN); 624 event = iwe_stream_add_point(&info,event, end_buf, &iwe, my_current->Ssid.Ssid); 633 event = iwe_stream_add_event(&info,event, end_buf, &iwe, IW_EV_CHAR_LEN); 647 event = iwe_stream_add_event(&info,event, end_buf, &iwe, IW_EV_UINT_LEN); 660 event = iwe_stream_add_event(&info,event, end_buf, &iwe, IW_EV_FREQ_LEN); 671 event = iwe_stream_add_event(&info,event, end_buf, &iwe, IW_EV_QUAL_LEN) [all...] |