Home
last modified time | relevance | path

Searched refs:tune (Results 1 – 25 of 68) sorted by relevance

123

/external/ltp/testcases/kernel/mem/tunable/
Dmin_free_kbytes.c118 unsigned long tune, memfree, memtotal; in test_tune() local
133 tune = memfree / 20; in test_tune()
134 if (tune > (memtotal / 50)) in test_tune()
135 tune = memtotal / 50; in test_tune()
137 set_sys_tune("min_free_kbytes", tune, 1); in test_tune()
217 unsigned long tune; in check_monitor() local
222 tune = get_sys_tune("min_free_kbytes"); in check_monitor()
224 if (memfree < tune) { in check_monitor()
226 "min_free_kbytes is %lu kB", memfree, tune); in check_monitor()
/external/llvm/test/DebugInfo/X86/
Ddebugger-tune.ll13 ; RUN: llc -mtriple=x86_64-scei-ps4 -filetype=obj -debugger-tune=gdb < %s | llvm-readobj -sections …
14 ; RUN: llc -mtriple=x86_64-pc-linux -filetype=obj -debugger-tune=lldb < %s | llvm-readobj -sections…
15 ; RUN: llc -mtriple=x86_64-apple-darwin12 -filetype=obj -debugger-tune=sce < %s | llvm-readobj -sec…
37 !1 = !DIFile(filename: "debugger-tune.cpp", directory: "/home/probinson/projects/scratch")
Ddwarf-linkage-names.ll7 ; RUN: llc -O0 -mtriple=x86_64-unknown-unknown -debugger-tune=sce < %s | FileCheck %s -check-prefix…
/external/llvm/test/DebugInfo/Generic/
D2010-04-19-FramePtr.ll1 ; RUN: %llc_dwarf -debugger-tune=lldb -asm-verbose -O1 -o - < %s | FileCheck %s
2 ; RUN: %llc_dwarf -debugger-tune=gdb -asm-verbose -O1 -o - < %s | FileCheck %s --check-prefix=DISAB…
3 ; RUN: %llc_dwarf -disable-fp-elim -debugger-tune=lldb -asm-verbose -O1 -o - < %s | FileCheck %s --…
Dlinkage-name-abstract.ll5 ; RUN: %llc_dwarf -O0 -filetype=obj -debugger-tune=sce < %s | llvm-dwarfdump -debug-dump=info - > %t
/external/ltp/testcases/kernel/mem/lib/
Dmem.c930 void set_sys_tune(char *sys_file, long tune, int check) in set_sys_tune() argument
935 tst_resm(TINFO, "set %s to %ld", sys_file, tune); in set_sys_tune()
938 SAFE_FILE_PRINTF(NULL, path, "%ld", tune); in set_sys_tune()
942 if (val != tune) in set_sys_tune()
944 sys_file, val, tune); in set_sys_tune()
951 long tune; in get_sys_tune() local
954 SAFE_FILE_SCANF(NULL, path, "%ld", &tune); in get_sys_tune()
956 return tune; in get_sys_tune()
/external/mockito/src/test/java/org/mockitousage/annotation/
DInjectionOfInlinedMockDeclarationTest.java61 public boolean tune() { return true; } in tune() method in InjectionOfInlinedMockDeclarationTest.Receiver
/external/ltp/testcases/kernel/mem/include/
Dmem.h90 void set_sys_tune(char *sys_file, long tune, int check);
/external/kernel-headers/original/uapi/sound/
Dsfnt_info.h129 short tune; /* pitch tuning (in cents) */ member
/external/llvm/test/DebugInfo/ARM/
Dbig-endian-bitfield.ll1 ; RUN: llc -O0 -filetype=obj -mtriple=armeb-none-freebsd -debugger-tune=lldb %s -o - \
/external/antlr/antlr-3.4/runtime/Python/
DTODO50 - tune doxygen output
/external/mesa3d/docs/
DREADME.MITS54 5. Are there any parameters that I can tune to try to improve performance.
/external/v8/benchmarks/
DREADME.txt5 benchmarks that we have used to tune V8. The licenses for the
/external/liblzf/
DChanges41 - tune hash functions depending on ULTRA_FAST or VERY_FAST settings.
/external/autotest/client/profilers/powertop/src/
DChangelog87 tune it right away.
/external/squashfs-tools/RELEASE-READMEs/
DREADME-4.351 10. Miscellaneous new options for Mksquashfs/Unsquashfs to fine tune behaviour.
/external/libvpx/libvpx/
Dconfigure30 --cpu=CPU tune for the specified CPU (ARM: cortex-a8, X86: sse3)
DCHANGELOG428 --tune=ssim option to enable activity masking
463 the --tune=ssim option. Further experimentation in this area
/external/libopus/doc/
DDoxyfile.in206 # sheet that is used by each HTML page. It can be used to fine-tune the look of
/external/eigen/doc/
DSparseLinearSystems.dox3 …e properties of the matrix, the desired accuracy, the end-user is able to tune those steps in orde…
/external/webp/
DREADME288 The main options you might want to try in order to further tune the
/external/llvm/docs/
DCommandLine.rst676 will give you the detailed information you need to tune how command line options
939 fine tune the ``-help`` output for a command line option. Look `here`_ for an
/external/libpng/scripts/
Dpnglibconf.dfa56 # setting: change 'setting' lines to fine tune library performance;
/external/xmlrpcpp/src/
DDoxyfile513 # fine-tune the look of the HTML output. If the tag is left blank doxygen
/external/bison/doc/
DDoxyfile.in542 # fine-tune the look of the HTML output. If the tag is left blank doxygen

123