| /third_party/cef/libcef/browser/osr/ |
| D | osr_accessibility_util.cc | 32 value->SetInt(i, vecData[i]); in ToCefValue() 116 attributes->SetInt(ToString(attr.first), attr.second); in operator ()() 281 value->SetInt("id", node.id); in ToCefValue() 287 value->SetInt("offset_container_id", in ToCefValue() 374 value->SetInt("sel_anchor_object_id", treeData.sel_anchor_object_id); in ToCefValue() 375 value->SetInt("sel_anchor_offset", treeData.sel_anchor_offset); in ToCefValue() 380 value->SetInt("sel_focus_object_id", treeData.sel_anchor_object_id); in ToCefValue() 381 value->SetInt("sel_focus_offset", treeData.sel_anchor_offset); in ToCefValue() 387 value->SetInt("focus_id", treeData.focus_id); in ToCefValue() 402 value->SetInt("node_id_to_clear", update.node_id_to_clear); in ToCefValue() [all …]
|
| /third_party/cef/tests/ceftests/ |
| D | values_unittest.cc | 119 EXPECT_TRUE(value->SetInt(kIntKey, kIntValue)); in TestDictionaryInt() 172 EXPECT_TRUE(dictionary_value->SetInt(kIntKey, kIntValue)); in TestDictionaryDictionary() 196 EXPECT_TRUE(list_value->SetInt(0, kIntValue)); in TestDictionaryList() 332 EXPECT_TRUE(value->SetInt(index, kIntValue)); in TestListInt() 390 EXPECT_TRUE(dictionary_value->SetInt(kIntKey, kIntValue)); in TestListDictionary() 417 EXPECT_TRUE(list_value->SetInt(0, kIntValue)); in TestListList() 605 EXPECT_TRUE(list_value->SetInt(0, kIntValue)); in CreateListValue() 606 EXPECT_TRUE(list_value->SetInt(1, kDoubleValue)); in CreateListValue() 620 EXPECT_TRUE(dict_value->SetInt(kKey1, kIntValue)); in CreateDictionaryValue() 621 EXPECT_TRUE(dict_value->SetInt(kKey2, kDoubleValue)); in CreateDictionaryValue() [all …]
|
| D | preference_unittest.cc | 99 value->SetInt(expected); in ValidateInt() 231 val->SetInt(kPrefInt, 2); in PopulateRootDefaults() 293 val->SetInt(0, 54); in PopulateListValue() 317 val->SetInt(kPrefInt, 65); in PopulateRootSet()
|
| D | process_message_unittest.cc | 36 args->SetInt(index++, 5); in CreateTestMessage()
|
| /third_party/cef/libcef_dll/wrapper/ |
| D | cef_message_router.cc | 434 args->SetInt(0, context_id); in SendQuerySuccess() 435 args->SetInt(1, request_id); in SendQuerySuccess() 457 args->SetInt(0, context_id); in SendQueryFailure() 458 args->SetInt(1, request_id); in SendQueryFailure() 460 args->SetInt(3, error_code); in SendQueryFailure() 927 args->SetInt(0, context_id); in SendQuery() 928 args->SetInt(1, request_id); in SendQuery() 995 args->SetInt(0, context_id); in SendCancel() 996 args->SetInt(1, request_id); in SendCancel()
|
| /third_party/cef/include/ |
| D | cef_values.h | 191 virtual bool SetInt(int value) = 0; 478 virtual bool SetInt(const CefString& key, int value) = 0; 700 virtual bool SetInt(size_t index, int value) = 0;
|
| /third_party/gstreamer/gstplugins_bad/sys/decklink/osx/ |
| D | DeckLinkAPIConfiguration.h | 226 virtual HRESULT SetInt (/* in */ BMDDeckLinkConfigurationID cfgID, /* in */ int64_t value) = 0; 245 …virtual HRESULT SetInt (/* in */ BMDDeckLinkEncoderConfigurationID cfgID, /* in */ int64_t value) …
|
| D | DeckLinkAPIStreaming.h | 265 …virtual HRESULT SetInt (/* in */ BMDStreamingEncodingModePropertyID cfgID, /* in */ int64_t value)…
|
| /third_party/gstreamer/gstplugins_bad/sys/decklink/linux/ |
| D | DeckLinkAPIConfiguration.h | 226 virtual HRESULT SetInt (/* in */ BMDDeckLinkConfigurationID cfgID, /* in */ int64_t value) = 0; 245 …virtual HRESULT SetInt (/* in */ BMDDeckLinkEncoderConfigurationID cfgID, /* in */ int64_t value) …
|
| /third_party/cef/libcef/common/ |
| D | values_impl.h | 77 bool SetInt(int value) override; 246 bool SetInt(const CefString& key, int value) override; 325 bool SetInt(size_t index, int value) override;
|
| D | values_impl.cc | 303 bool CefValueImpl::SetInt(int value) { in SetInt() function in CefValueImpl 894 bool CefDictionaryValueImpl::SetInt(const CefString& key, int value) { in SetInt() function in CefDictionaryValueImpl 1313 bool CefListValueImpl::SetInt(size_t index, int value) { in SetInt() function in CefListValueImpl
|
| /third_party/cef/tests/cefclient/browser/ |
| D | preferences_test.cc | 297 value->SetInt(atoi(string_val.c_str())); in SetPref() 300 value->SetInt(atof(string_val.c_str())); in SetPref()
|
| D | server_test.cc | 266 result_dict->SetInt(kPortKey, handler_->port()); in HandleQueryAction() 269 result_dict->SetInt(kPortKey, kServerPortDefault); in HandleQueryAction()
|
| D | media_router_test.cc | 237 payload->SetInt("connection_state", state); in OnRouteStateChanged() 324 sink_dict->SetInt("icon", info->sink->GetIconType()); in SendSinksResponse() 327 sink_dict->SetInt("port", info->device_info.port); in SendSinksResponse()
|
| /third_party/cef/libcef_dll/ctocpp/ |
| D | value_ctocpp.h | 52 bool SetInt(int value) override;
|
| D | dictionary_value_ctocpp.h | 61 bool SetInt(const CefString& key, int value) override;
|
| D | list_value_ctocpp.h | 59 bool SetInt(size_t index, int value) override;
|
| D | value_ctocpp.cc | 307 NO_SANITIZE("cfi-icall") bool CefValueCToCpp::SetInt(int value) { in SetInt() function in CefValueCToCpp
|
| /third_party/ffmpeg/libavdevice/ |
| D | decklink_common.cpp | 142 res = ctx->cfg->SetInt(cfg_id, bmd_input); in decklink_select_input() 193 …res = ctx->cfg->SetInt(bmdDeckLinkConfigDuplexMode, ctx->duplex_mode == 2 ? bmdDuplexModeFull : bm… in ff_decklink_set_configs() 213 res = ctx->cfg->SetInt(bmdDeckLinkConfigReferenceInputTimingOffset, cctx->timing_offset); in ff_decklink_set_configs()
|
| /third_party/vixl/src/aarch64/ |
| D | logic-aarch64.cc | 586 dst.SetInt(vform, i, ur >> (64 - lane_size)); in add() 615 dst.SetInt(vform, i, ur >> (64 - lane_size)); in add_uint() 650 dst.SetInt(vform, i, quotient); in sdiv() 749 dst.SetInt(vform, i, dst_val); in smulh() 978 dst.SetInt(vform, i, ur >> (64 - lane_size)); in sub() 1007 dst.SetInt(vform, i, ur >> (64 - lane_size)); in sub_uint() 1153 dst.SetInt(vform, i, dst_val); in sminmax() 1247 dst.SetInt(vform_dst, 0, dst_val); in addv() 1264 dst.SetInt(vform_dst, 0, dst_val); in saddlv() 1303 dst.SetInt(vform, 0, dst_val); in sminmaxv() [all …]
|
| /third_party/node/deps/v8/src/execution/arm64/ |
| D | simulator-logic-arm64.cc | 668 dst.SetInt(vform, i, ur >> (64 - lane_size)); in add() 986 dst.SetInt(vform, i, ur >> (64 - lane_size)); in sub() 1107 dst.SetInt(vform, i, dst_val); in SMinMax() 1182 dst.SetInt(vform_dst, 0, dst_val); in addv() 1197 dst.SetInt(vform_dst, 0, dst_val); in saddlv() 1228 dst.SetInt(vform, 0, dst_val); in SMinMaxV() 1569 dst.SetInt(vform, i, 0); in sshl() 1572 dst.SetInt(vform, i, src_is_negative ? -1 : 0); in sshl() 1649 dst.SetInt(vform, i, (sa == INT64_MIN) ? sa : -sa); in neg() 1664 dst.SetInt(vform, i, MaxIntFromFormat(vform)); in suqadd() [all …]
|
| /third_party/cef/libcef_dll/ctocpp/test/ |
| D | translator_test_ctocpp.h | 48 bool SetInt(int val) override;
|
| /third_party/cef/tests/ceftests/extensions/ |
| D | extension_test_handler.cc | 151 manifest->SetInt("manifest_version", 2); in CreateDefaultManifest()
|
| /third_party/cef/include/test/ |
| D | cef_translator_test.h | 149 virtual bool SetInt(int val) = 0;
|
| /third_party/cef/libcef_dll/cpptoc/ |
| D | value_cpptoc.cc | 321 bool _retval = CefValueCppToC::Get(self)->SetInt(value); in value_set_int()
|