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

<<51525354555657585960>>

  /dalvik/libcore/logging/src/main/java/java/util/logging/
ConsoleHandler.java 28 * defaults to {@code Level.INFO} if this property is not found or has an
Level.java 41 * INFO, WARNING, SEVERE. There are two additional predefined levels, which are
67 * The INFO level provides informative messages.
69 public static final Level INFO = new Level("INFO", 800); //$NON-NLS-1$
  /dalvik/libcore/luni/src/main/java/java/io/
InvalidClassException.java 24 * <li>The SUIDs of the class loaded by the VM and the serialized class info do
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/pkcs/
PrivateKeyInfo.java 66 throw new IllegalArgumentException("wrong version for private key info");
SignerInfo.java 9 * a PKCS#7 signer info object.
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLBufferedInput.java 27 * Among with the read functionality it provides info
SSLEngineDataStream.java 26 * it provides the info about amount of consumed data.
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
NSInfo.java 24 * This class holds information about the namespace info
  /dalvik/libdex/
CmdUtils.h 47 * from a Jar. Pass in a MemMapping struct to hold the info.
DexCatch.c 18 * Functions for dealing with try-catch info.
  /dalvik/tests/
run-test 40 info="info.txt"
170 td_info="${test_dir}/${info}"
244 echo '#################### info'
  /dalvik/vm/analysis/
VerifySubs.h 59 /* log verification failure with optional method info */
  /dalvik/vm/arch/arm/
HintsEABI.c 30 * The class loader will associate with each method a 32-bit info word
  /dalvik/vm/arch/x86/
Hints386ABI.c 30 * The class loader will associate with each method a 32-bit info word
  /dalvik/vm/arch/x86-atom/
Hints386ABI.c 17 * The class loader will associate with each method a 32-bit info word
  /dalvik/vm/compiler/
Frontend.c 289 JitTranslationInfo *info, jmp_buf *bailPtr)
307 if (dvmJitGetCodeAddr(startCodePtr) && !info->discardResult) {
373 filterMethodByCallGraph(info->requestingThread,
741 dvmCompilerAssembleLIR(&cUnit, info);
762 return info->codeAddress != NULL;
766 return dvmCompileTrace(desc, cUnit.numInsts / 2, info, bailPtr);
777 bool dvmCompileMethod(const Method *method, JitTranslationInfo *info)
946 dvmCompilerAssembleLIR(&cUnit, info);
952 return info->codeAddress != NULL;
  /dalvik/vm/mterp/armv5te/
debug.c 4 * Dump the fixed-purpose ARM registers, along with some other info.
  /development/apps/SpareParts/res/values/
strings.xml 23 <string name="device_info_title">Device info</string>
  /development/host/windows/usb/api/
stdafx.h 30 // Refer to MSDN for the latest info on corresponding values for different platforms.
  /development/host/windows/usb/winusb/
stdafx.h 30 // Refer to MSDN for the latest info on corresponding values for different platforms.
  /external/bison/doc/
bison.info 1 This is bison.info, produced by makeinfo version 4.8 from bison.texinfo.
21 INFO-DIR-SECTION Software development
22 START-INFO-DIR-ENTRY
24 END-INFO-DIR-ENTRY
27 File: bison.info, Node: Top, Next: Introduction, Up: (dir)
290 File: bison.info, Node: Introduction, Next: Conditions, Prev: Top, Up: Top
320 File: bison.info, Node: Conditions, Next: Copying, Prev: Introduction, Up: Top
358 File: bison.info, Node: Copying, Next: Concepts, Prev: Conditions, Up: Top
    [all...]
  /external/bluetooth/bluez/plugins/
netlink.c 77 info("Starting experimental netlink support");
  /external/bluetooth/glib/gio/
gappinfo.c 592 * Checks if the application info should be shown in menus that
738 * @info: a #GAppInfo
749 GAppInfo *info,
755 g_return_val_if_fail (G_IS_APP_INFO (info), NULL);
762 return class->get_display (context, info, files);
768 * @info: a #GAppInfo
783 GAppInfo *info,
789 g_return_val_if_fail (G_IS_APP_INFO (info), NULL);
796 return class->get_startup_notify_id (context, info, files);
gfileattribute-priv.h 86 GFileAttributeValue *_g_file_info_get_attribute_value (GFileInfo *info,
  /external/bluetooth/glib/gio/xdgmime/
xdgmimecache.h 4 * More info can be found at http://www.freedesktop.org/standards/

Completed in 262 milliseconds

<<51525354555657585960>>