/third_party/skia/third_party/externals/angle2/util/capture/ |
D | frame_capture_test_utils.cpp | 89 traceInfoOut->contextClientMajorVersion = meta["ContextClientMajorVersion"].GetInt(); in LoadTraceInfoFromJSON() 90 traceInfoOut->contextClientMinorVersion = meta["ContextClientMinorVersion"].GetInt(); in LoadTraceInfoFromJSON() 91 traceInfoOut->frameEnd = meta["FrameEnd"].GetInt(); in LoadTraceInfoFromJSON() 92 traceInfoOut->frameStart = meta["FrameStart"].GetInt(); in LoadTraceInfoFromJSON() 93 traceInfoOut->drawSurfaceHeight = meta["DrawSurfaceHeight"].GetInt(); in LoadTraceInfoFromJSON() 94 traceInfoOut->drawSurfaceWidth = meta["DrawSurfaceWidth"].GetInt(); in LoadTraceInfoFromJSON() 108 traceInfoOut->drawSurfaceColorSpace = meta["DrawSurfaceColorSpace"].GetInt(); in LoadTraceInfoFromJSON() 109 traceInfoOut->displayPlatformType = meta["DisplayPlatformType"].GetInt(); in LoadTraceInfoFromJSON() 110 traceInfoOut->displayDeviceType = meta["DisplayDeviceType"].GetInt(); in LoadTraceInfoFromJSON() 113 traceInfoOut->configRedBits = meta["ConfigRedBits"].GetInt(); in LoadTraceInfoFromJSON() [all …]
|
/third_party/flatbuffers/net/FlatBuffers/ |
D | Table.cs | 44 int vtable = bb_pos - bb.GetInt(bb_pos); in __offset() 51 return (int)bb.GetShort(vtable + vtableOffset - bb.GetInt(vtable)) + vtable; in __offset() 57 return offset + bb.GetInt(offset); in __indirect() 62 return offset + bb.GetInt(offset); in __indirect() 68 offset += bb.GetInt(offset); in __string() 69 var len = bb.GetInt(offset); in __string() 78 offset += bb.GetInt(offset); in __vector_len() 79 return bb.GetInt(offset); in __vector_len() 86 return offset + bb.GetInt(offset) + sizeof(int); // data starts after the length in __vector() 176 offset_1 += bb.GetInt(offset_1); in CompareStrings() [all …]
|
D | ByteBufferUtil.cs | 28 return bb.GetInt(bb.Position); in GetSizePrefix()
|
/third_party/gptfdisk/ |
D | gptcl.cc | 172 partNum = (int) GetInt(attributeOperation, 1) - 1; in DoOptions() 215 partNum = (int) GetInt(partName, 1) - 1; in DoOptions() 312 newPartNum = (int) GetInt(newPartInfo, 1) - 1; in DoOptions() 361 p1 = GetInt(twoParts, 1) - 1; in DoOptions() 362 p2 = GetInt(twoParts, 2) - 1; in DoOptions() 389 partNum = (int) GetInt(typeCode, 1) - 1; in DoOptions() 413 partNum = (int) GetInt(partGUID, 1) - 1; in DoOptions() 525 origPartNum = GetInt(argument, i + 1) - 1; in BuildMBR() 573 uint64_t GetInt(const string & argument, int itemNum) { in GetInt() function
|
D | gptcl.h | 49 uint64_t GetInt(const std::string & argument, int itemNum);
|
/third_party/cef/tests/ceftests/ |
D | parser_unittest.cc | 416 EXPECT_EQ(123, dict->GetInt("key2")); in TEST() 422 EXPECT_EQ(1, key3->GetInt(0)); in TEST() 423 EXPECT_EQ(2, key3->GetInt(1)); in TEST() 424 EXPECT_EQ(3, key3->GetInt(2)); in TEST() 447 EXPECT_EQ(123, list->GetInt(1)); in TEST() 455 EXPECT_EQ(1, list2->GetInt(0)); in TEST() 456 EXPECT_EQ(2, list2->GetInt(1)); in TEST() 457 EXPECT_EQ(3, list2->GetInt(2)); in TEST()
|
D | values_unittest.cc | 122 EXPECT_EQ(kIntValue, value->GetInt(kIntKey)); in TestDictionaryInt() 185 EXPECT_EQ(kIntValue, dictionary_value->GetInt(kIntKey)); in TestDictionaryDictionary() 209 EXPECT_EQ(kIntValue, list_value->GetInt(0)); in TestDictionaryList() 334 EXPECT_EQ(kIntValue, value->GetInt(index)); in TestListInt() 405 EXPECT_EQ(kIntValue, dictionary_value->GetInt(kIntKey)); in TestListDictionary() 432 EXPECT_EQ(kIntValue, list_value->GetInt(0)); in TestListList() 820 EXPECT_EQ(3, value->GetInt()); in TEST() 883 EXPECT_EQ(5, target_list->GetInt(0)); in TEST() 923 EXPECT_EQ(5, target_dict->GetInt(key)); in TEST() 996 EXPECT_EQ(kIntValue, target_list->GetInt(0)); in TEST() [all …]
|
D | test_util.cc | 197 EXPECT_EQ(val1->GetInt(key), val2->GetInt(key)); in TestDictionaryEqual() 239 EXPECT_EQ(val1->GetInt(i), val2->GetInt(i)); in TestListEqual()
|
/third_party/flutter/engine/flutter/shell/platform/glfw/ |
D | text_input_plugin.cc | 142 int client_id = client_id_json.GetInt(); in HandleMethodCall() 179 active_model_->SetEditingState(selection_base->value.GetInt(), in HandleMethodCall() 180 selection_extent->value.GetInt(), in HandleMethodCall()
|
/third_party/flutter/engine/flutter/shell/platform/windows/ |
D | text_input_plugin.cc | 143 int client_id = client_id_json.GetInt(); in HandleMethodCall() 180 active_model_->SetEditingState(selection_base->value.GetInt(), in HandleMethodCall() 181 selection_extent->value.GetInt(), in HandleMethodCall()
|
/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/ |
D | StructInNestedNS.cs | 19 public int A { get { return __p.bb.GetInt(__p.bb_pos + 0); } } 21 public int B { get { return __p.bb.GetInt(__p.bb_pos + 4); } }
|
D | TableInNestedNS.cs | 18 …NestedNS(ByteBuffer _bb, TableInNestedNS obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _b… in GetRootAsTableInNestedNS() 22 …public int Foo { get { int o = __p.__offset(4); return o != 0 ? __p.bb.GetInt(o + __p.bb_pos) : (i…
|
/third_party/flatbuffers/tests/union_vector/ |
D | Attacker.cs | 15 …tRootAsAttacker(ByteBuffer _bb, Attacker obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _b… in GetRootAsAttacker() 19 …public int SwordAttackDamage { get { int o = __p.__offset(4); return o != 0 ? __p.bb.GetInt(o + __…
|
D | Rapunzel.cs | 16 public int HairLength { get { return __p.bb.GetInt(__p.bb_pos + 0); } }
|
/third_party/cef/include/ |
D | cef_values.h | 125 virtual int GetInt() = 0; 411 virtual int GetInt(const CefString& key) = 0; 633 virtual int GetInt(size_t index) = 0;
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/linux/ |
D | DeckLinkAPIConfiguration.h | 227 … virtual HRESULT GetInt (/* in */ BMDDeckLinkConfigurationID cfgID, /* out */ int64_t *value) = 0; 246 …virtual HRESULT GetInt (/* in */ BMDDeckLinkEncoderConfigurationID cfgID, /* out */ int64_t *value…
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/osx/ |
D | DeckLinkAPIConfiguration.h | 227 … virtual HRESULT GetInt (/* in */ BMDDeckLinkConfigurationID cfgID, /* out */ int64_t *value) = 0; 246 …virtual HRESULT GetInt (/* in */ BMDDeckLinkEncoderConfigurationID cfgID, /* out */ int64_t *value…
|
/third_party/flatbuffers/tests/FlatBuffers.Test/ |
D | ByteBufferTests.cs | 220 Assert.AreEqual(0x0A0B0C0D, uut.GetInt(0)); in ByteBuffer_GetIntReturnsCorrectData() 228 Assert.Throws<ArgumentOutOfRangeException>(() => uut.GetInt(4)); in ByteBuffer_GetIntChecksOffset() 235 Assert.Throws<ArgumentOutOfRangeException>(() => uut.GetInt(0)); in ByteBuffer_GetIntChecksLength() 337 Assert.AreEqual(0x0A0B0C0D, uut.GetInt(0)); in ByteBuffer_Duplicate_MatchesBuffer()
|
/third_party/flatbuffers/tests/MyGame/Example/ |
D | Referrable.cs | 18 …tAsReferrable(ByteBuffer _bb, Referrable obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _b… in GetRootAsReferrable() 45 int span = bb.GetInt(vectorLocation - 4); in __lookup_by_key()
|
D | Stat.cs | 18 …public static Stat GetRootAsStat(ByteBuffer _bb, Stat obj) { return (obj.__assign(_bb.GetInt(_bb.P… in GetRootAsStat() 60 int span = bb.GetInt(vectorLocation - 4); in __lookup_by_key()
|
D | ArrayStruct.cs | 21 public int B(int j) { return __p.bb.GetInt(__p.bb_pos + 4 + j * 4); } in B() 26 public int E { get { return __p.bb.GetInt(__p.bb_pos + 136); } }
|
/third_party/cef/libcef_dll/wrapper/ |
D | cef_message_router.cc | 257 const int context_id = args->GetInt(0); in OnProcessMessageReceived() 258 const int request_id = args->GetInt(1); in OnProcessMessageReceived() 319 const int context_id = args->GetInt(0); in OnProcessMessageReceived() 320 const int request_id = args->GetInt(1); in OnProcessMessageReceived() 823 const int context_id = args->GetInt(0); in OnProcessMessageReceived() 824 const int request_id = args->GetInt(1); in OnProcessMessageReceived() 837 int error_code = args->GetInt(3); in OnProcessMessageReceived()
|
/third_party/mindspore/mindspore/ccsrc/ps/core/ |
D | configuration.h | 55 virtual int64_t GetInt(const std::string &key, int64_t default_value) const = 0;
|
D | file_configuration.h | 61 int64_t GetInt(const std::string &key, int64_t default_value) const override;
|
/third_party/cef/libcef/common/ |
D | values_impl.h | 69 int GetInt() override; 237 int GetInt(const CefString& key) override; 316 int GetInt(size_t index) override;
|