Home
last modified time | relevance | path

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

12345678910>>...278

/aosp_15_r20/libcore/ojluni/src/main/java/sun/net/ftp/
H A DFtpDirEntry.java100 * Sets the user name of the owner of the file. Intended mostly to be
124 * Sets the name of the group to which the file belong. Intended mostly to be
147 * Sets the size of that file. Intended mostly to be used from inside an
174 * Sets the type of the file. Intended mostly to be used from inside an
199 * Sets the last modification time of the file. Intended mostly to be used
251 * Sets the permissions for that file. Intended mostly to be used
268 * Intended mostly to be used from inside a {@link java.net.FtpDirParser}
302 * Sets the creation time for that file. Intended mostly to be used from
/aosp_15_r20/external/expat/testdata/largefiles/
H A 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
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowMediaMetadataRetriever.java108 * #addMetadata(DataSource, int, String)}. This method is retained mostly for backwards
138 * #addFrame(DataSource, long, Bitmap)}. This method is retained mostly for backwards
152 * {@link #addFrame(DataSource, long, Bitmap)}. This method is retained mostly for backwards
167 * #addFrame(DataSource, long, Bitmap)}. This method is retained mostly for backwards
182 * {@link #addFrame(DataSource, long, Bitmap)}. This method is retained mostly for backwards
196 * then calls {@link #addFrame(DataSource, long, Bitmap)}. This method is retained mostly for
/aosp_15_r20/external/clang/docs/
H A 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
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/
H A DNumberDeserializers.java300 // 29-Jun-2020, tatu: New! "Scalar from Object" (mostly for XML) in _parseByte()
386 // 29-Jun-2020, tatu: New! "Scalar from Object" (mostly for XML) in _parseShort()
475 // 29-Jun-2020, tatu: New! "Scalar from Object" (mostly for XML) in deserialize()
568 // 29-Jun-2020, tatu: New! "Scalar from Object" (mostly for XML) in _parseInteger()
642 // 29-Jun-2020, tatu: New! "Scalar from Object" (mostly for XML) in _parseLong()
706 // 29-Jun-2020, tatu: New! "Scalar from Object" (mostly for XML) in _parseFloat()
803 // 29-Jun-2020, tatu: New! "Scalar from Object" (mostly for XML) in _parseDouble()
899 // 29-Jun-2020, tatu: New! "Scalar from Object" (mostly for XML) in deserialize()
1027 // 29-Jun-2020, tatu: New! "Scalar from Object" (mostly for XML) in deserialize()
1089 // 29-Jun-2020, tatu: New! "Scalar from Object" (mostly for XML) in deserialize()
H A DStdDeserializer.java285 value = value.trim(); // mostly to avoid problems wrt XML indentation in _deserializeFromString()
365 /* Helper methods for sub-classes, parsing: while mostly
405 // 29-Jun-2020, tatu: New! "Scalar from Object" (mostly for XML) in _parseBooleanPrimitive()
513 // 29-Jun-2020, tatu: New! "Scalar from Object" (mostly for XML) in _parseBoolean()
574 // 29-Jun-2020, tatu: New! "Scalar from Object" (mostly for XML) in _parseBytePrimitive()
642 // 29-Jun-2020, tatu: New! "Scalar from Object" (mostly for XML) in _parseShortPrimitive()
708 // 29-Jun-2020, tatu: New! "Scalar from Object" (mostly for XML) in _parseIntPrimitive()
786 // 29-Jun-2020, tatu: New! "Scalar from Object" (mostly for XML) in _parseLongPrimitive()
847 // 29-Jun-2020, tatu: New! "Scalar from Object" (mostly for XML) in _parseFloatPrimitive()
922 // 29-Jun-2020, tatu: New! "Scalar from Object" (mostly for XML) in _parseDoublePrimitive()
[all …]
/aosp_15_r20/external/ltp/include/
H A 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
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/app/
H A DActivityManagerTest.java52 // For the moment mostly want to confirm we don't crash in testCapabilities()
61 // For the moment mostly want to confirm we don't crash in testProcState()
71 // For the moment mostly want to confirm we don't crash in testStartResult()
78 // For the moment mostly want to confirm we don't crash in testRestrictionLevel()
/aosp_15_r20/external/guava/guava-tests/benchmark/com/google/common/hash/
H A 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()
/aosp_15_r20/external/guava/android/guava-tests/benchmark/com/google/common/hash/
H A 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()
/aosp_15_r20/external/caliper/examples/src/main/java/examples/
H A 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()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_ecp.data779 ECP write key: secp256r1, mostly-0 key, output_size=32
783 ECP write key: secp256r1, mostly-0 key, output_size=31 (fits)
787 ECP write key: secp256r1, mostly-0 key, output_size=1 (fits)
847 ECP write key: Curve25519, mostly-0 key, output_size=32
851 ECP write key: Curve25519, mostly-0 key, output_size=31
883 ECP write key: Curve448, mostly-0 key, output_size=56
887 ECP write key: Curve448, mostly-0 key, output_size=55
919 ECP write key ext: secp256r1, mostly-0 key, output_size=32
923 ECP write key ext: secp256r1, mostly-0 key, output_size=1
959 ECP write key ext: Curve25519, mostly-0 key, output_size=32
[all …]
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/
H A DLinearGradientTest.java96 ColorUtils.verifyColor("Top-most color should be mostly blue!",
99 ColorUtils.verifyColor("Middle color should be mostly green!",
102 ColorUtils.verifyColor("Bottom-most color should be mostly red!",
121 ColorUtils.verifyColor("Top-most color should be mostly red!",
124 ColorUtils.verifyColor("Bottom-most color should be mostly blue!",
/aosp_15_r20/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/
H A DShadowNativeLinearGradientTest.java81 "Top-most color should be mostly blue!", convert.apply(blue), b.getColor(0, 0), 0.09f);
84 "Middle color should be mostly green!", convert.apply(green), b.getColor(0, 20), 0.09f);
87 "Bottom-most color should be mostly red!", convert.apply(red), b.getColor(0, 39), 0.08f);
109 "Top-most color should be mostly red!", convert.apply(red), b.getColor(0, 0), .03f);
112 "Bottom-most color should be mostly blue!", convert.apply(blue), b.getColor(0, 39), 0.016f);
/aosp_15_r20/libcore/luni/src/main/java/libcore/util/
H A DNativeAllocationRegistry.java96 * Return a {@link NativeAllocationRegistry} for native memory that is mostly
124 * Return a {@link NativeAllocationRegistry} for native memory that is mostly
154 * Return a {@link NativeAllocationRegistry} for native memory that is mostly
187 * Return a {@link NativeAllocationRegistry} for native memory that is mostly
210 * Return a {@link NativeAllocationRegistry} for native memory that is mostly
241 * Return a {@link NativeAllocationRegistry} for native memory that is mostly
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/test/testdata/pgo/devirtualize/
Ddevirt.go49 // ExerciseIface calls mostly a1 and m1.
122 // ExerciseFuncConcrete calls mostly a1 and m1.
178 // ExerciseFuncField calls mostly a1 and m1.
225 // ExerciseFuncClosure calls mostly a1 and m1.
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/common/detector/
H A 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
/aosp_15_r20/external/cronet/net/websockets/
H A 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
/aosp_15_r20/external/zxing/docs/apidocs/com/google/zxing/common/detector/
H A DMonochromeRectangleDetector.html119 It looks within a mostly white region of an image for a region of black and white, but mostly
166 …="block">Detects a rectangular region of black and white -- mostly black -- with a region of mostly
219 …lock"><p>Detects a rectangular region of black and white -- mostly black -- with a region of mostly
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/
H A Dbeginners-guide.md26mostly numbers like 6, 3.14, or -2. It can also be used to describe "scalar operations" that use s…
50 * 256-bit (mostly): `avx`, `avx2`, `fma`
51 * 512-bit (mostly): a *wide* range of `avx512` variations
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/
H A Dbeginners-guide.md26mostly numbers like 6, 3.14, or -2. It can also be used to describe "scalar operations" that use s…
50 * 256-bit (mostly): `avx`, `avx2`, `fma`
51 * 512-bit (mostly): a *wide* range of `avx512` variations
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/
H A Dbeginners-guide.md26mostly numbers like 6, 3.14, or -2. It can also be used to describe "scalar operations" that use s…
50 * 256-bit (mostly): `avx`, `avx2`, `fma`
51 * 512-bit (mostly): a *wide* range of `avx512` variations
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/
H A Dbeginners-guide.md26mostly numbers like 6, 3.14, or -2. It can also be used to describe "scalar operations" that use s…
50 * 256-bit (mostly): `avx`, `avx2`, `fma`
51 * 512-bit (mostly): a *wide* range of `avx512` variations
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/portable-simd/
H A Dbeginners-guide.md26mostly numbers like 6, 3.14, or -2. It can also be used to describe "scalar operations" that use s…
50 * 256-bit (mostly): `avx`, `avx2`, `fma`
51 * 512-bit (mostly): a *wide* range of `avx512` variations
/aosp_15_r20/platform_testing/libraries/flicker/utils/src/android/tools/traces/component/
H A DIComponentMatcher.kt69 * the matcher is looking to match. Mostly used for debugging purposes in error messages in windowMatchesAnyOf()
78 * matcher is looking to match. Mostly used for debugging purposes in error messages. in windowMatchesAnyOf()
87 * matcher is looking to match. Mostly used for debugging purposes in error messages. in windowMatchesAnyOf()

12345678910>>...278