HomeSort by relevance Sort by last modified time
    Searched defs:info (Results 1451 - 1475 of 1775) sorted by null

<<51525354555657585960>>

  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/include/
bfdlink.h 240 /* Section flag info. */
373 /* FALSE if .eh_frame unwind info should be generated for PLT and other
514 by the BFD linker routines. Except for the info functions, the first
622 /* Error or warning link info message. */
625 /* General link info message. */
626 void (*info)
624 void (*info) member in struct:bfd_link_callbacks
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
processor_32.h 134 struct info *info; member in struct:i387_soft_struct
228 #define KSTK_TOP(info) ({ unsigned long *__ptr = (unsigned long *)(info); (unsigned long)(&__ptr[THREAD_SIZE_LONGS]); })
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/media/
msm_camera.h 236 void *info; member in struct:crop_info
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
processor_32.h 134 struct info *info; member in struct:i387_soft_struct
228 #define KSTK_TOP(info) ({ unsigned long *__ptr = (unsigned long *)(info); (unsigned long)(&__ptr[THREAD_SIZE_LONGS]); })
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/media/
msm_camera.h 236 void *info; member in struct:crop_info
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h 134 struct info *info; member in struct:i387_soft_struct
228 #define KSTK_TOP(info) ({ unsigned long *__ptr = (unsigned long *)(info); (unsigned long)(&__ptr[THREAD_SIZE_LONGS]); })
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
processor_32.h 134 struct info *info; member in struct:i387_soft_struct
228 #define KSTK_TOP(info) ({ unsigned long *__ptr = (unsigned long *)(info); (unsigned long)(&__ptr[THREAD_SIZE_LONGS]); })
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h 134 struct info *info; member in struct:i387_soft_struct
228 #define KSTK_TOP(info) ({ unsigned long *__ptr = (unsigned long *)(info); (unsigned long)(&__ptr[THREAD_SIZE_LONGS]); })
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
processor_32.h 151 struct info *info; member in struct:i387_soft_struct
240 #define KSTK_TOP(info) ({ unsigned long *__ptr = (unsigned long *)(info); (unsigned long)(&__ptr[THREAD_SIZE_LONGS]); })
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h 151 struct info *info; member in struct:i387_soft_struct
240 #define KSTK_TOP(info) ({ unsigned long *__ptr = (unsigned long *)(info); (unsigned long)(&__ptr[THREAD_SIZE_LONGS]); })
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BuildHelper.java 340 // from the keystore, get the signing info
341 SigningInfo info = ApkBuilder.getDebugKey(keystoreOsPath, mVerbose ? mOutStream : null); local
344 info != null ? info.key : null, info != null ? info.certificate : null, resMarker);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
Hyperlinks.java 384 ManifestInfo info = ManifestInfo.get(project); local
385 String pkg = info.getPackage();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlinePage.java 551 * Invoked by {@link LayoutCanvas} to set the model (a.k.a. the root view info).
553 * @param rootViewInfo The root of the view info hierarchy. Can be null.
818 ManifestInfo info = ManifestInfo.get(project); local
819 namespace = URI_PREFIX + info.getPackage();
824 // Attach rowCount/columnCount info
841 // Attach row/column info
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoring.java 790 for (CanvasViewInfo info : infos) {
791 if (info.isRoot()) {
805 for (CanvasViewInfo info : infos) {
806 UiViewElementNode node = info.getUiViewNode();
1161 IRegion info = doc.getLineInformation(line); local
1192 IRegion info = doc.getLineInformation(line); local
1237 IRegion info = doc.getLineInformationOfOffset(startOffset); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunchController.java 306 // create the launch info
469 AvdInfo info = avdManager.getAvd(deviceAvd, true /*validAvdOnly*/); local
470 if (AvdCompatibility.canRun(info, projectTarget, minApiVersion)
472 compatibleRunningAvds.put(d, info);
725 AvdInfo info = response.getAvdToLaunch(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
EclipseLintClient.java 773 ClassPathInfo info; local
776 info = null;
778 info = mProjectInfo.get(project);
781 if (info == null) {
840 // the libs/ folder after processing the classpath info
    [all...]
  /system/security/keystore/
keystore.cpp 365 * plaintext, and its size is specified in blob.info. The total size of the two
368 * than blob.info, blob.length, and blob.value are modified by encryptBlob()
389 uint8_t info; member in struct:blob
409 Blob(const uint8_t* value, int32_t valueLength, const uint8_t* info, uint8_t infoLength,
414 mBlob.info = infoLength;
415 memcpy(mBlob.value + valueLength, info, infoLength);
442 return mBlob.info;
498 // move info after space for padding
499 memmove(&mBlob.encrypted[encryptedLength], &mBlob.value[mBlob.length], mBlob.info);
515 size_t fileLength = encryptedLength + headerLength + mBlob.info;
    [all...]
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar 
  /external/proguard/lib/
proguard.jar 
  /frameworks/base/wifi/java/android/net/wifi/
WifiStateMachine.java 2052 NetworkInfo info = (NetworkInfo) message.obj; local
3088 RssiPacketCountInfo info = new RssiPacketCountInfo(); local
3411 NetworkInfo info = (NetworkInfo) message.obj; local
    [all...]
  /bionic/libc/kernel/arch-mips/asm/
sgiarcs.h 281 } info; member in union:linux_cache_key
342 struct sgi_bparm_block info; member in struct:sgi_bsector
  /dalvik/dx/src/com/android/dx/cf/code/
ByteOps.java 564 int info; typedefs
566 case '-': info = FMT_NO_ARGS; break;
567 case '0': info = FMT_NO_ARGS_LOCALS_1; break;
568 case '1': info = FMT_NO_ARGS_LOCALS_2; break;
569 case '2': info = FMT_NO_ARGS_LOCALS_3; break;
570 case '3': info = FMT_NO_ARGS_LOCALS_4; break;
571 case '4': info = FMT_NO_ARGS_LOCALS_5; break;
572 case 'b': info = FMT_BRANCH; break;
573 case 'c': info = FMT_WIDE_BRANCH; break;
574 case 'p': info = FMT_CPI; break
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/
sgiarcs.h 281 } info; member in union:linux_cache_key
342 struct sgi_bparm_block info; member in struct:sgi_bsector

Completed in 1131 milliseconds

<<51525354555657585960>>