HomeSort by relevance Sort by last modified time
    Searched refs:info (Results 651 - 675 of 1780) sorted by null

<<21222324252627282930>>

  /external/webkit/JavaScriptCore/runtime/
RegExpConstructor.h 69 static const ClassInfo info; member in class:JSC::RegExpConstructor
92 virtual const ClassInfo* classInfo() const { return &info; }
103 ASSERT(asObject(value)->inherits(&RegExpConstructor::info));
DatePrototype.cpp 343 const ClassInfo DatePrototype::info = {"Date", &DateInstance::info, 0, ExecState::dateTable}; member in class:JSC::DatePrototype
419 if (!thisValue.inherits(&DateInstance::info))
436 if (!thisValue.inherits(&DateInstance::info))
453 if (!thisValue.inherits(&DateInstance::info))
471 if (!thisValue.inherits(&DateInstance::info))
486 if (!thisValue.inherits(&DateInstance::info))
501 if (!thisValue.inherits(&DateInstance::info))
510 if (!thisValue.inherits(&DateInstance::info))
519 if (!thisValue.inherits(&DateInstance::info))
    [all...]
  /frameworks/base/location/java/android/location/provider/
LocationProvider.java 110 public void updateNetworkState(int state, NetworkInfo info) {
111 LocationProvider.this.onUpdateNetworkState(state, info);
308 public abstract void onUpdateNetworkState(int state, NetworkInfo info);
  /frameworks/base/services/java/com/android/server/am/
AppErrorDialog.java 50 (name=context.getPackageManager().getApplicationLabel(app.info)) != null) {
53 name.toString(), app.info.processName));
75 getWindow().setTitle("Application Error: " + app.info.processName);
  /packages/apps/IM/src/com/android/im/imps/
