Home
last modified time | relevance | path

Searched defs:answer (Results 1 – 25 of 113) sorted by relevance

12345

/third_party/boost/libs/tokenizer/test/
Dexamples.cpp27 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/
Dtest_9303.cpp68 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/
DjsxJsxsCjsTransformKeyPropCustomImportPragma(jsx=react-jsx).js6 const props = { answer: 42 } property
16 const props2 = { answer: 42 } property
41 var props = { answer: 42 }; property
63 var props2 = { answer: 42 }; property
DjsxJsxsCjsTransformKeyPropCustomImportPragma(jsx=react-jsxdev).js6 const props = { answer: 42 } property
16 const props2 = { answer: 42 } property
42 var props = { answer: 42 }; property
65 var props2 = { answer: 42 }; property
DjsxJsxsCjsTransformKeyPropCustomImport(jsx=react-jsx).js3 const props = { answer: 42 } property
27 var props = { answer: 42 }; property
DjsxJsxsCjsTransformKeyProp(jsx=react-jsx).js3 const props = { answer: 42 } property
27 var props = { answer: 42 }; property
DjsxJsxsCjsTransformKeyPropCustomImport(jsx=react-jsxdev).js3 const props = { answer: 42 } property
28 var props = { answer: 42 }; property
DjsxJsxsCjsTransformKeyProp(jsx=react-jsxdev).js3 const props = { answer: 42 } property
28 var props = { answer: 42 }; property
DexportAssignTypes.js20 var x = { answer: 42, when: 1776}; property
74 var x = { answer: 42, when: 1776 }; property
/third_party/boost/libs/mpl/test/
Dremove_if.cpp31 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
Dremove.cpp26 typedef vector3<int,char,double> answer; in MPL_TEST_CASE() typedef
Dreplace_if.cpp31 typedef list8_c<int,1,4,0,2,0,0,3,0>::type answer; in MPL_TEST_CASE() typedef
Dunique.cpp27 typedef list<int,float,char,int,double>::type answer; in MPL_TEST_CASE() typedef
Dreverse.cpp29 typedef range_c<int,0,10> answer; in MPL_TEST_CASE() typedef
/third_party/flutter/skia/tests/
DGlyphRunTest.cpp32 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/
Dtest_convert_from_gmp_rational.cpp85 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
Dtest_convert_from_cpp_rational.cpp85 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
Dtest_convert_from_tom_rational.cpp85 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/
DimportNonExternalModule.ts4 export var answer = 42; variable
DexportAssignmentTopLevelIdentifier.ts4 export var answer = 42; variable
DexportAssignmentTopLevelFundule.ts7 export var answer = 42; variable
DexportAssignmentTopLevelClodule.ts7 export var answer = 42; variable
/third_party/typescript_eslint/packages/shared-fixtures/fixtures/typescript/basics/
Dglobal-this.src.ts9 let answer = 42; variable
/third_party/skia/experimental/lowp-basic/
Dlerp-study.cpp47 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/
DjsdocTemplateConstructorFunction2.ts28 let answer = z.add(3, { nested: 4 }) variable

12345