/external/parameter-framework/asio-1.10.6/include/asio/ip/detail/ |
endpoint.hpp | 58 return &data_.base; 64 return &data_.base; 108 return data_.base.sa_family == ASIO_OS_DEF(AF_INET); 116 asio::detail::socket_addr_type base; member in union:asio::ip::detail::endpoint::data_union
|
/external/parameter-framework/upstream/parameter/ |
BaseParameter.cpp | 37 #define base CInstanceConfigurableElement macro 42 : base(strName, pTypeElement) 75 return base::serializeXmlSettings(xmlConfigurationSettingsElementContent,
|
BitParameter.cpp | 38 #define base CBaseParameter macro 43 : base(strName, pTypeElement)
|
ComponentInstance.cpp | 37 #define base CTypeElement macro 39 CComponentInstance::CComponentInstance(const std::string &strName) : base(strName) 64 return base::getMappingData(strKey, pStrValue) || 71 return base::hasMappingData() || (_pComponentType && _pComponentType->hasMappingData()); 76 return base::getFormattedMapping(_pComponentType); 109 return base::fromXml(xmlElement, serializingContext); 134 base::populate(pChildComponent); 139 base::populate(pElement);
|
ComponentType.cpp | 36 #define base CTypeElement macro 38 CComponentType::CComponentType(const std::string &strName) : base(strName) 55 return base::getMappingData(strKey, pStrValue) || 62 return base::hasMappingData() || 68 return base::getFormattedMapping(_pExtendsComponentType); 81 if (!base::fromXml(xmlElement, serializingContext)) { 117 base::populate(pElement);
|
CompoundRule.cpp | 33 #define base CRule macro 137 // Base 138 return base::fromXml(xmlElement, serializingContext); 147 // Base 148 base::toXml(xmlElement, serializingContext);
|
FormattedSubsystemObject.cpp | 36 #define base CSubsystemObject macro 42 : base(pInstanceConfigurableElement, logger) 49 : base(pInstanceConfigurableElement, logger), _strFormattedMappingValue(strMappingValue) 57 : base(pInstanceConfigurableElement, logger), _strFormattedMappingValue(strMappingValue)
|
ParameterAccessContext.cpp | 32 #define base utility::ErrorContext macro 38 : base(strError), _pParameterBlackboard(pParameterBlackboard), 47 : base(strError), _pParameterBlackboard(pParameterBlackboard), _uiBaseOffset(baseOffset) 51 CParameterAccessContext::CParameterAccessContext(std::string &strError) : base(strError) 67 // Base offset for blackboard access
|
SelectionCriterion.cpp | 35 #define base CElement macro 42 : base(strName), _pType(pType), _logger(logger) 192 base::toXml(xmlElement, serializingContext);
|
XmlFileIncluderElement.cpp | 38 #define base CKindElement macro 43 : base(strName, strKind), _bValidateSchemasOnStart(bValidateWithSchemas),
|
/external/parameter-framework/upstream/test/test-subsystem/ |
TESTSubsystem.cpp | 40 #define base CSubsystem macro 47 : base(strName, logger)
|
TESTSubsystemObject.cpp | 40 #define base CSubsystemObject macro 46 : base(pInstanceConfigurableElement, logger)
|
/external/pdfium/third_party/bigint/ |
BigUnsignedInABase.hh | 16 * only by available memory, represented in a user-specified base that can fit 43 // That's also the type of a base. 44 typedef Digit Base; 47 // The base in which this BigUnsignedInABase is expressed 48 Base base; member in class:BigUnsignedInABase 60 // Constructs zero in base 2. 61 BigUnsignedInABase() : NumberlikeArray<Digit>(), base(2) {} 64 BigUnsignedInABase(const BigUnsignedInABase &x) : NumberlikeArray<Digit>(x), base(x.base) {} [all...] |
/external/pdfium/third_party/freetype/include/freetype/internal/ |
ftpic.h | 36 /* pic containers for base */ 37 void* base; member in struct:FT_PIC_Container_
|
/external/ppp/pppd/plugins/rp-pppoe/ |
debug.c | 40 int base; local 50 for (base=0; base<len; base += 16) { 51 for (i=base; i<base+16; i++) { 59 for (i=base; i<base+16; i++) {
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/util/ |
TestR.java | 9 private static int base = 1025; field in class:TestR 12 public static final int test_anim_1 = ++base; 16 public static final int test_color_1 = ++base; 20 public static final int test_drawable_1 = ++base;
|
/external/skia/tests/ |
AtomicTest.cpp | 18 static int32_t base = 0; variable 29 sk_atomic_add(&base, addInfo->valueToAdd); 34 int32_t total = base; 50 REPORTER_ASSERT(reporter, total == base);
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/ |
BaseAnnotation.java | 32 package org.jf.dexlib2.base;
|
BaseAnnotationElement.java | 32 package org.jf.dexlib2.base;
|
BaseMethodParameter.java | 32 package org.jf.dexlib2.base; 35 import org.jf.dexlib2.base.reference.BaseTypeReference;
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/reference/ |
BaseFieldReference.java | 32 package org.jf.dexlib2.base.reference;
|
BaseMethodReference.java | 32 package org.jf.dexlib2.base.reference;
|
BaseStringReference.java | 32 package org.jf.dexlib2.base.reference;
|
BaseTypeReference.java | 32 package org.jf.dexlib2.base.reference;
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/value/ |
BaseAnnotationEncodedValue.java | 32 package org.jf.dexlib2.base.value;
|