Searched defs:Properties (Results 1 - 25 of 29) sorted by relevance

12

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DProperties.java14 public class Properties class
/external/lzma/CS/7zip/Compress/LzmaAlone/Properties/
H A DResources.cs11 namespace LzmaAlone.Properties
H A DSettings.cs11 namespace LzmaAlone.Properties
/external/dtc/Documentation/
H A Ddtc-paper.tex129 \subsection{Properties of the flattened tree}
446 and subnodes. Properties are given as just {\emph{name} \texttt{=}
/external/lzma/CPP/7zip/UI/Common/
H A DExtract.h48 CObjectVector<CProperty> Properties; member in struct:CExtractOptions
H A DArchiveCommandLine.h88 CObjectVector<CProperty> Properties; member in struct:CArcCmdLineOptions
H A DUpdate.h57 CObjectVector<CProperty> Properties; member in struct:CCompressionMethodMode
/external/libbrillo/brillo/dbus/
H A Dexported_property_set_unittest.cc63 struct Properties { struct in class:brillo::dbus_utils::ExportedPropertySetTest
80 Properties(scoped_refptr<dbus::Bus> bus, const dbus::ObjectPath& path) function in struct:brillo::dbus_utils::ExportedPropertySetTest::Properties
106 virtual ~Properties() {}
126 p_.reset(new Properties(bus_, kMethodsExportedOnPath));
168 std::unique_ptr<Properties> p_;
/external/llvm/utils/TableGen/
H A DCodeGenTarget.h198 unsigned Properties; // Node properties member in class:llvm::ComplexPattern
209 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); }
/external/skia/src/gpu/effects/
H A DGrPorterDuffXferProcessor.cpp113 enum Properties { enum in class:BlendFormula
121 GR_DECL_BITFIELD_OPS_FRIENDS(Properties)
142 static constexpr Properties GetProperties(OutputType PrimaryOut, OutputType SecondaryOut,
155 Properties fProps : 32 - (4 + 4 + 6 + 6 + 6);
168 GR_MAKE_BITFIELD_OPS(BlendFormula::Properties);
170 constexpr BlendFormula::Properties BlendFormula::GetProperties(OutputType PrimaryOut,
175 return static_cast<Properties>(
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DCodeGenTarget.h175 unsigned Properties; // Node properties member in class:llvm::ComplexPattern
186 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); }
/external/autotest/client/cros/cellular/
H A Dpseudo_modem.py53 """Implements the org.freedesktop.DBus.Properties interface.
55 Implements the org.freedesktop.DBus.Properties interface, specifically
160 def Properties(self): member in class:SIM
169 return {mm1.SIM_INTERFACE: self.Properties()}
188 def Properties(self): member in class:SMS
198 return {mm1.SMS_INTERFACE: self.Properties()}
568 """Return the 3GPP Properties of the modem object."""
/external/v8/src/compiler/
H A Doperator.h37 // Properties inform the operator-independent optimizer about legal
60 typedef base::Flags<Property, uint8_t> Properties; typedef in class:v8::internal::compiler::Operator
64 Operator(Opcode opcode, Properties properties, const char* mnemonic,
96 Properties properties() const { return properties_; }
110 static size_t ZeroIfEliminatable(Properties properties) {
114 static size_t ZeroIfNoThrow(Properties properties) {
118 static size_t ZeroIfPure(Properties properties) {
140 Properties properties_;
152 DEFINE_OPERATORS_FOR_FLAGS(Operator::Properties)
172 Operator1(Opcode opcode, Properties propertie
[all...]
/external/llvm/include/llvm/CodeGen/
H A DMachineFunction.h92 /// Properties which a MachineFunction may have at a given point in time.
127 return Properties[static_cast<unsigned>(P)];
130 Properties.set(static_cast<unsigned>(P));
134 Properties.reset(static_cast<unsigned>(P));
138 Properties |= MFP.Properties;
142 Properties.reset(MFP.Properties);
148 return !V.Properties.test(Properties);
156 BitVector Properties = member in class:llvm::MachineFunctionProperties
228 MachineFunctionProperties Properties; member in class:llvm::MachineFunction
[all...]
/external/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h501 ulittle16_t Properties; // ClassOptions bitset member in struct:llvm::codeview::ClassRecord::Layout
510 return Properties & uint16_t(ClassOptions::HasUniqueName);
539 ulittle16_t Properties; // ClassOptions bitset member in struct:llvm::codeview::UnionRecord::Layout
546 return Properties & uint16_t(ClassOptions::HasUniqueName);
574 ulittle16_t Properties; member in struct:llvm::codeview::EnumRecord::Layout
580 return Properties & uint16_t(ClassOptions::HasUniqueName);
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp448 llvm::Constant *Properties,
1618 llvm::Constant *Properties,
1647 Properties->getType(), // properties
1676 Elements.push_back(Properties);
1862 std::vector<llvm::Constant*> Properties; local
1898 Properties.push_back(llvm::ConstantStruct::get(PropertyMetadataTy, Fields));
1902 llvm::ArrayType::get(PropertyMetadataTy, Properties.size()), Properties);
1904 {llvm::ConstantInt::get(IntTy, Properties.size()), NULLPtr, PropertyArray};
2100 std::vector<llvm::Constant*> Properties; local
1607 GenerateClassStructure( llvm::Constant *MetaClass, llvm::Constant *SuperClass, unsigned info, const char *Name, llvm::Constant *Version, llvm::Constant *InstanceSize, llvm::Constant *IVars, llvm::Constant *Methods, llvm::Constant *Protocols, llvm::Constant *IvarOffsets, llvm::Constant *Properties, llvm::Constant *StrongIvarBitmap, llvm::Constant *WeakIvarBitmap, bool isMeta) argument
2279 llvm::Constant *Properties = GeneratePropertyList(OID, InstanceMethodSels, local
[all...]
H A DCGObjCMac.cpp985 SmallVectorImpl<llvm::Constant*> &Properties,
2907 SmallVectorImpl<llvm::Constant *> &Properties,
2913 PushProtocolProperties(PropertySet, Properties, Container, P, ObjCTypes,
2925 Properties.push_back(llvm::ConstantStruct::get(ObjCTypes.PropertyTy, Prop));
2955 SmallVector<llvm::Constant *, 16> Properties; local
2961 Properties.push_back(llvm::ConstantStruct::get(ObjCTypes.PropertyTy, Prop));
2984 PushProtocolProperties(PropertySet, Properties, Container, P, ObjCTypes,
2989 PushProtocolProperties(PropertySet, Properties, Container, P, ObjCTypes,
2994 if (Properties.empty())
3001 Values[1] = llvm::ConstantInt::get(ObjCTypes.IntTy, Properties
2906 PushProtocolProperties(llvm::SmallPtrSet<const IdentifierInfo*,16> &PropertySet, SmallVectorImpl<llvm::Constant *> &Properties, const Decl *Container, const ObjCProtocolDecl *Proto, const ObjCCommonTypesHelper &ObjCTypes, bool IsClassProperty) argument
[all...]
/external/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6371 ArrayRef<ObjCPropertyDecl *> Properties,
6375 if (Properties.size() > 0) {
6377 Write__prop_list_t_TypeDecl(Result, Properties.size());
6382 Result += "\t"; Result += utostr(Properties.size()); Result += ",\n";
6383 for (unsigned i = 0, e = Properties.size(); i < e; i++) {
6384 ObjCPropertyDecl *PropDecl = Properties[i];
6424 ArrayRef<ObjCPropertyDecl *>Properties,
6473 if (!metaclass && Properties.size() > 0) {
6369 Write_prop_list_t_initializer(RewriteModernObjC &RewriteObj, ASTContext *Context, std::string &Result, ArrayRef<ObjCPropertyDecl *> Properties, const Decl *Container, StringRef VarName, StringRef ProtocolName) argument
6417 Write__class_ro_t_initializer(ASTContext *Context, std::string &Result, unsigned int flags, const std::string &InstanceStart, const std::string &InstanceSize, ArrayRef<ObjCMethodDecl *>baseMethods, ArrayRef<ObjCProtocolDecl *>baseProtocols, ArrayRef<ObjCIvarDecl *>ivars, ArrayRef<ObjCPropertyDecl *>Properties, StringRef VarName, StringRef ClassName) argument
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/guice/lib/build/
H A Dfelix-2.0.5.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF/NOTICE META- ...
/external/junit-params/lib/
H A Dassertj-core-1.7.1.jarMETA-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org.assertj/ META- ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 596 milliseconds

12