HomeSort by relevance Sort by last modified time
    Searched full:preserve (Results 726 - 750 of 4245) sorted by null

<<21222324252627282930>>

  /external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
beam_search_decoder.py 632 # greater than two and we need to preserve those dimensions.
751 gather_shape: What we should reshape gather_from to in order to preserve the
754 There, we want to preserve the attention_size elements, so gather_shape is
784 the right amounts in order to preserve the batch order.
791 gather_shape: What we should reshape gather_from to in order to preserve the
794 There, we want to preserve the attention_size elements, so gather_shape is
  /external/valgrind/coregrind/m_syswrap/
syswrap-ppc64-linux.c 229 " mr 30,3\n" // preserve fn
230 " mr 31,6\n" // preserve arg
237 " mr 29,4\n" // preserve sp
301 " mr 30,3\n" // preserve fn
302 " mr 31,6\n" // preserve arg
309 " mr 29,4\n" // preserve sp
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlDocument.java 78 * content, e.g., by HtmlParser in preserve mode.
524 * preserve this original content. e.g., if original tag were
530 * preserve this original content. e.g., if original tag were
706 * and ending '<' and '>'. If not null, tag will preserve this original
774 * @param originalHtml If not null, toOriginalHTML() will preserve original
800 * <code>toOriginalHTML()</code> might not preserve original any more.
    [all...]
  /bionic/libc/arch-arm64/denver64/bionic/
memset.S 71 // Preserve for accurate backtrace.
82 mov dst, dstin /* Preserve return value. */
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/el3_runtime/aarch64/
context.h 193 * lr are saved as the compiler is expected to preserve the remaining
232 * preserve the state of a core at EL1 in one of the two security
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
text_file.py 205 # Have to preserve the trailing newline, because it's
207 # and if rstrip_ws is false, we'd better preserve it!
  /external/capstone/bindings/vb6/
mMisc.bas 215 ReDim Preserve bAry(UBound(bAry) + 1)
231 ReDim Preserve ary(x + 1)
  /external/clang/test/SemaCXX/
attr-noreturn.cpp 145 // FIXME: Code flow analysis does not preserve information about non-null
159 // FIXME: Code flow analysis does not preserve information about non-null
  /external/curl/tests/
secureserver.pl 84 local $!; # preserve errno
85 local $?; # preserve exit status
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationCompare.java 322 // Preserve the quaternary weight in bits 7..6.
336 // Preserve the quaternary weight in bits 7..6.
  /external/icu/icu4c/source/common/unicode/
rep.h 136 * smaller replacement if possible. This will preserve as much
179 * must be made so as to preserve metadata. If it does not, calls
  /external/icu/icu4c/source/i18n/
collationcompare.cpp 322 // Preserve the quaternary weight in bits 7..6.
336 // Preserve the quaternary weight in bits 7..6.
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationCompare.java 318 // Preserve the quaternary weight in bits 7..6.
332 // Preserve the quaternary weight in bits 7..6.
  /external/libvpx/libvpx/build/make/
iosbuild.sh 277 --preserve-build-output: Do not delete the build directory.
314 --preserve-build-output)
  /external/libxcam/
ChangeLog 23 - tune algorithm parameters to preserve blinking.
159 - preserve more information on luminance values of the scene
  /external/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 193 /// no other analyses. In particular, it does not preserve LoopSimplify
211 /// no other analyses. In particular, it does not preserve LoopSimplify
  /external/llvm/lib/Transforms/Scalar/
Sink.cpp 266 PA.preserve<DominatorTreeAnalysis>();
267 PA.preserve<LoopAnalysis>();
  /external/llvm/tools/bugpoint/
OptimizerDriver.cpp 46 "preserve-bc-uselistorder",
47 cl::desc("Preserve use-list order when writing LLVM bitcode."),
  /external/python/cpython2/Lib/distutils/
text_file.py 205 # Have to preserve the trailing newline, because it's
207 # and if rstrip_ws is false, we'd better preserve it!
  /external/python/cpython3/Lib/distutils/
text_file.py 196 # Have to preserve the trailing newline, because it's
198 # and if rstrip_ws is false, we'd better preserve it!
  /external/selinux/secilc/
secilc.c 65 printf(" -P, --preserve-tunables treat tunables as booleans\n");
115 {"preserve-tunables", no_argument, 0, 'P'},
  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
BasicBlockUtils.h 172 /// In particular, it does not preserve LoopSimplify (because it's
189 /// it does not preserve LoopSimplify (because it's complicated to handle the
  /external/v8/src/arm64/
deoptimizer-arm64.cc 152 // Preserve "deoptimizer" object in register x0.
203 __ Push(x0); // Preserve deoptimizer object across call.
  /external/v8/src/ppc/
deoptimizer-ppc.cc 181 // Preserve "deoptimizer" object in register r3 and get the input
228 __ push(r3); // Preserve deoptimizer object across call.
  /external/v8/src/s390/
deoptimizer-s390.cc 173 // Preserve "deoptimizer" object in register r2 and get the input
226 __ push(r2); // Preserve deoptimizer object across call.

Completed in 2161 milliseconds

<<21222324252627282930>>