Home
last modified time | relevance | path

Searched full:quickly (Results 1 – 25 of 2379) sorted by relevance

12345678910>>...96

/external/rust/crates/unicode-normalization/src/
Dquick_check.rs6 /// The QuickCheck algorithm can quickly determine if a text is or isn't
68 /// Quickly check if a string is in NFC, potentially returning
76 /// Quickly check if a string is in NFKC.
82 /// Quickly check if a string is in NFD.
88 /// Quickly check if a string is in NFKD.
94 /// Quickly check if a string is Stream-Safe NFC.
100 /// Quickly check if a string is Stream-Safe NFD.
/external/python/cpython3/Python/
Dadaptive.md100 2. Perform the operation quickly.
103 tested quickly and that membership is sufficient to allow the operation to
104 performed quickly.
109 This can be tested quickly:
112 and the operation can be performed quickly:
/external/sdv/vsomeip/third_party/boost/phoenix/doc/
Dstarter_kit.qbk19 it. For now, all you need to do is to get up to speed as quickly as possible and
24 Documentation. Yet, if you just want to use the library quickly, now, this
27 Hopefully, this will get you into high gear quickly.
/external/replicaisland/res/values/
Drokudou.xml40 …will not be long until he learns how to channel its power. We must move quickly if we are to stop…
44 …ion of the power he is generating. It must be The Source! We must move quickly if we are to stop…
56 Quickly now, put Kabocha out of his misery. He may be old and frail, but as long as he lives The S…
/external/autotest/client/site_tests/power_BatteryDrain/
Dcontrol7 PURPOSE = "Drain the battery quickly, as a utility for other tests."
19 This test drains the battery quickly, as a utility for other tests. It requires
/external/mesa3d/docs/
Dbugs.rst24 everything you can to facilitate quickly fixing bugs. If your bug report
26 not be fixed very quickly.
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue377/
DReferencesTest.java40 * the time to parse grows very quickly SIZE -> time to parse in seconds 25 -> 1 26 -> 2 27 -> 3 in createDump()
88 assertTrue("It should fail quickly. Time was " + duration + " seconds.", duration < 1.0); in referencesWithRecursiveKeysNotAllowedByDefault()
128 assertTrue("It should fail quickly. Time was " + duration + " seconds.", duration < 1.0); in referencesWithRestrictedNesting()
/external/aws-sdk-java-v2/.changes/2.10.x/
D2.10.30.json8quickly build high performance RESTful APIs that are up to 71% cheaper than REST APIs also availab…
/external/tensorflow/tensorflow/python/keras/mixed_precision/
Ddevice_compatibility_check.py113 'compute capability of at least 7.0 run quickly with '
118 'Your GPU will likely run quickly with dtype policy '
124 'Your GPUs will likely run quickly with dtype policy '
/external/python/cpython3/Lib/test/
Dtest_startfile.py38 # Passing "-V" ensures that it closes quickly, though still not
39 # quickly enough that we can run in the test directory
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DServerStreamListener.java27 * <p>This method should return quickly, as the same thread may be used to process other streams.
40 * <p>This method should return quickly, as the same thread may be used to process other streams.
DClientStreamListener.java30 * <p>This method should return quickly, as the same thread may be used to process other streams.
43 * <p>This method should return quickly, as the same thread may be used to process other streams.
/external/mesa3d/docs/_static/specs/
DMESA_copy_sub_buffer.spec34 used to quickly repaint 3D windows in response to expose events
64 the front color buffer. This can be used to quickly repaint 3D windows
/external/grpc-grpc/test/core/slice/
Dslice_string_helpers_test.cc45 "to escape the vile wind, slipped quickly through the glass doors of " in TEST()
46 "Victory Mansions, though not quickly enough to prevent a swirl of " in TEST()
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dmemory_pool.h29 * Provides a pool of memory that can quickly be allocated from, at the
33 * The idea is to allow one to quickly allocate a flexible amount of
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/file/openers/
DStringOpenerTest.java49 String expected = "The five boxing wizards jump quickly"; in withMonitor_writesString()
57 String expected = "The five boxing wizards jump quickly"; in writesString_withDifferentCharsets()
/external/glide/library/src/main/java/com/bumptech/glide/load/data/
DDataFetcher.java54 * finish quickly.
72 * finish quickly.
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DAttributesImplSerializer.java42 * Hash table of qName/index values to quickly lookup the index
83 // so find it quickly using our Hashtable. in getIndex()
225 // so find it quickly using our Hashtable. in getIndex()
/external/google-cloud-java/java-maps-addressvalidation/proto-google-maps-addressvalidation-v1/src/main/java/com/google/maps/addressvalidation/v1/
DGeocodeOrBuilder.java35 * road that will quickly or safely lead to the destination and may not be
55 * road that will quickly or safely lead to the destination and may not be
75 * road that will quickly or safely lead to the destination and may not be
/external/bcc/tools/
Dtcpretrans_example.txt47 To spot heavily retransmitting flows quickly one can use the -c flag. It will
59 This can ease to quickly isolate congested or otherwise awry network paths
/external/google-cloud-java/java-analytics-data/grpc-google-analytics-data-v1alpha/src/main/java/com/google/analytics/data/v1alpha/
DAlphaAnalyticsDataGrpc.java143 * a task and quickly see how well they are succeeding or failing at each
202 * a task and quickly see how well they are succeeding or failing at each
248 * a task and quickly see how well they are succeeding or failing at each
289 * a task and quickly see how well they are succeeding or failing at each
/external/pigweed/docs/blog/
D01-kudzu.rst41 something simple in my head quickly started creeping features. Hence
65 We quickly realized that what we wanted was more than a badge. We wanted a
183 We had to do a re-spin and Maker Faire was approaching quickly! Time to lather,
200 software working on it quickly, freeing us to spend the next couple days hacking
/external/cronet/base/tracing/stdlib/chrome/scroll_jank/
Dscroll_jank_cause_map.sql65 'problem. The previous frame may have been drawn too quickly, or the ' ||
78 'may have been drawn too quickly, or the GPU may be delayed.'),
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute.h34 // Eager execute should return quickly after scheduling this operation to
39 // quickly, but it will schedule the op to be executed remotely.
/external/grpc-grpc-java/stub/src/main/java/io/grpc/stub/
DStreamObserver.java36 * provides no guarantees for how quickly an operation will complete, so utilizing flow control via
39 * client-side causes the RPC to be cancelled and discards all messages, so completes quickly.

12345678910>>...96