HomeSort by relevance Sort by last modified time
    Searched refs:PropertyMap (Results 1 - 17 of 17) sorted by null

  /system/core/libutils/
PropertyMap.cpp 17 #define LOG_TAG "PropertyMap"
22 #include <utils/PropertyMap.h>
38 // --- PropertyMap ---
40 PropertyMap::PropertyMap() {
43 PropertyMap::~PropertyMap() {
46 void PropertyMap::clear() {
50 void PropertyMap::addProperty(const String8& key, const String8& value) {
54 bool PropertyMap::hasProperty(const String8& key) const
    [all...]
Android.mk 25 PropertyMap.cpp \
  /system/core/include/utils/
PropertyMap.h 48 class PropertyMap {
51 PropertyMap();
52 ~PropertyMap();
75 void addAll(const PropertyMap* map);
81 static status_t load(const String8& filename, PropertyMap** outMap);
85 PropertyMap* mMap;
89 Parser(PropertyMap* map, Tokenizer* tokenizer);
  /frameworks/native/include/input/
Keyboard.h 25 #include <utils/PropertyMap.h>
56 const PropertyMap* deviceConfiguration);
83 const PropertyMap* deviceConfiguration, const KeyMap* keyMap);
  /frameworks/base/tools/validatekeymaps/
Main.cpp 20 #include <utils/PropertyMap.h>
102 PropertyMap* map;
103 status_t status = PropertyMap::load(String8(filename), &map);
  /frameworks/native/services/inputflinger/
EventHub.h 33 #include <utils/PropertyMap.h>
194 virtual void getConfiguration(int32_t deviceId, PropertyMap* outConfiguration) const = 0;
283 virtual void getConfiguration(int32_t deviceId, PropertyMap* outConfiguration) const;
354 PropertyMap* configuration;
EventHub.cpp 271 void EventHub::getConfiguration(int32_t deviceId, PropertyMap* outConfiguration) const {
    [all...]
InputReader.h 632 inline const PropertyMap& getConfiguration() { return mConfiguration; }
674 PropertyMap mConfiguration;
    [all...]
InputReader.cpp     [all...]
  /frameworks/native/libs/input/
Keyboard.cpp 42 const PropertyMap* deviceConfiguration) {
152 const PropertyMap* deviceConfiguration, const KeyMap* keyMap) {
  /frameworks/native/services/inputflinger/host/
InputDriver.cpp 33 #include <utils/PropertyMap.h>
39 android::PropertyMap* propertyMap;
227 status_t status = PropertyMap::load(configFile, &propMap->propertyMap);
244 if (map->propertyMap->hasProperty(keyString)) {
246 if (!map->propertyMap->tryGetProperty(keyString, prop->value)) {
279 delete map->propertyMap;
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp 386 ObjCInterfaceDecl::PropertyMap PropMap;
390 for (ObjCInterfaceDecl::PropertyMap::iterator
  /external/clang/include/clang/AST/
DeclObjC.h 783 typedef llvm::DenseMap<IdentifierInfo*, ObjCPropertyDecl*> PropertyMap;
793 virtual void collectPropertiesToImplement(PropertyMap &PM,
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 342 void ObjCInterfaceDecl::collectPropertiesToImplement(PropertyMap &PM,
    [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 316 PropertyMap configuration;
371 void addConfigurationMap(int32_t deviceId, const PropertyMap* configuration) {
488 virtual void getConfiguration(int32_t deviceId, PropertyMap* outConfiguration) const {
1003 const PropertyMap* configuration) {
1017 const PropertyMap* configuration) {
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.0.CR3/
netty-codec-http2-4.1.0.CR3.jar 

Completed in 541 milliseconds