HomeSort by relevance Sort by last modified time
    Searched full:info (Results 101 - 125 of 5694) sorted by null

1 2 3 45 6 7 8 91011>>

  /development/apps/Development/src/com/android/development/
PackageSummary.java 89 PackageInfo info = null; local
91 info = pm.getPackageInfo(mPackageName,
99 if (info != null) {
100 mPackage.setText(info.packageName);
103 if (info.applicationInfo != null) {
105 pm.getApplicationIcon(info.applicationInfo));
106 label = info.applicationInfo.nonLocalizedLabel;
107 appClass = info.applicationInfo.className;
108 if (info.applicationInfo.enabled) {
111 if ((info.applicationInfo.flags&ApplicationInfo.FLAG_SYSTEM) == 0)
    [all...]
  /external/webkit/WebCore/html/
HTMLFormCollection.cpp 69 if (info()->current && info()->position == index)
70 return info()->current;
72 if (info()->hasLength && info()->length <= index)
75 if (!info()->current || info()->position > index) {
76 info()->current = 0;
77 info()->position = 0;
78 info()->elementsArrayPosition = 0
    [all...]
  /development/simulator/wrapsim/
Log.h 11 * Log debug info.
  /external/bluetooth/glib/tests/bookmarks/
fail-04.xbel 7 xmlns:mime="http://www.freedesktop.org/standards/shared-mime-info"
12 <info>
16 <bookmark:application name="populate-recent" exec="populate-recent --info %u" timestamp="1128121528" count="1"/>
19 </info>
  /external/iptables/include/linux/netfilter_ipv4/
ipt_NFQUEUE.h 11 /* target info */
ipt_SAME.h 10 unsigned char info; member in struct:ipt_same_info
  /external/kernel-headers/original/linux/netfilter/
xt_NFQUEUE.h 11 /* target info */
  /external/nist-sip/java/javax/sip/header/
AlertInfoHeader.java 6 String NAME = "Alert-Info";
  /external/protobuf/gtest/xcode/Config/
TestTarget.xcconfig 5 // is set in the "Based On:" dropdown in the "Target" info dialog.
  /external/skia/src/animator/
SkGetCondensedInfo.cpp 72 const SkMemberInfo* info = SkMemberInfo::Find(type, matchPtr); local
73 SkASSERT(info);
74 return info;
79 const SkMemberInfo* info = gInfoTables[lookup]; local
80 if (info->fType == SkType_BaseClassInfo) {
81 int baseTypeLookup = info->fOffset;
87 info++;
89 SkASSERT(info->fType != SkType_BaseClassInfo);
92 int index = _searchByName(&info->fName, count, strings, match);
95 return &info[index]
100 const SkMemberInfo* info = gInfoTables[lookup]; local
    [all...]
SkBuildCondensedInfo.cpp 22 #error "SK_USE_CONDENSED_INFO must be zero to build condensed info"
25 #error "SK_BUILD_FOR_WIN32 must be defined to build condensed info"
37 static void AddInfo(SkDisplayTypes type, const SkMemberInfo* info, int infoCount) {
39 gInfos[type] = info;
44 SkASSERT(info[inner].fCount < 256);
45 int offset = (int) info[inner].fOffset;
48 if (info[inner].fType == SkType_BaseClassInfo) {
49 const SkMemberInfo* innerInfo = (const SkMemberInfo*) info[inner].fName;
52 *gUnknownsCounts.append() = info[inner].fCount;
55 if (info[inner].fType != SkType_BaseClassInfo && info[inner].fName
    [all...]
  /external/sqlite/dist/
version 2 at checkin http://www.sqlite.org/src/info/82dd61fccf
  /external/tcpdump/
TODO 3 3. search for version info
  /external/webkit/WebCore/manual-tests/NPN_Invoke/English.lproj/
Localized.r 3 // Plugin info
  /external/webkit/WebCore/platform/graphics/win/
GraphicsContextCairoWin.cpp 48 BITMAP info; local
49 if (!GetObject(bitmap, sizeof(info), &info))
52 ASSERT(info.bmBitsPixel == 32);
54 surface = cairo_image_surface_create_for_data((unsigned char*)info.bmBits,
56 info.bmWidth,
57 info.bmHeight,
58 info.bmWidthBytes);
99 BITMAP info; local
100 GetObject(bitmap, sizeof(info), &info)
    [all...]
  /external/webkit/WebKit/gtk/tests/
testhittestresult.c 36 TestInfo* info; member in struct:__anon8288
42 TestInfo* info; local
44 info = g_slice_new(TestInfo);
45 info->data = g_strdup(data);
46 info->flag = flag;
48 return info;
52 test_info_destroy(TestInfo* info)
54 g_free(info->data);
55 g_slice_free(TestInfo, info);
63 fixture->info = (TestInfo*)data
79 TestInfo* info = (TestInfo*)data; local
102 TestInfo* info = (TestInfo*)data; local
    [all...]
  /external/iptables/extensions/
libipt_helper.c 35 struct ipt_helper_info *info = (struct ipt_helper_info *)(*match)->data; local
43 strncpy(info->name, optarg, 29);
44 info->name[29] = '\0';
46 info->invert = 1;
65 /* Prints out the info. */
71 struct ipt_helper_info *info = (struct ipt_helper_info *)match->data; local
73 printf("helper match %s\"%s\" ", info->invert ? "! " : "", info->name);
80 struct ipt_helper_info *info = (struct ipt_helper_info *)match->data; local
82 printf("%s--helper \"%s\" ",info->invert ? "! " : "", info->name)
    [all...]
  /external/qemu/
compatfd.c 28 struct sigfd_compat_info *info = opaque; local
38 err = sigwaitinfo(&info->mask, &siginfo);
52 len = write(info->fd, buffer + offset,
74 struct sigfd_compat_info *info; local
77 info = malloc(sizeof(*info));
78 if (info == NULL) {
84 free(info);
88 memcpy(&info->mask, mask, sizeof(*mask));
89 info->fd = fds[1]
    [all...]
  /external/skia/src/utils/mac/
SkCreateCGImageRef.cpp 7 static void SkBitmap_ReleaseInfo(void* info, const void* pixelData, size_t size) {
8 SkBitmap* bitmap = reinterpret_cast<SkBitmap*>(info);
18 CGBitmapInfo* info) {
29 *info = kCGBitmapByteOrder32Big |
35 *info = kCGBitmapByteOrder32Host |
43 *info = kCGBitmapByteOrder32Big |
51 *info = kCGBitmapByteOrder16Little;
56 *info = kCGBitmapByteOrder16Little | kCGImageAlphaPremultipliedLast;
78 CGBitmapInfo info; local
80 SkBitmap* bitmap = prepareForImageRef(bm, &bitsPerComponent, &info);
    [all...]
  /external/webkit/WebCore/platform/brew/
ScreenBrew.cpp 48 static void getDisplayInfo(DisplayInfo& info)
57 info.width = bitmapInfo.cx;
58 info.height = bitmapInfo.cy;
59 info.depth = bitmapInfo.nDepth;
66 DisplayInfo info; local
67 getDisplayInfo(info);
69 return FloatRect(0, 0, info.width, info.height);
79 DisplayInfo info; local
80 getDisplayInfo(info);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/
FieldContext.java 46 public FieldContext(InputConnection conn, EditorInfo info,
49 addEditorInfoToBundle(info, mFieldInfo);
62 private static void addEditorInfoToBundle(EditorInfo info, Bundle bundle) {
63 if (info == null) {
67 bundle.putString(LABEL, safeToString(info.label));
68 bundle.putString(HINT, safeToString(info.hintText));
69 bundle.putString(PACKAGE_NAME, safeToString(info.packageName));
70 bundle.putInt(FIELD_ID, info.fieldId);
71 bundle.putString(FIELD_NAME, safeToString(info.fieldName));
72 bundle.putInt(INPUT_TYPE, info.inputType)
    [all...]
  /system/extras/ext4_utils/
ext4_utils.c 42 struct fs_info info; variable in typeref:struct:fs_info
64 if (!(info.feat_ro_compat & EXT4_FEATURE_RO_COMPAT_SPARSE_SUPER))
91 if (info.block_size > 1024) {
94 write_data_block(out, 0, buf, info.block_size);
100 write_data_block(out, (u64)(aux_info.first_data_block + 1) * info.block_size,
102 aux_info.bg_desc_blocks * info.block_size);
106 pad_output_file(out, info.len);
111 /* Compute the rest of the parameters of the filesystem from the basic info */
114 aux_info.first_data_block = (info.block_size > 1024) ? 0 : 1;
115 aux_info.len_blocks = info.len / info.block_size
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadInfo.java 57 DownloadInfo info = new DownloadInfo(context, systemFacade); local
58 updateFromDatabase(info);
59 readRequestHeaders(info);
60 return info;
63 public void updateFromDatabase(DownloadInfo info) {
64 info.mId = getLong(Downloads.Impl._ID);
65 info.mUri = getString(info.mUri, Downloads.Impl.COLUMN_URI);
66 info.mNoIntegrity = getInt(Downloads.Impl.COLUMN_NO_INTEGRITY) == 1;
67 info.mHint = getString(info.mHint, Downloads.Impl.COLUMN_FILE_NAME_HINT)
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
Dominators.java 32 * and an addition of a child field to the DFS info. In reality, the constant
37 * of various info about parents. We then use this info to calculate the
38 * dominators, using union-find structures to link together the DFS info,
54 private final DFSInfo[] info; field in class:Dominators
58 /** {@code non-null;} the raw dominator info */
65 * @param domInfos {@code non-null;} the raw dominator info
66 * @param postdom true for postdom information, false for normal dom info
74 this.info = new DFSInfo[blocks.size() + 2];
83 * @param domInfos {@code non-null;} the raw dominator info
    [all...]
  /external/blktrace/btt/
aqd.c 54 void aqd_free(void *info)
56 free(info);
59 void aqd_issue(void *info, double ts)
61 if (info) {
62 struct aqd_info *ap = info;
69 void aqd_complete(void *info, double ts)
71 if (info) {
72 struct aqd_info *ap = info;

Completed in 488 milliseconds

1 2 3 45 6 7 8 91011>>