Home
last modified time | relevance | path

Searched defs:Properties (Results 1 – 23 of 23) sorted by relevance

/external/libbrillo/brillo/dbus/
Dexported_property_set_unittest.cc63 struct Properties { struct in brillo::dbus_utils::ExportedPropertySetTest
65 ExportedProperty<bool> bool_prop_;
66 ExportedProperty<uint8_t> uint8_prop_;
67 ExportedProperty<int16_t> int16_prop_;
68 ExportedProperty<uint16_t> uint16_prop_;
69 ExportedProperty<int32_t> int32_prop_;
70 ExportedProperty<uint32_t> uint32_prop_;
71 ExportedProperty<int64_t> int64_prop_;
72 ExportedProperty<uint64_t> uint64_prop_;
73 ExportedProperty<double> double_prop_;
[all …]
/external/llvm/docs/
DSourceLevelDebugging.rst480 Introduction
495 Proposal
629 New DWARF Tags
638 New DWARF Attributes
653 New DWARF Constants
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst2015 Properties section in Other tokens
2021 FS_COORD_ORIGIN
2037 FS_COORD_PIXEL_CENTER
2056 FS_COLOR0_WRITES_ALL_CBUFS
2062 VS_PROHIBIT_UCPS
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
DProperties.java10 public class Properties class
/external/pdfium/third_party/freetype/include/freetype/internal/services/
Dsvprop.h40 FT_DEFINE_SERVICE( Properties ) in FT_DEFINE_SERVICE() argument
/external/freetype/include/internal/services/
Dsvprop.h40 FT_DEFINE_SERVICE( Properties ) in FT_DEFINE_SERVICE() argument
/external/clang/test/PCH/
Dchain-categories.m19 @interface NSObject (Properties) category
/external/mesa3d/src/mesa/main/
DAPIspecutil.py103 def Properties(funcname): function
/external/lzma/CPP/7zip/UI/Common/
DExtract.h48 CObjectVector<CProperty> Properties; member
DArchiveCommandLine.h79 CObjectVector<CProperty> Properties; member
DUpdate.h55 CObjectVector<CProperty> Properties; member
/external/v8/test/unittests/compiler/
Djs-operator-unittest.cc140 TEST_P(JSSharedOperatorTest, Properties) { in TEST_P() argument
253 TEST_P(JSSharedOperatorWithLanguageModeTest, Properties) { in TEST_P() argument
Dsimplified-operator-unittest.cc112 TEST_P(SimplifiedPureOperatorTest, Properties) { in TEST_P() argument
Dcommon-operator-unittest.cc102 TEST_P(CommonSharedOperatorTest, Properties) { in TEST_P() argument
/external/llvm/utils/TableGen/
DCodeGenTarget.h203 unsigned Properties; // Node properties variable
DCodeGenDAGPatterns.h227 unsigned Properties; variable
/external/v8/src/compiler/
Doperator.h52 typedef base::Flags<Property, uint8_t> Properties; typedef
/external/autotest/client/cros/cellular/
Dpseudo_modem.py160 def Properties(self): member in SIM
188 def Properties(self): member in SMS
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp1596 llvm::Constant *Properties, in GenerateClassStructure()
1847 std::vector<llvm::Constant*> Properties; in GenerateProtocol() local
2090 std::vector<llvm::Constant*> Properties; in GeneratePropertyList() local
2270 llvm::Constant *Properties = GeneratePropertyList(OID, InstanceMethodSels, in GenerateClass() local
DCGObjCMac.cpp2878 SmallVectorImpl<llvm::Constant *> &Properties, in PushProtocolProperties()
2911 SmallVector<llvm::Constant *, 16> Properties; in EmitPropertyList() local
/external/clang/docs/
DLanguageExtensions.rst1219 .. _langext-objc-retain-release:
/external/skia/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp44 enum Properties { enum
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp6449 ArrayRef<ObjCPropertyDecl *> Properties, in Write_prop_list_t_initializer()
6502 ArrayRef<ObjCPropertyDecl *>Properties, in Write__class_ro_t_initializer()