Home
last modified time | relevance | path

Searched defs:combined (Results 1 – 25 of 66) sorted by relevance

123

/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
DJDKRandomGenerator.java43 long combined = 0l; in setSeed() local
DAbstractRandomGenerator.java75 long combined = 0l; in setSeed() local
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/stats/
DMutableAggregationTest.java222 List<MutableAggregation> combined = in testCombine_SumCountMean() local
258 MutableDistribution combined = MutableDistribution.create(BUCKET_BOUNDARIES); in testCombine_Distribution() local
/external/harfbuzz_ng/src/
Dgen-indic-table.py69 combined = {} variable
77 combined = {k:v for k,v in combined.items() if k in ALLOWED_SINGLES or v[2] in ALLOWED_BLOCKS} variable
Dgen-use-table.py61 combined = {} variable
69 combined = {k:v for k,v in combined.items() if v[3] not in BLACKLISTED_BLOCKS} variable
/external/skqp/src/gpu/glsl/
DGrGLSLPrimitiveProcessor.cpp19 SkMatrix combined; in GetTransformMatrix() local
/external/skia/src/gpu/glsl/
DGrGLSLPrimitiveProcessor.cpp19 SkMatrix combined; in GetTransformMatrix() local
/external/guice/core/test/com/google/inject/
DModulesTest.java29 Module combined = Modules.combine(newModule(1), newModule(2L), newModule((short) 3)); in testCombineVarargs() local
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DParameterSet.java68 ImmutableSetMultimap.Builder<String, String> combined = ImmutableSetMultimap.builder(); in fillInDefaultsFor() local
/external/skia/src/gpu/gl/
DGrGLPathRendering.h102 SkMatrix combined; in getRTAdjustedGLMatrix() local
/external/skqp/src/gpu/gl/
DGrGLPathRendering.h102 SkMatrix combined; in getRTAdjustedGLMatrix() local
/external/mesa3d/src/compiler/nir/
Dnir_lower_clip_cull_distance_arrays.c78 nir_variable *combined, in rewrite_references()
/external/u-boot/tools/patman/
Dcommand.py26 def __init__(self, stdout='', stderr='', combined='', return_code=0, argument
/external/guava/guava/src/com/google/common/util/concurrent/
DSimpleTimeLimiter.java154 StackTraceElement[] combined = ObjectArrays.concat(cause.getStackTrace(), in throwCause() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cse.cc54 int64 combined = 0; in CombineConstants() local
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_math_ops.py302 def _set_ragged_segment_docstring(func, combination, combined): argument
568 def _set_ragged_reduce_docstring(func, combination, combined, default, example): argument
/external/vulkan-validation-layers/layers/
Dhash_util.h63 HashCombiner(Key combined = 0) : combined_(combined) {} in combined_() argument
/external/deqp-deps/glslang/glslang/MachineIndependent/
DVersions.cpp921 TString combined; in requireFloat16Arithmetic() local
937 TString combined; in requireInt16Arithmetic() local
953 TString combined; in requireInt8Arithmetic() local
/external/webrtc/webrtc/system_wrappers/source/
Ddata_log_c.cc30 std::string combined = webrtc::DataLog::Combine(table_name, table_id); in WebRtcDataLog_Combine() local
/external/skqp/src/core/
DSkPictureRecord.h26 #define UNPACK_8_24(combined, small, large) \ argument
/external/skia/src/core/
DSkPictureRecord.h26 #define UNPACK_8_24(combined, small, large) \ argument
/external/avb/libavb/
Davb_cmdline.c191 char combined[AVB_MAX_DIGITS_UINT64 * 2 + 1]; in cmdline_append_version() local
/external/u-boot/lib/libavb/
Davb_cmdline.c164 char combined[AVB_MAX_DIGITS_UINT64 * 2 + 1]; in cmdline_append_version() local
/external/tensorflow/tensorflow/contrib/distribute/python/
Dcombinations.py254 def times(*combined):
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckExemplars.java169 UnicodeSet combined = new UnicodeSet(mainSet).addAll(auxiliarySet); in handleCheck() local

123