/external/e2fsprogs/e2fsck/ |
flushb.c | 53 * Note: to reread the partition table, use the ioctl
|
/external/toybox/toys/other/ |
blockdev.c | 28 --rereadpt Reread partition table
|
eject.c | 52 // force kernel to reread partition table when new disc is inserted
|
nbd_client.c | 81 // Open the device to force reread of the partition table.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
DictionaryPackInstallBroadcastReceiver.java | 67 // We need to reread the dictionary if a new dictionary package is installed. 89 // Search for some dictionary pack in the just-installed package. If found, reread. 106 // When the dictionary package is removed, we need to reread dictionary (to use the
|
/external/ltp/testcases/kernel/io/disktest/ |
childmain.h | 37 EXP,ACT,REREAD
|
childmain.c | 526 } else if (oper == REREAD) { 527 pMsg(ERR, args, "REREAD ACTUAL:\n"); 529 fprintf(fpDumpFile, DMFILESTR, "REREAD ACTUAL", 933 /* perform a reread of the target, if requested */ 949 "Thread %d: ReRead I/O Time: %ld usecs\n", 957 "Thread %d: ReRead after data miscompare failed on transfer.\n", 961 "ReRead", 975 REREAD, 979 "Thread %d: ReRead after data miscompare failed on seek.\n",
|
CHANGELOG | 111 On a data miscompare, disktest will now reread the lba that caused the data 117 To turn off the reread on data miscompare us the option -Ar. The orginal
|
main.h | 159 #define CLD_FLG_ERR_REREAD 0x0000002000000000ULL /* On miscompare, reread the miscompare transfer */
|
/build/make/ |
Changes.md | 52 reread the makefiles every time this changes. 72 ideal to reread the makefiles every time.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/ |
rex.x | 139 const PENDIN = 0x20000000; /* tp->t_rawq needs reread */ 192 const LPENDIN = 0x2000; /* needs reread */
|
/system/update_engine/payload_generator/ |
inplace_generator.h | 130 // if insufficient scratch is found, the file is reread and will be 157 // Some files may need to be reread from disk, thus |fd| and
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/zlib/ |
minigzip.py | 96 # to reread the 8 bytes containing the CRC and the file size. The
|
/external/autotest/client/tests/iozone/ |
iozone.py | 88 labels = ('write', 'rewrite', 'read', 'reread', 'randread',
|
/external/python/cpython2/Demo/zlib/ |
minigzip.py | 96 # to reread the 8 bytes containing the CRC and the file size. The
|
/frameworks/base/core/java/android/util/jar/ |
StrictJarManifestReader.java | 81 // signature algorithm in advance and reread the chunks while
|
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/ |
AbsActionBarView.java | 76 // Reread the desired height from the theme-specified style.
|
/external/guice/core/src/com/google/inject/internal/ |
SingletonScope.java | 141 // intentionally reread volatile variable to prevent double initialization 220 // reread volatile variable to catch all corner cases
|
/bionic/libc/bionic/ |
pthread_key.cpp | 89 // right key_destructor, or the sequence number must have changed when we reread it below.
|
/bionic/tests/ |
sys_mman_test.cpp | 198 // because the content of non MAP_ANONYMOUS memory can be reread from file.
|
/frameworks/base/core/java/com/android/internal/widget/ |
AbsActionBarView.java | 90 // Reread the desired height from the theme-specified style.
|
/system/extras/perfprofd/ |
perfprofd_cmdline.cc | 218 // Reread config file -- the uploader may have rewritten it as a result
|
/external/stressapptest/src/ |
worker.cc | 113 uint64 reread; // This is the actual value, reread. member in struct:ErrorRecord 579 error->reread = *(error->vaddr); 608 "read:0x%016llx, reread:0x%016llx expected:0x%016llx\n", 616 error->reread, 637 error->reread = *(error->vaddr); 676 "reread:0x%016llx expected:0x%016llx\n", 683 error->reread, 942 error->reread = *(error->vaddr); 945 if (error->actual != error->reread) { [all...] |
/external/selinux/libselinux/src/ |
load_policy.c | 323 * Reread the selinux configuration in case it has changed.
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
javanano_enum_field.cc | 424 // strange behaviors if a value is serialized and reread, e.g. changes in 493 // strange behaviors if a value is serialized and reread, e.g. changes in
|