/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/ioctl/ |
D | patterns.rs | 107 pub struct Setter<Opcode, Input> { struct 115 impl<Opcode: CompileTimeOpcode, Input: fmt::Debug> fmt::Debug for Setter<Opcode, Input> { implementation 124 impl<Opcode: CompileTimeOpcode, Input> Setter<Opcode, Input> { implementation 141 unsafe impl<Opcode: CompileTimeOpcode, Input> Ioctl for Setter<Opcode, Input> { implementation
|
/aosp_15_r20/frameworks/av/media/codec2/components/base/include/ |
H A D | SimpleC2Interface.h | 203 struct Setter { struct 204 typedef typename std::remove_reference<T>::type type; 206 static C2R NonStrictValueWithNoDeps( in NonStrictValueWithNoDeps() 213 static C2R NonStrictValuesWithNoDeps( in NonStrictValuesWithNoDeps() 223 static C2R StrictValueWithNoDeps( in StrictValueWithNoDeps()
|
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/include/ |
D | SimpleC2Interface.h | 213 template <typename T> struct Setter { struct 214 typedef typename std::remove_reference<T>::type type; 216 static C2R NonStrictValueWithNoDeps(bool mayBlock, in NonStrictValueWithNoDeps() 222 static C2R NonStrictValuesWithNoDeps(bool mayBlock, in NonStrictValuesWithNoDeps() 233 static C2R StrictValueWithNoDeps(bool mayBlock, in StrictValueWithNoDeps()
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/suite/checker/baseline/ |
D | DeviceBaselineSetterTest.java | 35 private static class Setter extends DeviceBaselineSetter { class in DeviceBaselineSetterTest 36 public Setter(JSONObject object, String name) throws JSONException { in Setter() method in DeviceBaselineSetterTest.Setter
|
/aosp_15_r20/frameworks/av/media/codec2/vndk/ |
H A D | C2Store.cpp | 943 struct Setter { in Interface() struct 944 static C2R setIonUsage(bool /* mayBlock */, C2P<C2StoreIonUsageInfo> &me) { in Interface() 975 static C2R setDmaBufUsage(bool /* mayBlock */, C2P<C2StoreDmaBufUsageInfo> &me) { in Interface()
|
/aosp_15_r20/external/pytorch/docs/cpp/source/notes/ |
H A D | tensor_indexing.rst | 40 Setter chapter
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | ExprObjC.h | 668 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() 678 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() 689 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() 817 void setImplicitProperty(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in setImplicitProperty()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | ExprObjC.h | 668 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() 678 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() 689 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() 817 void setImplicitProperty(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in setImplicitProperty()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | ExprObjC.h | 668 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() 678 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() 689 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() 817 void setImplicitProperty(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in setImplicitProperty()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | ExprObjC.h | 668 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() 678 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() 689 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() 817 void setImplicitProperty(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in setImplicitProperty()
|
/aosp_15_r20/device/google/cuttlefish/common/libs/utils/ |
D | flag_parser.cpp | 126 Flag& Flag::Setter(std::function<Result<void>(const FlagMatch&)> setter) & { in Setter() function in cuttlefish::Flag 130 Flag Flag::Setter(std::function<Result<void>(const FlagMatch&)> setter) && { in Setter() function in cuttlefish::Flag
|
/aosp_15_r20/external/opencensus-java/api/src/main/java/io/opencensus/tags/propagation/ |
H A D | TagContextTextFormat.java | 116 public abstract static class Setter<C> { class in TagContextTextFormat
|
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/ |
D | settable.go | 16 type Setter[B any] interface { type
|
/aosp_15_r20/external/opencensus-java/api/src/main/java/io/opencensus/trace/propagation/ |
H A D | TextFormat.java | 121 public abstract static class Setter<C> { class in TextFormat
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/check/ |
D | funcinference.go | 80 type Setter[B any] interface { type
|
/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.RecordTrace/ |
H A D | record_widgets.ts | 22 export declare type Setter<T> = (cfg: RecordConfig, val: T) => void; alias
|
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/format/ |
D | parse.rs | 338 type Setter = fn(&mut Parsed, i64) -> ParseResult<()>; in parse_internal() typedef
|
/aosp_15_r20/frameworks/av/media/codec2/sfplugin/tests/ |
H A D | CCodecConfig_test.cpp | 278 static C2R Setter(bool, C2P<T> &) { in Setter() function in android::CCodecConfigTest::Configurable::Impl
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 1783 const ObjCMethodDecl *Setter) { in hasDefaultSetterName() 1934 ObjCMethodDecl *Setter = PD->getSetterMethodDecl(); in CreateTypeDefinition() local 2023 ObjCMethodDecl *Setter = PD->getSetterMethodDecl(); in CreateTypeDefinition() local
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 1838 ObjCMethodDecl *Setter = IFace->lookupInstanceMethod(SetterSel); in HandleExprPropertyRefExpr() local 2008 ObjCMethodDecl *Setter = IFace->lookupClassMethod(SetterSel); in ActOnClassPropertyRefExpr() local
|
H A D | SemaPseudoObject.cpp | 271 ObjCMethodDecl *Setter; member in __anon9b6da6f40111::ObjCPropertyOpBuilder
|
H A D | SemaExprMember.cpp | 1597 ObjCMethodDecl *Setter = IFace->lookupClassMethod(SetterSel); in LookupMemberExpr() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/url/src/ |
D | parser.rs | 332 Setter, enumerator
|
/aosp_15_r20/external/clang/tools/libclang/ |
H A D | CXIndexDataConsumer.cpp | 843 if (ObjCMethodDecl *Setter = D->getSetterMethodDecl()) { in handleObjCProperty() local
|
/aosp_15_r20/external/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 5372 if (ObjCMethodDecl *Setter = PD->getSetterMethodDecl()) in RewriteObjCClassMetaData() local 5649 if (ObjCMethodDecl *Setter = PD->getSetterMethodDecl()) in RewriteObjCCategoryImplDecl() local
|