Home
last modified time | relevance | path

Searched defs:Info (Results 1 – 25 of 1597) sorted by relevance

12345678910>>...64

/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A DCLDeviceImpl.h25 struct Info : public CLExtensions struct
32 Info &operator=(const Info &) = delete; argument
35 Info &operator=(Info &&); argument
37 bool isValid() const { return version != 0u; } in isValid()
40 cl::DeviceType type;
41 std::vector<size_t> maxWorkItemSizes;
42 cl_ulong maxMemAllocSize = 0u;
43 cl_bool imageSupport = CL_FALSE;
44 std::string IL_Version;
45 NameVersionVector ILsWithVersion;
[all …]
H A DCLKernelImpl.h62 struct Info struct
68 Info &operator=(const Info &) = delete; argument
71 Info &operator=(Info &&); argument
79 std::vector<WorkGroupInfo> workGroups; argument
80 std::vector<ArgInfo> args; argument
88 virtual angle::Result createInfo(Info *infoOut) const = 0; argument
H A DCLPlatformImpl.h25 struct Info : public CLExtensions struct
31 Info &operator=(const Info &) = delete; argument
34 Info &operator=(Info &&); argument
47 virtual Info createInfo() const = 0; argument
/aosp_15_r20/frameworks/av/media/libstagefright/include/media/stagefright/
H A DFrameRenderTracker.h50 struct Info { struct
52 int64_t getMediaTimeUs() const { return mMediaTimeUs; } in getMediaTimeUs()
55 nsecs_t getRenderTimeNs() const { return mRenderTimeNs; } in getRenderTimeNs()
58 ssize_t getIndex() const { return mIndex; } in getIndex()
61 Info(int64_t mediaTimeUs, const sp<GraphicBuffer> &graphicBuffer, in Info() function
71 Info(int64_t mediaTimeUs, nsecs_t renderTimeNs) in Info() argument
81 nsecs_t mRenderTimeNs;
82 ssize_t mIndex; // to be used by client
83 sp<GraphicBuffer> mGraphicBuffer;
84 sp<Fence> mFence;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/
H A DOptTable.h41 struct Info { struct
60 std::vector<Info> OptionInfos; argument
/aosp_15_r20/external/cronet/third_party/re2/src/app/
H A D_re2.cc15 struct Info { struct
16 std::string pattern;
17 std::string error;
18 std::string prefix;
19 bool prefix_foldcase = false;
20 std::string accel_prefix;
21 bool accel_prefix_foldcase = false;
22 int num_captures;
23 bool is_one_pass;
24 bool can_bit_state;
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Option/
H A DOptTable.h43 struct Info { struct
62 ArrayRef<Info> OptionInfos; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Option/
DOptTable.h55 struct Info { struct
58 ArrayRef<StringLiteral> Prefixes;
59 StringLiteral PrefixedName;
60 const char *HelpText;
91 ArrayRef<Info> OptionInfos; argument
167 auto Info = getInfo(id); in getOptionHelpText() local
/aosp_15_r20/external/llvm/include/llvm/Option/
H A DOptTable.h35 struct Info { struct
53 ArrayRef<Info> OptionInfos; argument
/aosp_15_r20/hardware/google/camera/common/apex_update_listener/
Dapex_update_listener.h15 struct Info { struct
29 bool operator<(const Info& other) const { argument
63 std::function<void(const std::set<Info>& last_versions, argument
/aosp_15_r20/system/keymint/common/src/tag/
H A Dinfo.rs183 pub struct Info { struct
185 pub name: &'static str,
210 const INFO: [(Tag, Info); 61] = [ argument
1154 pub fn info(tag: Tag) -> Result<&'static Info, Error> { in info()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dapi.go198 type Info struct { struct
216 Types map[syntax.Expr]TypeAndValue
222 StoreTypesInSyntax bool
236 Instances map[*syntax.Name]Instance
247 Defs map[*syntax.Name]Object
254 Uses map[*syntax.Name]Object
265 Implicits map[syntax.Node]Object
269 Selections map[*syntax.SelectorExpr]*Selection
302 Scopes map[syntax.Node]*Scope
309 InitOrder []*Initializer
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Option/
DOptTable.h55 struct Info { struct
80 ArrayRef<Info> OptionInfos; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Option/
DOptTable.h55 struct Info { struct
80 ArrayRef<Info> OptionInfos; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Option/
DOptTable.h55 struct Info { struct
80 ArrayRef<Info> OptionInfos; argument
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Dapi.go207 type Info struct { struct
225 Types map[ast.Expr]TypeAndValue
239 Instances map[*ast.Ident]Instance
250 Defs map[*ast.Ident]Object
257 Uses map[*ast.Ident]Object
268 Implicits map[ast.Node]Object
272 Selections map[*ast.SelectorExpr]*Selection
307 Scopes map[ast.Node]*Scope
314 InitOrder []*Initializer
321 FileVersions map[*ast.File]string
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/drm/src/control/
Dconnector.rs51 pub struct Info { struct
63 impl std::fmt::Display for Info { argument
69 impl Info { impl
Dplane.rs60 pub struct Info { struct
68 impl std::fmt::Display for Info { argument
74 impl Info { impl
Dcrtc.rs57 pub struct Info { struct
65 impl std::fmt::Display for Info { argument
71 impl Info { impl
Dframebuffer.rs49 pub struct Info { struct
58 impl std::fmt::Display for Info { argument
64 impl Info { implementation
/aosp_15_r20/external/clang/lib/AST/
H A DExprConstant.cpp309 EvalInfo &Info; member
811 EvalInfo &Info; member
840 EvalInfo &Info; member
867 EvalInfo *Info = InfoAndOldSpecEval.getPointer(); in maybeRestoreState() local
879 EvalInfo &Info, SmallVectorImpl<PartialDiagnosticAt> *NewDiag = nullptr) in SpeculativeEvaluationRAII()
904 EvalInfo &Info; member in __anon2db4a5520111::ScopeRAII
907 ScopeRAII(EvalInfo &Info) in ScopeRAII()
915 static void cleanup(EvalInfo &Info, unsigned OldStackSize) { in cleanup()
937 bool SubobjectDesignator::checkSubobject(EvalInfo &Info, const Expr *E, in checkSubobject()
950 void SubobjectDesignator::diagnosePointerArithmetic(EvalInfo &Info, in diagnosePointerArithmetic()
[all …]
/aosp_15_r20/external/skia/include/gpu/vk/
H A DVulkanExtensions.h37 struct Info { struct
38 Info() {} in Info() function
39 Info(const char* name) : fName(name), fSpecVersion(0) {} in Info() argument
45 bool operator()(const Info& a, const SkString& b) const { in operator() argument
/aosp_15_r20/frameworks/native/services/sensorservice/
H A DBatteryService.h40 struct Info { struct
44 Info() : uid(0), handle(0), count(0) { } in Info() function
45 Info(uid_t uid, int handle) : uid(uid), handle(handle), count(0) { } in Info() function
/aosp_15_r20/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/include/hwc2onfbadapter/
H A DHWC2OnFbAdapter.h48 struct Info { struct
57 const Info& getInfo() const; argument
/aosp_15_r20/external/webrtc/call/
H A Dsyncable.h25 struct Info { struct
37 virtual absl::optional<Info> GetInfo() const = 0; argument

12345678910>>...64