Home
last modified time | relevance | path

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

12345

/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/angle/third_party/vulkan-deps/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/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/tensorflow/tensorflow/core/platform/
Dstatus_test.cc51 Status combined = in TEST() local
76 Status combined = in TEST() local
116 Status combined = status_group.as_summary_status(); in TEST() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/
DCoroutineContext.kt40 val combined = coroutineContext + context in isJsdom() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
DCoroutineContext.kt36 val combined = coroutineContext + context in createDefaultDispatcher() constant
/external/libchrome/components/policy/core/common/
Dschema_registry_unittest.cc133 CombinedSchemaRegistry combined; in TEST() local
147 CombinedSchemaRegistry combined; in TEST() 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/skia/experimental/bazel_test/
Dpathop_main.cpp28 SkPath combined; in main() local
/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/guice/core/test/com/google/inject/
DModulesTest.java29 Module combined = Modules.combine(newModule(1), newModule(2L), newModule((short) 3)); in testCombineVarargs() local
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowAppWidgetManagerTest.java301 RemoteViews combined = new RemoteViews(landscape, portrait); in updateAppWidget_landscapeAndPortrait() local
314 RemoteViews combined = new RemoteViews(landscape, portrait); in updateAppWidget_landscapeAndPortrait_canReapplySameView() local
338 RemoteViews combined = new RemoteViews(landscape, portrait); in updateAppWidget_landscapeAndPortrait_doesntReapplyDifferntViews() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dall_reduce_combiner.cc80 HloInstruction* combined; in CombineAllReduces() local
Dreduce_scatter_combiner.cc84 HloInstruction* combined; in CombineReduceScatters() local
Dall_gather_combiner.cc76 HloInstruction* combined; in CombineAllGathers() local
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DParameterSet.java68 ImmutableSetMultimap.Builder<String, String> combined = ImmutableSetMultimap.builder(); in fillInDefaultsFor() 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/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/formatter/
DLargeValueFormatter.java89 int combined = Integer.valueOf(numericValue2 + "" + numericValue1); in makePretty() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DCoroutineContext.kt19 val combined = foldCopies(coroutineContext, context, true) in <lambda>() constant
/external/libcap/progs/
Dsetcap.c224 cap_flag_value_t inh_state, eff_state, combined; in main() local
/external/vulkan-validation-layers/layers/
Dhash_util.h63 HashCombiner(Key combined = 0) : combined_(combined) {} in combined_() argument
/external/webrtc/rtc_base/java/src/org/webrtc/
DThreadUtils.java207 final StackTraceElement[] combined = new StackTraceElement[inner.length + outer.length]; in concatStackTraces() local
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DVersions.cpp1191 TString combined; in requireFloat16Arithmetic() local
1205 TString combined; in requireInt16Arithmetic() local
1219 TString combined; in requireInt8Arithmetic() local

12345