HomeSort by relevance Sort by last modified time
    Searched full:duplicated (Results 1 - 25 of 1963) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libvpx/libvpx/vp8/common/x86/
filter_x86.h 21 * duplicated values */
23 /* duplicated 4x */
26 /* duplicated 8x */
  /external/ply/ply/test/
lex_dup1.py 3 # Duplicated rule specifiers
lex_dup2.py 3 # Duplicated rule specifiers
lex_dup3.py 3 # Duplicated rule specifiers
  /prebuilts/go/darwin-x86/src/cmd/vet/all/whitelist/
readme.txt 2 They are line-based and unordered, although counts of duplicated lines matter.
  /prebuilts/go/linux-x86/src/cmd/vet/all/whitelist/
readme.txt 2 They are line-based and unordered, although counts of duplicated lines matter.
  /external/autotest/frontend/
settings_readonly.py 7 # This allows us to update the generic settings without having duplicated
  /external/llvm/test/CodeGen/ARM/
noopt-dmb-v7.ll 1 ; Ensure that adjacent duplicated barriers are not removed at -O0.
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue7153.go 7 // Issue 7153: array invalid index error duplicated on successive bad values
  /prebuilts/go/linux-x86/test/fixedbugs/
issue7153.go 7 // Issue 7153: array invalid index error duplicated on successive bad values
  /external/libmojo/mojo/edk/embedder/
platform_handle.cc 40 // This handle may have been duplicated to a new target process but not yet
44 // Normally the target process closes a duplicated handle when that
45 // process is finished using the handle. To close a duplicated handle
51 // * Set hSourceHandle to the duplicated handle to close.
  /external/llvm/test/MC/ARM/
dot-req.s 4 @ The line is duplicated on purpose, it is legal to redefine a req with
  /frameworks/native/libs/vr/libpdx/private/pdx/rpc/
macros.h 54 // Applies the unary macro. Duplicated for macro recursive expansion.
58 // Applies the unary macro. Duplicated for macro recursive expansion.
72 // Applies the unary macro at the end of a list. Duplicated for macro recursive
78 // Applies the unary macro at the end of a list. Duplicated for macro recursive
100 // Applies the binary macro. Duplicated for macro recursive expansion.
105 // Applies the binary macro. Duplicated for macro recursive expansion.
120 // Applies the binary macro at the end of a list. Duplicated for macro recursive
126 // Applies the binary macro at the end of a list. Duplicated for macro recursive
132 // Applies the binary macro at the start of a list. Duplicated for macro
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68hc11/
hexprefix.d 3 #name: verify hex prefixes present and not duplicated (hexprefix)
  /tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
PsiFieldItem.kt 81 val duplicated = create(codebase, targetContainingClass as PsiClassItem, psiField)
85 duplicated.hidden = true
88 duplicated.removed = true
91 duplicated.docOnly = true
94 return duplicated
  /external/gemmlowp/meta/generators/
mul_Nx8_Mx8_neon.py 180 duplicated = []
183 duplicated.append(registers.DoubleRegister(min_register))
186 duplicated.append(registers.QuadRegister(min_register))
191 emitter.EmitVDup('32', duplicated[0], emitter.Lane(values, 0))
193 emitter.EmitVDup('32', duplicated[0], emitter.Lane(values, 0))
194 emitter.EmitVDup('32', duplicated[1], emitter.Lane(values, 1))
196 emitter.EmitVDup('32', duplicated[0], emitter.Lane(
198 emitter.EmitVDup('32', duplicated[1], emitter.Lane(
200 emitter.EmitVDup('32', duplicated[2], emitter.Lane(
203 emitter.EmitVDup('32', duplicated[0], emitter.Lane
    [all...]
  /external/llvm/test/MC/Disassembler/AArch64/
ldp-postind.predictable.txt 8 # Stores from duplicated registers should be fine.
ldp-preind.predictable.txt 8 # Stores from duplicated registers should be fine.
  /external/llvm/test/Transforms/LoopRotate/
convergent.ll 8 ; The call to f1 in the loop header shouldn't be duplicated (meaning, loop
  /frameworks/base/tools/aapt2/optimize/
ResourceDeduper.h 28 // Removes duplicated key-value entries from dominated resources.
  /external/libcap/doc/
cap_init.3 54 pointer to the newly created capability state. Once duplicated, no
56 When the duplicated capability state in working storage is no longer required,
  /frameworks/compile/mclinker/include/mcld/LD/
DiagLayouts.inc 17 "Duplicated definition of section map \"from %0 to %0\".",
18 "Duplicated definition of section map \"from %0 to %0\".")
  /frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
buffer_hub_queue_parcelable.h 52 // resources are getting duplicated, nor did the parcel takes ownership of the
58 // resources are duplicated from the parcel into the queue parcelable. Returns
  /external/curl/tests/
pathhelp.pm 40 # All returned paths don't contain any duplicated slashes, only single slashes
123 # slashes (except leading slash), all duplicated slashes are replaced
180 # Returned path may contain duplicated and back slashes.
191 # duplicated slashes).
229 # Replace any back and duplicated slashes with single forward slashes.
240 # Remove leading duplicated forward and back slashes, as they may
256 # Remove any duplicated forward slashes (added by 'cygpath' for root
272 # Replace any back and duplicated slashes with single forward slashes.
279 # Replace any back and duplicated slashes with single forward slashes.
286 # Replace any back and duplicated slashes with single forward slashes
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
unify_const_pass.cpp 126 // store the result id with the keys. When replacing a duplicated constant
127 // with a previously defined constant, all the uses of the duplicated
128 // constant, which must be placed after the duplicated constant defining
130 // previously defined constant and the duplicated constant will both refer
155 // The constant is a duplicated one, use the cached constant to
156 // replace the uses of this duplicated one, then turn it to nop.

Completed in 600 milliseconds

1 2 3 4 5 6 7 8 91011>>