/external/ltp/testcases/kernel/mem/tunable/ |
D | min_free_kbytes.c | 89 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/ |
D | debugger-tune.ll | 13 ; 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")
|
D | dwarf-linkage-names.ll | 7 ; RUN: llc -O0 -mtriple=x86_64-unknown-unknown -debugger-tune=sce < %s | FileCheck %s -check-prefix…
|
/external/llvm/test/DebugInfo/Generic/ |
D | 2010-04-19-FramePtr.ll | 1 ; 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 --…
|
D | linkage-name-abstract.ll | 5 ; RUN: %llc_dwarf -O0 -filetype=obj -debugger-tune=sce < %s | llvm-dwarfdump -debug-dump=info - > %t
|
/external/ltp/testcases/kernel/mem/lib/ |
D | mem.c | 850 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/ |
D | mem.h | 87 void set_sys_tune(char *sys_file, long tune, int check);
|
/external/mockito/src/test/java/org/mockitousage/annotation/ |
D | InjectionOfInlinedMockDeclarationTest.java | 61 public boolean tune() { return true; } in tune() method in InjectionOfInlinedMockDeclarationTest.Receiver
|
/external/kernel-headers/original/uapi/sound/ |
D | sfnt_info.h | 130 short tune; /* pitch tuning (in cents) */ member
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/ |
D | learn_runner.py | 221 def tune(experiment_fn, tuner): function
|
/external/llvm/test/DebugInfo/ARM/ |
D | big-endian-bitfield.ll | 1 ; RUN: llc -O0 -filetype=obj -mtriple=armeb-none-freebsd -debugger-tune=lldb %s -o - \
|
/external/tensorflow/tensorflow/contrib/crf/ |
D | README.md | 53 # Add a training op to tune the parameters.
|
/external/antlr/antlr-3.4/runtime/Python/ |
D | TODO | 50 - tune doxygen output
|
/external/v8/benchmarks/ |
D | README.txt | 5 benchmarks that we have used to tune V8. The licenses for the
|
/external/libxcam/ |
D | ChangeLog | 23 - tune algorithm parameters to preserve blinking. 114 - tune parameters to keep brightness and clear edge.
|
/external/tensorflow/tensorflow/examples/udacity/ |
D | 3_regularization.ipynb | 238 …"Introduce and tune L2 regularization for both logistic and neural network models. Remember that L…
|
/external/python/cpython3/Modules/_ctypes/libffi/m4/ |
D | ax_cc_maxopt.m4 | 73 dec) CFLAGS="-newc -w0 -O5 -ansi_alias -ansi_args -fp_reorder -tune host"
|
/external/python/cpython2/Modules/_ctypes/libffi/m4/ |
D | ax_cc_maxopt.m4 | 73 dec) CFLAGS="-newc -w0 -O5 -ansi_alias -ansi_args -fp_reorder -tune host"
|
/external/autotest/client/profilers/powertop/src/ |
D | Changelog | 87 tune it right away.
|
/external/libffi/m4/ |
D | ax_cc_maxopt.m4 | 73 dec) CFLAGS="-newc -w0 -O5 -ansi_alias -ansi_args -fp_reorder -tune host"
|
/external/libvpx/libvpx/ |
D | configure | 30 --cpu=CPU tune for the specified CPU (ARM: cortex-a8, X86: sse3)
|
D | CHANGELOG | 16 --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/ |
D | README-4.3 | 51 10. Miscellaneous new options for Mksquashfs/Unsquashfs to fine tune behaviour.
|
/external/python/cpython2/Doc/library/ |
D | gc.rst | 12 provides the ability to disable the collector, tune the collection frequency,
|
/external/python/cpython3/Doc/library/ |
D | gc.rst | 13 provides the ability to disable the collector, tune the collection frequency,
|