Home
last modified time | relevance | path

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

1234

/external/ltp/testcases/kernel/mem/tunable/
Dmin_free_kbytes.c89 unsigned long tune, memfree, memtotal; in test_tune() local
104 tune = memfree / 20; in test_tune()
105 if (tune > (memtotal / 50)) in test_tune()
106 tune = memtotal / 50; in test_tune()
108 set_sys_tune("min_free_kbytes", tune, 1); in test_tune()
187 unsigned long tune; in check_monitor() local
192 tune = get_sys_tune("min_free_kbytes"); in check_monitor()
194 if (memfree < tune) { in check_monitor()
196 "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.c850 void set_sys_tune(char *sys_file, long tune, int check) in set_sys_tune() argument
855 tst_res(TINFO, "set %s to %ld", sys_file, tune); in set_sys_tune()
858 SAFE_FILE_PRINTF(path, "%ld", tune); in set_sys_tune()
862 if (val != tune) in set_sys_tune()
864 sys_file, val, tune); in set_sys_tune()
871 long tune; in get_sys_tune() local
874 SAFE_FILE_SCANF(path, "%ld", &tune); in get_sys_tune()
876 return tune; in get_sys_tune()
/external/ltp/testcases/kernel/mem/include/
Dmem.h87 void set_sys_tune(char *sys_file, long tune, int check);
/external/mockito/src/test/java/org/mockitousage/annotation/
DInjectionOfInlinedMockDeclarationTest.java61 public boolean tune() { return true; } in tune() method in InjectionOfInlinedMockDeclarationTest.Receiver
/external/kernel-headers/original/uapi/sound/
Dsfnt_info.h130 short tune; /* pitch tuning (in cents) */ member
/external/tensorflow/tensorflow/contrib/learn/python/learn/
Dlearn_runner.py221 def tune(experiment_fn, tuner): function
/external/llvm/test/DebugInfo/ARM/
Dbig-endian-bitfield.ll1 ; RUN: llc -O0 -filetype=obj -mtriple=armeb-none-freebsd -debugger-tune=lldb %s -o - \
/external/tensorflow/tensorflow/contrib/crf/
DREADME.md53 # Add a training op to tune the parameters.
/external/antlr/antlr-3.4/runtime/Python/
DTODO50 - tune doxygen output
/external/v8/benchmarks/
DREADME.txt5 benchmarks that we have used to tune V8. The licenses for the
/external/libxcam/
DChangeLog23 - tune algorithm parameters to preserve blinking.
114 - tune parameters to keep brightness and clear edge.
/external/tensorflow/tensorflow/examples/udacity/
D3_regularization.ipynb238 …"Introduce and tune L2 regularization for both logistic and neural network models. Remember that L…
/external/python/cpython3/Modules/_ctypes/libffi/m4/
Dax_cc_maxopt.m473 dec) CFLAGS="-newc -w0 -O5 -ansi_alias -ansi_args -fp_reorder -tune host"
/external/python/cpython2/Modules/_ctypes/libffi/m4/
Dax_cc_maxopt.m473 dec) CFLAGS="-newc -w0 -O5 -ansi_alias -ansi_args -fp_reorder -tune host"
/external/autotest/client/profilers/powertop/src/
DChangelog87 tune it right away.
/external/libffi/m4/
Dax_cc_maxopt.m473 dec) CFLAGS="-newc -w0 -O5 -ansi_alias -ansi_args -fp_reorder -tune host"
/external/libvpx/libvpx/
Dconfigure30 --cpu=CPU tune for the specified CPU (ARM: cortex-a8, X86: sse3)
DCHANGELOG16 --tune-content=film
453 --tune=ssim option to enable activity masking
488 the --tune=ssim option. Further experimentation in this area
/external/squashfs-tools/RELEASE-READMEs/
DREADME-4.351 10. Miscellaneous new options for Mksquashfs/Unsquashfs to fine tune behaviour.
/external/python/cpython2/Doc/library/
Dgc.rst12 provides the ability to disable the collector, tune the collection frequency,
/external/python/cpython3/Doc/library/
Dgc.rst13 provides the ability to disable the collector, tune the collection frequency,

1234