Home
last modified time | relevance | path

Searched refs:advice (Results 1 – 25 of 51) sorted by relevance

123

/external/dexmaker/src/dx/java/com/android/dx/ssa/
DOptimizer.java33 private static TranslationAdvice advice; field in Optimizer
53 return advice; in getAdvice()
97 advice = inAdvice; in optimize()
105 > advice.getMaxOptimalRegisterCount()) { in optimize()
200 advice = inAdvice; in debugEdgeSplit()
210 advice = inAdvice; in debugPhiPlacement()
220 advice = inAdvice; in debugRenaming()
232 advice = inAdvice; in debugDeadCodeRemover()
247 advice = inAdvice; in debugNoRegisterAllocation()
DLiteralOpUpgrader.java83 final TranslationAdvice advice = Optimizer.getAdvice(); in run() local
119 } else if (advice.hasConstantOperation( in run()
123 && advice.hasConstantOperation( in run()
/external/qemu/util/
Dosdep.c78 int qemu_madvise(void *addr, size_t len, int advice) in qemu_madvise() argument
80 if (advice == QEMU_MADV_INVALID) { in qemu_madvise()
85 return madvise(addr, len, advice); in qemu_madvise()
87 return posix_madvise(addr, len, advice); in qemu_madvise()
/external/chromium_org/ui/resources/
DREADME1 See src/chrome/app/theme/README for advice on adding new icons.
/external/fio/
Dhelpers.h13 extern int posix_fadvise(int fd, off_t offset, off_t len, int advice);
Dhelpers.c36 int posix_fadvise(int fd, off_t offset, off_t len, int advice) in posix_fadvise() argument
/external/chromium_org/third_party/yasm/source/patched-yasm/
DCOPYING20 Note: This document does not provide legal advice nor is it the actual
22 details. Consult a lawyer for legal advice.
DABOUT-NLS26 1.1 Quick configuration advice
138 Special advice for Norwegian users: The language code for Norwegian
/external/fio/os/windows/posix/include/sys/
Dmman.h28 int posix_madvise(void *addr, size_t len, int advice);
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
Dbaseline_policy.cc164 const Arg<int> advice(2); in EvaluateSyscallImpl() local
165 return If(advice == MADV_DONTNEED, Allow()).Else(Error(EPERM)); in EvaluateSyscallImpl()
/external/qemu/include/qemu/
Dosdep.h151 int qemu_madvise(void *addr, size_t len, int advice);
/external/llvm/docs/
DHowToBuildOnARM.rst18 ARM encompasses a wide variety of CPUs; this advice is primarily based
/external/qemu/distrib/sdl-1.2.15/
DCREDITS88 And a big hand to everyone else who gave me appreciation, advice,
/external/clang/include/clang/Driver/
DCC1Options.td344 HelpText<"Apply fix-it advice to the input source">;
346 HelpText<"Apply fix-it advice creating a file with the given suffix">;
400 HelpText<"Apply fix-it advice even in the presence of unfixable errors">;
402 HelpText<"Apply fix-it advice only for warnings, not errors">;
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-arm64-linux.c467 int, fd, vki_loff_t, offset, vki_size_t, len, int, advice); in PRE()
Dsyswrap-ppc64-linux.c622 int, fd, vki_loff_t, offset, vki_size_t, len, int, advice); in PRE()
/external/llvm/docs/CommandGuide/
Dbugpoint.rst18 advice for using bugpoint, see *llvm/docs/Bugpoint.html* in the LLVM
/external/valgrind/main/docs/internals/
Dsegments-seginfos.txt81 and .data. This is on advice from the hardware performance mavens,
/external/libexif/
DABOUT-NLS25 Quick configuration advice
134 Special advice for Norwegian users: The language code for Norwegian
/external/bzip2/
Dbzip2.txt381 indebted for their help, support and advice. See the man-
389 problems, lent machines, gave advice and were generally
Dbzip2.1.preformatted386 indebted for their help, support and advice. See the man­
394 problems, lent machines, gave advice and were generally
/external/ceres-solver/docs/source/
Dfaqs.rst42 This is the single most important piece of advice we can give to
/external/elfutils/0.153/
DABOUT-NLS26 1.1 Quick configuration advice
138 Special advice for Norwegian users: The language code for Norwegian
/external/fio/os/windows/
Dposix.c668 int posix_madvise(void *addr, size_t len, int advice) in posix_madvise() argument
/external/bison/
DABOUT-NLS26 1.1 Quick configuration advice
138 Special advice for Norwegian users: The language code for Norwegian

123