Home
last modified time | relevance | path

Searched defs:original (Results 1 – 25 of 393) sorted by relevance

12345678910>>...16

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser_test.cc1564 const string& original = GetParam().module_string; in CreateTestCases() local
1617 const string original = ""; in CreateTestCases() local
1623 const string original = "HloModule thi$ str1ng makes# N0 sen$e @all!*&^%$"; in CreateTestCases() local
1629 const string original = R"(HloModule wrong_opcode: in CreateTestCases() local
1643 const string original = R"(HloModule wrong_opcode: in CreateTestCases() local
1655 const string original = R"(HloModule wrong_opcode: in CreateTestCases() local
1668 const string original = R"(HloModule operand_not_found: in CreateTestCases() local
1679 const string original = R"(HloModule SelectScalarS32True_module in CreateTestCases() local
1696 const string original = R"(HloModule AModule in CreateTestCases() local
1709 const string original = R"(HloModule some_2_module in CreateTestCases() local
[all …]
/external/guava/guava-tests/test/com/google/common/collect/
DTransposedTableTest.java31 Table<Integer, String, Character> original = HashBasedTable.create(); in create() local
39 Table<Integer, String, Character> original = HashBasedTable.create(); in testTransposeTransposed() local
44 Table<Integer, String, Character> original = HashBasedTable.create(); in testPutOriginalModifiesTranspose() local
51 Table<Integer, String, Character> original = HashBasedTable.create(); in testPutTransposeModifiesOriginal() local
58 Table<Integer, String, Character> original = HashBasedTable.create(); in testTransposedViews() local
DLenientSerializableTester.java47 static <E> Set<E> reserializeAndAssertLenient(Set<E> original) { in reserializeAndAssertLenient()
55 static <E> Multiset<E> reserializeAndAssertLenient(Multiset<E> original) { in reserializeAndAssertLenient()
DImmutableSortedMapTest.java502 Map<String, Integer> original = new LinkedHashMap<String, Integer>(); in testCopyOf() local
516 Map<String, Integer> original = new LinkedHashMap<String, Integer>(); in testCopyOfExplicitComparator() local
530 Map<String, Integer> original in testCopyOfImmutableSortedSetDifferentComparator() local
540 SortedMap<String, Integer> original = Maps.newTreeMap(); in testCopyOfSortedNatural() local
554 SortedMap<String, Integer> original = Maps.newTreeMap(comparator); in testCopyOfSortedExplicit() local
584 Map<IntegerDiv10, String> original = ImmutableMap.of( in testCopyOfDuplicateKey() local
604 Map<IntegerDiv10, String> original = ImmutableSortedMap.of( in testImmutableMapCopyOfImmutableSortedMap() local
/external/grpc-grpc/test/core/gprpp/
Dinlined_vector_test.cc120 IntVec8 original; in TEST() local
129 IntVec8 original; in TEST() local
138 IntVec8 original; in TEST() local
149 IntVec8 original; in TEST() local
160 IntVec8 original; in TEST() local
171 IntVec8 original; in TEST() local
182 IntVec8 original; in TEST() local
195 IntVec8 original; in TEST() local
208 IntVec8 original; in TEST() local
223 IntVec8 original; in TEST() local
[all …]
/external/deqp-deps/SPIRV-Tools/test/
Dimmediate_int_test.cpp104 const SpirvVector original = CompiledInstructions("%1 = OpTypeInt 8 1"); in TEST_F() local
168 const SpirvVector original = in TEST_F() local
194 const SpirvVector original = CompiledInstructions("%a = OpTypeMatrix %b 7"); in TEST_F() local
213 const SpirvVector original = CompileSuccessfully(R"( in TEST_F() local
225 const SpirvVector original = CompileSuccessfully(R"( in TEST_F() local
240 const SpirvVector original = CompileSuccessfully(R"( in TEST_F() local
253 const SpirvVector original = CompileSuccessfully(R"( in TEST_F() local
/external/swiftshader/third_party/SPIRV-Tools/test/
Dimmediate_int_test.cpp104 const SpirvVector original = CompiledInstructions("%1 = OpTypeInt 8 1"); in TEST_F() local
168 const SpirvVector original = in TEST_F() local
194 const SpirvVector original = CompiledInstructions("%a = OpTypeMatrix %b 7"); in TEST_F() local
213 const SpirvVector original = CompileSuccessfully(R"( in TEST_F() local
225 const SpirvVector original = CompileSuccessfully(R"( in TEST_F() local
240 const SpirvVector original = CompileSuccessfully(R"( in TEST_F() local
253 const SpirvVector original = CompileSuccessfully(R"( in TEST_F() local
/external/okhttp/okio/okio/src/test/java/okio/
DDeflaterSinkTest.java33 String original = "They're moving in herds. They do move in herds."; in deflateWithClose() local
44 String original = "Yes, yes, yes. That's why we're taking extreme precautions."; in deflateWithSyncFlush() local
56 String original = repeat('a', 1024 * 1024); in deflateWellCompressed() local
68 ByteString original = randomBytes(1024 * 1024); in deflatePoorlyCompressed() local
91 String original = "They're moving in herds. They do move in herds."; in deflateIntoNonemptySink() local
/external/tensorflow/tensorflow/compiler/xla/tests/
Dslice_test.cc46 auto original = ConstantR3FromArray3D<float>(&builder, values); in TEST_F() local
59 auto original = ConstantR3FromArray3D<float>(&builder, values); in TEST_F() local
72 auto original = ConstantR3FromArray3D<float>(&builder, values); in TEST_F() local
82 auto original = ConstantR2FromArray2D<float>(&builder, Array2D<float>(0, 0)); in XLA_TEST_F() local
90 auto original = ConstantR2FromArray2D<float>(&builder, Array2D<float>(0, 20)); in XLA_TEST_F() local
98 auto original = ConstantR2FromArray2D<float>(&builder, Array2D<float>(3, 0)); in XLA_TEST_F() local
113 auto original = ConstantR2FromArray2D<float>(&builder, values); in XLA_TEST_F() local
131 auto original = ConstantR2FromArray2D<float>(&builder, values); in TEST_F() local
152 auto original = ConstantR2FromArray2D<float>(&builder, values); in TEST_F() local
164 auto original = ConstantR4FromArray4D(&builder, values); in TEST_F() local
[all …]
Dmultidimensional_slice_test.cc36 auto original = ConstantR2<float>( in XLA_TEST_F() local
49 auto original = ConstantR3FromArray3D<float>(&builder, array_3d); in XLA_TEST_F() local
/external/guice/core/test/com/google/inject/util/
DOverrideModuleTest.java91 Module original = in testOverrideConstant() local
112 Module original = in testGetProviderInModule() local
127 Module original = in testOverrideWhatGetProviderProvided() local
144 Module original = in testOverrideUsingOriginalsGetProvider() local
167 Module original = in testOverrideOfOverride() local
219 Module original = newModule("A"); in testOverridesTwiceFails() local
243 Module original = in testOverridesDoesntFixTwiceBoundInOriginal() local
295 Module original = in testOverrideUntargettedBinding() local
326 Module original = in testOverrideScopeAnnotation() local
362 final Module original = in testFailsIfOverridenScopeInstanceHasBeenUsed() local
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dimage-inl.h230 void Image<T>::DownsampleAveraged(const T* const original, const int stride, in DownsampleAveraged()
270 void Image<T>::DownsampleInterpolateNearest(const Image<T>& original) { in DownsampleInterpolateNearest()
309 void Image<T>::DownsampleInterpolateLinear(const Image<T>& original) { in DownsampleInterpolateLinear()
408 void Image<T>::DownsampleSmoothed3x3(const Image<T>& original) { in DownsampleSmoothed3x3()
440 void Image<T>::DownsampleSmoothed5x5(const Image<T>& original) { in DownsampleSmoothed5x5()
485 inline T Image<T>::ScharrPixelX(const Image<U>& original, in ScharrPixelX()
503 inline T Image<T>::ScharrPixelY(const Image<U>& original, in ScharrPixelY()
521 inline void Image<T>::ScharrX(const Image<U>& original) { in ScharrX()
531 inline void Image<T>::ScharrY(const Image<U>& original) { in ScharrY()
541 void Image<T>::DerivativeX(const Image<U>& original) { in DerivativeX()
[all …]
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DMultimapEqualsTester.java57 Multimap<K, V> original = multimap(); in testEqualsMultimapWithNullKey() local
69 Multimap<K, V> original = multimap(); in testEqualsMultimapWithNullValue() local
/external/deqp-deps/SPIRV-Tools/test/opt/
Dpass_fixture.h61 Pass* pass, const std::string& original, bool skip_nop) { in OptimizeToBinary()
125 void SinglePassRunAndCheck(const std::string& original, in SinglePassRunAndCheck()
161 void SinglePassRunAndCheck(const std::string& original, in SinglePassRunAndCheck()
174 void SinglePassRunAndMatch(const std::string& original, bool do_validation, in SinglePassRunAndMatch()
202 void RunAndCheck(const std::string& original, const std::string& expected) { in RunAndCheck()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dpass_fixture.h61 Pass* pass, const std::string& original, bool skip_nop) { in OptimizeToBinary()
125 void SinglePassRunAndCheck(const std::string& original, in SinglePassRunAndCheck()
161 void SinglePassRunAndCheck(const std::string& original, in SinglePassRunAndCheck()
174 void SinglePassRunAndMatch(const std::string& original, bool do_validation, in SinglePassRunAndMatch()
202 void RunAndCheck(const std::string& original, const std::string& expected) { in RunAndCheck()
/external/protobuf/src/google/protobuf/stubs/
Dstatusor_test.cc92 StatusOr<int> original(kI); in TEST() local
99 StatusOr<int> original(Status::CANCELLED); in TEST() local
106 StatusOr<int> original(kI); in TEST() local
113 StatusOr<int> original(Status::CANCELLED); in TEST() local
191 StatusOr<const int*> original(&kI); in TEST() local
198 StatusOr<int*> original(Status::CANCELLED); in TEST() local
205 StatusOr<Derived*> original(&derived); in TEST() local
213 StatusOr<Derived*> original(Status::CANCELLED); in TEST() local
/external/libchrome/base/containers/
Dvector_buffer_unittest.cc44 VectorBuffer<int> original(size); in TEST() local
57 VectorBuffer<MoveOnlyInt> original(size); in TEST() local
74 VectorBuffer<CopyOnlyInt> original(size); in TEST() local
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DMethodCallSite.java10 private final MethodHandle original; field in MethodCallSite
13 public MethodCallSite(Class<?> theClass, MethodType type, String name, MethodHandle original, in MethodCallSite()
/external/swiftshader/third_party/LLVM/lib/Support/
DAtomic.cpp96 sys::cas_flag original, result; in AtomicMul() local
106 sys::cas_flag original, result; in AtomicDiv() local
/external/deqp-deps/SPIRV-Tools/source/util/
Dbit_vector.h48 BitContainer original = bits_[element_index]; in Set() local
68 BitContainer original = bits_[element_index]; in Clear() local
/external/swiftshader/third_party/SPIRV-Tools/source/util/
Dbit_vector.h48 BitContainer original = bits_[element_index]; in Set() local
68 BitContainer original = bits_[element_index]; in Clear() local
/external/guice/core/src/com/google/inject/
DTypeLiteral.java171 TypeVariable original = (TypeVariable) toResolve; in resolveType() local
178 GenericArrayType original = (GenericArrayType) toResolve; in resolveType() local
184 ParameterizedType original = (ParameterizedType) toResolve; in resolveType() local
206 WildcardType original = (WildcardType) toResolve; in resolveType() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/direct/
DMultiDirectional.java70 final RealPointValuePair[] original = simplex; in iterateSimplex() local
118 private RealPointValuePair evaluateNewSimplex(final RealPointValuePair[] original, in evaluateNewSimplex()
/external/deqp-deps/SPIRV-Tools/test/reduce/
Dremove_opname_instruction_reduction_pass_test.cpp69 const std::string original = prologue + R"( in TEST() local
118 const std::string original = prologue + R"( in TEST() local
181 const std::string original = prologue + R"( in TEST() local
/external/swiftshader/third_party/SPIRV-Tools/test/reduce/
Dremove_opname_instruction_reduction_pass_test.cpp69 const std::string original = prologue + R"( in TEST() local
118 const std::string original = prologue + R"( in TEST() local
181 const std::string original = prologue + R"( in TEST() local

12345678910>>...16