OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getinfo
(Results
201 - 225
of
861
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/native/services/inputflinger/
InputDispatcher.cpp
482
const InputWindowInfo* windowInfo = windowHandle->
getInfo
();
[
all
...]
/device/linaro/bootloader/edk2/MdePkg/Library/BaseExtractGuidedSectionLib/
BaseExtractGuidedSectionLib.c
193
// Search the match registered
GetInfo
handler for the input guided section.
295
// Search the match registered
GetInfo
handler for the input guided section.
465
// Search the match registered
GetInfo
handler for the input guided section.
/device/linaro/bootloader/edk2/MdePkg/Library/PeiExtractGuidedSectionLib/
PeiExtractGuidedSectionLib.c
218
// Search the match registered
GetInfo
handler for the input guided section.
330
// Search the match registered
GetInfo
handler for the input guided section.
500
// Search the match registered
GetInfo
handler for the input guided section.
/external/icu/icu4c/source/test/intltest/
svccoll.cpp
261
const CollatorInfo*
getInfo
(const Locale& loc) const {
290
const CollatorInfo* ci =
getInfo
(loc);
301
const CollatorInfo* ci =
getInfo
(objectLocale);
/external/libchrome/base/files/
file_unittest.cc
334
EXPECT_TRUE(file.
GetInfo
(&info));
365
EXPECT_TRUE(file.
GetInfo
(&info));
512
EXPECT_TRUE(dir.
GetInfo
(&info));
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
Thumb1FrameLowering.cpp
51
ARMFunctionInfo *AFI = MF.
getInfo
<ARMFunctionInfo>();
209
ARMFunctionInfo *AFI = MF.
getInfo
<ARMFunctionInfo>();
336
ARMFunctionInfo *AFI = MF.
getInfo
<ARMFunctionInfo>();
ARMFrameLowering.cpp
125
ARMFunctionInfo *AFI = MF.
getInfo
<ARMFunctionInfo>();
323
ARMFunctionInfo *AFI = MF.
getInfo
<ARMFunctionInfo>();
470
const ARMFunctionInfo *AFI = MF.
getInfo
<ARMFunctionInfo>();
620
ARMFunctionInfo *AFI = MF.
getInfo
<ARMFunctionInfo>();
697
ARMFunctionInfo *AFI = MF.
getInfo
<ARMFunctionInfo>();
721
ARMFunctionInfo *AFI = MF.
getInfo
<ARMFunctionInfo>();
808
const ARMFunctionInfo *AFI = MF.
getInfo
<ARMFunctionInfo>();
[
all
...]
/system/core/libsync/tests/
sync_test.cpp
174
vector<SyncPointInfo>
getInfo
() const {
192
return
getInfo
().size();
206
for (auto &info :
getInfo
()) {
/external/skia/src/codec/
SkPngCodec.cpp
518
const int height = this->
getInfo
().height();
652
if (fLastRow != this->
getInfo
().height() - 1 ||
665
const int height = this->
getInfo
().height();
[
all
...]
SkSampledCodec.cpp
20
SkISize preSampledSize = this->codec()->
getInfo
().dimensions();
81
if (!subset || subset->size() == this->codec()->
getInfo
().dimensions()) {
/build/make/tools/releasetools/
ota_package_parser.py
145
new_data = self.package.
getinfo
(partition + ".new.dat")
146
patch_data = self.package.
getinfo
(partition + ".patch.dat")
/cts/tests/tests/print/src/android/print/cts/
PageRangeAdjustAndVerify.java
192
printJob.getDocument().
getInfo
().getPageCount());
194
printJob.
getInfo
().getPages());
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SectionExtractionDxe/
SectionExtractionDxe.c
235
// Call
GetInfo
to get the size and attribute of input guided section data.
245
DEBUG ((DEBUG_ERROR, "
GetInfo
from guided section Failed - %r\n", Status));
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
FileHandleWrappers.c
97
File style interface for console (
GetInfo
).
935
EFI_FILE_GET_INFO
GetInfo
;
[
all
...]
/external/llvm/lib/Target/Mips/
MipsSEFrameLowering.cpp
299
int FI = MF.
getInfo
<MipsFunctionInfo>()->getMoveF64ViaSpillFI(RC2);
362
int FI = MF.
getInfo
<MipsFunctionInfo>()->getMoveF64ViaSpillFI(RC);
378
MipsFunctionInfo *MipsFI = MF.
getInfo
<MipsFunctionInfo>();
538
MipsFunctionInfo *MipsFI = MF.
getInfo
<MipsFunctionInfo>();
668
MipsFunctionInfo *MipsFI = MF.
getInfo
<MipsFunctionInfo>();
727
MipsFunctionInfo *MipsFI = MF.
getInfo
<MipsFunctionInfo>();
844
MipsFunctionInfo *MipsFI = MF.
getInfo
<MipsFunctionInfo>();
[
all
...]
/external/skia/gm/
readpixels.cpp
58
SkImageInfo info = codec->
getInfo
().makeWH(kWidth, kHeight)
61
.makeColorSpace(fix_for_colortype(codec->
getInfo
().colorSpace(), colorType));
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCFrameLowering.cpp
248
(GuaranteedTailCallOpt && MF.
getInfo
<PPCFunctionInfo>()->hasFastCall());
292
PPCFunctionInfo *FI = MF.
getInfo
<PPCFunctionInfo>();
535
PPCFunctionInfo *FI = MF.
getInfo
<PPCFunctionInfo>();
660
PPCFunctionInfo *FI = MF.
getInfo
<PPCFunctionInfo>();
714
const PPCFunctionInfo *FuncInfo = MF.
getInfo
<PPCFunctionInfo>();
722
const PPCFunctionInfo *MFI = MF.
getInfo
<PPCFunctionInfo>();
738
PPCFunctionInfo *FI = MF.
getInfo
<PPCFunctionInfo>();
860
PPCFunctionInfo *PFI = MF.
getInfo
<PPCFunctionInfo>();
[
all
...]
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoActivity.java
17
package android.tests.
getinfo
;
RootProcessScanner.java
17
package android.tests.
getinfo
;
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/DxeMain/
DxeMain.c
806
The
GetInfo
() function retrieves the size of the uncompressed buffer and the
813
The
GetInfo
() function does not have scratch buffer available to perform a
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/
DxeCrc32GuidedSectionExtractLib.c
41
GetInfo
gets raw data size and attribute of the input guided section.
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
RegularExpressionProtocol.h
157
EFI_REGULAR_EXPRESSION_GET_INFO
GetInfo
;
Rng.h
144
EFI_RNG_GET_INFO
GetInfo
;
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
EfiDecompress.c
129
Status = Decompress->
GetInfo
(Decompress, InBuffer, (UINT32)InSize, &OutSize, &ScratchSize);
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
Ls.c
67
Status = EfiFpHandle->
GetInfo
(
76
Status = EfiFpHandle->
GetInfo
(
94
Status = EfiFpHandle->
GetInfo
(
103
Status = EfiFpHandle->
GetInfo
(
Completed in 1603 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>