Home
last modified time | relevance | path

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

12345678910>>...255

/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/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_oa_hsw.xml24 … description="The percentage of time in which the Execution Units were actively processing."
38 … description="The percentage of time in which evaluation shaders were stalled on the EUs."
95 …rage number of cycles per hardware thread run in which evaluation shaders were processed actively …
122 description="The percentage of time in which geometry shaders were stalled on the EUs."
136 … description="The percentage of time in which compute shaders were processed actively on the EUs."
150 … description="The percentage of time in which vertex shaders were processed actively on the EUs."
164 … description="The percentage of time in which control shaders were processed actively on the EUs."
178 …description="The percentage of time in which evaluation shaders were processed actively on the EUs…
192 … description="The percentage of time in which geometry shaders were processed actively on the EUs."
206 … description="The percentage of time in which fragment shaders were processed actively on the EUs."
[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/perfetto/protos/perfetto/common/
Dtrace_stats.proto39 // Total size of chunks that were fully read from the circular buffer by the
55 // Num. bytes that were allocated as padding between chunks in the circular
59 // Num. of padding bytes that were removed from the circular buffer when
60 // they were overwritten.
81 // Num. chunks (!= packets) that were fully read from the circular buffer by
86 // Num. chunks that were committed out of order.
142 // Num. chunks that were discarded by the service before attempting to commit
146 // Num. patches that were discarded by the service before attempting to apply
/external/libchrome/base/task_scheduler/
Dtask_traits_unittest.nc12 #if defined(NCTEST_TASK_TRAITS_MULTIPLE_MAY_BLOCK) // [r"Multiple arguments of the same type were
14 …PLE_WITH_BASE_SYNC_PRIMITIVES) // [r"Multiple arguments of the same type were provided to the con…
17 …TRAITS_MULTIPLE_TASK_PRIORITY) // [r"Multiple arguments of the same type were provided to the con…
20 …TS_MULTIPLE_SHUTDOWN_BEHAVIOR) // [r"Multiple arguments of the same type were provided to the con…
23 …TRAITS_MULTIPLE_SAME_TYPE_MIX) // [r"Multiple arguments of the same type were provided to the con…
/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/icu/android_icu4j/src/main/java/android/icu/number/
DNumberRangeFormatter.java99 …* Show the number using a locale-sensitive approximation pattern. If the numbers were the same bef…
128 * were equal or not, and whether or not the identity fallback was applied.
136 …* Used to indicate that the two numbers in the range were equal, even before any rounding rules we…
144 …* Used to indicate that the two numbers in the range were equal, but only after rounding rules wer…
152 …* Used to indicate that the two numbers in the range were not equal, even after rounding rules wer…
/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/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DNumberRangeFormatter.java103 …* Show the number using a locale-sensitive approximation pattern. If the numbers were the same bef…
135 * were equal or not, and whether or not the identity fallback was applied.
143 …* Used to indicate that the two numbers in the range were equal, even before any rounding rules we…
152 …* Used to indicate that the two numbers in the range were equal, but only after rounding rules wer…
161 …* Used to indicate that the two numbers in the range were not equal, even after rounding rules wer…
/external/pcre/dist2/
DChangeLog10 group that did capture something were not being correctly returned as "unset"
26 repeating character classes were overlooked.
61 matches for the ovector, no matches were displayed.
104 22. When checking to see if a lookbehind is of fixed length, lookaheads were
105 correctly ignored, but qualifiers on lookaheads were not being ignored, leading
115 25. Fixed an obscure bug that struck when there were two atomic groups not
130 28. A (*MARK) name was not being passed back for positive assertions that were
138 code point was less than 256 and that were recognized by the lookup table
144 32. In certain circumstances, option settings within patterns were not being
241 assertion. ACCEPT in an assertion now closes only those groups that were
[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/swiftshader/third_party/llvm-7.0/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/lzma/DOC/
Dlzma-history.txt8 - Some bugs were fixed.
66 - The BUGs were fixed:
74 - C/7zTypes.h : the names of variables in interface structures were changed (vt).
75 - Some bugs were fixed. 7-Zip could crash in some cases.
87 - Some bugs in 7z code were fixed.
104 - Some bugs were fixed.
159 - SFX mudules were added to LZMA SDK
160 - Some bugs were fixed.
179 if more than 10 threads were used (or more than 20 threads in some modes).
192 - Some bugs were fixed
[all …]
/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/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

12345678910>>...255