HomeSort by relevance Sort by last modified time
    Searched full:info (Results 1576 - 1600 of 4990) sorted by null

<<61626364656667686970>>

  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupOptions.java 95 Store.StoreInfo info = Store.StoreInfo.getStoreInfo(mAccount.getStoreUri(this), this); local
96 if (info.mPushSupported) {
119 if (info.mVisibleLimitDefault == -1) {
135 if ("eas".equals(info.mScheme)) {
  /packages/apps/Email/src/com/android/exchange/
AbstractSyncService.java 276 NetworkInfo info = cm.getActiveNetworkInfo(); local
277 if (info != null && info.isConnected()) {
278 DetailedState state = info.getDetailedState();
  /packages/apps/Phone/src/com/android/phone/
CdmaDisplayInfo.java 75 if (DBG) log("Dissmissing Display Info Record...");
  /packages/providers/CalendarProvider/res/values-it/
strings.xml 28 <string name="calendar_info" msgid="6687678621418059281">"Info calendario"</string>
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/
dbxelf.h 43 /* ... but, to make this work, functions must appear prior to line info. */
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
ClientData.java 177 /** library map info. Stored here since the backtrace data
183 /** Native Alloc info list */
321 * Handlers able to act on Method profiling info
469 * Sets the current heap info values for the specified heap.
471 * @param heapId The heap whose info to update
514 * Returns the most-recent info values for the specified VM heap.
516 * @param heapId The heap whose info should be returned
517 * @return a map containing the info values for the specified heap.
577 * Clear the current malloc info.
Log.java 35 INFO(4, "info", 'I'), //$NON-NLS-1$
178 * Outputs a {@link LogLevel#INFO} level message.
183 println(LogLevel.INFO, tag, message);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
AndroidJUnitLaunchInfo.java 24 * Contains info about Android JUnit launch
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/groovytests/
simple_test.groovy 50 * Returns some Groovy object, in this case a map with some info and a closure.
  /system/core/debuggerd/
utility.c 69 /* Find the containing map info for the pc */
  /system/core/init/
init.c 244 INFO("args[%d] = '%s'\n", n, svc->args[n]);
247 INFO("env[%d] = '%s'\n", n, ENV[n]);
346 INFO("waitpid returned pid %d, status = %08x\n", pid, status);
525 INFO("mtd partition %d, %s\n", mtdnum, mtdname + 1);
685 INFO("processing action %p (%s)\n", act, act->name);
689 INFO("command '%s' r=%d\n", cmd->args[0], ret);
798 INFO("starting service %s from keychord\n", svc->name);
854 INFO("reading config file\n");
868 INFO("device init\n");
  /external/qemu/hw/
bt-hci.c 75 struct HCIInfo info; member in struct:bt_hci_s
81 #define hci_from_info(ptr) container_of((ptr), struct bt_hci_s, info)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunchController.java 293 // create the launch info
396 AvdInfo info = avdManager.getAvd(deviceAvd, true /*validAvdOnly*/); local
397 if (info != null && projectTarget.canRunOn(info.getTarget())) {
398 compatibleRunningAvds.put(d, info);
568 * @param launch The eclipse launch info
584 AvdInfo info = response.getAvdToLaunch(); local
588 info.getName()));
589 boolean status = launchEmulator(config, info);
    [all...]
  /external/bluetooth/glib/docs/reference/gobject/
tut_gtype.xml 34 const GTypeInfo *info,
38 const GTypeInfo *info,
309 static const GTypeInfo info = {
314 &amp;info, 0);
345 GTypeInfo info = {
367 info.value_table = &amp;value_table;
368 type = g_type_register_fundamental (G_TYPE_CHAR, "gchar", &amp;info, &amp;finfo, 0);
422 static const GTypeInfo info = {
435 &amp;info, 0);
    [all...]
  /external/icu4c/samples/ucnv/
convsamp.cpp 404 CharFreqInfo *info; local
419 info = (CharFreqInfo*)malloc(sizeof(CharFreqInfo) * charCount);
420 if(!info)
428 info[p].codepoint = p;
429 info[p].frequency = 0;
476 info[p].frequency++;
489 // qsort(info, charCount, sizeof(info[0]), charfreq_compare);
493 if(info[p].frequency)
495 printf("% 5d U+%06X ", info[p].frequency, p)
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint.java 255 // and skew info.
258 FontInfo info = new FontInfo(); local
259 info.mFont = font.deriveFont(mTextSize);
262 info.mFont = info.mFont.deriveFont(new AffineTransform(
265 info.mMetrics = Toolkit.getDefaultToolkit().getFontMetrics(info.mFont);
267 infoList.add(info);
1035 for (FontInfo info : mFonts) {
1036 if (info.mFont.canDisplay(c))
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
UpgradeAccounts.java 398 AccountInfo info = mAccountInfo[i]; local
399 copyAndDeleteAccount(info, i, handler, Store.STORE_SCHEME_POP3);
403 AccountInfo info = mAccountInfo[i]; local
404 copyAndDeleteAccount(info, i, handler, Store.STORE_SCHEME_IMAP);
418 private void copyAndDeleteAccount(AccountInfo info, int i, UIHandler handler, String type) {
421 String storeUri = info.account.getStoreUri();
428 if (!info.isError) {
429 copyAccount(mContext, info.account, i, handler);
434 info.isError = true;
438 deleteAccountStore(mContext, info.account, i, handler)
    [all...]
  /frameworks/base/libs/utils/
AssetManager.cpp 674 * Don't continue the search into the Zip files. Our cached info
1159 AssetDir::FileInfo info; local
1183 AssetDir::FileInfo info; local
1511 const AssetDir::FileInfo& info = pContents->itemAt(i); local
    [all...]
  /bionic/libc/include/sys/
exec_elf.h 226 Elf64_Half sh_info; /* misc info */
273 #define ELF_REL_DYN ".rel.dyn" /* relocaltion dynamic link info */
312 /* Extract symbol info - st_info */
352 /* Extract relocation info - r_info */
368 #define ELF64_R_SYM(info) ((info) >> 32)
369 #define ELF64_R_TYPE(info) ((info) & 0xFFFFFFFF)
  /bootable/bootloader/legacy/arch_msm7k/
clock.c 217 void info(unsigned c, unsigned s) function
258 info(c, s);
  /bootable/bootloader/legacy/include/msm7k/
hsusb.h 82 unsigned info; member in struct:ept_queue_head
105 unsigned info; member in struct:ept_queue_item
  /bootable/recovery/minzip/
Log.h 87 * Simplified macro to send an info log message using the current LOG_TAG.
151 * info priority.
  /cts/tests/tests/app/src/android/app/cts/
TabActivityTest.java 167 final ActivityInfo info = context.getPackageManager().getActivityInfo(componentName, 0); local
169 .getTargetContext(), null, null, intent, info, MockTabActivity.class.getName(),
  /dalvik/dx/src/com/android/dx/dex/code/
DalvCode.java 30 * how much position info to preserve; one of the static
74 * @param positionInfo how much position info to preserve; one of the
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoConstants.java 20 * Constants for the dex debug info state machine format.
29 * Terminates a debug info sequence for a method.<p>

Completed in 430 milliseconds

<<61626364656667686970>>