/external/webkit/WebCore/platform/mac/ |
ClipboardMac.h | 77 // Methods for getting info in Cocoa's type system
|
/external/webkit/WebCore/platform/qt/ |
ContextMenuItemQt.cpp | 3 * Copyright (C) 2007 Staikos Computing Services Inc. <info@staikos.net>
|
/external/webkit/WebCore/platform/win/ |
PlatformScreenWin.cpp | 40 // Returns info for the default monitor if widget is NULL
|
/external/webkit/WebKit/mac/Configurations/ |
WebKit.xcconfig | 37 INFOPLIST_FILE = mac/Info.plist;
|
/external/webkit/WebKit/mac/Plugins/Hosted/ |
NetscapePluginHostProxy.h | 79 static void deadNameNotificationCallback(CFMachPortRef, void *msg, CFIndex size, void *info);
|
/external/zlib/contrib/minizip/ |
ChangeLogUnzip | 60 - add unzGetLocalExtrafield for get the local extrafield info
|
minizip.c | 39 char *f; /* name of file to get info on */ 63 char *f; /* name of file to get info on */ 105 char *f; /* name of file to get info on */ 133 printf("more info at http://www.winimage.com/zLibDll/unzip.html\n\n");
|
unzip.c | 6 Read unzip.h for more info 9 /* Decryption code comes from crypt.c by Info-ZIP but has been greatly reduced in terms of 14 Copyright (c) 1990-2000 Info-ZIP. All rights reserved. 18 If, for some reason, all these files are missing, the Info-ZIP license 19 also may be found at: ftp://ftp.info-zip.org/pub/infozip/license.html 22 crypt.c (full version) by Info-ZIP. Last revised: [see crypt.h] 93 /* unz_file_info_interntal contain internal info about a file in zipfile*/ 143 unz_file_info cur_file_info; /* public info about the current file in zip*/ 144 unz_file_info_internal cur_file_info_internal; /* private info about it*/ 529 Write info about the ZipFile in the *pglobal_info structure [all...] |
/frameworks/base/cmds/dumpstate/ |
dumpstate.c | 71 dump_file("MEMORY INFO", "/proc/meminfo"); 72 run_command("CPU INFO", 10, "top", "-n", "1", "-d", "1", "-m", "30", "-t", NULL); 75 dump_file("VMALLOC INFO", "/proc/vmallocinfo"); 76 dump_file("SLAB INFO", "/proc/slabinfo");
|
/frameworks/base/cmds/dumpsys/ |
dumpsys.cpp | 76 aerr << "Error dumping service info: (" << strerror(err)
|
/frameworks/base/core/java/android/content/res/ |
CompatibilityInfo.java | 40 /** default compatibility info object for compatible applications */ 44 throw new UnsupportedOperationException("trying to change default compatibility info"); 171 CompatibilityInfo info = new CompatibilityInfo(appFlags, mCompatibilityFlags, local 173 return info;
|
/frameworks/base/core/java/android/net/http/ |
HttpConnection.java | 51 // Update the certificate info (connection not secure - set to null)
|
/frameworks/base/core/res/res/layout/ |
resolve_list_item.xml | 47 <!-- Extended activity info to distinguish between duplicate activity names -->
|
/frameworks/base/graphics/java/android/graphics/ |
PixelFormat.java | 85 public static native void getPixelFormatInfo(int format, PixelFormat info);
|
/frameworks/base/location/java/com/android/internal/location/ |
PassiveProvider.java | 120 public void updateNetworkState(int state, NetworkInfo info) {
|
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/ |
ustdxept.cpp | 38 void error_message::info (string& msgbuf, const char* fmt) const throw() function in class:ustl::error_message
|
/frameworks/base/media/libstagefright/omx/tests/ |
OMXHarness.cpp | 174 #define EXPECT(condition, info) \ 176 LOGE(info); printf("\n * " info "\n"); return UNKNOWN_ERROR; \ 179 #define EXPECT_SUCCESS(err, info) \ 180 EXPECT((err) == OK, info " failed") 746 const IOMX::ComponentInfo &info = *it; local 747 const char *componentName = info.mName.string(); 749 for (List<String8>::const_iterator role_it = info.mRoles.begin(); 750 role_it != info.mRoles.end(); ++role_it) {
|
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/ |
ListTestCaseNames.java | 61 * Data holder for test case info
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/ |
FontLoader.java | 107 for (FontInfo info : fontList) { 108 for (String family : info.families) { 109 mFamilyToTtf.put(family, info.ttf); 303 // handle a new name for an existing Font Info
|
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/ |
LogTest.java | 85 mLog.info("Test %d", 43);
|
/hardware/libhardware/modules/gralloc/ |
gralloc_priv.h | 49 struct fb_var_screeninfo info; member in struct:private_module_t
|
/hardware/msm7k/libgralloc/ |
gralloc_priv.h | 53 struct fb_var_screeninfo info; member in struct:private_module_t
|
/hardware/msm7k/libgralloc-qsd8k/ |
gralloc_priv.h | 50 struct fb_var_screeninfo info; member in struct:private_module_t
|
/hardware/ti/omap3/dspbridge/inc/ |
qosti_dspdecl.h | 65 ALLHEAPS = 0x100, /* Get aggregate mem-stat info combining all heaps. */
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppManager.java | 278 * Fork a thread to insert share info to db. 307 * Thread to insert share info to db. In multiple files (say 100 files) 308 * share case, the inserting share info to db operation would be a time 312 * device (device 2), we need insert all these share info to db.
|