HomeSort by relevance Sort by last modified time
    Searched refs:PropertyMap (Results 1 - 23 of 23) 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 31 PropertyMap.cpp \
  /external/chromium/chrome/browser/parsers/
metadata_parser_filebase.h 16 typedef base::hash_map<std::string, std::string> PropertyMap;
33 PropertyMap properties_;
42 explicit FileMetadataPropertyIterator(PropertyMap& properties);
52 PropertyMap& properties_;
53 PropertyMap::iterator it;
metadata_parser_filebase.cc 35 PropertyMap::iterator it = properties_.find(key.c_str());
49 PropertyMap& properties) : properties_(properties) {
  /external/chromium_org/chrome/browser/parsers/
metadata_parser_filebase.h 15 typedef base::hash_map<std::string, std::string> PropertyMap;
32 PropertyMap properties_;
41 explicit FileMetadataPropertyIterator(PropertyMap& properties);
51 PropertyMap& properties_;
52 PropertyMap::iterator it;
metadata_parser_filebase.cc 35 PropertyMap::iterator it = properties_.find(key.c_str());
49 PropertyMap& properties) : properties_(properties) {
  /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 24 #include <utils/PropertyMap.h>
55 const PropertyMap* deviceConfiguration);
82 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);
  /external/chromium_org/tools/gn/
scope.h 251 typedef std::map<const void*, void*> PropertyMap;
252 PropertyMap properties_;
scope.cc 354 PropertyMap::const_iterator found = properties_.find(key);
  /frameworks/base/services/input/
EventHub.h 33 #include <utils/PropertyMap.h>
185 virtual void getConfiguration(int32_t deviceId, PropertyMap* outConfiguration) const = 0;
271 virtual void getConfiguration(int32_t deviceId, PropertyMap* outConfiguration) const;
341 PropertyMap* configuration;
InputReader.h 551 inline const PropertyMap& getConfiguration() { return mConfiguration; }
592 PropertyMap mConfiguration;
    [all...]
EventHub.cpp 279 void EventHub::getConfiguration(int32_t deviceId, PropertyMap* outConfiguration) const {
    [all...]
InputReader.cpp     [all...]
  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_manager.h 109 typedef std::map<std::string, std::string> PropertyMap;
120 PropertyMap properties;
burn_manager.cc 118 PropertyMap::const_iterator property =
  /frameworks/native/libs/input/
Keyboard.cpp 42 const PropertyMap* deviceConfiguration) {
152 const PropertyMap* deviceConfiguration, const KeyMap* keyMap) {
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp 398 ObjCInterfaceDecl::PropertyMap PropMap;
402 for (ObjCInterfaceDecl::PropertyMap::iterator
  /external/clang/include/clang/AST/
DeclObjC.h 554 typedef llvm::DenseMap<IdentifierInfo*, ObjCPropertyDecl*> PropertyMap;
564 virtual void collectPropertiesToImplement(PropertyMap &PM,
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 287 void ObjCInterfaceDecl::collectPropertiesToImplement(PropertyMap &PM,
    [all...]
  /frameworks/base/services/input/tests/
InputReader_test.cpp 307 PropertyMap configuration;
362 void addConfigurationMap(int32_t deviceId, const PropertyMap* configuration) {
479 virtual void getConfiguration(int32_t deviceId, PropertyMap* outConfiguration) const {
985 const PropertyMap* configuration) {
999 const PropertyMap* configuration) {
    [all...]

Completed in 405 milliseconds