Home
last modified time | relevance | path

Searched refs:GetInfo (Results 1 – 25 of 2344) sorted by relevance

12345678910>>...94

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Ditrpaint.cxx108 pPor->CalcSpacing( GetInfo().GetSpaceAdd(), GetInfo() ); in CalcPaintOfst()
112 GetInfo().SetIdx( GetInfo().GetIdx() + pPor->GetLen() ); in CalcPaintOfst()
124 GetInfo().SetIdx( GetInfo().GetIdx() - pPor->GetLen() ); in CalcPaintOfst()
232 Point aPnt2( GetInfo().GetPos().X() + nMaxRight - GetInfo().X(), in DrawTextLine()
271 GetInfo().GetFont()->GetHeight( GetInfo().GetVsh(), *pOut ), in DrawTextLine()
272 GetInfo().GetFont()->GetAscent( GetInfo().GetVsh(), *pOut ) in DrawTextLine()
436 GetInfo().GetVsh() && !GetInfo().GetVsh()->IsPreview() && in DrawTextLine()
444 GetInfo().Y( GetInfo().GetPos().Y() in DrawTextLine()
446 GetInfo().X( GetInfo().X() + in DrawTextLine()
451 if( GetInfo().GetVsh() && !GetInfo().GetVsh()->IsPreview() ) in DrawTextLine()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Ditrpaint.cxx92 pPor->CalcSpacing( GetInfo().GetSpaceAdd(), GetInfo() ); in CalcPaintOfst()
96 GetInfo().SetIdx( GetInfo().GetIdx() + pPor->GetLen() ); in CalcPaintOfst()
108 GetInfo().SetIdx( GetInfo().GetIdx() - pPor->GetLen() ); in CalcPaintOfst()
216 Point aPnt2( GetInfo().GetPos().X() + nMaxRight - GetInfo().X(), in DrawTextLine()
261 GetInfo().GetFont()->GetHeight( GetInfo().GetVsh(), *pOut ), in DrawTextLine()
262 GetInfo().GetFont()->GetAscent( GetInfo().GetVsh(), *pOut ) in DrawTextLine()
434 GetInfo().GetVsh() && !GetInfo().GetVsh()->IsPreview() && in DrawTextLine()
455 GetInfo().Y( GetInfo().GetPos().Y() in DrawTextLine()
457 GetInfo().X( GetInfo().X() + in DrawTextLine()
462 if( GetInfo().GetVsh() && !GetInfo().GetVsh()->IsPreview() ) in DrawTextLine()
[all …]
/dports/sysutils/istio/istio-1.6.7/mixer/adapter/
H A Dinventory.gen.go44 bypass.GetInfo,
45 circonus.GetInfo,
47 denier.GetInfo,
49 fluentd.GetInfo,
51 list.GetInfo,
52 memquota.GetInfo,
53 noop.GetInfo,
54 opa.GetInfo,
59 statsd.GetInfo,
60 stdio.GetInfo,
[all …]
/dports/audio/mac/mac-3.99-u4-b5-s7/src/MACLib/
H A DAPEDecompress.cpp19 if (GetInfo(APE_INFO_FILE_VERSION) < 3930) in CAPEDecompress()
26 GetInfo(APE_INFO_WAVEFORMATEX, (intptr_t) &m_wfeInput); in CAPEDecompress()
27 m_nBlockAlign = GetInfo(APE_INFO_BLOCK_ALIGN); in CAPEDecompress()
39 …m_nFinishBlock = (nFinishBlock < 0) ? GetInfo(APE_INFO_TOTAL_BLOCKS) : min(nFinishBlock, GetInfo(A… in CAPEDecompress()
63 if (GetInfo(APE_INFO_FILE_VERSION) >= 3950) in InitializeDecompressor()
65 …edictorX.Assign(new CPredictorDecompress3950toCurrent(GetInfo(APE_INFO_COMPRESSION_LEVEL), GetInfo in InitializeDecompressor()
66 …edictorY.Assign(new CPredictorDecompress3950toCurrent(GetInfo(APE_INFO_COMPRESSION_LEVEL), GetInfo in InitializeDecompressor()
70 …ctorX.Assign(new CPredictorDecompressNormal3930to3950(GetInfo(APE_INFO_COMPRESSION_LEVEL), GetInfo in InitializeDecompressor()
71 …ctorY.Assign(new CPredictorDecompressNormal3930to3950(GetInfo(APE_INFO_COMPRESSION_LEVEL), GetInfo in InitializeDecompressor()
363 …int nSeekRemainder = (GetInfo(APE_INFO_SEEK_BYTE, nFrameIndex) - GetInfo(APE_INFO_SEEK_BYTE, 0)) %… in SeekToFrame()
[all …]
H A DAPESimple.cpp240 APE_FILE_INFO * pInfo = (APE_FILE_INFO *) spAPEDecompress->GetInfo(APE_INTERNAL_INFO); in VerifyFileW()
265 APE_FILE_INFO * pInfo = (APE_FILE_INFO *) spAPEDecompress->GetInfo(APE_INTERNAL_INFO); in VerifyFileW()
345 THROW_ON_ERROR(spAPEDecompress->GetInfo(APE_INFO_WAVEFORMATEX, (intptr_t) &wfeInput)) in DecompressCore()
352 …ROW_ON_ERROR(spAPEDecompress->GetInfo(APE_INFO_WAV_HEADER_DATA, (intptr_t) spTempBuffer.GetPtr(), … in DecompressCore()
366 …if (spAPEDecompress->GetInfo(APE_INFO_FILE_VERSION) == MAC_VERSION_NUMBER && spAPEDecompress->GetI… in DecompressCore()
371 …pOutputFilename, &wfeInput, spAPEDecompress->GetInfo(APE_DECOMPRESS_TOTAL_BLOCKS) * spAPEDecompres… in DecompressCore()
372 … nCompressionLevel, spTempBuffer, spAPEDecompress->GetInfo(APE_INFO_WAV_HEADER_BYTES))) in DecompressCore()
379 int nBlocksLeft = spAPEDecompress->GetInfo(APE_DECOMPRESS_TOTAL_BLOCKS); in DecompressCore()
420 if (spAPEDecompress->GetInfo(APE_INFO_WAV_TERMINATING_BYTES) > 0) in DecompressCore()
424 …W_ON_ERROR(spAPEDecompress->GetInfo(APE_INFO_WAV_TERMINATING_DATA, (intptr_t) spTempBuffer.GetPtr(… in DecompressCore()
[all …]
/dports/audio/mous/mous-2.0.1/deps/MAC_SDK/Source/MACLib/
H A DAPEDecompress.cpp21 if (GetInfo(APE_INFO_FILE_VERSION) < 3930) in CAPEDecompress()
28 GetInfo(APE_INFO_WAVEFORMATEX, (intn) &m_wfeInput); in CAPEDecompress()
29 m_nBlockAlign = GetInfo(APE_INFO_BLOCK_ALIGN); in CAPEDecompress()
42 …m_nFinishBlock = (nFinishBlock < 0) ? GetInfo(APE_INFO_TOTAL_BLOCKS) : ape_min(nFinishBlock, (int) in CAPEDecompress()
67 if (GetInfo(APE_INFO_FILE_VERSION) >= 3950) in InitializeDecompressor()
69 …edictorX.Assign(new CPredictorDecompress3950toCurrent(GetInfo(APE_INFO_COMPRESSION_LEVEL), GetInfo in InitializeDecompressor()
70 …edictorY.Assign(new CPredictorDecompress3950toCurrent(GetInfo(APE_INFO_COMPRESSION_LEVEL), GetInfo in InitializeDecompressor()
74 …ctorX.Assign(new CPredictorDecompressNormal3930to3950(GetInfo(APE_INFO_COMPRESSION_LEVEL), GetInfo in InitializeDecompressor()
75 …ctorY.Assign(new CPredictorDecompressNormal3930to3950(GetInfo(APE_INFO_COMPRESSION_LEVEL), GetInfo in InitializeDecompressor()
429 …int nSeekRemainder = (GetInfo(APE_INFO_SEEK_BYTE, nFrameIndex) - GetInfo(APE_INFO_SEEK_BYTE, 0)) %… in SeekToFrame()
[all …]
H A DAPESimple.cpp220 APE_FILE_INFO * pInfo = (APE_FILE_INFO *) spAPEDecompress->GetInfo(APE_INTERNAL_INFO); in VerifyFileW2()
253 APE_FILE_INFO * pInfo = (APE_FILE_INFO *) spAPEDecompress->GetInfo(APE_INTERNAL_INFO); in VerifyFileW2()
358 THROW_ON_ERROR(spAPEDecompress->GetInfo(APE_INFO_WAVEFORMATEX, (intn) &wfeInput)) in DecompressCore()
365 …THROW_ON_ERROR(spAPEDecompress->GetInfo(APE_INFO_WAV_HEADER_DATA, (intn) spTempBuffer.GetPtr(), sp… in DecompressCore()
379 …if (spAPEDecompress->GetInfo(APE_INFO_FILE_VERSION) == MAC_FILE_VERSION_NUMBER && spAPEDecompress-… in DecompressCore()
384 … &wfeInput, (unsigned int) (spAPEDecompress->GetInfo(APE_DECOMPRESS_TOTAL_BLOCKS) * spAPEDecompres… in DecompressCore()
385 … nCompressionLevel, spTempBuffer, spAPEDecompress->GetInfo(APE_INFO_WAV_HEADER_BYTES))) in DecompressCore()
392 intn nBlocksLeft = spAPEDecompress->GetInfo(APE_DECOMPRESS_TOTAL_BLOCKS); in DecompressCore()
433 if (spAPEDecompress->GetInfo(APE_INFO_WAV_TERMINATING_BYTES) > 0) in DecompressCore()
437 …ROW_ON_ERROR(spAPEDecompress->GetInfo(APE_INFO_WAV_TERMINATING_DATA, (intn) spTempBuffer.GetPtr(),… in DecompressCore()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/tests/unittests/
H A DBuddyMemoryAllocatorTests.cpp84 ASSERT_EQ(allocation1.GetInfo().mBlockOffset, 0u); in TEST()
121 ASSERT_EQ(allocation1.GetInfo().mBlockOffset, 0u); in TEST()
161 ASSERT_EQ(allocation1.GetInfo().mBlockOffset, 0u); in TEST()
215 ASSERT_EQ(allocation1.GetInfo().mBlockOffset, 0u); in TEST()
220 ASSERT_EQ(allocation2.GetInfo().mBlockOffset, 64u); in TEST()
229 ASSERT_EQ(allocation3.GetInfo().mBlockOffset, 128u); in TEST()
238 ASSERT_EQ(allocation4.GetInfo().mBlockOffset, 256u); in TEST()
247 ASSERT_EQ(allocation5.GetInfo().mBlockOffset, 384u); in TEST()
290 ASSERT_EQ(allocation1.GetInfo().mBlockOffset, 0u); in TEST()
342 ASSERT_EQ(allocation1.GetInfo().mBlockOffset, 0u); in TEST()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/odbc/
H A DODatabaseMetaData.cxx256 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_MAX_ROW_SIZE,nValue,*this); in getMaxRowSize()
795 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_FILE_USAGE,nValue,*this); in usesLocalFiles()
1000 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_GROUP_BY,nValue,*this); in supportsGroupBy()
1007 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_GROUP_BY,nValue,*this); in supportsGroupByBeyondSelect()
1014 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_GROUP_BY,nValue,*this); in supportsGroupByUnrelated()
1049 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_UNION,nValue,*this); in supportsUnion()
1056 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_UNION,nValue,*this); in supportsUnionAll()
1595 OTools::GetInfo(m_pConnection,m_aConnectionHandle,nAskFor,nValue,*this); in supportsResultSetConcurrency()
1627 OTools::GetInfo(m_pConnection,m_aConnectionHandle,nAskFor,nValue,*this); in ownUpdatesAreVisible()
1649 OTools::GetInfo(m_pConnection,m_aConnectionHandle,nAskFor,nValue,*this); in ownDeletesAreVisible()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/odbc/
H A DODatabaseMetaData.cxx258 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_MAX_ROW_SIZE,nValue,*this); in getMaxRowSize()
798 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_FILE_USAGE,nValue,*this); in usesLocalFiles()
1003 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_GROUP_BY,nValue,*this); in supportsGroupBy()
1010 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_GROUP_BY,nValue,*this); in supportsGroupByBeyondSelect()
1017 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_GROUP_BY,nValue,*this); in supportsGroupByUnrelated()
1052 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_UNION,nValue,*this); in supportsUnion()
1059 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_UNION,nValue,*this); in supportsUnionAll()
1598 OTools::GetInfo(m_pConnection,m_aConnectionHandle,nAskFor,nValue,*this); in supportsResultSetConcurrency()
1630 OTools::GetInfo(m_pConnection,m_aConnectionHandle,nAskFor,nValue,*this); in ownUpdatesAreVisible()
1652 OTools::GetInfo(m_pConnection,m_aConnectionHandle,nAskFor,nValue,*this); in ownDeletesAreVisible()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/credential_provider/gaiacp/
H A Dgcp_utils_unittests.cc92 ASSERT_EQ(sizeof(STARTUPINFOW), info.GetInfo()->cb); in TEST_F()
93 ASSERT_EQ(nullptr, info.GetInfo()->lpDesktop); in TEST_F()
102 ASSERT_EQ(sizeof(STARTUPINFOW), info.GetInfo()->cb); in TEST_F()
103 ASSERT_STREQ(L"desktop", info.GetInfo()->lpDesktop); in TEST_F()
228 ASSERT_NE(nullptr, startupinfo.GetInfo()->hStdInput); in TEST_F()
232 ASSERT_NE(nullptr, startupinfo.GetInfo()->hStdError); in TEST_F()
253 ASSERT_NE(nullptr, startupinfo.GetInfo()->hStdInput); in TEST_F()
257 ASSERT_NE(nullptr, startupinfo.GetInfo()->hStdError); in TEST_F()
278 ASSERT_NE(nullptr, startupinfo.GetInfo()->hStdInput); in TEST_F()
282 ASSERT_NE(nullptr, startupinfo.GetInfo()->hStdError); in TEST_F()
[all …]
/dports/audio/mous/mous-2.0.1/deps/MAC_SDK/Source/MACLib/Old/
H A DAPEDecompressOld.cpp20 if (GetInfo(APE_INFO_FILE_VERSION) > 3920) in CAPEDecompressOld()
27 m_nBlockAlign = (int)GetInfo(APE_INFO_BLOCK_ALIGN); in CAPEDecompressOld()
37 …m_nFinishBlock = (nFinishBlock < 0) ? (int)GetInfo(APE_INFO_TOTAL_BLOCKS) : ape_min(nFinishBlock, … in CAPEDecompressOld()
141 intn nBaseFrame = nBlockOffset / GetInfo(APE_INFO_BLOCKS_PER_FRAME); in Seek()
142 intn nBlocksToSkip = nBlockOffset % GetInfo(APE_INFO_BLOCKS_PER_FRAME); in Seek()
198 nRetVal = (int)GetInfo(APE_INFO_FRAME_BITRATE, m_nCurrentFrame); in GetInfo()
205 const intn nBlocksPerFrame = GetInfo(APE_INFO_BLOCKS_PER_FRAME); in GetInfo()
215 const intn nTotalFrames = (int)GetInfo(APE_INFO_TOTAL_FRAMES); in GetInfo()
217 nTotalBytes += (int)GetInfo(APE_INFO_FRAME_BYTES, nFrame); in GetInfo()
226 nRetVal = (int)GetInfo(APE_INFO_AVERAGE_BITRATE); in GetInfo()
[all …]
H A DUnMAC.cpp83 m_pAPEDecompress->GetInfo(APE_INFO_WAVEFORMATEX, (intn) &m_wfeInput); in Initialize()
129 …intn SeekRemainder = (m_pAPEDecompress->GetInfo(APE_INFO_SEEK_BYTE, FrameIndex) - m_pAPEDecompress… in SeekToFrame()
141 …()->FillAndResetBitArray(m_pAPEDecompress->GetInfo(APE_INFO_SEEK_BYTE, FrameIndex), m_pAPEDecompre… in SeekToFrame()
154 if (FrameIndex >= m_pAPEDecompress->GetInfo(APE_INFO_TOTAL_FRAMES)) { return ERROR_SUCCESS; } in DecompressFrameOld()
158 …m_pAPEDecompress->GetInfo(APE_INFO_TOTAL_FRAMES)) ? m_pAPEDecompress->GetInfo(APE_INFO_FINAL_FRAME… in DecompressFrameOld()
198 if (m_pAPEDecompress->GetInfo(APE_INFO_CHANNELS) == 2) in DecompressFrameOld()
202 … WAVEFORMATEX WaveFormatEx; m_pAPEDecompress->GetInfo(APE_INFO_WAVEFORMATEX, (intn) &WaveFormatEx); in DecompressFrameOld()
204 …pOutputData, (unsigned int *) &CRC, (int *) &nSpecialCodes, m_pAPEDecompress->GetInfo(APE_INFO_FIL… in DecompressFrameOld()
206 else if (m_pAPEDecompress->GetInfo(APE_INFO_CHANNELS) == 1) in DecompressFrameOld()
210 … WAVEFORMATEX WaveFormatEx; m_pAPEDecompress->GetInfo(APE_INFO_WAVEFORMATEX, (intn) &WaveFormatEx); in DecompressFrameOld()
[all …]
H A DAPEDecompressCore.cpp24 if (m_pAPEDecompress->GetInfo(APE_INFO_FILE_VERSION) >= 3930) in CAPEDecompressCore()
27 …dictorX = CreateAntiPredictor(pAPEDecompress->GetInfo(APE_INFO_COMPRESSION_LEVEL), pAPEDecompress-… in CAPEDecompressCore()
28 …dictorY = CreateAntiPredictor(pAPEDecompress->GetInfo(APE_INFO_COMPRESSION_LEVEL), pAPEDecompress-… in CAPEDecompressCore()
30 m_pDataX = new int [pAPEDecompress->GetInfo(APE_INFO_BLOCKS_PER_FRAME) + 16]; in CAPEDecompressCore()
31 m_pDataY = new int [pAPEDecompress->GetInfo(APE_INFO_BLOCKS_PER_FRAME) + 16]; in CAPEDecompressCore()
56 if (m_pAPEDecompress->GetInfo(APE_INFO_CHANNELS) == 2) in GenerateDecodedArrays()
93 switch (m_pAPEDecompress->GetInfo(APE_INFO_COMPRESSION_LEVEL)) in GenerateDecodedArray()
98 if (m_pAPEDecompress->GetInfo(APE_INFO_FILE_VERSION) < 3320) in GenerateDecodedArray()
145 if (m_pAPEDecompress->GetInfo(APE_INFO_FILE_VERSION) < 3320) in GenerateDecodedArray()
151 else if (m_pAPEDecompress->GetInfo(APE_INFO_FILE_VERSION) < 3600) in GenerateDecodedArray()
[all …]
/dports/audio/mous/mous-2.0.1/deps/MAC_SDK/Source/MACDll/
H A DWinamp2.cpp109 if (m_spAPEDecompress->GetInfo(APE_DECOMPRESS_TOTAL_BLOCKS) == 0) in Play()
143 if (m_spAPEDecompress->GetInfo(APE_INFO_BITS_PER_SAMPLE) == 8) in Play()
145 else if (m_spAPEDecompress->GetInfo(APE_INFO_BITS_PER_SAMPLE) == 24) in Play()
150 m_nScaledPeakLevel = m_spAPEDecompress->GetInfo(APE_INFO_PEAK_LEVEL); in Play()
159 …ampPluginModule.outMod->Open(m_spAPEDecompress->GetInfo(APE_INFO_SAMPLE_RATE), m_spAPEDecompress-> in Play()
168 …inampPluginModule.VSASetInfo(m_spAPEDecompress->GetInfo(APE_INFO_SAMPLE_RATE), m_spAPEDecompress-> in Play()
174 …PEDecompress->GetInfo(APE_DECOMPRESS_AVERAGE_BITRATE), m_spAPEDecompress->GetInfo(APE_INFO_SAMPLE_… in Play()
259 if (pAPEDecompress->GetInfo(APE_INFO_BITS_PER_SAMPLE) == 8) in ScaleBuffer()
268 else if (pAPEDecompress->GetInfo(APE_INFO_BITS_PER_SAMPLE) == 24) in ScaleBuffer()
305 …MS = (double(m_spAPEDecompress->GetInfo(APE_DECOMPRESS_TOTAL_BLOCKS)) * double(1000)) / double(m_s… in DecodeThread()
[all …]
H A DCEDecoder.cpp17 int BytesPerSample = pAPEDecompress->GetInfo(APE_INFO_BYTES_PER_SAMPLE); in FilterGetFileSize()
19 …return pAPEDecompress->GetInfo(APE_INFO_TOTAL_BLOCKS) * pAPEDecompress->GetInfo(APE_INFO_CHANNELS)… in FilterGetFileSize()
33 *lSamprate= pAPEDecompress->GetInfo(APE_INFO_SAMPLE_RATE); in OpenFilterInput()
34 *wChannels=(WORD) pAPEDecompress->GetInfo(APE_INFO_CHANNELS); in OpenFilterInput()
35 *wBitsPerSample=(WORD) pAPEDecompress->GetInfo(APE_INFO_BITS_PER_SAMPLE); in OpenFilterInput()
54 intn nBlocksToDecode = lBytes / pAPEDecompress->GetInfo(APE_INFO_BLOCK_ALIGN); in ReadFilterInput()
56 if (pAPEDecompress->GetInfo(APE_INFO_BYTES_PER_SAMPLE) == 3) in ReadFilterInput()
89 int BytesPerSample = pAPEDecompress->GetInfo(APE_INFO_BYTES_PER_SAMPLE); in ReadFilterInput()
91 return nBlocksDecoded * pAPEDecompress->GetInfo(APE_INFO_CHANNELS) * BytesPerSample; in ReadFilterInput()
118 switch (pAPEDecompress->GetInfo(APE_INFO_COMPRESSION_LEVEL)) in FilterOptions()
[all …]
/dports/games/wargus/wargus-3.2.0/StormLib/src/
H A DSFileGetFileInfo.cpp227 return GetInfo(pvFileInfo, cbFileInfo, szSrcFileInfo, cbSrcFileInfo, pcbLengthNeeded); in SFileGetFileInfo()
246 return GetInfo(pvFileInfo, cbFileInfo, &ha->MpqPos, sizeof(ULONGLONG), pcbLengthNeeded); in SFileGetFileInfo()
297 return GetInfo(pvFileInfo, cbFileInfo, &Int64Value, sizeof(ULONGLONG), pcbLengthNeeded); in SFileGetFileInfo()
307 return GetInfo(pvFileInfo, cbFileInfo, ha->pHashTable, cbSrcFileInfo, pcbLengthNeeded); in SFileGetFileInfo()
349 return GetInfo(pvFileInfo, cbFileInfo, &dwInt32Value, sizeof(DWORD), pcbLengthNeeded); in SFileGetFileInfo()
373 return GetInfo(pvFileInfo, cbFileInfo, &dwInt32Value, sizeof(DWORD), pcbLengthNeeded); in SFileGetFileInfo()
382 return GetInfo(pvFileInfo, cbFileInfo, &dwInt32Value, sizeof(DWORD), pcbLengthNeeded); in SFileGetFileInfo()
385 return GetInfo(pvFileInfo, cbFileInfo, &ha->dwFlags, sizeof(DWORD), pcbLengthNeeded); in SFileGetFileInfo()
412 return GetInfo(pvFileInfo, cbFileInfo, &dwInt32Value, sizeof(DWORD), pcbLengthNeeded); in SFileGetFileInfo()
416 return GetInfo(pvFileInfo, cbFileInfo, &dwInt32Value, sizeof(DWORD), pcbLengthNeeded); in SFileGetFileInfo()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/remote_bitrate_estimator/
H A Dsend_time_history_unittest.cc104 EXPECT_TRUE(history_.GetInfo(&info, true)); in TEST_F()
161 EXPECT_FALSE(history_.GetInfo(&info, false)); in TEST_F()
184 EXPECT_FALSE(history_.GetInfo(&info, false)); in TEST_F()
186 EXPECT_TRUE(history_.GetInfo(&info2, false)); in TEST_F()
188 EXPECT_TRUE(history_.GetInfo(&info3, false)); in TEST_F()
190 EXPECT_TRUE(history_.GetInfo(&info4, false)); in TEST_F()
194 EXPECT_TRUE(history_.GetInfo(&info5, true)); in TEST_F()
206 EXPECT_TRUE(history_.GetInfo(&info9, false)); in TEST_F()
223 EXPECT_TRUE(history_.GetInfo(&info, true)); in TEST_F()
230 EXPECT_TRUE(history_.GetInfo(&info2, true)); in TEST_F()
[all …]
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/3rd/ctpp/src/
H A DCTPP2Compiler.cpp281 UINT_64 iDebugInfo = oDebugInfo.GetInfo(); in ChangeScope()
363 UINT_64 iDebugInfo = oDebugInfo.GetInfo(); in ResetScope()
390 UINT_64 iDebugInfo = oDebugInfo.GetInfo(); in CallBlock()
432 UINT_64 iDebugInfo = oDebugInfo.GetInfo(); in StartBlock()
451 UINT_64 iDebugInfo = oDebugInfo.GetInfo(); in EndBlock()
506 UINT_64 iDebugInfo = oDebugInfo.GetInfo(); in PreparePushComplexVariable()
518 UINT_64 iDebugInfo = oDebugInfo.GetInfo(); in ClearPushComplexVariable()
544 UINT_64 iDebugInfo = oDebugInfo.GetInfo(); in PrepareLocalScope()
558 UINT_64 iDebugInfo = oDebugInfo.GetInfo(); in PushVariable()
602 UINT_64 iDebugInfo = oDebugInfo.GetInfo(); in PushScopedVariable()
[all …]
/dports/textproc/ctpp2/ctpp2-2.8.3/src/
H A DCTPP2Compiler.cpp281 UINT_64 iDebugInfo = oDebugInfo.GetInfo(); in ChangeScope()
363 UINT_64 iDebugInfo = oDebugInfo.GetInfo(); in ResetScope()
390 UINT_64 iDebugInfo = oDebugInfo.GetInfo(); in CallBlock()
432 UINT_64 iDebugInfo = oDebugInfo.GetInfo(); in StartBlock()
451 UINT_64 iDebugInfo = oDebugInfo.GetInfo(); in EndBlock()
506 UINT_64 iDebugInfo = oDebugInfo.GetInfo(); in PreparePushComplexVariable()
518 UINT_64 iDebugInfo = oDebugInfo.GetInfo(); in ClearPushComplexVariable()
544 UINT_64 iDebugInfo = oDebugInfo.GetInfo(); in PrepareLocalScope()
558 UINT_64 iDebugInfo = oDebugInfo.GetInfo(); in PushVariable()
602 UINT_64 iDebugInfo = oDebugInfo.GetInfo(); in PushScopedVariable()
[all …]
/dports/misc/usd/USD-21.11/pxr/usd/sdf/testenv/
H A DtestSdfMetaDataPlugInfo.cpp101 void GetInfo(VtArray<T> *array, string *name);
109 GetInfo<T>(&array, &name); in CheckField()
314 void GetInfo<string>(VtArray<string> *array, string *name) in GetInfo() function
324 void GetInfo<TfToken>(VtArray<TfToken> *array, string *name) in GetInfo() function
334 void GetInfo<bool>(VtArray<bool> *array, string *name) in GetInfo() function
354 void GetInfo<int>(VtArray<int> *array, string *name) in GetInfo() function
374 void GetInfo<int64_t>(VtArray<int64_t> *array, string *name) in GetInfo() function
394 void GetInfo<GfHalf>(VtArray<GfHalf> *array, string *name) in GetInfo() function
404 void GetInfo<float>(VtArray<float> *array, string *name) in GetInfo() function
414 void GetInfo<double>(VtArray<double> *array, string *name) in GetInfo() function
[all …]
/dports/www/firefox/firefox-99.0/third_party/wasm2c/src/
H A Dopcode.h57 bool HasPrefix() const { return GetInfo().prefix != 0; } in HasPrefix()
58 uint8_t GetPrefix() const { return GetInfo().prefix; } in GetPrefix()
59 uint32_t GetCode() const { return GetInfo().code; } in GetCode()
61 const char* GetName() const { return GetInfo().name; } in GetName()
63 return *GetInfo().decomp ? GetInfo().decomp : GetInfo().name; in GetDecomp()
65 Type GetResultType() const { return GetInfo().result_type; } in GetResultType()
66 Type GetParamType1() const { return GetInfo().param_types[0]; } in GetParamType1()
67 Type GetParamType2() const { return GetInfo().param_types[1]; } in GetParamType2()
68 Type GetParamType3() const { return GetInfo().param_types[2]; } in GetParamType3()
70 Address GetMemorySize() const { return GetInfo().memory_size; } in GetMemorySize()
[all …]
/dports/audio/mous/mous-2.0.1/deps/MAC_SDK/Analyze/Sample 1/
H A DSample 1.cpp65 printf("\tVersion: %.2f\r\n", float(pAPEDecompress->GetInfo(APE_INFO_FILE_VERSION)) / float(1000)); in main()
66 switch (pAPEDecompress->GetInfo(APE_INFO_COMPRESSION_LEVEL)) in main()
76 printf("\tSamples per second: %d\r\n", pAPEDecompress->GetInfo(APE_INFO_SAMPLE_RATE)); in main()
77 printf("\tBits per sample: %d\r\n", pAPEDecompress->GetInfo(APE_INFO_BITS_PER_SAMPLE)); in main()
78 printf("\tNumber of channels: %d\r\n", pAPEDecompress->GetInfo(APE_INFO_CHANNELS)); in main()
79 printf("\tPeak level: %d\r\n\r\n", pAPEDecompress->GetInfo(APE_INFO_PEAK_LEVEL)); in main()
83 printf("\tLength of file (s): %d\r\n", pAPEDecompress->GetInfo(APE_INFO_LENGTH_MS) / 1000); in main()
84 printf("\tFile Size (kb): %d\r\n\r\n", pAPEDecompress->GetInfo(APE_INFO_APE_TOTAL_BYTES) / 1024); in main()
89 CAPETag * pAPETag = (CAPETag *) pAPEDecompress->GetInfo(APE_INFO_TAG); in main()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/helpers/
H A Dget_info_tests.cpp16 auto retVal = GetInfo::getInfo(&dest, sizeof(dest), &src, sizeof(src)); in TEST()
25 auto retVal = GetInfo::getInfo(nullptr, 0, &src, sizeof(src)); in TEST()
34 auto retVal = GetInfo::getInfo(nullptr, sizeof(dest), &src, sizeof(src)); in TEST()
43 auto retVal = GetInfo::getInfo(&dest, 0, &src, sizeof(src)); in TEST()
52 auto retVal = GetInfo::getInfo(&dest, sizeof(dest), nullptr, sizeof(src)); in TEST()
61 auto retVal = GetInfo::getInfo(&dest, sizeof(dest), &src, 0); in TEST()
70 auto retVal = GetInfo::getInfo(&dest, sizeof(dest), &src, GetInfo::invalidSourceSize); in TEST()
78 GetInfo::setParamValueReturnSize(nullptr, 1, GetInfoStatus::SUCCESS); in TEST()
79 GetInfo::setParamValueReturnSize(&paramValueReturnSize, 1, GetInfoStatus::INVALID_VALUE); in TEST()
86 GetInfo::setParamValueReturnSize(&paramValueReturnSize, 1, GetInfoStatus::SUCCESS); in TEST()
/dports/audio/mac/mac-3.99-u4-b5-s7/src/Examples/Analyze/Sample1/
H A DSample1.cpp73 printf("\tVersion: %.2f\r\n", float(pAPEDecompress->GetInfo(APE_INFO_FILE_VERSION)) / float(1000)); in main()
74 switch (pAPEDecompress->GetInfo(APE_INFO_COMPRESSION_LEVEL)) in main()
84 printf("\tSamples per second: %d\r\n", pAPEDecompress->GetInfo(APE_INFO_SAMPLE_RATE)); in main()
85 printf("\tBits per sample: %d\r\n", pAPEDecompress->GetInfo(APE_INFO_BITS_PER_SAMPLE)); in main()
86 printf("\tNumber of channels: %d\r\n", pAPEDecompress->GetInfo(APE_INFO_CHANNELS)); in main()
87 printf("\tPeak level: %d\r\n\r\n", pAPEDecompress->GetInfo(APE_INFO_PEAK_LEVEL)); in main()
91 printf("\tLength of file (s): %d\r\n", pAPEDecompress->GetInfo(APE_INFO_LENGTH_MS) / 1000); in main()
92 printf("\tFile Size (kb): %d\r\n\r\n", pAPEDecompress->GetInfo(APE_INFO_APE_TOTAL_BYTES) / 1024); in main()
97 CAPETag * pAPETag = (CAPETag *) pAPEDecompress->GetInfo(APE_INFO_TAG); in main()

12345678910>>...94