Home
last modified time | relevance | path

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

12345678910>>...12

/third_party/json/test/src/
Dunit-merge_patch.cpp113 json original = R"({"a":"b"})"_json; variable
123 json original = R"({"a":"b"})"_json; variable
133 json original = R"({"a":"b"})"_json; variable
143 json original = R"({"a":"b","b":"c"})"_json; variable
153 json original = R"({"a":["b"]})"_json; variable
163 json original = R"({"a":"c"})"_json; variable
173 json original = R"({"a":{"b": "c"}})"_json; variable
183 json original = R"({"a":[{"b":"c"}]})"_json; variable
193 json original = R"(["a","b"])"_json; variable
203 json original = R"({"a":"b"})"_json; variable
[all …]
/third_party/protobuf/js/binary/
Dutils_test.js512 {original: stringToHiLoPair('0'), zigzag: stringToHiLoPair('0')}, property
513 {original: stringToHiLoPair('-1'), zigzag: stringToHiLoPair('1')}, property
514 {original: stringToHiLoPair('1'), zigzag: stringToHiLoPair('2')}, property
515 {original: stringToHiLoPair('-2'), zigzag: stringToHiLoPair('3')}, property
517 original: stringToHiLoPair('2147483647'), property
521 original: stringToHiLoPair('-2147483648'), property
526 original: stringToHiLoPair('9223372036854775807'), property
530 original: stringToHiLoPair('-9223372036854775808'), property
Ddecoder_test.js309 {original: '0', zigzag: '0'}, property
310 {original: '-1', zigzag: '1'}, property
311 {original: '1', zigzag: '2'}, property
312 {original: '-2', zigzag: '3'}, property
313 {original: '2147483647', zigzag: '4294967294'}, property
314 {original: '-2147483648', zigzag: '4294967295'}, property
316 {original: '9223372036854775807', zigzag: '18446744073709551614'}, property
317 {original: '-9223372036854775808', zigzag: '18446744073709551615'}, property
Dwriter_test.js216 {original: '0', zigzag: '0'}, property
217 {original: '-1', zigzag: '1'}, property
218 {original: '1', zigzag: '2'}, property
219 {original: '-2', zigzag: '3'}, property
220 {original: '2147483647', zigzag: '4294967294'}, property
221 {original: '-2147483648', zigzag: '4294967295'}, property
223 {original: '9223372036854775807', zigzag: '18446744073709551614'}, property
224 {original: '-9223372036854775808', zigzag: '18446744073709551615'}, property
/third_party/flutter/skia/third_party/externals/angle2/src/tests/compiler_tests/
DIntermNode_test.cpp79 void checkTypeEqualWithQualifiers(const TType &original, const TType &copy) in checkTypeEqualWithQualifiers()
90 TIntermSymbol *original = aOriginal->getAsSymbolNode(); in checkSymbolCopy() local
149 TIntermSymbol *original = new TIntermSymbol(variable); in TEST_F() local
163 TIntermConstantUnion *original = new TIntermConstantUnion(constValue, type); in TEST_F() local
180 TIntermBinary *original = new TIntermBinary(EOpAdd, createTestSymbol(), createTestSymbol()); in TEST_F() local
199 TIntermUnary *original = new TIntermUnary(EOpPreIncrement, createTestSymbol(), nullptr); in TEST_F() local
223 TIntermAggregate *original = TIntermAggregate::CreateFunctionCall(*testFunc, originalSeq); in TEST_F() local
249 TIntermTernary *original = new TIntermTernary(createTestSymbol(TType(EbtBool, EbpUndefined)), in TEST_F() local
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DIntermNode_test.cpp79 void checkTypeEqualWithQualifiers(const TType &original, const TType &copy) in checkTypeEqualWithQualifiers()
90 TIntermSymbol *original = aOriginal->getAsSymbolNode(); in checkSymbolCopy() local
149 TIntermSymbol *original = new TIntermSymbol(variable); in TEST_F() local
163 TIntermConstantUnion *original = new TIntermConstantUnion(constValue, type); in TEST_F() local
180 TIntermBinary *original = new TIntermBinary(EOpAdd, createTestSymbol(), createTestSymbol()); in TEST_F() local
199 TIntermUnary *original = new TIntermUnary(EOpPreIncrement, createTestSymbol(), nullptr); in TEST_F() local
223 TIntermAggregate *original = TIntermAggregate::CreateFunctionCall(*testFunc, originalSeq); in TEST_F() local
249 TIntermTernary *original = new TIntermTernary(createTestSymbol(TType(EbtBool, EbpUndefined)), in TEST_F() local
/third_party/flutter/skia/third_party/externals/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
/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
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DRefCountedTests.cpp116 RCTest* original = new RCTest; in TEST() local
135 RCTest* original = new RCTest(&deleted); in TEST() local
160 RCTest* original = new RCTest(&deleted); in TEST() local
182 RCTest* original = new RCTest(&deleted); in TEST() local
204 RCTest* original = new RCTest(&deleted); in TEST() local
228 RCTest* original = new RCTest(&deleted); in TEST() local
280 RCTest* original = new RCTest(&deleted); in TEST() local
329 RCTestDerived* original = new RCTestDerived(&deleted); in TEST() local
352 RCTestDerived* original = new RCTestDerived(&deleted); in TEST() local
374 RCTestDerived* original = new RCTestDerived(&deleted); in TEST() local
[all …]
/third_party/skia/third_party/externals/tint/src/
Dclone_context_test.cc112 Program original(std::move(builder)); in TEST_F() local
171 Program original(std::move(builder)); in TEST_F() local
268 Program original(std::move(builder)); in TEST_F() local
301 Program original(std::move(builder)); in TEST_F() local
322 Program original(std::move(builder)); in TEST_F() local
354 Program original(std::move(builder)); in TEST_F() local
388 Program original(std::move(builder)); in TEST_F() local
414 Program original(std::move(builder)); in TEST_F() local
442 Program original(std::move(builder)); in TEST_F() local
466 Program original(std::move(builder)); in TEST_F() local
[all …]
/third_party/node/deps/npm/node_modules/yargs/lib/
Dobj-filter.js2 module.exports = function objFilter (original, filter) { argument
/third_party/spirv-tools/test/opt/
Dpass_fixture.h62 Pass* pass, const std::string& original, bool skip_nop) { in OptimizeToBinary()
131 void SinglePassRunAndCheck(const std::string& original, in SinglePassRunAndCheck()
167 void SinglePassRunAndCheck(const std::string& original, in SinglePassRunAndCheck()
183 const std::string& original, bool do_validation, Args&&... args) { in SinglePassRunAndMatch()
201 void SinglePassRunAndFail(const std::string& original, Args&&... args) { in SinglePassRunAndFail()
236 void RunAndCheck(const std::string& original, const std::string& expected) { in RunAndCheck()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dpass_fixture.h62 Pass* pass, const std::string& original, bool skip_nop) { in OptimizeToBinary()
131 void SinglePassRunAndCheck(const std::string& original, in SinglePassRunAndCheck()
167 void SinglePassRunAndCheck(const std::string& original, in SinglePassRunAndCheck()
183 const std::string& original, bool do_validation, Args&&... args) { in SinglePassRunAndMatch()
201 void SinglePassRunAndFail(const std::string& original, Args&&... args) { in SinglePassRunAndFail()
236 void RunAndCheck(const std::string& original, const std::string& expected) { in RunAndCheck()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dpass_fixture.h62 Pass* pass, const std::string& original, bool skip_nop) { in OptimizeToBinary()
131 void SinglePassRunAndCheck(const std::string& original, in SinglePassRunAndCheck()
167 void SinglePassRunAndCheck(const std::string& original, in SinglePassRunAndCheck()
183 const std::string& original, bool do_validation, Args&&... args) { in SinglePassRunAndMatch()
201 void SinglePassRunAndFail(const std::string& original, Args&&... args) { in SinglePassRunAndFail()
236 void RunAndCheck(const std::string& original, const std::string& expected) { in RunAndCheck()
/third_party/flutter/skia/third_party/externals/spirv-tools/test/opt/
Dpass_fixture.h54 opt::Pass* pass, const std::string& original, bool skip_nop) { in OptimizeToBinary()
106 void SinglePassRunAndCheck(const std::string& original, in SinglePassRunAndCheck()
143 void SinglePassRunAndCheck(const std::string& original, in SinglePassRunAndCheck()
166 void RunAndCheck(const std::string& original, const std::string& expected) { in RunAndCheck()
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/
DRefCountedTests.cpp106 RCTest* original = new RCTest; in TEST() local
138 RCTest* original = new RCTest(&deleted); in TEST() local
156 RCTest* original = new RCTest(&deleted); in TEST() local
178 RCTest* original = new RCTest(&deleted); in TEST() local
195 RCTest* original = new RCTest(&deleted); in TEST() local
/third_party/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
/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
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/spirv-tools/source/util/
Dbit_vector.h48 BitContainer original = bits_[element_index]; in Set() local
68 BitContainer original = bits_[element_index]; in Clear() local
/third_party/rust/crates/cxx/gen/build/src/
Dout.rs33 let original = original.as_ref(); in symlink_file() localVariable
67 let original = original.as_ref(); in symlink_dir() localVariable
/third_party/node/deps/npm/node_modules/retry/lib/
Dretry.js79 obj[method] = function retryWrapper(original) { argument
/third_party/node/lib/internal/per_context/
Dprimordials.js206 const original = global[name]; constant
219 const original = global[name]; constant
236 ].forEach(({ name, original }) => { field

12345678910>>...12