/third_party/skia/src/gpu/ |
D | GrTTopoSort.h | 42 bool succeeded = true; in GrTTopoSort_Visit() local 52 succeeded = false; in GrTTopoSort_Visit() 60 return succeeded; in GrTTopoSort_Visit() 92 bool succeeded = true; in GrTTopoSort() local 103 succeeded = false; in GrTTopoSort() 121 return succeeded; in GrTTopoSort()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | fold_test.cpp | 86 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local 89 EXPECT_TRUE(succeeded); in TEST_P() 787 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local 790 EXPECT_EQ(succeeded, inst == nullptr || inst->opcode() != original_opcode); in TEST_P() 791 if (succeeded && inst != nullptr) { in TEST_P() 878 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local 881 EXPECT_TRUE(succeeded); in TEST_P() 882 if (succeeded && inst != nullptr) { in TEST_P() 931 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local 934 EXPECT_EQ(succeeded, inst == nullptr || inst->opcode() != original_opcode); in TEST_P() [all …]
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
D | fold_test.cpp | 86 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local 89 EXPECT_TRUE(succeeded); in TEST_P() 785 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local 788 EXPECT_EQ(succeeded, inst == nullptr || inst->opcode() != original_opcode); in TEST_P() 789 if (succeeded && inst != nullptr) { in TEST_P() 876 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local 879 EXPECT_TRUE(succeeded); in TEST_P() 880 if (succeeded && inst != nullptr) { in TEST_P() 929 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local 932 EXPECT_EQ(succeeded, inst == nullptr || inst->opcode() != original_opcode); in TEST_P() [all …]
|
/third_party/python/Tools/peg_generator/scripts/ |
D | find_max_nesting.py | 44 succeeded = True 45 while succeeded: 47 if succeeded: 48 succeeded = check_nested_expr(nesting_depth)
|
D | test_parse_directory.py | 44 succeeded: bool, 50 if short and succeeded: 53 if succeeded is True: 123 report_status(succeeded=True, file=file, verbose=verbose, short=short) 125 report_status(succeeded=False, file=file, verbose=verbose, error=error, short=short)
|
/third_party/protobuf/src/google/protobuf/compiler/ |
D | code_generator.cc | 55 bool succeeded = true; in GenerateAll() local 58 succeeded = Generate(file, parameter, generator_context, error); in GenerateAll() 59 if (!succeeded && error && error->empty()) { in GenerateAll() 68 if (!succeeded) { in GenerateAll() 72 return succeeded; in GenerateAll()
|
D | plugin.cc | 132 bool succeeded = generator.GenerateAll(parsed_files, request.parameter(), in GenerateCode() local 137 if (!succeeded && error.empty()) { in GenerateCode()
|
/third_party/spirv-tools/test/opt/ |
D | fold_test.cpp | 86 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local 89 EXPECT_TRUE(succeeded); in TEST_P() 900 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local 903 EXPECT_EQ(succeeded, inst == nullptr || inst->opcode() != original_opcode); in TEST_P() 904 if (succeeded && inst != nullptr) { in TEST_P() 991 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local 994 EXPECT_TRUE(succeeded); in TEST_P() 995 if (succeeded && inst != nullptr) { in TEST_P() 1098 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local 1101 EXPECT_EQ(succeeded, inst == nullptr || inst->opcode() != original_opcode); in TEST_P() [all …]
|
/third_party/jsoncpp/devtools/ |
D | batchbuild.py | 76 succeeded = self._execute_build_subprocess(cmd, self.desc.env(), self.cmake_log_path) 77 print('done' if succeeded else 'FAILED') 78 return succeeded 85 succeeded = self._execute_build_subprocess(cmd, self.desc.env(), self.build_log_path) 86 print('done' if succeeded else 'FAILED') 87 return succeeded 93 succeeded = (process.returncode == 0) 97 return succeeded
|
/third_party/icu/vendor/double-conversion/upstream/test/cctest/ |
D | test-fast-dtoa.cc | 308 int succeeded = 0; in TEST() local 322 succeeded++; in TEST() 326 CHECK(succeeded*1.0/total > 0.99); in TEST() 337 int succeeded = 0; in TEST() local 351 succeeded++; in TEST() 355 CHECK(succeeded*1.0/total > 0.98); in TEST() 366 int succeeded = 0; in TEST() local 384 succeeded++; in TEST() 393 CHECK(succeeded*1.0/total > 0.85); in TEST()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/ |
D | 16-1.c | 44 int pid, succeeded = 0; in main() local 136 succeeded = *(int *)pa; in main() 140 if (succeeded == 0) { in main() 145 if (succeeded > 1) { in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/ |
D | io.h | 91 bool succeeded = WasFileCorrectlyRead<T>(fp, filename); in ReadBinaryFile() local 93 return succeeded; in ReadBinaryFile() 113 bool succeeded = WasFileCorrectlyRead<T>(fp, filename); in ReadTextFile() local 115 return succeeded; in ReadTextFile()
|
/third_party/skia/third_party/externals/spirv-tools/tools/ |
D | io.h | 91 bool succeeded = WasFileCorrectlyRead<T>(fp, filename); in ReadBinaryFile() local 93 return succeeded; in ReadBinaryFile() 113 bool succeeded = WasFileCorrectlyRead<T>(fp, filename); in ReadTextFile() local 115 return succeeded; in ReadTextFile()
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/ |
D | desktop.dart | 18 bool succeeded = true; 45 succeeded &= killResult.exitCode == 0; 49 succeeded = false; 51 return succeeded;
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkDeviceFeatures2.inl | 40 return tcu::TestStatus::pass("Querying succeeded"); 78 return tcu::TestStatus::pass("Querying succeeded"); 117 return tcu::TestStatus::pass("Querying succeeded"); 154 return tcu::TestStatus::pass("Querying succeeded"); 191 return tcu::TestStatus::pass("Querying succeeded"); 231 return tcu::TestStatus::pass("Querying succeeded"); 268 return tcu::TestStatus::pass("Querying succeeded"); 305 return tcu::TestStatus::pass("Querying succeeded"); 342 return tcu::TestStatus::pass("Querying succeeded"); 379 return tcu::TestStatus::pass("Querying succeeded"); [all …]
|
/third_party/spirv-tools/tools/ |
D | io.h | 97 bool succeeded = WasFileCorrectlyRead<T>(fp, filename); in ReadBinaryFile() local 99 return succeeded; in ReadBinaryFile() 119 bool succeeded = WasFileCorrectlyRead<T>(fp, filename); in ReadTextFile() local 121 return succeeded; in ReadTextFile()
|
/third_party/node/deps/npm/node_modules/es6-promise/lib/es6-promise/ |
D | -internal.js | 172 value, error, succeeded = true; 178 succeeded = false; 192 } else if (hasCallback && succeeded) { 194 } else if (succeeded === false) {
|
/third_party/flutter/flutter/dev/devicelab/lib/framework/ |
D | framework.dart | 178 : succeeded = true, 203 : succeeded = false, 207 /// Whether the task succeeded. 208 final bool succeeded; 227 bool get failed => !succeeded; 248 'success': succeeded, 251 if (succeeded) {
|
/third_party/typescript/tests/baselines/reference/ |
D | taggedTemplateStringsWithOverloadResolution1_ES6.errors.txt | 42 …TemplateStringsWithOverloadResolution1_ES6.ts:5:10: The call would have succeeded against this imp… 46 …TemplateStringsWithOverloadResolution1_ES6.ts:5:10: The call would have succeeded against this imp… 54 …TemplateStringsWithOverloadResolution1_ES6.ts:5:10: The call would have succeeded against this imp… 62 …TemplateStringsWithOverloadResolution1_ES6.ts:5:10: The call would have succeeded against this imp… 70 …TemplateStringsWithOverloadResolution1_ES6.ts:5:10: The call would have succeeded against this imp… 85 …TemplateStringsWithOverloadResolution1_ES6.ts:5:10: The call would have succeeded against this imp…
|
D | taggedTemplateStringsWithOverloadResolution1.errors.txt | 42 …ggedTemplateStringsWithOverloadResolution1.ts:5:10: The call would have succeeded against this imp… 46 …ggedTemplateStringsWithOverloadResolution1.ts:5:10: The call would have succeeded against this imp… 54 …ggedTemplateStringsWithOverloadResolution1.ts:5:10: The call would have succeeded against this imp… 62 …ggedTemplateStringsWithOverloadResolution1.ts:5:10: The call would have succeeded against this imp… 70 …ggedTemplateStringsWithOverloadResolution1.ts:5:10: The call would have succeeded against this imp… 85 …ggedTemplateStringsWithOverloadResolution1.ts:5:10: The call would have succeeded against this imp…
|
D | optionalBindingParametersInOverloads1.errors.txt | 16 …ring/optionalBindingParametersInOverloads1.ts:2:10: The call would have succeeded against this imp… 19 …ring/optionalBindingParametersInOverloads1.ts:2:10: The call would have succeeded against this imp…
|
D | optionalBindingParametersInOverloads2.errors.txt | 17 …ring/optionalBindingParametersInOverloads2.ts:2:10: The call would have succeeded against this imp… 21 …ring/optionalBindingParametersInOverloads2.ts:2:10: The call would have succeeded against this imp…
|
/third_party/node/doc/api/ |
D | n-api.md | 27 status indicates whether the API call succeeded or failed. 507 Returns `napi_ok` if the API succeeded. 532 Returns `napi_ok` if the API succeeded. 970 Returns `napi_ok` if the API succeeded. 1077 Returns `napi_ok` if the API succeeded. 1097 Returns `napi_ok` if the API succeeded. 1117 Returns `napi_ok` if the API succeeded. 1137 Returns `napi_ok` if the API succeeded. 1158 Returns `napi_ok` if the API succeeded. 1182 Returns `napi_ok` if the API succeeded. [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_windowswindow.c | 621 BOOL succeeded = FALSE; in WIN_SetWindowGammaRamp() local 625 succeeded = SetDeviceGammaRamp(hdc, (LPVOID)ramp); in WIN_SetWindowGammaRamp() 626 if (!succeeded) { in WIN_SetWindowGammaRamp() 631 return succeeded ? 0 : -1; in WIN_SetWindowGammaRamp() 640 BOOL succeeded = FALSE; in WIN_GetWindowGammaRamp() local 644 succeeded = GetDeviceGammaRamp(hdc, (LPVOID)ramp); in WIN_GetWindowGammaRamp() 645 if (!succeeded) { in WIN_GetWindowGammaRamp() 650 return succeeded ? 0 : -1; in WIN_GetWindowGammaRamp()
|
/third_party/jsoncpp/src/test_lib_json/ |
D | jsontest.cpp | 332 bool succeeded; in runCommandLine() local 334 succeeded = subrunner.runAllTest(subrunner.testCount() > 1); in runCommandLine() 336 succeeded = runAllTest(true); in runCommandLine() 338 return succeeded ? 0 : 1; in runCommandLine()
|