Home
last modified time | relevance | path

Searched full:doesn (Results 1 – 25 of 11502) sorted by relevance

12345678910>>...461

/external/cronet/buildtools/third_party/libc++/trunk/test/std/time/time.syn/
Dformatter_tests.h112 …check_invalid_type(valid_types, "The supplied date time doesn't contain a weekday", STR("a"), arg); in check_invalid_types()
113 …check_invalid_type(valid_types, "The supplied date time doesn't contain a weekday", STR("A"), arg); in check_invalid_types()
114 check_invalid_type(valid_types, "The supplied date time doesn't contain a month", STR("b"), arg); in check_invalid_types()
115 check_invalid_type(valid_types, "The supplied date time doesn't contain a month", STR("B"), arg); in check_invalid_types()
116 …check_invalid_type(valid_types, "The supplied date time doesn't contain a date and time", STR("c")… in check_invalid_types()
117 check_invalid_type(valid_types, "The supplied date time doesn't contain a year", STR("C"), arg); in check_invalid_types()
118 check_invalid_type(valid_types, "The supplied date time doesn't contain a day", STR("d"), arg); in check_invalid_types()
119 check_invalid_type(valid_types, "The supplied date time doesn't contain a date", STR("D"), arg); in check_invalid_types()
120 check_invalid_type(valid_types, "The supplied date time doesn't contain a day", STR("e"), arg); in check_invalid_types()
123 check_invalid_type(valid_types, "The supplied date time doesn't contain a date", STR("F"), arg); in check_invalid_types()
[all …]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/strftime/
D1-1.c38 puts("Test Failed: \%a doesn't equal at least 3 bytes"); in main()
47 puts("Test Failed: \%A doesn't equal to 6 bytes"); in main()
56 puts("Test Failed: \%b doesn't equal to 3 bytes"); in main()
76 * puts("Test Failed: \%c doesn't equal at least 30 bytes"); in main()
85 puts("Test Failed: \%C doesn't equal at least 2 bytes"); in main()
94 puts("Test Failed: \%d doesn't equal at least 2 bytes"); in main()
105 * puts("Test Failed: \%D doesn't equal at least 2 bytes"); in main()
115 puts("Test Failed: \%e doesn't equal at least 2 bytes"); in main()
124 puts("Test Failed: \%F doesn't equal at least 10 bytes"); in main()
133 puts("Test Failed: \%H doesn't equal at least 2 bytes"); in main()
[all …]
D2-1.c40 * puts("Test Failed: \%Ec doesn't equal at least 31 bytes"); in main()
50 puts("Test Failed: \%EC doesn't equal to 2 bytes"); in main()
60 * puts("Test Failed: \%Ex doesn't equal to 10 bytes"); in main()
70 puts("Test Failed: \%EX doesn't equal to 3 bytes"); in main()
80 * puts("Test Failed: \%Ey doesn't equal at least 2 bytes"); in main()
90 puts("Test Failed: \%EY doesn't equal at least 4 bytes"); in main()
99 puts("Test Failed: \%Od doesn't equal at least 2 bytes"); in main()
108 puts("Test Failed: \%Oe doesn't equal at least 2 bytes"); in main()
117 puts("Test Failed: \%OH doesn't equal at least 2 bytes"); in main()
126 puts("Test Failed: \%OI doesn't equal at least 2 bytes"); in main()
[all …]
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/io/
DFileMatchersTest.java28 assertDoesNotMatch("doesn't match existing file", FileMatchers.anExistingDirectory(), file); in testAnExistingDirectory()
29 …assertDoesNotMatch("doesn't match missing file", FileMatchers.anExistingDirectory(), new File("foo… in testAnExistingDirectory()
35 …assertDoesNotMatch("doesn't match missing file", FileMatchers.anExistingFileOrDirectory(), new Fil… in testAnExistingFileOrDirectory()
40 … assertDoesNotMatch("doesn't match existing directory", FileMatchers.anExistingFile(), directory); in testAnExistingFile()
41 … assertDoesNotMatch("doesn't match missing file", FileMatchers.anExistingFile(), new File("foo")); in testAnExistingFile()
48 assertDoesNotMatch("doesn't match unreadable file", FileMatchers.aReadableFile(), file); in testAReadableFile()
55 assertDoesNotMatch("doesn't match unwritable file", FileMatchers.aWritableFile(), file); in testAWritableFile()
61 … assertDoesNotMatch("doesn't match incorrect file size", FileMatchers.aFileWithSize(34L), file); in testAFileWithSizeLong()
67 …assertDoesNotMatch("doesn't match incorrect file size", FileMatchers.aFileWithSize(equalTo(23L)), … in testAFileWithSizeMatcherOfLong()
73 …assertDoesNotMatch("doesn't match incorrect file name", FileMatchers.aFileNamed(equalTo("foo")), f… in testAFileNamed()
[all …]
/external/rust/crates/vulkano/src/command_buffer/validity/
Ddynamic_state.rs110 /// Passed a dynamic line width, while the pipeline doesn't have line width set as dynamic.
117 /// Passed dynamic viewports, while the pipeline doesn't have viewports set as dynamic.
121 /// The number of dynamic viewports doesn't match the expected number of viewports.
128 /// Passed dynamic scissors, while the pipeline doesn't have scissors set as dynamic.
132 /// The number of dynamic scissors doesn't match the expected number of scissors.
139 … /// Passed dynamic compare mask, while the pipeline doesn't have the compare mask set as dynamic.
143 /// Passed dynamic write mask, while the pipeline doesn't have the write mask set as dynamic.
147 /// Passed dynamic reference, while the pipeline doesn't have the reference set as dynamic.
163 … "passed a dynamic line width, while the pipeline doesn't have line width set as \ in fmt()
174 "passed dynamic viewports, while the pipeline doesn't have viewports set as \ in fmt()
[all …]
/external/python/cryptography/vectors/cryptography_vectors/asymmetric/DSA/FIPS_186-3/
DPQGVer.rsp14 Result = F (Q doesn't div P-1)
32 Result = F (Seed doesn't produce Q)
46 Result = F (Q doesn't div P-1)
64 Result = F (Seed doesn't produce Q)
78 Result = F (Q doesn't div P-1)
102 Result = F (Seed doesn't produce Q)
116 Result = F (Q doesn't div P-1)
134 Result = F (Seed doesn't produce Q)
148 Result = F (Seed doesn't produce Q)
166 Result = F (Q doesn't div P-1)
[all …]
/external/clang/test/Sema/
Dwarn-type-safety-mpi-hdf5.c159 …MPI_Send(long_buf1, 1, MPI_INT); // expected-warning {{argument type 'long *' doesn't match specif… in test_mpi_predefined_types()
162 …I_FLOAT_INT); // expected-warning {{argument type 'struct pair_int_int *' doesn't match specified … in test_mpi_predefined_types()
163 …MPI_Send(pfi, 1, MPI_2INT); // expected-warning {{argument type 'struct pair_float_int *' doesn't … in test_mpi_predefined_types()
166 …MPI_Send(long_buf1, 1, MPI_2INT); // expected-warning {{argument type 'long *' doesn't match speci… in test_mpi_predefined_types()
169 …MPI_Gather(long_buf1, 1, MPI_INT, // expected-warning {{argument type 'long *' doesn't match spec… in test_mpi_predefined_types()
170 …long_buf2, 1, MPI_INT); // expected-warning {{argument type 'long *' doesn't match specified 'mpi'… in test_mpi_predefined_types()
177 …MPI_Send((int *) char_buf, 255, MPI_CHAR); // expected-warning {{argument type 'int *' doesn't ma… in test_mpi_predefined_types()
214 …MPI_Send(long_buf, 1, my_int_datatype); // expected-warning {{argument type 'long *' doesn't match… in test_user_types()
217 …MPI_Send(s1_buf, 1, my_s2_datatype); // expected-warning {{argument type 'struct S1 *' doesn't mat… in test_user_types()
219 …MPI_Send(long_buf, 1, my_s1_datatype); // expected-warning {{argument type 'long *' doesn't match … in test_user_types()
[all …]
/external/cronet/base/android/java/src/org/chromium/base/
DIntentUtils.java56 * Just like {@link Intent#hasExtra(String)} but doesn't throw exceptions.
69 * Just like {@link Intent#removeExtra(String)} but doesn't throw exceptions.
81 * Just like {@link Intent#getBooleanExtra(String, boolean)} but doesn't throw exceptions.
94 * Just like {@link Bundle#getBoolean(String, boolean)} but doesn't throw exceptions.
107 * Just like {@link Intent#getIntExtra(String, int)} but doesn't throw exceptions.
120 * Just like {@link Bundle#getInt(String, int)} but doesn't throw exceptions.
133 * Just like {@link Intent#getIntArrayExtra(String)} but doesn't throw exceptions.
146 * Just like {@link Bundle#getIntArray(String)} but doesn't throw exceptions.
159 * Just like {@link Bundle#getFloatArray(String)} but doesn't throw exceptions.
172 * Just like {@link Intent#getLongExtra(String, long)} but doesn't throw exceptions.
[all …]
/external/proguard/src/proguard/classfile/
DLibraryClass.java111 …throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant … in getTag()
116 …throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant … in getString()
121 …throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant … in getStringString()
126 …throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant … in getClassName()
131 …throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant … in getName()
136 …throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant … in getType()
142 …throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant … in getRefClassName()
147 …throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant … in getRefName()
152 …throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant … in getRefType()
436 // This class doesn't keep references to its constant pool entries. in constantPoolEntriesAccept()
[all …]
/external/llvm/docs/HistoricalNotes/
D2003-01-23-CygwinNotes.txt8 1. Cygwin doesn't have <inttypes.h> or <stdint.h>, so all the INT*_MAX
10 <stdint.h>, but Cygwin doesn't like it.
12 2. Mingw doesn't have <dlfcn.h> (because Windows doesn't have it.)
16 4. Relink, aka ld -r, doesn't work (probably an ld bug); you need
22 6. There isn't a mallinfo() (or, at least, it's documented, but it doesn't seem
/external/pigweed/pw_sync/
Dcounting_semaphore_facade_test.cc104 // Ensure it doesn't block and succeeds if not empty. in TEST()
124 // Ensure it doesn't block and fails when empty and a zero length duration is in TEST()
135 // Ensure it doesn't block and fails when empty and a negative duration is in TEST()
147 // Ensure it doesn't block and succeeds if not empty. in TEST()
167 // Ensure it doesn't block and fails when empty and now is used. in TEST()
176 // Ensure it doesn't block and fails when empty and a timestamp in the past is in TEST()
215 // Ensure it doesn't block and succeeds if not empty. in TEST()
239 // Ensure it doesn't block and fails when empty and a zero length duration is in TEST()
252 // Ensure it doesn't block and fails when empty and a negative duration is in TEST()
266 // Ensure it doesn't block and succeeds if not empty. in TEST()
[all …]
Dbinary_semaphore_facade_test.cc85 // Ensure it doesn't block and succeeds if not empty. in TEST()
105 // Ensure it doesn't block and fails when empty and a zero length duration is in TEST()
116 // Ensure it doesn't block and fails when empty and a negative duration is in TEST()
128 // Ensure it doesn't block and succeeds if not empty. in TEST()
148 // Ensure it doesn't block and fails when empty and now is used. in TEST()
158 // Ensure it doesn't block and fails when empty and a timestamp in the past is in TEST()
185 // Ensure it doesn't block and succeeds if not empty. in TEST()
209 // Ensure it doesn't block and fails when empty and a zero length duration is in TEST()
222 // Ensure it doesn't block and fails when empty and a negative duration is in TEST()
263 // Ensure it doesn't block and fails when empty and now is used. in TEST()
[all …]
/external/pigweed/pw_thread_threadx/
DBUILD.bazel65 # TODO(b/257321712): This target doesn't build.
82 # TODO(b/257321712): This target doesn't build.
96 # TODO(b/257321712): This target doesn't build.
108 # TODO(b/257321712): This target doesn't build.
136 # TODO(b/257321712): This target doesn't build.
157 # TODO(b/257321712): This target doesn't build.
178 # TODO(b/257321712): This target doesn't build.
194 # TODO(b/257321712): This target doesn't build.
/external/deqp/framework/egl/
DegluNativeWindow.cpp41 …throw tcu::NotSupportedError("eglu::NativeWindow doesn't support eglCreateWindowSurface()", DE_NUL… in getLegacyNative()
47 …throw tcu::NotSupportedError("eglu::NativeWindow doesn't support eglCreatePlatformWindowSurfaceEXT… in getPlatformExtension()
53 …throw tcu::NotSupportedError("eglu::NativeWindow doesn't support eglCreatePlatformWindowSurface()"… in getPlatformNative()
59 …throw tcu::NotSupportedError("eglu::NativeWindow doesn't support querying the surface size", DE_NU… in getSurfaceSize()
66 …throw tcu::NotSupportedError("eglu::NativeWindow doesn't support resizing the surface", DE_NULL, _… in setSurfaceSize()
72 …throw tcu::NotSupportedError("eglu::NativeWindow doesn't support querying the size of the window o… in getScreenSize()
78 …throw tcu::NotSupportedError("eglu::NativeWindow doesn't support readScreenPixels", DE_NULL, __FIL… in readScreenPixels()
85 …throw tcu::NotSupportedError("eglu::NativeWindow doesn't support changing visibility", DE_NULL, __… in setVisibility()
/external/bazel-skylib/tests/native_binary/
DBUILD19 # Depends on the runfiles library but doesn't have data-dependencies, on
30 # On other platforms the extension doesn't matter.
42 # On other platforms the extension doesn't matter.
65 # On other platforms the extension doesn't matter.
77 # On other platforms the extension doesn't matter.
89 # On other platforms the extension doesn't matter.
99 # On other platforms the extension doesn't matter.
/external/mesa3d/src/amd/compiler/
DREADME-ISA.md19 The instruction doesn't subtract the S0 and S1 and use the absolute value (the
49 The Vega ISA references doesn't say this (or doesn't make it clear), but
52 The RDNA ISA doesn't mention SMEM stores at all, but they seem to be supported
87 RDNA ISA doc says that `0x140` should be added to the opcode, but that doesn't
114 as it doesn't make too much sense to set them independently, aside from some
160 This is not mentioned by LLVM among the other GFX10 bugs, but LLVM doesn't use
195 ACO doesn't use FLAT load/store on GFX10, so is unaffected.
202 ACO doesn't use FLAT load/store on GFX10, so is unaffected.
208 Confirmed by AMD devs that despite the name, this doesn't only affect v_cmpx.
/external/dagger2/javatests/dagger/hilt/android/
DModuleTest.java58 private TestModule1() {} // This is fine because Dagger doesn't need an instance. in TestModule1()
70 TestModule2(String str) {} // This is fine because Dagger doesn't need an instance. in TestModule2()
100 private TestModule4() {} // This is fine because Dagger doesn't need an instance. in TestModule4()
110 TestModule5(String str) {} // This is fine because Dagger doesn't need an instance. in TestModule5()
119 private TestModule6() {} // This is fine because Dagger doesn't need an instance. in TestModule6()
126 TestModule7(String str) {} // This is fine because Dagger doesn't need an instance. in TestModule7()
134 private TestModule8() {} // This is fine because Dagger doesn't need an instance. in TestModule8()
142 TestModule9(String str) {} // This is fine because Dagger doesn't need an instance. in TestModule9()
/external/cronet/buildtools/third_party/libc++/trunk/include/__chrono/
Dparser_std_format_spec.h75 std::__throw_format_error("The supplied date time doesn't contain a second"); in __validate_second()
80 std::__throw_format_error("The supplied date time doesn't contain a minute"); in __validate_minute()
85 std::__throw_format_error("The supplied date time doesn't contain an hour"); in __validate_hour()
90 std::__throw_format_error("The supplied date time doesn't contain a time"); in __validate_time()
95 std::__throw_format_error("The supplied date time doesn't contain a day"); in __validate_day()
100 std::__throw_format_error("The supplied date time doesn't contain a month"); in __validate_month()
105 std::__throw_format_error("The supplied date time doesn't contain a year"); in __validate_year()
110 std::__throw_format_error("The supplied date time doesn't contain a date"); in __validate_date()
115 std::__throw_format_error("The supplied date time doesn't contain a date or duration"); in __validate_date_or_duration()
120 std::__throw_format_error("The supplied date time doesn't contain a date and time"); in __validate_date_time()
[all …]
/external/ltp/testcases/kernel/syscalls/prctl/
Dprctl04.c75 "SECCOMP_MODE_STRICT doesn't permit GET_SECCOMP call"},
78 "SECCOMP_MODE_STRICT doesn't permit read(2) write(2) and _exit(2)"},
81 "SECCOMP_MODE_STRICT doesn't permit close(2)"},
87 "SECCOMP_MODE_FILTER doesn't permit close(2)"},
90 "SECCOMP_MODE_FILTER doesn't permit exit()"},
93 "SECCOMP_MODE_FILTER doesn't permit exit()"}
161 tst_res(TCONF, "kernel doesn't support SECCOMP_MODE_FILTER"); in check_filter_mode()
238 tst_brk(TCONF, "kernel doesn't support PR_GET/SET_SECCOMP"); in setup()
241 "current environment doesn't permit PR_GET/SET_SECCOMP"); in setup()
/external/vboot_reference/tests/
Dvb2_secdata_tests.c68 test_changed(&c, 0, "Get doesn't change data"); in secdata_test()
72 test_changed(&c, 0, "Set again doesn't change data"); in secdata_test()
82 test_changed(&c, 0, "Get doesn't change data"); in secdata_test()
88 test_changed(&c, 0, "Set again doesn't change data"); in secdata_test()
98 test_changed(&c, 0, "Set invalid field doesn't change data"); in secdata_test()
104 test_changed(&c, 0, "Get uninitialized doesn't change data"); in secdata_test()
107 test_changed(&c, 0, "Set uninitialized doesn't change data"); in secdata_test()
/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DConstants.cpp61 "VMA_FUNCTION_NAMES array doesn't match VMA_FUNCTION enum.");
76 "VMA_POOL_CREATE_FLAG_NAMES array doesn't match VMA_POOL_CREATE_FLAG_VALUES.");
93 "VK_BUFFER_CREATE_FLAG_NAMES array doesn't match VK_BUFFER_CREATE_FLAG_VALUES.");
124 "VK_BUFFER_USAGE_FLAG_NAMES array doesn't match VK_BUFFER_USAGE_FLAG_VALUES.");
167 "VK_IMAGE_CREATE_FLAG_NAMES array doesn't match VK_IMAGE_CREATE_FLAG_VALUES.");
637 "VK_FORMAT_NAMES array doesn't match VK_FORMAT_VALUES.");
660 "VK_SAMPLE_COUNT_NAMES array doesn't match VK_SAMPLE_COUNT_VALUES.");
693 "VK_IMAGE_USAGE_FLAG_NAMES array doesn't match VK_IMAGE_USAGE_FLAG_VALUES.");
730 "VK_IMAGE_LAYOUT_NAMES array doesn't match VK_IMAGE_LAYOUT_VALUES.");
763 "VMA_ALLOCATION_CREATE_FLAG_NAMES array doesn't match VMA_ALLOCATION_CREATE_FLAG_VALUES.");
[all …]
/external/guava/guava-tests/test/com/google/common/collect/
DForMapMultimapAsMapImplementsMapTest.java57 // GWT's HashMap.entrySet().removeAll(null) doesn't throws NPE. in testEntrySetRemoveAllNullFromEmpty()
66 // GWT's HashMap.entrySet().retainAll(null) doesn't throws NPE. in testEntrySetRetainAllNullFromEmpty()
75 // GWT's HashMap.keySet().removeAll(null) doesn't throws NPE. in testKeySetRemoveAllNullFromEmpty()
84 // GWT's HashMap.keySet().retainAll(null) doesn't throws NPE. in testKeySetRetainAllNullFromEmpty()
93 // GWT's HashMap.values().removeAll(null) doesn't throws NPE. in testValuesRemoveAllNullFromEmpty()
102 // GWT's HashMap.values().retainAll(null) doesn't throws NPE. in testValuesRetainAllNullFromEmpty()
/external/guava/android/guava-tests/test/com/google/common/collect/
DForMapMultimapAsMapImplementsMapTest.java57 // GWT's HashMap.entrySet().removeAll(null) doesn't throws NPE. in testEntrySetRemoveAllNullFromEmpty()
66 // GWT's HashMap.entrySet().retainAll(null) doesn't throws NPE. in testEntrySetRetainAllNullFromEmpty()
75 // GWT's HashMap.keySet().removeAll(null) doesn't throws NPE. in testKeySetRemoveAllNullFromEmpty()
84 // GWT's HashMap.keySet().retainAll(null) doesn't throws NPE. in testKeySetRetainAllNullFromEmpty()
93 // GWT's HashMap.values().removeAll(null) doesn't throws NPE. in testValuesRemoveAllNullFromEmpty()
102 // GWT's HashMap.values().retainAll(null) doesn't throws NPE. in testValuesRetainAllNullFromEmpty()
DSubMapMultimapAsMapImplementsMapTest.java77 // GWT's TreeMap.entrySet().removeAll(null) doesn't throws NPE. in testEntrySetRemoveAllNullFromEmpty()
86 // GWT's TreeMap.entrySet().retainAll(null) doesn't throws NPE. in testEntrySetRetainAllNullFromEmpty()
95 // GWT's TreeMap.keySet().removeAll(null) doesn't throws NPE. in testKeySetRemoveAllNullFromEmpty()
104 // GWT's TreeMap.keySet().retainAll(null) doesn't throws NPE. in testKeySetRetainAllNullFromEmpty()
113 // GWT's TreeMap.values().removeAll(null) doesn't throws NPE. in testValuesRemoveAllNullFromEmpty()
122 // GWT's TreeMap.values().retainAll(null) doesn't throws NPE. in testValuesRetainAllNullFromEmpty()
/external/pigweed/pw_thread/
Dsleep_facade_test.cc58 // Ensure it doesn't sleep when a zero length duration is used. in TEST()
69 // Ensure it doesn't sleep when a negative duration is used. in TEST()
90 // Ensure it doesn't sleep when now is used. in TEST()
101 // Ensure it doesn't sleep when a timestamp in the past is used. in TEST()
123 // Ensure it doesn't sleep when a zero length duration is used. in TEST()
135 // Ensure it doesn't sleep when a negative duration is used. in TEST()
161 // Ensure it doesn't sleep when now is used. in TEST()
175 // Ensure it doesn't sleep when a timestamp in the past is used. in TEST()

12345678910>>...461