/bionic/libc/include/sys/ |
sysinfo.h | 36 extern int sysinfo (struct sysinfo *info);
|
/bionic/libc/kernel/common/linux/ |
proc_fs.h | 74 #define proc_net_create(name, mode, info) ({ (void)(mode), NULL; })
|
/bootable/bootloader/legacy/ |
fastboot_protocol.txt | 29 or "INFO". Additional bytes may contain an (ascii) informative 32 a. INFO -> the remaining 60 bytes are an informative message 54 The first four bytes of the response are "OKAY", "FAIL", or "INFO". 57 a. INFO -> display the remaining 60 bytes and return to #4
|
/bootable/recovery/minui/ |
minui.h | 41 // see http://www.mjmwired.net/kernel/Documentation/input/ for info.
|
/build/tools/droiddoc/templates/ |
package-descr.cs | 10 <div id="api-info-block">
|
/dalvik/dx/src/com/android/dx/dex/cf/ |
CfOptions.java | 27 /** how much source position info to preserve */
|
/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/security/src/test/java/org/apache/harmony/security/tests/java/security/ |
Provider2Test.java | 34 TestProvider(String name, double version, String info) { 35 super(name, version, info); 205 public MockProvider(String name, double version, String info) { 206 super(name, version, info);
|
/dalvik/vm/ |
DalvikVersion.h | 18 * Dalvik VM version info.
|
/dalvik/vm/alloc/ |
DdmHeap.h | 23 * Sends the current heap info to the DDM server.
|
/dalvik/vm/compiler/ |
Compiler.h | 63 void* info; member in struct:CompilerWorkOrder 161 bool dvmCompilerWorkEnqueue(const u2* pc, WorkOrderKind kind, void* info); 163 bool dvmCompileMethod(const Method *method, JitTranslationInfo *info); 165 JitTranslationInfo *info, jmp_buf *bailPtr);
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
LauncherShortcuts.java | 83 String info = intent.toString(); local 86 info = info + " " + extra; 88 intentInfo.setText(info);
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/ |
SampleSyncAdapterColumns.java | 21 * The standard columns representing contact's info from social apps.
|
/external/blktrace/ |
btrace.spec | 25 btrace can show detailed info about what is happening on a block
|
/external/bluetooth/bluez/common/ |
logging.h | 27 void info(const char *format, ...) __attribute__((format(printf, 1, 2)));
|
/external/bluetooth/glib/gio/ |
gappinfo.h | 205 GAppInfo *info, 208 GAppInfo *info, 224 GAppInfo *info, 227 GAppInfo *info,
|
/external/bluetooth/glib/gio/xdgmime/ |
xdgmimeicon.h | 4 * More info can be found at http://www.freedesktop.org/standards/
|
/external/clearsilver/python/examples/base/ |
who_calls.py | 51 info = who_calls() 54 for file,function,line in info[1 + strip:]: 84 info = '[' + string.join ( 92 return (file, function, line), str(t), str(v), info
|
/external/e2fsprogs/lib/et/ |
com_err.h | 7 * For copyright and distribution info, see the documentation supplied
|
/external/e2fsprogs/lib/ext2fs/ |
jfs_compat.h | 60 #define BUFFER_TRACE(bh, info) do {} while (0)
|
/external/e2fsprogs/lib/ext2fs/tdb/ |
build-tdb | 14 (cd $BASE_DIR/common; svn info ) > .svninfo
|
/external/emma/core/java12/com/vladium/emma/rt/ |
RTCoverageDataPersister.java | 46 final boolean info = log.atINFO (); 48 final long start = info ? System.currentTimeMillis () : 0; 57 if (info) 61 log.info ("runtime coverage data " + (merge ? "merged into" : "written to") + " [" + outFile.getAbsolutePath () + "] {in " + (end - start) + " ms}");
|
/external/grub/ |
README | 20 using GRUB as your boot loader. Type "info grub" in the shell prompt.
|
/external/icu4c/samples/date/ |
date.c | 74 /* version info */ 78 /* usage info */ 125 /* print usage info */ 131 /* print version info */
|
/external/icu4c/stubdata/ |
stubdata.c | 28 UDataInfo info; member in struct:__anon2288
|