/third_party/boost/libs/tokenizer/test/ |
D | examples.cpp | 27 std::string answer[] = { "Hello", "world", "foo", "bar", "yow", "baz" }; in test_main() local 35 std::string answer[] = { "", "", "Hello", "|", "world", "|", "", "|", "", in test_main() local 44 std::string answer[] = {"This","is","a","test"}; in test_main() local 52 std::string answer[] = {"Field 1","embedded,comma","quote \""," escape \\"}; in test_main() local 60 std::string answer[] = {"","1","","2\"","3;","4","5\\","6,7",""}; in test_main() local 69 std::string answer[] = {"12","25","2001"}; in test_main() local 80 std::string answer[] = {"This","is","a","test"}; in test_main() local 90 std::string answer[] = {"Field 1","embedded,comma","quote \""," escape \\"}; in test_main() local 108 std::string answer[] = {"12","25","2001"}; in test_main() local 143 std::string answer[] = {"how",",","are you",","," doing"}; in test_main() local
|
/third_party/boost/libs/thread/test/ |
D | test_9303.cpp | 68 int answer = f.get(); in main() local 80 std::string answer = f.get(); in main() local 95 std::string answer = f.get(); in main() local 115 std::string answer = f.get(); in main() local 129 std::string answer = f.get(); in main() local 146 std::string answer = f.get(); in main() local 171 std::string answer = f.get(); in main() local
|
/third_party/typescript/tests/baselines/reference/ |
D | jsxJsxsCjsTransformKeyPropCustomImportPragma(jsx=react-jsx).js | 6 const props = { answer: 42 } property 16 const props2 = { answer: 42 } property 41 var props = { answer: 42 }; property 63 var props2 = { answer: 42 }; property
|
D | jsxJsxsCjsTransformKeyPropCustomImportPragma(jsx=react-jsxdev).js | 6 const props = { answer: 42 } property 16 const props2 = { answer: 42 } property 42 var props = { answer: 42 }; property 65 var props2 = { answer: 42 }; property
|
D | jsxJsxsCjsTransformKeyPropCustomImport(jsx=react-jsx).js | 3 const props = { answer: 42 } property 27 var props = { answer: 42 }; property
|
D | jsxJsxsCjsTransformKeyProp(jsx=react-jsx).js | 3 const props = { answer: 42 } property 27 var props = { answer: 42 }; property
|
D | jsxJsxsCjsTransformKeyPropCustomImport(jsx=react-jsxdev).js | 3 const props = { answer: 42 } property 28 var props = { answer: 42 }; property
|
D | jsxJsxsCjsTransformKeyProp(jsx=react-jsxdev).js | 3 const props = { answer: 42 } property 28 var props = { answer: 42 }; property
|
D | exportAssignTypes.js | 20 var x = { answer: 42, when: 1776}; property 74 var x = { answer: 42, when: 1776 }; property
|
/third_party/boost/libs/mpl/test/ |
D | remove_if.cpp | 31 typedef list5_c<int,4,3,2,1,0>::type answer; in MPL_TEST_CASE() typedef 45 typedef list4<int,long,char,long>::type answer; in MPL_TEST_CASE() typedef
|
D | remove.cpp | 26 typedef vector3<int,char,double> answer; in MPL_TEST_CASE() typedef
|
D | replace_if.cpp | 31 typedef list8_c<int,1,4,0,2,0,0,3,0>::type answer; in MPL_TEST_CASE() typedef
|
D | unique.cpp | 27 typedef list<int,float,char,int,double>::type answer; in MPL_TEST_CASE() typedef
|
D | reverse.cpp | 29 typedef range_c<int,0,10> answer; in MPL_TEST_CASE() typedef
|
/third_party/flutter/skia/tests/ |
D | GlyphRunTest.cpp | 32 uint16_t answer[] = {0, 1, 2, 1, 3}; in DEF_TEST() local 38 SkGlyphID answer[] = {100, 3, 240, 234}; in DEF_TEST() local
|
/third_party/boost/libs/multiprecision/test/ |
D | test_convert_from_gmp_rational.cpp | 85 typename component_type<From>::type answer = numerator(from) / denominator(from); in test_convert_neg_val() local 104 typename component_type<From>::type answer = numerator(from) / denominator(from); in test_convert_imp() local 117 To answer = To(numerator(from)) / To(denominator(from)); in test_convert_neg_float_val() local 136 To answer = To(numerator(from)) / To(denominator(from)); in test_convert_imp() local
|
D | test_convert_from_cpp_rational.cpp | 85 typename component_type<From>::type answer = numerator(from) / denominator(from); in test_convert_neg_val() local 104 typename component_type<From>::type answer = numerator(from) / denominator(from); in test_convert_imp() local 117 To answer = To(numerator(from)) / To(denominator(from)); in test_convert_neg_float_val() local 136 To answer = To(numerator(from)) / To(denominator(from)); in test_convert_imp() local
|
D | test_convert_from_tom_rational.cpp | 85 typename component_type<From>::type answer = numerator(from) / denominator(from); in test_convert_neg_val() local 104 typename component_type<From>::type answer = numerator(from) / denominator(from); in test_convert_imp() local 117 To answer = To(numerator(from)) / To(denominator(from)); in test_convert_neg_float_val() local 136 To answer = To(numerator(from)) / To(denominator(from)); in test_convert_imp() local
|
/third_party/typescript/tests/cases/conformance/externalModules/ |
D | importNonExternalModule.ts | 4 export var answer = 42; variable
|
D | exportAssignmentTopLevelIdentifier.ts | 4 export var answer = 42; variable
|
D | exportAssignmentTopLevelFundule.ts | 7 export var answer = 42; variable
|
D | exportAssignmentTopLevelClodule.ts | 7 export var answer = 42; variable
|
/third_party/typescript_eslint/packages/shared-fixtures/fixtures/typescript/basics/ |
D | global-this.src.ts | 9 let answer = 42; variable
|
/third_party/skia/experimental/lowp-basic/ |
D | lerp-study.cpp | 47 Q15 answer = simulate_neon_vqrdmulhq_s16(qt, qb - qa) + qa; in saturating_lerp() local 58 Q15 answer = simulate_ssse3_mm_mulhrs_epi16(qt, qb - qa) + qa; in ssse3_lerp() local 79 Q15 answer = simulate_ssse3_mm_mulhrs_epi16(qt, qw) + qm; in balanced_lerp() local
|
/third_party/typescript/tests/cases/conformance/jsdoc/ |
D | jsdocTemplateConstructorFunction2.ts | 28 let answer = z.add(3, { nested: 4 }) variable
|