HomeSort by relevance Sort by last modified time
    Searched full:recovered (Results 26 - 50 of 119) sorted by null

12 3 4 5

  /external/nist-sip/java/gov/nist/javax/sip/header/extensions/
JoinHeader.java 122 * be recovered on an alternate server after a failure. A UAS can select the
  /external/bzip2/
bzip2recover.c 29 /* This program records bit locations in the file to be recovered.
324 "\trestrictions on size of recovered file: None\n");
328 "\trestrictions on size of recovered file: 512 MB\n");
CHANGES 214 * Remove 512-MB limitation on recovered file size for bzip2recover
  /hardware/ti/omap4xxx/domx/domx/omx_rpc/src/
omx_rpc_utils.c 111 DOMX_DEBUG(" CORE NAME RECOVERED: %s", Core);
121 DOMX_DEBUG("Recovered Server table index = %d", i);
127 DOMX_DEBUG(" ServerName recovered = %s", ServerName);
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRDebugEventListener.h 181 * the parser. Any consume events from here until the recovered event
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRDebugEventListener.h 181 * the parser. Any consume events from here until the recovered event
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRDebugEventListener.h 181 * the parser. Any consume events from here until the recovered event
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDebugEventListener.h 181 * the parser. Any consume events from here until the recovered event
  /external/kernel-headers/original/linux/raid/
md_k.h 93 * recovered, this is where we were
md_p.h 241 __u64 recovery_offset;/* sectors before this offset (from data_offset) have been recovered */
  /external/oprofile/events/i386/ppro/
events 18 event:0x26 counters:0,1 um:zero minimum:500 name:L2_LINES_OUT : number of recovered lines from L2
  /frameworks/base/core/tests/coretests/src/com/android/internal/util/
FileRotatorTest.java 365 // verify backup value was recovered; no_backup indicates that
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/raid/
md_p.h 241 __le64 recovery_offset;/* sectors before this offset (from data_offset) have been recovered */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/raid/
md_p.h 241 __le64 recovery_offset;/* sectors before this offset (from data_offset) have been recovered */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ak4114.h 113 #define AK4114_UDIT (1<<5) /* U-bit Control for DIT (0 = fixed '0', 1 = recovered) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/raid/
md_p.h 241 __le64 recovery_offset;/* sectors before this offset (from data_offset) have been recovered */
  /external/bison/tests/
actions.at 235 be recovered from if in error.
386 # '(y)' is an error, but can be recovered from. But what's the location
  /external/quake/quake/src/QW/progs/
items.qc 62 bprint (PRINT_LOW, " recovered an OctaPower with ");
64 bprint (PRINT_LOW, " recovered a Quad with ");
123 bprint (PRINT_LOW, " recovered a Ring with ");
    [all...]
  /development/testrunner/
adb_interface.py 494 # exception occurred that cannot be recovered from
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3debugeventlistener.h 249 * the parser. Any consume events from here until the recovered event
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
IDebugEventListener.cs 228 * the parser. Any consume events from here until the recovered event
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/
IDebugEventListener.cs 230 * the parser. Any consume events from here until the recovered event
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugEventListener.java 200 * the parser. Any consume events from here until the recovered event
  /external/chromium/net/disk_cache/
backend_impl.h 122 // A node was recovered from a crash, it may not be on the index, so this
  /external/clang/docs/
BlockLanguageSpec.txt 113 In addition to the new Block type we also introduce a new storage qualifier, __block, for local variables. [testme: a __block declaration within a block literal] The __block storage qualifier is mutually exclusive to the existing local storage qualifiers auto, register, and static.[testme] Variables qualified by __block act as if they were in allocated storage and this storage is automatically recovered after last use of said variable. An implementation may choose an optimization where the storage is initially automatic and only "moved" to allocated (heap) storage upon a Block_copy of a referencing Block. Such variables may be mutated as normal variables are.

Completed in 641 milliseconds

12 3 4 5