Searched refs:advice (Results 1 - 20 of 20) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DOptimizer.java33 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
[all...]
H A DLiteralOpUpgrader.java83 final TranslationAdvice advice = Optimizer.getAdvice();
119 } else if (advice.hasConstantOperation(
123 && advice.hasConstantOperation(
/external/qemu/
H A Dosdep.c69 int qemu_madvise(void *addr, size_t len, int advice) argument
71 if (advice == QEMU_MADV_INVALID) {
76 return madvise(addr, len, advice);
78 return posix_madvise(addr, len, advice);
H A Dosdep.h128 int qemu_madvise(void *addr, size_t len, int advice);
/external/webkit/Source/JavaScriptCore/wtf/
H A DTCSystemAlloc.cpp405 const int advice = MADV_FREE; local
407 const int advice = MADV_DONTNEED;
435 advice) == -1 &&
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/110/1/.cp/ant_tasks/
H A Dpublisher-ant.jar ... util.List configurations private java.util.List advice public void " href="/4.1.2/s?defs ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
H A Dpdebuild-ant.jar ... mode public void setVersionAdvice (java.lang.String) String advice public void setSite (java.lang.String) String site ...
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-ppc64-linux.c1041 int, fd, vki_loff_t, offset, vki_size_t, len, int, advice);
H A Dsyswrap-amd64-linux.c982 int, fd, vki_loff_t, offset, vki_size_t, len, int, advice);
H A Dsyswrap-s390x-linux.c1085 int, fd, vki_loff_t, offset, vki_loff_t, len, int, advice);
H A Dsyswrap-linux.c1424 vki_size_t, len, int, advice);
1433 vki_u32, MERGE64_FIRST(len), vki_u32, MERGE64_SECOND(len), int, advice);
H A Dsyswrap-generic.c2326 unsigned long, start, vki_size_t, length, int, advice);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/iproute2/doc/
H A Dip-cref.tex100 Do not use this option when reporting bugs or asking for advice.
152 or asking for advice. ``Officially'' allowed abbreviations are listed
1123 controlled by neighbour unreachability detection and by advice
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.stderr.exp2874 Syscall param madvise(advice) contains uninitialised byte(s)
/external/dropbear/libtomcrypt/
H A Dcrypt.tex192 The author (Tom St Denis) is not a patent lawyer so this section is not to be treated as legal advice. To the best

Completed in 530 milliseconds