ImpsTransactionManager.java 100 * @param info
103 int code, String info) {
109 tx.notifyError(new ImErrorInfo(code, info));
111 ImpsLog.log("Ignoring possible server transaction error " + code + info);
  /packages/apps/Launcher2/src/com/android/launcher2/
Folder.java 154 void bind(FolderInfo info) {
155 mInfo = info;
156 mCloseButton.setText(info.title);
UserFolder.java 82 void bind(FolderInfo info) {
83 super.bind(info);
84 setContentAdapter(new ShortcutsAdapter(mContext, ((UserFolderInfo) info).contents));
Workspace.java 1450 ShortcutInfo info = (ShortcutInfo)tag; local
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ManageApplications.java 104 * If the user selects an application, extended info (like size, uninstall/clear data options,
105 * permissions info etc.,) is displayed via the InstalledAppDetails activity.
181 // default icon thats used when displaying applications initially before resource info is
185 // temporary dialog displayed while the application info loads
244 * the list view of this activity and size info retrieval is initiated for the next package as
250 * installed app info is updated on the screen. If the computation is still in progress
271 ApplicationInfo info;
363 info = mPm.getApplicationInfo(pkgName, 0);
365 Log.w(TAG, "Couldnt find application info for:"+pkgName);
425 // Either load the package labels or initiate get size info
576 ApplicationInfo info = newList.get(i); local
1013 ApplicationInfo info = mAppLocalList.get(i); local
1048 ApplicationInfo info = appList.get(i); local
1164 ApplicationInfo info = mAppLocalList.get(i); local
1299 ApplicationInfo info = null; local
1347 ApplicationInfo info = null; local
2034 ApplicationInfo info = (ApplicationInfo)mAppInfoAdapter.getItem(position); local
2071 ApplicationInfo info = mPm.getApplicationInfo(mCurrentPkgName, local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_sysevents.c 604 MINMAXINFO *info; local
653 info = (MINMAXINFO *)lParam;
654 info->ptMaxSize.x = width;
655 info->ptMaxSize.y = height;
656 info->ptMaxPosition.x = x;
657 info->ptMaxPosition.y = y;
658 info->ptMinTrackSize.x = width;
659 info->ptMinTrackSize.y = height;
660 info->ptMaxTrackSize.x = width;
661 info->ptMaxTrackSize.y = height
892 OSVERSIONINFO info; local
    [all...]
  /system/core/fastboot/
fastboot.c 89 } else if(!strcmp(item,"info")) {
90 fn = "android-info.txt";
147 int match_fastboot(usb_ifc_info *info)
149 if(!(vendor_id && (info->dev_vendor == vendor_id)) &&
150 (info->dev_vendor != 0x18d1) && // Google
151 (info->dev_vendor != 0x0451) &&
152 (info->dev_vendor != 0x0502) &&
153 (info->dev_vendor != 0x22b8) && // Motorola
154 (info->dev_vendor != 0x0955) && // Nvidia
155 (info->dev_vendor != 0x413c) && // DEL
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
RecentCallsListActivity.java 315 Log.w(TAG, "Exception while updating call info", e);
317 Log.w(TAG, "Exception while updating call info", e);
319 Log.w(TAG, "Exception while updating call info", e);
340 ContactInfo info = mContactInfo.get(ciq.number); local
342 if (info != null && info != ContactInfo.EMPTY) {
352 info = new ContactInfo();
353 info.personId = phonesCursor.getLong(PERSON_ID_COLUMN_INDEX);
354 info.name = phonesCursor.getString(NAME_COLUMN_INDEX);
355 info.type = phonesCursor.getInt(PHONE_TYPE_COLUMN_INDEX)
544 ContactInfo info = mContactInfo.get(number); local
870 ContactInfo info = mAdapter.getContactInfo(number); local
    [all...]
  /external/bluetooth/glib/gobject/
gtype.c 183 const GTypeInfo *info,
271 GInterfaceInfo *info; member in struct:_IFaceHolder
392 node_size += SIZEOF_FUNDAMENTAL_INFO; /* fundamental type info */
785 const GTypeInfo *info)
794 (info->instance_size || info->n_preallocs || info->instance_init))
807 (info->class_init || info->class_finalize || info->class_data |
2418 GTypeInfo info; local
3980 GTypeInfo info; local
    [all...]
  /bionic/libc/arch-x86/bionic/
dl_iterate_phdr_static.c 54 dl_iterate_phdr(int (*cb)(struct dl_phdr_info *info, size_t size, void *data),
  /bionic/libthread_db/
libthread_db.c 110 td_thr_get_info(td_thrhandle_t const * handle, td_thrinfo_t * info)
112 info->ti_tid = handle->tid;
113 info->ti_lid = handle->tid; // Our pthreads uses kernel ids for tids
114 info->ti_state = TD_THR_SLEEP; /* XXX this needs to be read from /proc/<pid>/task/<tid>.
  /dalvik/dx/src/com/android/dx/ssa/
DomFront.java 94 DomInfo info = domInfos[i]; local
96 + info.idom);
155 DomInfo info = domInfos[i]; local
156 SsaBasicBlock domParent = nodes.get(info.idom);
  /dalvik/libcore/dalvik/src/main/java/dalvik/system/
TemporaryDirectory.java 72 Logger.global.info("Already set to: " +
  /development/host/windows/usb/api/
adb_interface.h 82 @param[out] info Upon successful completion will have endpoint information.
87 AdbEndpointInformation* info) = 0;
adb_legacy_interface.h 92 @param[out] info Upon successful completion will have endpoint information.
97 AdbEndpointInformation* info);
  /development/host/windows/usb/winusb/
adb_winusb_interface.h 122 @param[out] info Upon successful completion will have endpoint information.
127 AdbEndpointInformation* info);
  /external/e2fsprogs/lib/ext2fs/
jfs_compat.h 60 #define BUFFER_TRACE(bh, info) do {} while (0)
  /external/iptables/extensions/
libipt_SAME.c 43 mr->info = 0;
114 mr->info |= IPT_SAME_NODST;
160 if (mr->info & IPT_SAME_NODST)
186 if (mr->info & IPT_SAME_NODST)
  /external/jpeg/
jmemnobs.c 87 jpeg_open_backing_store (j_common_ptr cinfo, backing_store_ptr info,
  /external/kernel-headers/original/linux/
mempolicy.h 135 void mpol_shared_policy_init(struct shared_policy *info, int policy,
137 int mpol_set_shared_policy(struct shared_policy *info,
205 static inline int mpol_set_shared_policy(struct shared_policy *info,
212 static inline void mpol_shared_policy_init(struct shared_policy *info,
  /external/ppp/pppd/plugins/radius/
radattr.c 53 info("RADATTR plugin initialized.");

Completed in 2822 milliseconds

<<21222324252627282930>>