Home
last modified time | relevance | path

Searched full:were (Results 1 – 25 of 5427) sorted by relevance

12345678910>>...218

/external/dng_sdk/source/
Ddng_memory.h94 /// \retval void * valid for as many bytes as were allocated.
102 /// \retval const void * valid for as many bytes as were allocated.
110 /// \retval char * valid for as many bytes as were allocated.
118 /// \retval const char * valid for as many bytes as were allocated.
126 /// \retval uint8 * valid for as many bytes as were allocated.
134 /// \retval const uint8 * valid for as many bytes as were allocated.
142 /// \retval uint16 * valid for as many bytes as were allocated.
150 /// \retval const uint16 * valid for as many bytes as were allocated.
158 /// \retval int16 * valid for as many bytes as were allocated.
166 /// \retval const int16 * valid for as many bytes as were allocated.
[all …]
Ddng_ref_counted_block.h105 /// \retval void * valid for as many bytes as were allocated.
118 /// \retval const void * valid for as many bytes as were allocated.
126 /// \retval char * valid for as many bytes as were allocated.
134 /// \retval const char * valid for as many bytes as were allocated.
142 /// \retval uint8 * valid for as many bytes as were allocated.
150 /// \retval const uint8 * valid for as many bytes as were allocated.
158 /// \retval uint16 * valid for as many bytes as were allocated.
166 /// \retval const uint16 * valid for as many bytes as were allocated.
174 /// \retval int16 * valid for as many bytes as were allocated.
182 /// \retval const int16 * valid for as many bytes as were allocated.
[all …]
/external/deqp/external/openglcts/modules/gl/
Dgl4cMultiBindTests.hpp161 * - inspect if bindings were modified;
165 * - inspect if bindings were modified;
168 * - inspect if bindings were modified;
173 * - inspect if all bindings but first were modified;
178 * - inspect if bindings were modified;
205 * - inspect if bindings were modified;
209 * - inspect if bindings were modified;
212 * - inspect if bindings were modified;
217 * - inspect if all bindings but first were modified;
222 * - inspect if bindings were modified;
[all …]
/external/iproute2/man/man8/
Dlnstat.8102 How many lookups were performed.
105 How many \fBlookups\fP were successful.
111 How many multicast neighbor solicitations were received. (IPv6 only.)
114 How many unicast neighbor solicitations were received. (IPv6 only.)
117 How many garbage collection runs were executed.
120 How many forced garbage collection runs were executed. Happens when adding an
124 How many neighbor table entries were discarded due to lookup failure.
142 Number of \fBsearched\fP entries which were successful.
145 Number of conntrack entries added which were not expected before.
154 Number of conntrack entries which were removed.
[all …]
/external/webrtc/webrtc/examples/androidtests/src/org/appspot/apprtc/test/
DPeerConnectionClientTest.java295 assertTrue("ICE candidates were not generated.", in testSetLocalOfferMakesVideoFlowLocally()
298 // Check that local video frames were rendered. in testSetLocalOfferMakesVideoFlowLocally()
299 assertTrue("Local video frames were not rendered.", in testSetLocalOfferMakesVideoFlowLocally()
334 // Check that local and remote video frames were rendered. in doLoopbackTest()
335 assertTrue("Local video frames were not rendered.", in doLoopbackTest()
337 assertTrue("Remote video frames were not rendered.", in doLoopbackTest()
441 // Check that local and remote video frames were rendered. in testCameraSwitch()
442 assertTrue("Local video frames were not rendered before camera switch.", in testCameraSwitch()
444 assertTrue("Remote video frames were not rendered before camera switch.", in testCameraSwitch()
452 // were rendered after camera switch. in testCameraSwitch()
[all …]
/external/clang/test/SemaCXX/
Doverload-member-call.cpp75 …t t); // expected-note {{candidate function not viable: requires 3 arguments, but 2 were provided}}
76 …expected-note {{candidate function not viable: requires at least 3 arguments, but 2 were provided}}
77 …expected-note {{candidate function not viable: requires at least 3 arguments, but 2 were provided}}
86 …note {{candidate function not viable: requires single argument 'n', but 2 arguments were provided}}
87 …{candidate function not viable: allows at most single argument 'n', but 2 arguments were provided}}
88 …e {{candidate function not viable: requires at least argument 'n', but no arguments were provided}}
89 …e {{candidate function not viable: requires at least argument 'n', but no arguments were provided}}
90 … expected-note {{candidate function not viable: requires at most 2 arguments, but 3 were provided}}
91 … expected-note {{candidate function not viable: requires at most 2 arguments, but 3 were provided}}
111 void f(int); // expected-note {{requires 1 argument, but 0 were provided}}
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dstatistics_calculator.h40 // Reports that |num_samples| samples were produced through expansion, and
44 // Reports that |num_samples| samples were produced through expansion, and
48 // Reports that |num_samples| samples were produced through preemptive
52 // Reports that |num_samples| samples were removed through accelerate.
55 // Reports that |num_samples| zeros were inserted into the output.
58 // Reports that |num_packets| packets were discarded.
61 // Reports that |num_samples| were lost.
72 // Reports that |num_samples| samples were decoded from secondary packets.
/external/python/cpython2/Misc/
DREADME.klocwork13 There were originally 175 defects reported. Most of these
14 were false positives. However, there were numerous real issues
23 False positives were also annotated so that the comments can
28 warnings were produced, primarily related to dereferencing NULL pointers.
DREADME.coverity12 There were originally about 100 defects reported. Some of these
13 were false positives. Over 70 issues were uncovered.
19 False positives were annotated so that the comments can
/external/testng/
DCHANGES.txt13 Fixed: GITHUB-866 / GITHUB-869 : Some attributes were not cloned when XmlSuite#clone was used (Vire…
126 Fixed: Assertions in the Assertions class were not failing properly.
134 Fixed: Reporter.log() invoked from listeners were being discarded
152 Fixed: Threads were started sequentially instead of being interleaved
186 Fixed: Failed tests with allow-return-values="true" were not rerun
216 Fixed: Configuration methods were reported incorrectly in listeners.
218 Fixed: IAnnotationTransformer2 beforeTest/afterTest booleans were not being set
267 Fixed: -groups and -excludegroups were no longer overriding testng.xml
309 Fixed: Group dependencies were not being skipped properly.
340 Fixed: JUnit conversion: super.setUp()/tearDown() were being removed when extending a class other t…
[all …]
/external/jcommander/
DCHANGELOG18 Fixed: Parameters with a single double quote were not working properly
37 Fixed: Commands using @Parameters(resourceBundle) were not i18n'ed properly in the usage()
41 Fixed: Commands with same prefix as options were not working properly.
65 Fixed: defaults for commands were not properly applied (Stevo Slavic)
74 Added: Don't display "Options:" if none were defined
77 Fixed: Default values with a validator were being validate at parse() time instead of creation time.
96 Added: Command usages are now shown in the order they were added to the JCommander object
/external/proguard/src/proguard/
DInitializer.java306 System.out.println("Note: there were " + fullyQualifiedNoteCount + in execute()
315 System.out.println("Note: there were " + classMemberNoteCount + in execute()
323 System.out.println("Note: there were " + getAnnotationNoteCount + in execute()
333 System.out.println("Note: there were " + getSignatureNoteCount + in execute()
343 System.out.println("Note: there were " + getEnclosingClassNoteCount + in execute()
353 System.out.println("Note: there were " + getEnclosingMethodNoteCount + in execute()
363 System.out.println("Note: there were " + descriptorNoteCount + in execute()
373 System.out.println("Note: there were " + libraryNoteCount + in execute()
382 System.out.println("Note: there were " + dynamicClassReferenceNoteCount + in execute()
391 System.out.println("Note: there were " + classForNameNoteCount + in execute()
[all …]
/external/python/cpython3/Misc/
DREADME.coverity12 There were originally about 100 defects reported. Some of these
13 were false positives. Over 70 issues were uncovered.
19 False positives were annotated so that the comments can
/external/llvm/test/tools/llvm-cov/Inputs/
DREADME1 These inputs were pre-generated to allow for easier testing of llvm-cov.
3 The files used to test the gcov compatible code coverage tool were generated
6 test.gcno and test.gcda were create by running clang:
18 The 'profdata' files were generated by running an instrumented version of the
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/doc/spec/
Dx15446.htm130 > were defined. Applications can set this
154 color subcarrier fields were renamed. The <A
242 image formats were added.</P
245 video output devices were added.</P
324 >Version 0.20 introduced a number of changes which were
345 symbols were fixed. struct&nbsp;<A
378 >All the different get- and set-format commands were
444 > ioctls were merged with
475 control flags were introduced and one dropped. The
530 can be changed periodically, which would cause errors if it were being
[all …]
/external/clang/test/Misc/
Derror-limit-multiple-notes.cpp19 // CHECK: 6:6: note: candidate function not viable: requires 2 arguments, but 3 were provided
20 // CHECK: 7:6: note: candidate function not viable: requires 4 arguments, but 3 were provided
21 // CHECK: 5:6: note: candidate function not viable: requires 1 argument, but 3 were provided
22 // CHECK: 4:6: note: candidate function not viable: requires 1 argument, but 3 were provided
/external/mesa3d/docs/
DVERSIONS252 - color masking and blending were performed in wrong order
292 - Z coordinates of clipped lines were incorrect
299 - polygons were sometimes culled instead of clipped
344 - a few 1.1 constants were missing or misnamed in gl.h
350 - polygons with colinear vertices were sometimes culled
351 - feedback triangle colors were wrong when using smooth shading
353 - colors returned in feedback mode were wrong when using lighting
377 - glEnable/DisableClientState() were missing from GL/gl.h
381 - black and white were reversed on some monochrome displays
422 - flat-shaded quads in a strip were miscolored if clipped
[all …]
/external/desugar/java/com/google/devtools/common/options/
DOptionsProvider.java37 * Returns a mutable copy of the list of all options that were specified either explicitly or
38 * implicitly. These options are sorted by priority, and by the order in which they were
51 * to the user. These options are sorted by priority, and by the order in which they were
61 * the options that were added explicitly, expanded if necessary to the valued options they
62 * affect. This will not include values that were set and then overridden by a later value of the
/external/python/cpython2/Lib/wsgiref/
Dheaders.py4 so portions are Copyright (C) 2001,2002 Python Software Foundation, and were
78 list or were added to this instance, and may contain duplicates. Any
99 list, or were added to this instance, and may contain duplicates.
109 list, or were added to this instance, and may contain duplicates.
118 These will be sorted in the order they were in the original header
119 list, or were added to this instance, and may contain duplicates.
/external/brotli/tests/testdata/
Dalice29.txt57 noticed that they were filled with cupboards and book-shelves;
81 or Longitude either, but thought they were nice grand words to
99 her saucer of milk at tea-time. Dinah my dear! I wish you were
124 There were doors all round the hall, but they were all locked;
132 doors of the hall; but, alas! either the locks were too large, or
150 things indeed were really impossible.
223 which the words `EAT ME' were beautifully marked in currants.
258 feet, they seemed to be almost out of sight, they were getting so
316 thinking over all the children she knew that were of the same age
332 and she crossed her hands on her lap as if she were saying lessons,
[all …]
/external/guava/guava-tests/test/com/google/common/io/testdata/
Dalice_in_wonderland.txt55 noticed that they were filled with cupboards and book-shelves;
79 or Longitude either, but thought they were nice grand words to
97 her saucer of milk at tea-time. Dinah my dear! I wish you were
122 There were doors all round the hall, but they were all locked;
130 doors of the hall; but, alas! either the locks were too large, or
148 things indeed were really impossible.
221 which the words `EAT ME' were beautifully marked in currants.
256 feet, they seemed to be almost out of sight, they were getting so
314 thinking over all the children she knew that were of the same age
330 and she crossed her hands on her lap as if she were saying lessons,
[all …]
/external/python/cpython2/Demo/scripts/
Dunbirthday.py5 # that weren't your birthday. (The day you were born is not counted).
16 year = int(raw_input('In which year were you born? '))
22 print "It's hard to believe you were born in", year
47 print 'You were born on', format(bdaytuple)
58 print 'You were born today. Have a nice life!'
/external/toolchain-utils/
Dauto_delete_nightly_test_data.py101 # Clean chroot/tmp/test_that_* and chroot/tmp/tmpxxxxxx, that were last
118 print('Some directories were not removed under chromeos tree '
130 # Clean image tar files, which were last accessed 1 hour ago and clean image
131 # bin files that were last accessed more than specified time.
148 print('Some chromeos images were not removed from '
153 # Clean autotest files that were last accessed more than specified time.
169 print('Some image autotest directories were not removed from '
/external/icu/icu4c/source/common/
Dbytesinkutil.h22 /** (length) bytes were mapped to valid (s16, s16Length). */
27 /** The bytes at [s, limit[ were mapped to valid (s16, s16Length). */
32 /** (length) bytes were mapped/changed to valid code point c. */
35 /** The few bytes at [src, nextSrc[ were mapped/changed to valid code point c. */
/external/python/cpython3/Lib/wsgiref/
Dheaders.py4 so portions are Copyright (C) 2001,2002 Python Software Foundation, and were
86 list or were added to this instance, and may contain duplicates. Any
107 list, or were added to this instance, and may contain duplicates.
117 list, or were added to this instance, and may contain duplicates.
126 These will be sorted in the order they were in the original header
127 list, or were added to this instance, and may contain duplicates.

12345678910>>...218