Home
last modified time | relevance | path

Searched refs:Answer (Results 1 – 25 of 27) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DtsconfigMapOptionsAreCaseInsensitive.symbols6 import Answer from "./other.js";
7 >Answer : Symbol(Answer, Decl(index.ts, 0, 6))
9 const x = 10 + Answer;
11 >Answer : Symbol(Answer, Decl(index.ts, 0, 6))
DtsconfigMapOptionsAreCaseInsensitive.types6 import Answer from "./other.js";
7 >Answer : 42
9 const x = 10 + Answer;
11 >10 + Answer : number
13 >Answer : 42
DtsconfigMapOptionsAreCaseInsensitive.js7 import Answer from "./other.js";
8 const x = 10 + Answer;
/third_party/skia/tests/
DSkShaperJSONWriterTest.cpp18 struct Answer { in DEF_TEST() struct
26 std::vector<Answer> answers; in DEF_TEST()
55 Answer a = oneCase.answers[answerCount]; in DEF_TEST()
75 struct Answer { in DEF_TEST() struct
83 std::vector<Answer> answers; in DEF_TEST()
103 Answer a = oneCase.answers[answerCount]; in DEF_TEST()
/third_party/skia/modules/skparagraph/tests/
DSkShaperJSONWriterTest.cpp18 struct Answer { in DEF_TEST() struct
26 std::vector<Answer> answers; in DEF_TEST()
55 Answer a = oneCase.answers[answerCount]; in DEF_TEST()
75 struct Answer { in DEF_TEST() struct
83 std::vector<Answer> answers; in DEF_TEST()
103 Answer a = oneCase.answers[answerCount]; in DEF_TEST()
/third_party/typescript/tests/cases/compiler/
DtsconfigMapOptionsAreCaseInsensitive.ts12 import Answer from "./other.js";
13 const x = 10 + Answer;
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/
DEGL_EXT_compositor.txt363 Answer: External IDs are assigned from the software component with the primary
372 Answer: This is based on the swap policy set by the compositor, and the rate
382 Answer: The contents of the windows front buffer will be repeated.
385 Answer: No, the Z-order is applied by the compositor when doing the final on
DEGL_EXT_bind_to_front.txt101 Answer:
/third_party/EGL/extensions/EXT/
DEGL_EXT_compositor.txt363 Answer: External IDs are assigned from the software component with the primary
372 Answer: This is based on the swap policy set by the compositor, and the rate
382 Answer: The contents of the windows front buffer will be repeated.
385 Answer: No, the Z-order is applied by the compositor when doing the final on
DEGL_EXT_bind_to_front.txt101 Answer:
/third_party/python/Lib/test/
Dtest_enum.py65 Answer = Enum('Answer', 'him this then there because') variable
67 Answer = exc variable
804 if isinstance(Answer, Exception):
805 raise Answer
806 test_pickle_dump_load(self.assertIs, Answer.him)
807 test_pickle_dump_load(self.assertIs, Answer)
/third_party/openssl/doc/man1/
Dopenssl-fipsinstall.pod.in45 This indicates if the Known Answer Self Tests (KAT's) have successfully run.
/third_party/python/Doc/faq/
Ddesign.rst299 Answer 1: Unfortunately, the interpreter pushes at least one C stack frame for
304 Answer 2: Fortunately, there is `Stackless Python <https://github.com/stackless-dev/stackless/wiki>…
/third_party/python/Misc/NEWS.d/
D3.10.0a7.rst737 Answer "Why is there no goto?" in the Design and History FAQ.
/third_party/rust/crates/memchr/bench/data/opensubtitles/
Dzh-medium.txt1187 回答問題 Answer the question.
1192 回答問題 你找到生命中的快樂了麼 Answer the question, "have I found joy in my life?"
Dzh-huge.txt1187 回答問題 Answer the question.
1192 回答問題 你找到生命中的快樂了麼 Answer the question, "have I found joy in my life?"
Den-huge.txt11409 Answer!
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs32358 Answer(Option<&'a T>), // return a specific value or emptiness
32564 return Intersection { inner: IntersectionInner::Answer(None) };
32570 return Intersection { inner: IntersectionInner::Answer(None) };
32574 (Greater, _) | (_, Less) => IntersectionInner::Answer(None),
32575 (Equal, _) => IntersectionInner::Answer(Some(self_min)),
32576 (_, Equal) => IntersectionInner::Answer(Some(self_max)),
33669 IntersectionInner::Answer(answer) => IntersectionInner::Answer(*answer),
33697 IntersectionInner::Answer(answer) => answer.take(),
33705 IntersectionInner::Answer(None) => (0, Some(0)),
33706 IntersectionInner::Answer(Some(_)) => (1, Some(1)),
/third_party/skia/third_party/externals/brotli/tests/testdata/
Dasyoulik.txt2075 him again? Answer me in one word.
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.2101666 instead as on Windows?' Answer: Meson translate arguments for us.
/third_party/icu/icu4j/perf-tests/data/collation/
Dulyss10.txt1859 Answer something.
8267 Touch. Fingers. Asking. Answer. Yes.
23720 BELLO: (PEREMPTORILY) Answer. Repugnant wretch! I insist on knowing. Tell
D2drvb10.txt12484 26:4. Answer not a fool according to his folly, lest thou be made like
12487 Answer not a fool, etc. . .Viz., so as to imitate him but only so as to
12490 26:5. Answer a fool according to his folly, lest he imagine himself to
24718 king had commanded, saying: Answer him not.
/third_party/gstreamer/gstreamer/
DChangeLog33122 basesink: Answer the query position when receiving it from upstream
53338 Answer the allocation query with FALSE when we are not negotiated yet because at
103401 libs/gst/base/gstbasesrc.c: Answer LATENCY query.
103404 Answer LATENCY query.
/third_party/libevdev/
Dthird_party_libevdev.diff22221 +#define KEY_PICKUP_PHONE 0x1bd /* Answer incoming call */
/third_party/gstreamer/gstplugins_good/
DChangeLog9569 flvdemux: Answer bitrate queries from upstream
62415 Answer to scheduling queries with default parameters and the new
114890 matroskademux: Answer SEEKING queries in the original format

12