Home
last modified time | relevance | path

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

123

/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/
Djsonrpc2.go305 type combined struct { struct
306 VersionTag VersionTag `json:"jsonrpc"`
307 ID *ID `json:"id,omitempty"`
308 Method string `json:"method"`
309 Params *json.RawMessage `json:"params,omitempty"`
310 Result *json.RawMessage `json:"result,omitempty"`
311 Error *Error `json:"error,omitempty"`
/external/angle/third_party/spirv-tools/src/utils/vscode/src/lsp/jsonrpc2/
Djsonrpc2.go305 type combined struct { struct
306 VersionTag VersionTag `json:"jsonrpc"`
307 ID *ID `json:"id,omitempty"`
308 Method string `json:"method"`
309 Params *json.RawMessage `json:"params,omitempty"`
310 Result *json.RawMessage `json:"result,omitempty"`
311 Error *Error `json:"error,omitempty"`
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/
Djsonrpc2.go305 type combined struct { struct
306 VersionTag VersionTag `json:"jsonrpc"`
307 ID *ID `json:"id,omitempty"`
308 Method string `json:"method"`
309 Params *json.RawMessage `json:"params,omitempty"`
310 Result *json.RawMessage `json:"result,omitempty"`
311 Error *Error `json:"error,omitempty"`
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/
DCoroutineContext.kt45 val combined = coroutineContext + context in isJsdom() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
DCoroutineContext.kt32 val combined = coroutineContext + context in loopWasShutDown() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DCoroutineContext.kt33 val combined = coroutineContext + context in createDefaultDispatcher() constant
/external/skia/docs/examples/
DMatrix_decomposeScale.cpp19 SkMatrix combined = SkMatrix::Concat(scaleMatrix, remaining); in draw() local
/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/skqp/src/gpu/glsl/
DGrGLSLPrimitiveProcessor.cpp19 SkMatrix combined; in GetTransformMatrix() 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
/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.h98 SkMatrix combined; in getRTAdjustedGLMatrix() local
/external/skqp/src/gpu/gl/
DGrGLPathRendering.h102 SkMatrix combined; in getRTAdjustedGLMatrix() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cse.cc54 int64 combined = 0; in CombineConstants() local
/external/u-boot/tools/patman/
Dcommand.py27 def __init__(self, stdout='', stderr='', combined='', return_code=0, argument
/external/vulkan-validation-layers/layers/
Dhash_util.h63 HashCombiner(Key combined = 0) : combined_(combined) {} in combined_() argument
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_math_ops.py328 def _set_ragged_segment_docstring(func, combination, combined): argument
630 def _set_ragged_reduce_docstring(func, combination, combined, default, example): argument
/external/deqp-deps/glslang/glslang/MachineIndependent/
DVersions.cpp1006 TString combined; in requireFloat16Arithmetic() local
1020 TString combined; in requireInt16Arithmetic() local
1034 TString combined; in requireInt8Arithmetic() local
/external/angle/third_party/glslang/src/glslang/MachineIndependent/
DVersions.cpp987 TString combined; in requireFloat16Arithmetic() local
1001 TString combined; in requireInt16Arithmetic() local
1015 TString combined; in requireInt8Arithmetic() local
/external/guava/guava/src/com/google/common/util/concurrent/
DSimpleTimeLimiter.java234 StackTraceElement[] combined = in throwCause() local
/external/guava/android/guava/src/com/google/common/util/concurrent/
DSimpleTimeLimiter.java234 StackTraceElement[] combined = in throwCause() local

123