/external/deqp/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderConstantVariables.cpp | 283 glw::GLint int_value = 0; in iterate() local 286 gl.getIntegerv(m_glExtTokens.MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS, &int_value); in iterate() 290 if (int_value < m_min_MaxGeometryAtomicCounterBuffers) in iterate() 293 << "Reported GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS_EXT constant value " << int_value in iterate() 300 gl.getIntegerv(m_glExtTokens.MAX_GEOMETRY_ATOMIC_COUNTERS, &int_value); in iterate() 304 if (int_value < m_min_MaxGeometryAtomicCounters) in iterate() 307 << int_value << " is smaller than required minimum value of " in iterate() 314 gl.getIntegerv(m_glExtTokens.MAX_GEOMETRY_IMAGE_UNIFORMS, &int_value); in iterate() 318 if (int_value < m_min_MaxGeometryImagesUniforms) in iterate() 321 << int_value << " is smaller than required minimum value of " in iterate() [all …]
|
/external/libchrome/components/policy/core/common/ |
D | registry_dict_unittest.cc | 20 base::Value int_value(42); in TEST() local 23 test_dict.SetValue("one", int_value.CreateDeepCopy()); in TEST() 25 EXPECT_EQ(int_value, *test_dict.GetValue("one")); in TEST() 30 EXPECT_EQ(int_value, *test_dict.GetValue("one")); in TEST() 35 EXPECT_EQ(int_value, *one); in TEST() 48 base::Value int_value(42); in TEST() local 51 test_dict.SetValue("One", int_value.CreateDeepCopy()); in TEST() 53 EXPECT_EQ(int_value, *test_dict.GetValue("oNe")); in TEST() 71 base::Value int_value(42); in TEST() local 75 subdict->SetValue("one", int_value.CreateDeepCopy()); in TEST() [all …]
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cTextureStorageMultisampleGLCoverageTests.cpp | 104 glw::GLint int_value = -1; in iterate() local 106 gl.getIntegerv(pname, &int_value); in iterate() 109 if (int_value < 1) in iterate() 111 m_testCtx.getLog() << tcu::TestLog::Message << "An invalid integer value " << int_value in iterate() 123 if ((int_value != 0 && bool_value == GL_FALSE) || (int_value == 0 && bool_value != GL_FALSE)) in iterate() 127 << " (integer value reported for the same property:" << int_value << ")" in iterate() 139 if (de::abs(float_value - float(int_value)) > epsilon) in iterate() 143 << " (integer value reported for the same property:" << int_value << ")" in iterate() 154 glw::GLint int_value = 1; in iterate() local 158 gl.getIntegerv(GL_TEXTURE_BINDING_2D_MULTISAMPLE, &int_value); in iterate() [all …]
|
/external/libbrillo/brillo/dbus/ |
D | dbus_param_writer_test.cc | 38 int32_t int_value = 0; in TEST() local 43 EXPECT_TRUE(PopValueFromReader(&reader, &int_value)); in TEST() 47 EXPECT_EQ(2, int_value); in TEST() 58 int32_t int_value = 0; in TEST() local 63 EXPECT_TRUE(PopValueFromReader(&reader, &int_value)); in TEST() 67 EXPECT_EQ(9, int_value); in TEST() 93 int32_t int_value = 0; in TEST() local 98 EXPECT_TRUE(PopValueFromReader(&reader, &int_value)); in TEST() 102 EXPECT_EQ(5, int_value); in TEST() 117 int32_t int_value = 0; in TEST() local [all …]
|
/external/perfetto/test/trace_processor/track_event/ |
D | track_event_merged_debug_annotations.textproto | 43 int_value: 10 49 int_value: 20 53 int_value: 21 65 int_value: 31 71 int_value: 10 76 int_value: 20 79 int_value: 21 104 int_value: 30 110 int_value: 22 114 int_value: 23 [all …]
|
/external/grpc-grpc/test/cpp/qps/ |
D | qps_json_driver_scenarios.bzl | 3 …int_value": 1, "name": "grpc.minimal_stack"}]}, "client_config": {"security_params": null, "channe…
|
D | json_run_localhost_scenarios.bzl | 3 …int_value": 1, "name": "grpc.minimal_stack"}]}, "client_config": {"security_params": null, "channe…
|
/external/libbrillo/policy/tests/ |
D | libpolicy_test.cc | 62 int int_value = -1; in TEST() local 63 ASSERT_TRUE(policy.GetPolicyRefreshRate(&int_value)); in TEST() 64 EXPECT_EQ(100, int_value); in TEST() 132 int_value = -1; in TEST() 133 ASSERT_TRUE(policy.GetRollbackToTargetVersion(&int_value)); in TEST() 136 int_value); in TEST() 138 int_value = -1; in TEST() 139 ASSERT_TRUE(policy.GetRollbackAllowedMilestones(&int_value)); in TEST() 140 EXPECT_EQ(3, int_value); in TEST() 177 int_value = -1; in TEST() [all …]
|
/external/perfetto/src/trace_processor/metrics/sql/chrome/ |
D | chrome_performance_mark_hashes.sql | 21 SELECT RepeatedField(int_value) 24 ORDER BY int_value 27 SELECT RepeatedField(int_value) 30 ORDER BY int_value
|
D | chrome_user_event_hashes.sql | 21 SELECT RepeatedField(int_value) 24 ORDER BY int_value
|
D | chrome_histogram_hashes.sql | 21 SELECT RepeatedField(int_value) 24 ORDER BY int_value
|
/external/perfetto/src/trace_processor/types/ |
D | variadic.h | 42 static Variadic Integer(int64_t int_value) { in Integer() 45 variadic.int_value = int_value; in Integer() 110 return int_value == other.int_value; 132 int64_t int_value; member
|
/external/perfetto/src/traced/probes/android_log/ |
D | android_log_data_source_unittest.cc | 331 EXPECT_EQ(decoded[0].args()[0].int_value(), 0); in TEST_F() 333 EXPECT_EQ(decoded[0].args()[1].int_value(), 31730); in TEST_F() 337 EXPECT_EQ(decoded[0].args()[3].int_value(), 985); in TEST_F() 349 EXPECT_EQ(decoded[1].args()[0].int_value(), 10018); in TEST_F() 359 EXPECT_EQ(decoded[2].args()[0].int_value(), 1417); in TEST_F() 361 EXPECT_EQ(decoded[2].args()[1].int_value(), 10098); in TEST_F() 366 EXPECT_EQ(decoded[2].args()[3].int_value(), 4831232); in TEST_F() 368 EXPECT_EQ(decoded[2].args()[4].int_value(), 3723264); in TEST_F() 370 EXPECT_EQ(decoded[2].args()[5].int_value(), 0); in TEST_F() 372 EXPECT_EQ(decoded[2].args()[6].int_value(), 56053760); in TEST_F() [all …]
|
/external/clang/test/PCH/ |
D | types.c | 9 INT int_value; variable 14 ASInt *as_int_ptr1 = &int_value; // expected-error{{changes address space of pointer}} 26 int_ptr int_value_ptr = &int_value; 68 typeof_17 *t17 = &int_value;
|
/external/oss-fuzz/projects/abseil-cpp/ |
D | string_utilities_fuzzer.cc | 32 int int_value = fuzzed_data.ConsumeIntegral<int>(); in LLVMFuzzerTestOneInput() local 39 std::string int_str = absl::StrFormat("%d", int_value); in LLVMFuzzerTestOneInput() 46 if (!absl::SimpleAtoi(int_str, &int_value)) in LLVMFuzzerTestOneInput() 52 std::string str_result = absl::StrCat(str1, float_value, double_value, int_value, bool_value); in LLVMFuzzerTestOneInput()
|
/external/perfetto/src/trace_processor/importers/common/ |
D | global_args_tracker.h | 59 hash.Update(arg.value.int_value); in operator() 139 row.int_value = arg.value.int_value; in AddArgSet() 142 row.int_value = static_cast<int64_t>(arg.value.uint_value); in AddArgSet() 151 row.int_value = static_cast<int64_t>(arg.value.pointer_value); in AddArgSet() 154 row.int_value = arg.value.bool_value; in AddArgSet()
|
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArrayGetterCalls.cpp | 423 glw::GLint int_value = 0; in verifyTextureBindings() local 451 gl.getIntegerv(GL_TEXTURE_BINDING_CUBE_MAP_ARRAY, &int_value); in verifyTextureBindings() 473 glw::GLint int_value = 0; in verifyGetTexParameter() local 476 gl.getTexParameteriv(GL_TEXTURE_CUBE_MAP_ARRAY, pname, &int_value); in verifyGetTexParameter() 487 if (int_value != expected_value) in verifyGetTexParameter() 494 << int_value << "]" in verifyGetTexParameter() 513 glw::GLint int_value = 0; in verifyGetTexLevelParameters() local 524 pname, &int_value); in verifyGetTexLevelParameters() 666 if ((should_use_equal_comparison && (expected_property_int_value != int_value)) || in verifyGetTexLevelParameters() 667 (!should_use_equal_comparison && (expected_property_int_value < int_value))) in verifyGetTexLevelParameters() [all …]
|
/external/perfetto/src/trace_processor/importers/systrace/ |
D | systrace_parser.h | 99 : phase(p), tgid(tg), name(std::move(n)), int_value(v), str_value(s) {} in SystraceTracePoint() 110 int64_t int_value = 0; member 119 << ", \"" << point.name.ToStdString() << "\", " << point.int_value 206 out->int_value = *maybe_cookie; in ParseSystraceTracePoint() 237 out->int_value = *maybe_value; in ParseSystraceTracePoint() 251 out->int_value = *maybe_cookie; in ParseSystraceTracePoint() 264 return std::tie(x.phase, x.tgid, x.name, x.int_value, x.str_value) == 265 std::tie(y.phase, y.tgid, y.name, y.int_value, y.str_value);
|
D | systrace_parser.cc | 65 point.int_value = value; in ParseZeroEvent() 114 point.int_value = value; in ParseTracingMarkWrite() 172 int64_t cookie = point.int_value; in ParseSystracePoint() 238 track_set_id, point.int_value); in ParseSystracePoint() 242 track_set_id, point.int_value); in ParseSystracePoint() 255 auto killed_pid = static_cast<uint32_t>(point.int_value); in ParseSystracePoint() 269 ts, static_cast<double>(point.int_value), track); in ParseSystracePoint() 290 ts, static_cast<double>(point.int_value), track_id); in ParseSystracePoint()
|
/external/perfetto/src/protozero/ |
D | proto_decoder.cc | 81 uint64_t int_value = 0; in ParseOneField() local 86 new_pos = ParseVarInt(pos, end, &int_value); in ParseOneField() 109 int_value = payload_start; in ParseOneField() 119 memcpy(&int_value, pos, sizeof(uint64_t)); in ParseOneField() 127 memcpy(&int_value, pos, sizeof(uint32_t)); in ParseOneField() 154 res.field.initialize(static_cast<uint16_t>(field_id), field_type, int_value, in ParseOneField()
|
D | proto_utils_unittest.cc | 34 uint64_t int_value; member 120 uint8_t* res = WriteVarInt<uint64_t>(exp.int_value, buf); in TEST() 124 if (exp.int_value <= std::numeric_limits<uint32_t>::max()) { in TEST() 126 WriteVarInt<uint32_t>(static_cast<uint32_t>(exp.int_value), buf); in TEST() 193 ASSERT_EQ(exp.int_value, value); in TEST()
|
/external/tensorflow/tensorflow/lite/python/testdata/ |
D | test_delegate.cc | 43 int int_value; in tflite_plugin_create_delegate() local 44 if (sscanf(options_values[idx], "%d", &int_value) == 1) { in tflite_plugin_create_delegate() 45 options_counter += int_value; in tflite_plugin_create_delegate()
|
/external/webrtc/rtc_base/ |
D | unique_id_generator.cc | 56 absl::optional<uint32_t> int_value = StringToNumber<uint32_t>(value); in AddKnownId() local 59 if (int_value.has_value()) { in AddKnownId() 60 return unique_number_generator_.AddKnownId(int_value.value()); in AddKnownId()
|
/external/deqp-deps/amber/src/ |
D | pipeline_test.cc | 589 Value int_value; in TEST_F() local 590 int_value.SetIntValue(1); in TEST_F() 602 arg_info1.value = int_value; in TEST_F() 609 arg_info2.value = int_value; in TEST_F() 616 arg_info3.value = int_value; in TEST_F() 655 Value int_value; in TEST_F() local 656 int_value.SetIntValue(1); in TEST_F() 666 arg_info1.value = int_value; in TEST_F() 698 Value int_value; in TEST_F() local 699 int_value.SetIntValue(1); in TEST_F() [all …]
|
/external/libchrome/base/ |
D | value_conversions.cc | 57 int64_t int_value; in GetValueAsTimeDelta() local 58 if (!value.GetAsString(&str) || !base::StringToInt64(str, &int_value)) in GetValueAsTimeDelta() 61 *time = TimeDelta::FromInternalValue(int_value); in GetValueAsTimeDelta()
|