/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | amd_ext_to_khr.cpp | 114 ; CHECK-NEXT: [[result:%\w+]] = OpBitCount %uint [[and]] in TEST_F() 159 ; CHECK-NEXT: [[result:%\w+]] = OpSelect [[type]] [[is_active]] [[shuffle]] [[null]] in TEST_F() 210 ; CHECK-NEXT: [[result:%\w+]] = OpSelect [[type]] [[is_active]] [[shuffle]] [[null]] in TEST_F() 249 ; CHECK-NEXT: [[result:%\w+]] = OpSelect %uint [[cmp]] [[write_val]] [[input_val]] in TEST_F() 285 ; CHECK-NEXT: [[result:%\w+]] = OpExtInst [[type]] [[ext]] FMin [[temp]] [[z]] in TEST_F() 323 ; CHECK-NEXT: [[result:%\w+]] = OpExtInst [[type]] [[ext]] SMin [[temp]] [[z]] in TEST_F() 362 ; CHECK-NEXT: [[result:%\w+]] = OpExtInst [[type]] [[ext]] UMin [[temp]] [[z]] in TEST_F() 401 ; CHECK-NEXT: [[result:%\w+]] = OpExtInst [[type]] [[ext]] FMax [[temp]] [[z]] in TEST_F() 439 ; CHECK-NEXT: [[result:%\w+]] = OpExtInst [[type]] [[ext]] SMax [[temp]] [[z]] in TEST_F() 478 ; CHECK-NEXT: [[result in TEST_F() 875 auto result = SinglePassRunAndDisassemble<AmdExtensionToKhrPass>( TEST_F() local 907 auto result = SinglePassRunAndDisassemble<AmdExtensionToKhrPass>( TEST_F() local [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | transformation_add_bit_instruction_synonym.cpp | 164 protobufs::Transformation result; in ToMessage() local 165 *result.mutable_add_bit_instruction_synonym() = message_; in ToMessage() 166 return result; in ToMessage() 208 // insert the result bits. in AddOpBitwiseOrOpNotSynonym() 246 // first two bits of the result. in AddOpBitwiseOrOpNotSynonym() 276 // the new result id we would make it synonymous with is not irrelevant. (It in AddOpBitwiseOrOpNotSynonym() 292 std::unordered_set<uint32_t> result; in GetFreshIds() local 294 result.insert(id); in GetFreshIds() 296 return result; in GetFreshIds()
|
H A D | transformation_inline_function.cpp | 80 // |result_id_map| must have an entry for every result id in the called in IsApplicable() 83 // If |instruction| has result id, then it must have a mapped id in in IsApplicable() 117 // If there are gaps in the result id map, fill them using overflow ids. in Apply() 126 // If |instruction| has result id, then it must have a mapped id in in Apply() 227 protobufs::Transformation result; in ToMessage() local 228 *result.mutable_inline_function() = message_; in ToMessage() 229 return result; in ToMessage() 278 // Replaces the operand ids with their mapped result ids. in AdaptInlinedInstruction() 315 // If |instruction_to_be_inlined| has result id, then set it to its mapped in AdaptInlinedInstruction() 356 std::unordered_set<uint32_t> result; in GetFreshIds() local [all...] |
H A D | transformation_propagate_instruction_up.cpp | 130 "|inst| must have a result id and a type id"); in Apply() 208 protobufs::Transformation result; in ToMessage() local 209 *result.mutable_propagate_instruction_up() = message_; in ToMessage() 210 return result; in ToMessage() 409 std::unordered_set<uint32_t> result; 411 result.insert(pair.second()); 413 return result;
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | basic_block.cpp | 54 const Instruction* result = nullptr; in GetMergeInst() local 62 result = &*iter; in GetMergeInst() 65 return result; in GetMergeInst() 69 Instruction* result = nullptr; in GetMergeInst() local 77 result = &*iter; in GetMergeInst() 80 return result; in GetMergeInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_add_bit_instruction_synonym.cpp | 164 protobufs::Transformation result; in ToMessage() local 165 *result.mutable_add_bit_instruction_synonym() = message_; in ToMessage() 166 return result; in ToMessage() 208 // insert the result bits. in AddOpBitwiseOrOpNotSynonym() 246 // first two bits of the result. in AddOpBitwiseOrOpNotSynonym() 276 // the new result id we would make it synonymous with is not irrelevant. (It in AddOpBitwiseOrOpNotSynonym() 292 std::unordered_set<uint32_t> result; in GetFreshIds() local 294 result.insert(id); in GetFreshIds() 296 return result; in GetFreshIds()
|
H A D | transformation_inline_function.cpp | 80 // |result_id_map| must have an entry for every result id in the called in IsApplicable() 83 // If |instruction| has result id, then it must have a mapped id in in IsApplicable() 117 // If there are gaps in the result id map, fill them using overflow ids. in Apply() 126 // If |instruction| has result id, then it must have a mapped id in in Apply() 227 protobufs::Transformation result; in ToMessage() local 228 *result.mutable_inline_function() = message_; in ToMessage() 229 return result; in ToMessage() 278 // Replaces the operand ids with their mapped result ids. in AdaptInlinedInstruction() 315 // If |instruction_to_be_inlined| has result id, then set it to its mapped in AdaptInlinedInstruction() 356 std::unordered_set<uint32_t> result; in GetFreshIds() local [all...] |
H A D | transformation_propagate_instruction_up.cpp | 130 "|inst| must have a result id and a type id"); in Apply() 208 protobufs::Transformation result; in ToMessage() local 209 *result.mutable_propagate_instruction_up() = message_; in ToMessage() 210 return result; in ToMessage() 409 std::unordered_set<uint32_t> result; 411 result.insert(pair.second()); 413 return result;
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | basic_block.cpp | 54 const Instruction* result = nullptr; in GetMergeInst() local 62 result = &*iter; in GetMergeInst() 65 return result; in GetMergeInst() 69 Instruction* result = nullptr; in GetMergeInst() local 77 result = &*iter; in GetMergeInst() 80 return result; in GetMergeInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | amd_ext_to_khr.cpp | 114 ; CHECK-NEXT: [[result:%\w+]] = OpBitCount %uint [[and]] in TEST_F() 159 ; CHECK-NEXT: [[result:%\w+]] = OpSelect [[type]] [[is_active]] [[shuffle]] [[null]] in TEST_F() 210 ; CHECK-NEXT: [[result:%\w+]] = OpSelect [[type]] [[is_active]] [[shuffle]] [[null]] in TEST_F() 249 ; CHECK-NEXT: [[result:%\w+]] = OpSelect %uint [[cmp]] [[write_val]] [[input_val]] in TEST_F() 285 ; CHECK-NEXT: [[result:%\w+]] = OpExtInst [[type]] [[ext]] FMin [[temp]] [[z]] in TEST_F() 323 ; CHECK-NEXT: [[result:%\w+]] = OpExtInst [[type]] [[ext]] SMin [[temp]] [[z]] in TEST_F() 362 ; CHECK-NEXT: [[result:%\w+]] = OpExtInst [[type]] [[ext]] UMin [[temp]] [[z]] in TEST_F() 401 ; CHECK-NEXT: [[result:%\w+]] = OpExtInst [[type]] [[ext]] FMax [[temp]] [[z]] in TEST_F() 439 ; CHECK-NEXT: [[result:%\w+]] = OpExtInst [[type]] [[ext]] SMax [[temp]] [[z]] in TEST_F() 478 ; CHECK-NEXT: [[result in TEST_F() 875 auto result = SinglePassRunAndDisassemble<AmdExtensionToKhrPass>( TEST_F() local 907 auto result = SinglePassRunAndDisassemble<AmdExtensionToKhrPass>( TEST_F() local [all...] |
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | picture_psnr_enc.c | 135 int type, float* distortion, float* result) { in WebPPlaneDistortion() 142 result == NULL || distortion == NULL) { in WebPPlaneDistortion() 168 *result = (type == 1) ? (float)GetLogSSIM(*distortion, (double)width * height) in WebPPlaneDistortion() 232 int type, float* distortion, float* result) { in WebPPlaneDistortion() 241 if (distortion == NULL || result == NULL) return 0; in WebPPlaneDistortion() 243 *result = 0.f; in WebPPlaneDistortion() 132 WebPPlaneDistortion(const uint8_t* src, size_t src_stride, const uint8_t* ref, size_t ref_stride, int width, int height, size_t x_step, int type, float* distortion, float* result) WebPPlaneDistortion() argument 229 WebPPlaneDistortion(const uint8_t* src, size_t src_stride, const uint8_t* ref, size_t ref_stride, int width, int height, size_t x_step, int type, float* distortion, float* result) WebPPlaneDistortion() argument
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | scientificnumberformatter.cpp | 42 UnicodeString &result, in copyAsSuperscript() 54 result.append(kSuperscriptDigits[digit]); in copyAsSuperscript() 106 ScientificNumberFormatter *result = in createInstance() local 111 if (result == NULL) { in createInstance() 118 delete result; in createInstance() 121 return result; in createInstance() 38 copyAsSuperscript( const UnicodeString &s, int32_t beginIndex, int32_t endIndex, UnicodeString &result, UErrorCode &status) copyAsSuperscript() argument
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsCommon.cpp | 74 SkOpSpan* result = contour->undoneSpan(); in FindUndone() local 75 if (result) { in FindUndone() 76 return result; in FindUndone() 194 bool result = false; in DEBUG_COIN_DECLARE_PARAMS() local 196 result |= contour->missingCoincidence(); in DEBUG_COIN_DECLARE_PARAMS() 198 return result; in DEBUG_COIN_DECLARE_PARAMS()
|
H A D | SkPathOpsCubic.h | 165 SkDCubic result; in first() local 166 result.debugSet(&pts[0]); in first() 167 return result; in first() 174 SkDCubic result; in second() local 175 result.debugSet(&pts[3]); in second() 176 return result; in second()
|
/third_party/skia/src/sksl/ir/ |
H A D | SkSLSwitchStatement.cpp | 38 String result; in description() local 40 result += "@"; in description() 42 result += String::printf("switch (%s) {\n", this->value()->description().c_str()); in description() 44 result += c->description(); in description() 46 result += "}"; in description() 47 return result; in description()
|
/third_party/skia/third_party/externals/angle2/util/windows/ |
H A D | test_utils_win.cpp | 291 DWORD result = ::WaitForSingleObject(mProcessInfo.hProcess, INFINITE); variable 293 return result == WAIT_OBJECT_0; 312 DWORD result = ::WaitForSingleObject(mProcessInfo.hProcess, 0); variable 313 if (result == WAIT_OBJECT_0) 318 if (result == WAIT_TIMEOUT) 322 std::cerr << "Unexpected result from WaitForSingleObject: " << result
|
/third_party/skia/third_party/externals/dawn/src/common/ |
H A D | TypedInteger.h | 200 auto result = AddImpl(*this, rhs); in operator +() local 201 static_assert(std::is_same<T, decltype(result)>::value, "Use ityp::Add instead."); in operator +() 202 return TypedIntegerImpl(result); in operator +() 206 auto result = SubImpl(*this, rhs); in operator -() local 207 static_assert(std::is_same<T, decltype(result)>::value, "Use ityp::Sub instead."); in operator -() 208 return TypedIntegerImpl(result); in operator -()
|
/third_party/typescript/tests/baselines/reference/tsc/declarationEmit/ |
H A D | when-same-version-is-referenced-through-source-and-another-symlinked-package-moduleCaseChange.js | 105 File '/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/index.d.ts' exist - use it as a name resolution result. 106 Resolving real path for '/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/index.d.ts', result '/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/index.d.ts'. 119 File '/user/username/projects/myproject/plugin-one/node_modules/plugin-two/index.d.ts' exist - use it as a name resolution result. 120 Resolving real path for '/user/username/projects/myproject/plugin-one/node_modules/plugin-two/index.d.ts', result '/user/username/projects/myProject/plugin-two/index.d.ts'. 137 File '/user/username/projects/myProject/plugin-two/node_modules/typescript-fsa/index.d.ts' exist - use it as a name resolution result. 138 Resolving real path for '/user/username/projects/myProject/plugin-two/node_modules/typescript-fsa/index.d.ts', result '/user/username/projects/myProject/plugin-two/node_modules/typescript-fsa/index.d.ts'.
|
H A D | when-same-version-is-referenced-through-source-and-another-symlinked-package-with-indirect-link-moduleCaseChange.js | 115 File '/user/username/projects/myproject/plugin-one/node_modules/plugin-two/dist/commonjs/index.d.ts' exist - use it as a name resolution result. 116 Resolving real path for '/user/username/projects/myproject/plugin-one/node_modules/plugin-two/dist/commonjs/index.d.ts', result '/user/username/projects/myProject/plugin-two/dist/commonjs/index.d.ts'. 133 File '/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/index.d.ts' exist - use it as a name resolution result. 134 Resolving real path for '/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/index.d.ts', result '/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/index.d.ts'. 153 File '/user/username/projects/myProject/plugin-two/node_modules/typescript-fsa/index.d.ts' exist - use it as a name resolution result. 154 Resolving real path for '/user/username/projects/myProject/plugin-two/node_modules/typescript-fsa/index.d.ts', result '/user/username/projects/myProject/plugin-two/node_modules/typescript-fsa/index.d.ts'.
|
H A D | when-same-version-is-referenced-through-source-and-another-symlinked-package-with-indirect-link.js | 115 File '/user/username/projects/myproject/plugin-one/node_modules/plugin-two/dist/commonjs/index.d.ts' exist - use it as a name resolution result. 116 Resolving real path for '/user/username/projects/myproject/plugin-one/node_modules/plugin-two/dist/commonjs/index.d.ts', result '/user/username/projects/myproject/plugin-two/dist/commonjs/index.d.ts'. 133 File '/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/index.d.ts' exist - use it as a name resolution result. 134 Resolving real path for '/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/index.d.ts', result '/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/index.d.ts'. 153 File '/user/username/projects/myproject/plugin-two/node_modules/typescript-fsa/index.d.ts' exist - use it as a name resolution result. 154 Resolving real path for '/user/username/projects/myproject/plugin-two/node_modules/typescript-fsa/index.d.ts', result '/user/username/projects/myproject/plugin-two/node_modules/typescript-fsa/index.d.ts'.
|
H A D | when-same-version-is-referenced-through-source-and-another-symlinked-package.js | 105 File '/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/index.d.ts' exist - use it as a name resolution result. 106 Resolving real path for '/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/index.d.ts', result '/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/index.d.ts'. 119 File '/user/username/projects/myproject/plugin-one/node_modules/plugin-two/index.d.ts' exist - use it as a name resolution result. 120 Resolving real path for '/user/username/projects/myproject/plugin-one/node_modules/plugin-two/index.d.ts', result '/user/username/projects/myproject/plugin-two/index.d.ts'. 137 File '/user/username/projects/myproject/plugin-two/node_modules/typescript-fsa/index.d.ts' exist - use it as a name resolution result. 138 Resolving real path for '/user/username/projects/myproject/plugin-two/node_modules/typescript-fsa/index.d.ts', result '/user/username/projects/myproject/plugin-two/node_modules/typescript-fsa/index.d.ts'.
|
/third_party/vixl/tools/test_generator/ |
H A D | generator.py | 240 result = [ 246 return result 250 return random.sample(result, self.operand_limit) 282 result = [ 288 return result 292 return random.sample(result, self.input_limit)
|
/third_party/typescript/tests/baselines/reference/ |
H A D | inferFromGenericFunctionReturnTypes2.js | 64 const result = new SetOf<A>(); 66 if (predicate(x)) result.add(x); 68 return result; 142 var result = new SetOf();
145 result.add(x);
147 return result;
|
H A D | literalTypes2.js | 171 let result = a.slice(); 172 result.push(x); 173 return result; 343 var result = a.slice();
344 result.push(x);
345 return result;
|
/third_party/protobuf/src/google/protobuf/util/ |
H A D | json_util.cc | 249 util::Status result = in MessageToJsonString() local 255 return result; in MessageToJsonString() 266 util::Status result = JsonToBinaryString(resolver, GetTypeUrl(*message), in JsonStringToMessage() local 268 if (result.ok() && !message->ParseFromString(binary)) { in JsonStringToMessage() 269 result = in JsonStringToMessage() 276 return result; in JsonStringToMessage()
|