/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/ |
executionengine.ml | 10 (* Note that this takes a moment to link, so it's best to keep the number of
|
/external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/ |
core_rnn_cell_test.py | 701 keep = array_ops.ones([]) 703 input_keep_prob=keep, output_keep_prob=keep, state_keep_prob=keep) 714 keep = variable_scope.get_variable("all", initializer=1.0) 716 input_keep_prob=keep, output_keep_prob=keep, state_keep_prob=keep) [all...] |
/external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/ |
parse_delay_file.m | 57 % keep on reading batches of M until the signal is no longer "3"
|
/external/webrtc/webrtc/tools/rtcbot/ |
main.js | 15 // Note: the small context where the scripts are loaded is intended to keep
|
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/ |
AsmGenerator.java | 241 public void setKeep(Map<String, ClassReader> keep) { 242 mKeep = keep; 296 mLog.info("# keep classes: %d", mKeep.size()); 349 * 2- For "keep" classes, we want to rewrite all native methods as indicated above.
|
/prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/ |
tokenizer.go | 112 // TODO: If we ever have //go: comments in assembly, will need to keep them here.
|
/prebuilts/go/darwin-x86/src/container/ring/ |
ring_test.go | 12 // For debugging - keep around.
|
/prebuilts/go/darwin-x86/src/context/ |
example_test.go | 62 // cancelation function in any case. Failure to do so may keep the
|
/prebuilts/go/darwin-x86/src/crypto/md5/ |
md5.go | 164 // Make a copy of d0 so that caller can keep writing and summing.
|
/prebuilts/go/darwin-x86/src/html/template/ |
example_test.go | 126 // The following example is duplicated in text/template; keep them in sync.
|
/prebuilts/go/darwin-x86/src/runtime/ |
mfixalloc.go | 23 // Callers can keep state in the object but the first word is
|
/prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/ |
readwriter.go | 21 // Process data in pieces to keep w.buf size bounded.
|
/prebuilts/go/linux-x86/src/cmd/asm/internal/lex/ |
tokenizer.go | 112 // TODO: If we ever have //go: comments in assembly, will need to keep them here.
|
/prebuilts/go/linux-x86/src/container/ring/ |
ring_test.go | 12 // For debugging - keep around.
|
/prebuilts/go/linux-x86/src/context/ |
example_test.go | 62 // cancelation function in any case. Failure to do so may keep the
|
/prebuilts/go/linux-x86/src/crypto/md5/ |
md5.go | 164 // Make a copy of d0 so that caller can keep writing and summing.
|
/prebuilts/go/linux-x86/src/html/template/ |
example_test.go | 126 // The following example is duplicated in text/template; keep them in sync.
|
/prebuilts/go/linux-x86/src/runtime/ |
mfixalloc.go | 23 // Callers can keep state in the object but the first word is
|
/prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/ |
readwriter.go | 21 // Process data in pieces to keep w.buf size bounded.
|
/toolchain/binutils/binutils-2.27/binutils/ |
objcopy.c | 239 /* List of symbols to strip, keep, localize, keep-global, weaken, 276 KEEP 281 static enum long_section_name_handling long_section_names = KEEP; 363 {"keep-file-symbols", no_argument, 0, OPTION_KEEP_FILE_SYMBOLS}, 364 {"keep-symbol", required_argument, 0, 'K'}, 365 {"only-keep-debug", no_argument, 0, OPTION_ONLY_KEEP_DEBUG}, 429 {"keep-file-symbols", no_argument, 0, OPTION_KEEP_FILE_SYMBOLS}, 430 {"keep-global-symbol", required_argument, 0, 'G'}, 431 {"keep-global-symbols", required_argument, 0, OPTION_KEEPGLOBAL_SYMBOLS} 1378 bfd_boolean keep; local [all...] |
/external/python/cpython3/Modules/_ctypes/ |
_ctypes.c | 372 /* keep this for bw compatibility */ 454 KeepRef(CDataObject *target, Py_ssize_t index, PyObject *keep); 2863 PyObject *keep; local 4831 PyObject *keep; local [all...] |
/build/soong/cmd/sbox/ |
sbox.go | 44 flag.BoolVar(&keepOutDir, "keep-out-dir", false, 45 "whether to keep the sandbox directory when done") 252 // Keep the temporary output directory around in case a user wants to inspect it for debugging purposes.
|
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
efi32.S | 30 # jmp commonIdtEntry - this must be hand coded to keep the assembler from
[all...] |
efi64.S | 33 # jmp commonIdtEntry - this must be hand coded to keep the assembler from
[all...] |
/external/autotest/site_utils/ |
backup_mysql_db.py | 10 backup_mysql_db.py --type=weekly --gs_bucket=gs://my_bucket --keep 10 308 parser.add_option('--keep', default=10, type=int, 309 help='Number of dumps to keep of specified type.') 336 options.type, options.keep, options.gs_bucket)
|