Home
last modified time | relevance | path

Searched defs:result_value (Results 1 – 25 of 75) sorted by relevance

123

/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/
H A Dsync_method_unittest.cc693 int32_t result_value = -1; in TYPED_TEST() local
717 int32_t result_value = -1; in SEQUENCED_TASK_RUNNER_TYPED_TEST() local
749 int32_t result_value = -1; in TYPED_TEST() local
773 int32_t result_value = -1; in SEQUENCED_TASK_RUNNER_TYPED_TEST() local
837 int32_t result_value = -1; in TYPED_TEST() local
883 int32_t result_value = -1; in SEQUENCED_TASK_RUNNER_TYPED_TEST_F() local
934 int32_t result_value = -1; in TYPED_TEST() local
975 int32_t result_value = -1; in SEQUENCED_TASK_RUNNER_TYPED_TEST_F() local
1045 int32_t result_value = -1; in TYPED_TEST() local
1111 int32_t result_value = -1; in SEQUENCED_TASK_RUNNER_TYPED_TEST_F() local
[all …]
/aosp_15_r20/external/libtextclassifier/native/utils/grammar/semantics/evaluators/
H A Dcompose-eval_test.cc68 const SemanticValue* result_value = result.ValueOrDie(); in TEST_F() local
98 const SemanticValue* result_value = result.ValueOrDie(); in TEST_F() local
125 const SemanticValue* result_value = result.ValueOrDie(); in TEST_F() local
163 const SemanticValue* result_value = result.ValueOrDie(); in TEST_F() local
227 const SemanticValue* result_value = result.ValueOrDie(); in TEST_F() local
274 const SemanticValue* result_value = result.ValueOrDie(); in TEST_F() local
H A Dconst-eval_test.cc48 const SemanticValue* result_value = result.ValueOrDie(); in TEST_F() local
66 const SemanticValue* result_value = result.ValueOrDie(); in Eval() local
87 const SemanticValue* result_value = result.ValueOrDie(); in TEST_F() local
99 const SemanticValue* result_value = result.ValueOrDie(); in TEST_F() local
H A Darithmetic-eval_test.cc65 const SemanticValue* result_value = result.ValueOrDie(); in Eval() local
H A Dmerge-values-eval_test.cc66 const SemanticValue* result_value = result.ValueOrDie(); in TEST_F() local
H A Dconstituent-eval_test.cc74 const TestValue* result_value = result.ValueOrDie()->Table<TestValue>(); in TEST_F() local
H A Dparse-number-eval_test.cc55 const SemanticValue* result_value = result.ValueOrDie(); in Eval() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
H A Dlegalize_common.cc106 Value result_value, in convertPackOp()
406 Value result_value, Value condition_value, in convertSelectOp()
594 Operation* op, Value result_value, in convertConcatV2Op()
670 Operation* op, Value result_value, in convertSpaceToBatchNDOp()
940 Operation* op, Value result_value, in convertBatchToSpaceNDOp()
1182 Operation* op, Value result_value, in convertExpandDimsOp()
1244 Value result_value, Value input_value, in convertSqueezeOp()
1307 Value result_value, Value features_value) { in convertEluOp()
1355 Value result_value, Value logits_value, in convertSoftmaxOp()
1773 Operation* op, Value result_value, in convertLogSoftmaxOp()
[all …]
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderLimits.cpp1907 glw::GLint *result_value = (glw::GLint *)(result_image + texel_offset); in verifyResult() local
2225 const glw::GLint *result_value = (const glw::GLint *)(result_image + texel_offset); in verifyResult() local
2535 glw::GLint *result_value = (glw::GLint *)(result_image + texel_offset); in verifyResult() local
3302 glw::GLint *result_value = (glw::GLint *)(result_image + texel_offset); in verifyResult() local
H A DesextcGeometryShaderInput.cpp678 glw::GLint result_value = 0; in iterate() local
/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_padding.cpp74 const float result_value = DataLayout == ColMajor ? in test_padded_expr() local
H A Dcxx11_tensor_padding_sycl.cpp128 const float result_value = DataLayout == ColMajor ? in test_padded_expr() local
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_test_utils.py138 def __init__(self, result_value): argument
142 def result_value(self): member in TelResultWrapper
146 def result_value(self, result_value): argument
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/gradients/
H A Dcustom_gradient_test.cc121 auto result_value = static_cast<float*>(TF_TensorData(result_tensor)); in TEST_P() local
/aosp_15_r20/external/autotest/client/cros/networking/chrome_testing/network_test_ext/
H A Dbackground.js32 Networking.prototype._setResult = function(function_name, result_value) { argument
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/
H A Dshape_utils.cc74 mlir::OpResult result_value) { in ExtractGlobalOutputShape()
H A Dmesh_propagation.cc335 for (auto& result_value : terminator->getOpOperands()) { in InferFunctionDefaultMesh() local
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/cloud/
H A Dgcs_file_system.cc226 Json::Value result_value; in GetStringValue() local
240 Json::Value result_value; in GetInt64Value() local
257 Json::Value result_value; in GetBoolValue() local
/aosp_15_r20/external/cronet/net/dns/
H A Dhost_resolver_cache.cc220 const base::Value* result_value = dict->Find(kResultKey); in RestoreFromValue() local
/aosp_15_r20/hardware/libhardware/modules/camera/3_4/
H A Dv4l2_wrapper.cpp271 int32_t result_value = 0; in SetControl() local
/aosp_15_r20/frameworks/base/cmds/idmap2/libidmap2/
H A DResourceContainer.cpp165 if (auto result_value = it.GetAttributeValue(kAttrResourcesMap, "android:resourcesMap")) { in ExtractOverlayManifestInfo() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/
H A Dlexer.rs574 let mut result_value = 0; in parse_unicode_escape() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/c/eager/
H A Dc_api_unified_experimental_test.cc97 float* result_value = static_cast<float*>(TF_TensorData(result_tensor)); in TEST_P() local
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp8054 int result_value = *((int *)traveller_ptr); in verifyXFBData() local
8100 double result_value = *((double *)traveller_ptr); in verifyXFBData() local
8161 float result_value = *((float *)traveller_ptr); in verifyXFBData() local
8212 unsigned int result_value = *((unsigned int *)traveller_ptr); in verifyXFBData() local
12803 const T result_value = floor(abs_value); in trunc() local
H A Dgl3cCommonBugsTests.cpp213 glw::GLint result_value = 0; in iterate() local

123