Home
last modified time | relevance | path

Searched refs:Good (Results 1 – 25 of 124) sorted by relevance

12345

/external/icu/icu4c/source/test/testdata/
Dmc.txt17 1%4 { "Good morning." }
18 1%5 { "Good afternoon." }
19 1%7 { "Good evening." }
20 1%8 { "Good night." }
/external/clang/test/SemaCXX/
Dwarn-unused-value.cpp83 struct Good { Good &f(); }; struct
90 Good g; in f()
/external/doclava/res/assets/templates/
Dtodo.cs36 <tr><th>Percent Good</th><td><?cs var:all.percentGood ?></td></tr>
46 <th>Percent Good</th>
66 <th>Percent Good</th>
85 Percent Good: <?cs var:cl.percentGood ?></p>
/external/clang/test/FixIt/
Dfixit-objc-message-comma-separator.m14 [obj aMethodWithArg1:@"Arg 1 Good", arg2:@"Arg 2 Good"];
/external/eigen/doc/
DTopicLinearAlgebraDecompositions.dox70 <td>Good</td>
106 <td>Good</td>
132 <td>Good</td>
172 <td>Good</td>
206 <td>Good</td>
210 <td>Good</td>
218 <td>Good</td>
222 <td>Good</td>
/external/pdfium/testing/resources/
Dbookmarks_circular.in41 /Title (A Good Beginning)
49 /Title (A Good Ending)
Dbookmarks.in41 /Title (A Good Beginning)
49 /Title (A Good Ending)
/external/libtextclassifier/utils/
Dtokenizer.fbs46 // Each codepoint will be a separate token. Good e.g. for Chinese
54 // Splits on the characters and discards them. Good e.g. for the space
/external/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.cpp1490 bool Good = true; in addToPacket() local
1500 Good = tryAllocateResourcesForConstExt(true); in addToPacket()
1503 if (Good) { in addToPacket()
1507 Good = false; in addToPacket()
1509 if (Good && ExtNvjMI) in addToPacket()
1510 Good = tryAllocateResourcesForConstExt(true); in addToPacket()
1512 if (!Good) { in addToPacket()
/external/python/cpython2/Lib/test/
Dtest_richcmp.py319 class Good: class
323 x = [Good()]
324 y = [Good()]
/external/python/cpython3/Lib/test/
Dtest_richcmp.py343 class Good: class
347 x = [Good()]
348 y = [Good()]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.cpp1703 bool Good = true; in addToPacket() local
1713 Good = tryAllocateResourcesForConstExt(true); in addToPacket()
1716 if (Good) { in addToPacket()
1720 Good = false; in addToPacket()
1722 if (Good && ExtNvjMI) in addToPacket()
1723 Good = tryAllocateResourcesForConstExt(true); in addToPacket()
1725 if (!Good) { in addToPacket()
/external/swiftshader/third_party/SPIRV-Tools/test/
Dtext_to_binary.barrier_test.cpp37 TEST_F(OpMemoryBarrier, Good) { in TEST_F() argument
/external/deqp-deps/SPIRV-Tools/test/
Dtext_to_binary.barrier_test.cpp37 TEST_F(OpMemoryBarrier, Good) { in TEST_F() argument
/external/skqp/
DDoxyfile37 # Good class diagrams require graphviz, but also more parameter tuning and
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Reassociate/
Dlong-chains.ll32 ; Good order: 55 reassociate - Number of insts reassociated
/external/chromium-trace/catapult/devil/
Dpylintrc40 # Good variable names which should always be accepted, separated by a comma.
/external/chromium-trace/catapult/systrace/
Dpylintrc41 # Good variable names which should always be accepted, separated by a comma.
/external/chromium-trace/catapult/dependency_manager/
Dpylintrc39 # Good variable names which should always be accepted, separated by a comma.
/external/autotest/client/deps/glbench/
DUSAGE_glbench58 Good reference images themselves are located at ../glbench-images/glbench_reference_images/
/external/catch2/docs/
Dwhy-catch.md4 Good question. For C++ there are quite a number of established frameworks,
/external/harfbuzz_ng/m4/
Dax_cxx_compile_stdcxx.m4938 struct Good {};
949 Good
952 static_assert (std::is_same_v<Good, decltype(f(g1, g2))>);
/external/libgsm/
DINSTALL91 Good luck,
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp253 SmallVectorImpl<const SCEV *> &Good, in DoInitialMatch() argument
258 Good.push_back(S); in DoInitialMatch()
266 DoInitialMatch(*I, L, Good, Bad, SE); in DoInitialMatch()
273 DoInitialMatch(AR->getStart(), L, Good, Bad, SE); in DoInitialMatch()
278 L, Good, Bad, SE); in DoInitialMatch()
295 Good.push_back(SE.getMulExpr(NegOne, *I)); in DoInitialMatch()
311 SmallVector<const SCEV *, 4> Good; in InitialMatch() local
313 DoInitialMatch(S, L, Good, Bad, SE); in InitialMatch()
314 if (!Good.empty()) { in InitialMatch()
315 const SCEV *Sum = SE.getAddExpr(Good); in InitialMatch()
/external/deqp/doc/testspecs/GLES2/
Dperformance.txt53 - Good example: Millions of pixels or vertices with shader X per second

12345