HomeSort by relevance Sort by last modified time
    Searched full:getinfo (Results 26 - 50 of 861) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Option/
OptTable.h 69 const Info &getInfo(OptSpecifier Opt) const {
92 return getInfo(id).Name;
97 return getInfo(id).Kind;
102 return getInfo(id).GroupID;
107 return getInfo(id).HelpText;
113 return getInfo(id).MetaVar;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Option/
OptTable.h 69 const Info &getInfo(OptSpecifier Opt) const {
92 return getInfo(id).Name;
97 return getInfo(id).Kind;
102 return getInfo(id).GroupID;
107 return getInfo(id).HelpText;
113 return getInfo(id).MetaVar;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Option/
OptTable.h 69 const Info &getInfo(OptSpecifier Opt) const {
92 return getInfo(id).Name;
97 return getInfo(id).Kind;
102 return getInfo(id).GroupID;
107 return getInfo(id).HelpText;
113 return getInfo(id).MetaVar;
  /external/v8/src/
type-info.cc 37 Handle<Object> TypeFeedbackOracle::GetInfo(TypeFeedbackId ast_id) {
51 Handle<Object> TypeFeedbackOracle::GetInfo(FeedbackSlot slot) {
104 Handle<Object> value = GetInfo(slot);
111 Handle<Object> value = GetInfo(slot);
116 Handle<Object> info = GetInfo(slot);
121 Handle<Object> value = GetInfo(feedback_vector_slot);
141 Handle<Object> info = GetInfo(slot);
150 Handle<Object> info = GetInfo(slot);
161 Handle<Object> info = GetInfo(slot);
170 Handle<Object> info = GetInfo(slot)
    [all...]
  /frameworks/base/core/java/android/printservice/
PrintJob.java 85 public @NonNull PrintJobInfo getInfo() {
125 return getInfo().getState() == PrintJobInfo.STATE_QUEUED;
141 return getInfo().getState() == PrintJobInfo.STATE_STARTED;
157 return getInfo().getState() == PrintJobInfo.STATE_BLOCKED;
171 return getInfo().getState() == PrintJobInfo.STATE_COMPLETED;
185 return getInfo().getState() == PrintJobInfo.STATE_FAILED;
199 return getInfo().getState() == PrintJobInfo.STATE_CANCELED;
218 final int state = getInfo().getState();
241 PrintJobInfo info = getInfo();
398 return getInfo().getTag()
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Decompress/
Decompress.h 46 The GetInfo() function retrieves the size of the uncompressed buffer
55 The GetInfo() function does not have scratch buffer available to perform
118 buffer needed is obtained from GetInfo().
122 is obtained from GetInfo().
134 EFI_DECOMPRESS_GET_INFO GetInfo;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/CustomizedDecompress/
CustomizedDecompress.h 43 The GetInfo() function retrieves the size of the uncompressed buffer
52 The GetInfo() function does not have scratch buffer available to perform
116 buffer needed is obtained from GetInfo().
120 is obtained from GetInfo().
133 EFI_CUSTOMIZED_DECOMPRESS_GET_INFO GetInfo;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/TianoDecompress/
TianoDecompress.h 43 The GetInfo() function retrieves the size of the uncompressed buffer
52 The GetInfo() function does not have scratch buffer available to perform
116 buffer needed is obtained from GetInfo().
120 is obtained from GetInfo().
133 EFI_TIANO_DECOMPRESS_GET_INFO GetInfo;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/
PrePiExtractGuidedSectionLib.c 65 // Search the match registered GetInfo handler for the input guided section.
138 // Search the match registered GetInfo handler for the input guided section.
154 // Call the match handler to getinfo for the input section data.
186 // Search the match registered GetInfo handler for the input guided section.
202 // Call the match handler to getinfo for the input section data.
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Decompress.h 26 The GetInfo() function retrieves the size of the uncompressed buffer
35 The GetInfo() function does not have a scratch buffer available to perform
88 buffer needed is obtained from GetInfo().
92 is obtained from GetInfo().
116 EFI_DECOMPRESS_GET_INFO GetInfo;
  /external/skia/include/core/
SkImageGenerator.h 51 const SkImageInfo& getInfo() const { return fInfo; }
71 * to the info returned by getInfo().
77 * A size that does not match getInfo() implies a request
133 * whole = SkIRect::MakeWH(getInfo().width(), getInfo().height())
  /external/skia/src/android/
SkBitmapRegionCodec.cpp 15 : INHERITED(codec->getInfo().width(), codec->getInfo().height())
40 SubsetType type = adjust_subset_rect(fCodec->getInfo().dimensions(), &subset, &outX, &outY);
121 SkImageInfo dstInfo = fCodec->getInfo().makeColorType(colorType);
122 return conversion_possible(dstInfo, fCodec->getInfo());
  /external/skia/src/gpu/
GrAHardwareBufferImageGenerator.cpp 108 info.width() == getInfo().width() && info.height() == getInfo().height()) {
172 switch (getInfo().colorType()) {
188 GrBackendTexture backendTex(getInfo().width(), getInfo().height(), pixelConfig, textureInfo);
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
Provider2Test.java 67 * java.security.Provider#getInfo()
70 // test method of java.security.provider.getInfo
73 .getInfo());
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftttdrv.h 114 * number as returned by the `GETINFO' bytecode instruction.
139 * numbers returned by a call to the `GETINFO' bytecode instruction are
147 * GETINFO framework version feature
164 * in GETINFO opcode,
167 * DWrite (Win 8) in GETINFO opcode,
209 * grayscale rendering. However, the GETINFO instruction handles it
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
TestDataModule.java 28 public DataMap getInfo();
74 public DataMap getInfo();
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
TestDataModule.java 27 public DataMap getInfo();
73 public DataMap getInfo();
  /external/skia/gm/
makecolorspace.cpp 21 bitmap.allocPixels(codec->getInfo());
25 codec->getPixels(codec->getInfo(), bitmap.getPixels(), bitmap.rowBytes(), &opts);
animatedGif.cpp 51 const SkImageInfo info = fCodec->getInfo().makeColorType(kN32_SkColorType);
91 SkISize dim = fCodec->getInfo().dimensions();
107 canvas->translate(SkIntToScalar(fCodec->getInfo().width()), 0);
146 canvas->translate(0, SkIntToScalar(fCodec->getInfo().height()));
  /external/skia/src/codec/
SkBmpMaskCodec.cpp 34 if (dstInfo.dimensions() != this->getInfo().dimensions()) {
67 fMaskSwizzler.reset(SkMaskSwizzler::CreateMaskSwizzler(swizzlerInfo, this->getInfo(),
  /device/linaro/bootloader/edk2/MdePkg/Include/Guid/
FileSystemVolumeLabelInfo.h 2 Provides a GUID and a data structure that can be used with EFI_FILE_PROTOCOL.GetInfo()
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/
UserProfileDelete.c 64 Status = mUserManager->GetInfo (
77 Status = mUserManager->GetInfo (
220 Status = mUserManager->GetInfo (mUserManager, User, UserInfo, Info, &InfoSize);
226 Status = mUserManager->GetInfo (mUserManager, User, UserInfo, Info, &InfoSize);
  /external/curl/docs/examples/
.gitignore 16 getinfo
getinfo.c 23 * Use getinfo to get content-type after completed transfer.
  /external/skia/bench/
AndroidCodecBench.cpp 35 fInfo = codec->getInfo().makeWH(scaledSize.width(), scaledSize.height())

Completed in 1533 milliseconds

12 3 4 5 6 7 8 91011>>