Searched defs:accumulate (Results 1 - 8 of 8) sorted by relevance

/external/v8/test/webkit/fast/js/
H A Dregexp-lastindex.js29 var accumulate = ""; variable
31 shouldBe('while (match = re.exec(" abcdefg")) accumulate += match + "; "; accumulate', '"abcdefg; "');
34 accumulate = "";
35 shouldBe('while (match = re.exec("123456789")) accumulate += match + "; "; accumulate', '"1; 2; 3; 4; 5; 6; 7; 8; 9; "');
/external/v8/test/mjsunit/
H A Darray-reduce.js103 function accumulate(acc, elem, i) { acc[i] = elem; return acc; } function
131 simpleArray, accumulate, []);
137 testReduce("reduce", "EmptyReduceAccumulate", [], [], [], accumulate, []);
142 testReduce("reduce", "EmptyReduceAccumulateNoInit", [], [], [[]], accumulate);
168 simpleSparseArray, accumulate, []);
175 [], [], [,,[],,], accumulate);
210 verySparseArray, accumulate, []);
232 verySparseArray, accumulate);
259 simpleArray, accumulate, []);
266 [], [], accumulate, []);
[all...]
/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_conv_adaptor_vcgen.h37 accumulate, enumerator in enum:agg::conv_adaptor_vcgen::status
93 m_status = accumulate;
94 case accumulate:
128 m_status = accumulate;
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
H A DJSONObject.java436 public JSONObject accumulate(String key, Object value) method in class:JSONObject
/external/libpng/contrib/libtests/
H A Dpngstest.c336 printf(" --accumulate");
1968 * These arrays may be modified if the --accumulate flag is set during the run;
2156 int accumulate; /* Accumlate component errors (don't log) */ member in struct:__anon9081
2174 /* Where these are stored in the static array (for 'accumulate') */
2203 result->accumulate = (in_image->opts & ACCUMULATE) != 0;
2578 if (transform->accumulate)
2630 * accumulate it.
2632 if (transform->accumulate)
2771 /* Do this the slow way to accumulate the 'in_use' flags, don't break out
3555 else if (strcmp(arg, "--accumulate")
[all...]
/external/robolectric/lib/main/
H A Djson-20080701.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/json/ org/json/CDL.class CDL. ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 489 milliseconds