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

1 2 3 4

  /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/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...]
mul_1x8_Mx8_neon.py 82 duplicated = registers.QuadRegister(min_register)
83 emitter.EmitVDup('32', duplicated, general_register)
84 return duplicated
quantized_mul_kernels_common.py 31 duplicated = []
34 duplicated.append(values[0])
36 duplicated.append(registers.QuadRegister())
38 emitter.EmitVDup('32', duplicated[i],
41 return duplicated
54 """Load parameters and prepare duplicated registers."""
  /external/llvm/test/MC/ARM/
dot-req.s 4 @ The line is duplicated on purpose, it is legal to redefine a req with
eh-directive-section-comdat.s 7 @ linkonce_odr) linkage, so that the linker can remove the duplicated
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
hexprefix.d 3 #name: verify hex prefixes present and not duplicated (hexprefix)
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
Internal.java 373 final ByteBuffer duplicated = bytes.duplicate(); local
374 duplicated.clear();
376 while (duplicated.remaining() > 0) {
377 final int length = duplicated.remaining() <= bufferSize ?
378 duplicated.remaining() : bufferSize;
379 duplicated.get(buffer, 0, length);
CodedOutputStream.java 1211 ByteBuffer duplicated = value.duplicate(); local
1620 ByteBuffer duplicated = value.duplicate(); local
2060 ByteBuffer duplicated = value.duplicate(); local
2363 ByteBuffer duplicated = value.duplicate(); local
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetTestSuiteBuilder.java 178 Object[] duplicated = new Object[elements.length * 2]; local
180 duplicated[i] = elements[i];
181 duplicated[i + elements.length] = elements[i];
183 return ((Multiset<E>) gen.create(duplicated)).elementSet();
  /system/extras/simpleperf/
SampleComparator.h 63 BUILD_COMPARE_VALUE_FUNCTION(CompareCallGraphDuplicated, callchain.duplicated);
callchain.h 41 // If duplicated = true, this call tree is part of another call tree.
43 bool duplicated; member in struct:CallChainRoot
47 CallChainRoot() : duplicated(false), children_period(0) {}
SampleDisplayer.h 120 if (brief_callgraph_ && sample->callchain.duplicated) {
sample_tree.h 266 sample->callchain.duplicated = true;
  /prebuilts/go/darwin-x86/src/text/template/
example_test.go 77 // The following example is duplicated in html/template; keep them in sync.
  /prebuilts/go/linux-x86/src/text/template/
example_test.go 77 // The following example is duplicated in html/template; keep them in sync.
  /prebuilts/go/darwin-x86/src/html/template/
examplefiles_test.go 41 // The following example is duplicated in text/template; keep them in sync.
113 // The following example is duplicated in text/template; keep them in sync.
162 // The following example is duplicated in text/template; keep them in sync.
example_test.go 126 // The following example is duplicated in text/template; keep them in sync.
  /prebuilts/go/linux-x86/src/html/template/
examplefiles_test.go 41 // The following example is duplicated in text/template; keep them in sync.
113 // The following example is duplicated in text/template; keep them in sync.
162 // The following example is duplicated in text/template; keep them in sync.
example_test.go 126 // The following example is duplicated in text/template; keep them in sync.
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Empty.cs 42 /// A generic empty message that you can re-use to avoid defining duplicated
  /prebuilts/go/darwin-x86/src/regexp/syntax/
simplify.go 11 // may have been duplicated or removed. For example, the simplified form
  /prebuilts/go/linux-x86/src/regexp/syntax/
simplify.go 11 // may have been duplicated or removed. For example, the simplified form
  /system/core/adb/
Android.mk 42 # Much of adb is duplicated in bootable/recovery/minadb and fastboot. Changes

Completed in 3026 milliseconds

1 2 3 4