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

/external/pdfium/third_party/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/brotli/research/
H A Dbrotlidump.py13 from itertools import accumulate, repeat namespace
/external/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_shader.cpp505 ctx.opt_stats.accumulate(s);
507 ctx.src_stats.accumulate(s);
635 void shader_stats::accumulate(shader_stats& s) { function in class:r600_sb::shader_stats
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
H A Dgrow_stats.cc634 void FixedSizeClassStats::accumulate(int c, float w) { function in class:tensorflow::tensorforest::FixedSizeClassStats
/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dmemory_optimizer.cc663 NodeDef* accumulate = item->graph.add_node(); local
664 accumulate->set_name(
666 accumulate->set_op("AssignAdd");
667 accumulate->set_device(device);
668 (*accumulate->mutable_attr())["T"].set_type(dtype);
669 (*accumulate->mutable_attr())["use_locking"].set_b(true);
670 *accumulate->add_input() = initialize->name();
671 *accumulate->add_input() = input;
672 accumulates.push_back(accumulate);
/external/libxaac/decoder/
H A Dixheaacd_env_calc.c1245 WORD32 accumulate; local
1267 accumulate = 0;
1283 accumulate =
1284 ixheaacd_add32_sat(accumulate, ixheaacd_shr32(accu_line, 9));
1287 shift = ixheaacd_pnorm32(accumulate);
1290 ixheaacd_shr32_dir_sat_limit(accumulate, (16 - shift)));
/external/libpng/contrib/libtests/
H A Dpngstest.c355 printf(" --accumulate");
2000 * These arrays may be modified if the --accumulate flag is set during the run;
2039 int accumulate; /* Accumlate component errors (don't log) */ member in struct:__anon12331
2057 /* Where these are stored in the static array (for 'accumulate') */
2086 result->accumulate = (in_image->opts & ACCUMULATE) != 0;
2461 if (transform->accumulate)
2513 * accumulate it.
2515 if (transform->accumulate)
2654 /* Do this the slow way to accumulate the 'in_use' flags, don't break out
3553 else if (strcmp(arg, "--accumulate")
[all...]
/external/skia/src/core/
H A DSkCanvas.cpp1527 void accumulate(SkBaseDevice* device, SkRegion* rgn) { function in class:RgnAccumulator
1541 FOR_EACH_TOP_DEVICE(device->onAsRgnClip(&tmp); accum.accumulate(device, &tmp));
/external/skqp/src/core/
H A DSkCanvas.cpp1531 void accumulate(SkBaseDevice* device, SkRegion* rgn) { function in class:RgnAccumulator
1545 FOR_EACH_TOP_DEVICE(device->onAsRgnClip(&tmp); accum.accumulate(device, &tmp));
/external/robolectric/v1/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/robolectric/v3/runtime/
H A Djson-20080701.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/json/ org/json/CDL.class CDL. ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/protobuf/php/ext/google/protobuf/
H A Dupb.c8705 static void accumulate(upb_pb_encoder *e) { function
8721 accumulate(e);
8763 accumulate(e);
9979 * buffer or a temporary accumulate buffer. */
9998 * 2. we need to accumulate all the parts into a contiguous buffer for further
10015 /* Start a multi-part text value where we accumulate the data for processing at
10057 /* Note: this invalidates the accumulate buffer! Call only after reading its
10356 * Enum string values must accumulate so we can look up the value in a table
10428 * field based on the current contents of the accumulate buffer. */
10496 * with the map key in the accumulate buffe
[all...]
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c9416 static void accumulate(upb_pb_encoder *e) { function
9432 accumulate(e);
9474 accumulate(e);
10675 * buffer or a temporary accumulate buffer. */
10694 * 2. we need to accumulate all the parts into a contiguous buffer for further
10711 /* Start a multi-part text value where we accumulate the data for processing at
10753 /* Note: this invalidates the accumulate buffer! Call only after reading its
11053 * Enum string values must accumulate so we can look up the value in a table
11125 * field based on the current contents of the accumulate buffer. */
11193 * with the map key in the accumulate buffe
[all...]
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.resources_3.10.0.v20150423-0755.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 680 milliseconds