Home
last modified time | relevance | path

Searched full:mostly (Results 1 – 25 of 4115) sorted by relevance

12345678910>>...165

/external/expat/testdata/largefiles/
DREADME.txt1 This directory contains some really large test files, mostly used to
12 - purpose: mostly for performance testing with the benchmark utility
18 - purpose: mostly for performance testing with the benchmark utility
24 - purpose: mostly for performance testing with the benchmark utility
30 - purpose: mostly for performance testing with the benchmark
/external/ltp/include/
Dtst_assert.h15 * value passed to this function. This is mostly useful for asserting correct
35 * equals to the value passed to this function. This is mostly useful for
48 * value passed to this function. This is mostly useful for asserting correct
59 * equals to the value passed to this function. This is mostly useful for
/external/cronet/stable/net/websockets/
DREADME.md10 Some details have changed, but still a mostly-accurate description of
16 from 2014, but still mostly relevant.
34 Early design doc for the current implementation. Mostly of historical interest
/external/cronet/tot/net/websockets/
DREADME.md10 Some details have changed, but still a mostly-accurate description of
16 from 2014, but still mostly relevant.
34 Early design doc for the current implementation. Mostly of historical interest
/external/clang/docs/
DMSVCCompatibility.rst49 * Class inheritance: :good:`Mostly complete`. This covers all of the standard
64 * Member pointers: :good:`Mostly complete`. Standard C++ member pointers are
87 * C++ Exceptions: :good:`Mostly complete`. Support for
98 Structured exceptions (``__try`` / ``__except`` / ``__finally``) mostly
110 * Lambdas: :good:`Mostly complete`. Clang is compatible with Microsoft's
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowMediaMetadataRetriever.java115 * #addMetadata(DataSource, int, String)}. This method is retained mostly for backwards
145 * #addFrame(DataSource, long, Bitmap)}. This method is retained mostly for backwards
159 * {@link #addFrame(DataSource, long, Bitmap)}. This method is retained mostly for backwards
174 * #addFrame(DataSource, long, Bitmap)}. This method is retained mostly for backwards
189 * {@link #addFrame(DataSource, long, Bitmap)}. This method is retained mostly for backwards
203 * then calls {@link #addFrame(DataSource, long, Bitmap)}. This method is retained mostly for
/external/guava/android/guava-tests/benchmark/com/google/common/hash/
DHashStringBenchmark.java42 // Mostly 1-byte UTF-8 sequences, mixed with occasional 2-byte in decode()
49 // Mostly 2-byte UTF-8 sequences - "European" text in decode()
52 // Mostly 3-byte UTF-8 sequences - "Asian" text in decode()
55 // Mostly 4-byte UTF-8 sequences - "rare exotic" text in decode()
/external/guava/guava-tests/benchmark/com/google/common/hash/
DHashStringBenchmark.java42 // Mostly 1-byte UTF-8 sequences, mixed with occasional 2-byte in decode()
49 // Mostly 2-byte UTF-8 sequences - "European" text in decode()
52 // Mostly 3-byte UTF-8 sequences - "Asian" text in decode()
55 // Mostly 4-byte UTF-8 sequences - "rare exotic" text in decode()
/external/caliper/examples/src/main/java/examples/
DUtf8Benchmark.java53 // Mostly 1-byte UTF-8 sequences, mixed with occasional 2-byte in decode()
60 // Mostly 2-byte UTF-8 sequences - "European" text in decode()
63 // Mostly 3-byte UTF-8 sequences - "Asian" text in decode()
66 // Mostly 4-byte UTF-8 sequences - "rare exotic" text in decode()
/external/oboe/samples/drumthumper/src/main/kotlin/com/plausibleaudio/drumthumper/
DDrumPlayer.kt40 val PAN_SNAREDRUM: Float = -0.75f // Mostly Left
41 val PAN_CRASHCYMBAL: Float = -0.75f // Mostly Left
44 val PAN_LOWTOM: Float = 0.75f // Mostly Right
/external/cronet/stable/base/task/thread_pool/
Dservice_thread.h14 // The ThreadPool's ServiceThread is a mostly idle thread that is responsible
16 // merely forward such events to their destination (hence staying mostly idle
/external/cronet/tot/base/task/thread_pool/
Dservice_thread.h14 // The ThreadPool's ServiceThread is a mostly idle thread that is responsible
16 // merely forward such events to their destination (hence staying mostly idle
/external/bazelbuild-rules_python/docs/
Denvironment-variables.md6 doing. This is mostly useful for development to debug errors.
40 doing. This is mostly useful for development to debug errors.
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DLiteEqualsAndHashTest.java50 // mostly complete subset of those for regular messages, we can mostly assume in testEquals()
53 // This test mostly just verifies is that a proto with in testEquals()
/external/cronet/stable/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DLiteEqualsAndHashTest.java50 // mostly complete subset of those for regular messages, we can mostly assume in testEquals()
53 // This test mostly just verifies is that a proto with in testEquals()
/external/cronet/tot/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DLiteEqualsAndHashTest.java50 // mostly complete subset of those for regular messages, we can mostly assume in testEquals()
53 // This test mostly just verifies is that a proto with in testEquals()
/external/zxing/core/src/main/java/com/google/zxing/common/detector/
DMonochromeRectangleDetector.java25 * It looks within a mostly white region of an image for a region of black and white, but mostly
43 * <p>Detects a rectangular region of black and white -- mostly black -- with a region of mostly
/external/apache-xml/test/java/src/org/apache/qetest/xsl/
DConformanceXSLFileRules.java56 * @param excludesStr well, mostly case-insensitive string
111 * @param excludesStr well, mostly case-insensitive string
126 * @param exFiles well, mostly case-insensitive string
/external/libchrome/base/task_scheduler/
Dservice_thread.h19 // The TaskScheduler's ServiceThread is a mostly idle thread that is responsible
21 // merely forward such events to their destination (hence staying mostly idle
/external/cronet/tot/third_party/boringssl/src/fuzz/conf_corpus/
D8de6365ad8ab8315fe22408785ed5d1121e0324b4 # This is mostly being used for generation of certificate requests.
13 # This is mostly being used for generation of certificate requests.
/external/google-smali/smali-integration-tests/src/test/smali/junit-tests/SpecialInstructionPaddingTest/
DSpecialInstructionPaddingTest.smali25 #mostly just to make sure that the method was actually called
84 #mostly just to make sure that the method was actually called
/external/rust/android-crates-io/crates/arc-swap/
DREADME.md8 `Atomic<Arc<T>>` would be if it existed, optimized for read-mostly write-seldom
18 * Tests. Tests build and run on recent compilers, mostly because of
/external/cronet/stable/third_party/boringssl/src/fuzz/conf_corpus/
D8de6365ad8ab8315fe22408785ed5d1121e0324b4 # This is mostly being used for generation of certificate requests.
13 # This is mostly being used for generation of certificate requests.
/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/
DShadowNativeLinearGradientTest.java77 "Top-most color should be mostly blue!", convert.apply(blue), b.getColor(0, 0), 0.09f);
80 "Middle color should be mostly green!", convert.apply(green), b.getColor(0, 20), 0.09f);
83 "Bottom-most color should be mostly red!", convert.apply(red), b.getColor(0, 39), 0.08f);
105 "Top-most color should be mostly red!", convert.apply(red), b.getColor(0, 0), .03f);
108 "Bottom-most color should be mostly blue!", convert.apply(blue), b.getColor(0, 39), 0.016f);
/external/linux-kselftest/tools/testing/selftests/kvm/include/
Dsparsebit.h11 * long as bits that are mostly set or mostly cleared are close

12345678910>>...165