Searched refs:increments (Results 1 - 22 of 22) sorted by relevance

/external/testng/src/test/java/test/listeners/
H A DMyInvokedMethodListener.java18 increments(beforeInvocation, method);
23 increments(afterInvocation, method);
26 private static void increments(Map<String, Integer> map, IInvokedMethod method) { method in class:MyInvokedMethodListener
/external/sfntly/cpp/src/test/
H A Dbyte_array_test.cc67 int increments = std::max<int32_t>(ba1->Length() / 11, 1); local
69 buffer_size += increments) {
82 window_size += increments) {
H A Dfont_data_test.cc226 int32_t increments = std::max<int32_t>(length / 11, 1); local
228 buffer_size += increments) {
241 window_size += increments) {
283 int32_t increments = std::max<int32_t>(length / 11, 1); local
285 buffer_size += increments) {
293 for (int window_size = 1; window_size < length; window_size += increments) {
/external/deqp/modules/gles31/functional/
H A Des31fAtomicCounterTests.cpp120 bool checkAndLogCallValues (TestLog& log, const vector<deUint32>& increments, const vector<deUint32>& decrements, const vector<deUint32>& preGets, const vector<deUint32>& postGets, const vector<deUint32>& gets) const;
121 void splitBuffer (const vector<deUint32>& buffer, vector<deUint32>& increments, vector<deUint32>& decrements, vector<deUint32>& preGets, vector<deUint32>& postGets, vector<deUint32>& gets) const;
128 static bool checkPath (const vector<deUint32>& increments, const vector<deUint32>& decrements, int initialValue, const TestSpec& spec);
557 void AtomicCounterTest::splitBuffer (const vector<deUint32>& buffer, vector<deUint32>& increments, vector<deUint32>& decrements, vector<deUint32>& preGets, vector<deUint32>& postGets, vector<deUint32>& gets) const argument
567 increments.clear();
615 increments.push_back(buffer[firstInc + id]);
712 bool AtomicCounterTest::checkPath (const vector<deUint32>& increments, const vector<deUint32>& decrements, int initialValue, const TestSpec& spec) argument
723 for (int valueNdx = 0; valueNdx < (int)increments.size(); valueNdx++)
725 if (increments[valueNdx] != (deUint32)-1)
727 minValue = std::min(minValue, increments[valueNd
806 checkAndLogCallValues(TestLog& log, const vector<deUint32>& increments, const vector<deUint32>& decrements, const vector<deUint32>& preGets, const vector<deUint32>& postGets, const vector<deUint32>& gets) const argument
1030 vector<deUint32> increments; local
[all...]
/external/webrtc/webrtc/modules/video_coding/
H A Dframe_buffer.cc111 const uint32_t increments = local
114 const uint32_t newSize = _size + increments * kBufferIncStepSizeBytes;
/external/libhevc/common/arm/
H A Dihevc_inter_pred_chroma_vert_w16inp.s137 add r0,r4,r2 @increments pi2_src
162 subs r5,r5,#2 @increments ht
182 add r0,r4,r2 @increments pi2_src
H A Dihevc_inter_pred_chroma_vert_w16inp_w16out.s137 add r0,r4,r2 @increments pi2_src
160 subs r5,r5,#2 @increments ht
181 add r0,r4,r2 @increments pi2_src
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DTimeLineGraph.java294 double increments=(xRange*1.0)/timeRange;
296 thisItem.setX((int)(Math.round((thisItem.timestamp-closestPrecedingItem.timestamp)*increments)+closestPrecedingItem.x));
/external/ImageMagick/www/api/
H A Dfeature.php141 <p>Use HoughLineImage() in conjunction with any binary edge extracted image (we recommand Canny) to identify lines in the image. The algorithm accumulates counts for every white pixel for every possible orientation (for angles from 0 to 179 in 1 degree increments) and distance from the center of the image to the corner (in 1 px increments) and stores the counts in an accumulator matrix of angle vs distance. The size of the accumulator is 180x(diagonal/2). Next it searches this space for peaks in counts and converts the locations of the peaks to slope and intercept in the normal x,y input image space. Use the slope/intercepts to find the endpoints clipped to the bounds of the image. The lines are then drawn. The counts are a measure of the length of the lines</p>
H A Dimage.php620 <p>ReferenceImage() increments the reference count associated with an image returning a pointer to the image.</p>
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DStringSearch.java640 * @param increments incremental size expected
644 int value, int increments) {
647 newlength += increments;
665 * @param increments incremental size expected
669 long value, int increments) {
672 newlength += increments;
643 addToIntArray(int[] destination, int offset, int destinationlength, int value, int increments) argument
668 addToLongArray(long[] destination, int offset, int destinationlength, long value, int increments) argument
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DStringSearch.java657 * @param increments incremental size expected
661 int value, int increments) {
664 newlength += increments;
682 * @param increments incremental size expected
686 long value, int increments) {
689 newlength += increments;
660 addToIntArray(int[] destination, int offset, int destinationlength, int value, int increments) argument
685 addToLongArray(long[] destination, int offset, int destinationlength, long value, int increments) argument
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
H A DPath.inc186 // increments an integer from a random number seeded by the current time. This
/external/icu/icu4c/source/i18n/
H A Dusearch.cpp206 * @param increments incremental size expected
216 uint32_t increments,
221 newlength += increments;
246 * @param increments incremental size expected
256 uint32_t increments,
261 newlength += increments;
212 addTouint32_tArray(int32_t *destination, uint32_t offset, uint32_t *destinationlength, uint32_t value, uint32_t increments, UErrorCode *status) argument
252 addTouint64_tArray(int64_t *destination, uint32_t offset, uint32_t *destinationlength, uint64_t value, uint32_t increments, UErrorCode *status) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/bison/build-aux/
H A Dtexinfo.tex3760 % \itemno, since @item increments \itemno.
/external/libmicrohttpd/doc/
H A Dtexinfo.tex3761 % \itemno, since @item increments \itemno.
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 850 milliseconds