/bionic/libc/bionic/ |
posix_madvise.cpp | 34 int posix_madvise(void* addr, size_t len, int advice) { 38 if (advice == POSIX_MADV_DONTNEED) { 41 return (madvise(addr, len, advice) == 0 ? 0 : errno);
|
posix_fadvise.cpp | 37 int posix_fadvise(int fd, off_t offset, off_t length, int advice) { 38 return posix_fadvise64(fd, offset, length, advice); 42 int posix_fadvise64(int fd, off64_t offset, off64_t length, int advice) { 44 return (__arm_fadvise64_64(fd, advice, offset, length) == 0) ? 0 : errno; 47 int posix_fadvise64(int fd, off64_t offset, off64_t length, int advice) { 49 return (__fadvise64(fd, offset, length, advice) == 0) ? 0 : errno;
|
/dalvik/dx/src/com/android/dx/ssa/ |
Optimizer.java | 32 private static TranslationAdvice advice; field in class:Optimizer 49 * @return {@code non-null;} translation advice 52 return advice; 65 * @param inAdvice {@code non-null;} translation advice 86 * @param inAdvice {@code non-null;} translation advice 96 advice = inAdvice; 104 > advice.getMaxOptimalRegisterCount()) { 199 advice = inAdvice; 209 advice = inAdvice; 219 advice = inAdvice [all...] |
LiteralOpUpgrader.java | 82 final TranslationAdvice advice = Optimizer.getAdvice(); local 118 } else if (advice.hasConstantOperation( 122 && advice.hasConstantOperation(
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
Optimizer.java | 33 private static TranslationAdvice advice; field in class:Optimizer 50 * @return {@code non-null;} translation advice 53 return advice; 66 * @param inAdvice {@code non-null;} translation advice 87 * @param inAdvice {@code non-null;} translation advice 97 advice = inAdvice; 105 > advice.getMaxOptimalRegisterCount()) { 200 advice = inAdvice; 210 advice = inAdvice; 220 advice = inAdvice [all...] |
LiteralOpUpgrader.java | 83 final TranslationAdvice advice = Optimizer.getAdvice(); local 119 } else if (advice.hasConstantOperation( 123 && advice.hasConstantOperation(
|
/external/fio/ |
helpers.h | 13 extern int posix_fadvise(int fd, off_t offset, off_t len, int advice);
|
helpers.c | 36 int posix_fadvise(int fd, off_t offset, off_t len, int advice)
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
deprecation.js | 19 shared.isDeprecated = function(feature, date, advice, plural) { 27 console.warn('Web Animations: ' + feature + ' ' + auxVerb + ' deprecated and will stop working on ' + expiry.toDateString() + '. ' + advice); 36 shared.deprecated = function(feature, date, advice, plural) { 37 if (shared.isDeprecated(feature, date, advice, plural)) { 38 throw new Error(feature + ' ' + auxVerb + ' no longer supported. ' + advice);
|
/system/extras/tests/sdcard/ |
testcase.cpp | 193 void TestCase::setFadvise(const char *advice) 196 if (strcmp(advice, "sequential") == 0) 200 else if (strcmp(advice, "random") == 0) 204 else if (strcmp(advice, "noreuse") == 0) 208 else if (strcmp(advice, "willneed") == 0) 212 else if (strcmp(advice, "dontneed") == 0)
|
testcase.h | 95 void setFadvise(const char *advice);
|
/external/valgrind/memcheck/tests/solaris/ |
scalar_shm_new.stderr.exp | 32 Syscall param shmsys_shmadv(advice) contains uninitialised byte(s) 35 Syscall param shmsys(shmadv, advice) points to unaddressable byte(s) 51 Syscall param shmsys_shmadv(advice) contains uninitialised byte(s) 54 Syscall param shmsys(shmadv, advice) points to unaddressable byte(s)
|
/dalvik/dx/src/com/android/dx/command/dump/ |
SsaDumper.java | 92 TranslationAdvice advice = DexTranslationAdvice.THE_ONE; local 93 RopMethod rmeth = Ropper.convert(meth, advice, classFile.getMethods()); 100 paramWidth, isStatic, true, advice, 104 isStatic, true, advice); 107 rmeth, paramWidth, isStatic, true, advice); 110 rmeth, paramWidth, isStatic, true, advice); 113 rmeth, paramWidth, isStatic,true, advice);
|
DotDumper.java | 116 TranslationAdvice advice = DexTranslationAdvice.THE_ONE; local 118 Ropper.convert(meth, advice, classFile.getMethods()); 124 true, advice);
|
BlockDumper.java | 285 TranslationAdvice advice = DexTranslationAdvice.THE_ONE; local 288 RopMethod rmeth = Ropper.convert(meth, advice, classFile.getMethods()); 295 Optimizer.optimize(rmeth, paramWidth, isStatic, true, advice);
|
/external/fio/os/windows/posix/include/sys/ |
mman.h | 28 int posix_madvise(void *addr, size_t len, int advice);
|
/system/core/include/utils/ |
FileMap.h | 104 int advise(MapAdvice advice);
|
/dalvik/dx/src/com/android/dx/dex/cf/ |
OptimizerOptions.java | 126 * @param advice {@code non-null;} translation advice 131 TranslationAdvice advice, RopMethod rmeth) { 141 paramSize, isStatic, args.localInfo, advice, steps);
|
CfTranslator.java | 276 TranslationAdvice advice; local 278 advice = DexTranslationAdvice.THE_ONE; 280 RopMethod rmeth = Ropper.convert(concrete, advice, methods); 298 paramSize, isStatic, cfOptions.localInfo, advice); 302 paramSize, isStatic, cfOptions, advice, rmeth);
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.equinox.p2.publisher_1.3.0.v20140129-1405.jar | |
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.equinox.p2.publisher_1.3.0.v20130509-0110.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar | |
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
baseline_policy.cc | 174 const Arg<int> advice(2); 175 return If(advice == MADV_DONTNEED, Allow()).Else(Error(EPERM));
|
/system/core/libutils/ |
FileMap.cpp | 216 int FileMap::advise(MapAdvice advice) 220 switch (advice) { 238 int FileMap::advise(MapAdvice /* advice */)
|