HomeSort by relevance Sort by last modified time
    Searched full:propertymap (Results 1 - 25 of 55) sorted by null

1 2 3

  /frameworks/native/libs/utils/
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 32 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) {
  /frameworks/native/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/base/include/androidfw/
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);
  /frameworks/base/core/java/android/animation/
PropertyValuesHolder.java 445 HashMap<String, Method> propertyMap = propertyMapMap.get(targetClass);
446 if (propertyMap != null) {
447 setterOrGetter = propertyMap.get(mPropertyName);
451 if (propertyMap == null) {
452 propertyMap = new HashMap<String, Method>();
453 propertyMapMap.put(targetClass, propertyMap);
455 propertyMap.put(mPropertyName, setterOrGetter);
    [all...]
  /frameworks/base/libs/androidfw/
Keyboard.cpp 43 const PropertyMap* deviceConfiguration) {
153 const PropertyMap* deviceConfiguration, const KeyMap* keyMap) {
  /frameworks/base/services/input/
EventHub.h 33 #include <utils/PropertyMap.h>
182 virtual void getConfiguration(int32_t deviceId, PropertyMap* outConfiguration) const = 0;
266 virtual void getConfiguration(int32_t deviceId, PropertyMap* outConfiguration) const;
336 PropertyMap* configuration;
InputReader.h 550 inline const PropertyMap& getConfiguration() { return mConfiguration; }
590 PropertyMap mConfiguration;
    [all...]
EventHub.cpp 272 void EventHub::getConfiguration(int32_t deviceId, PropertyMap* outConfiguration) const {
    [all...]
  /external/webkit/Source/JavaScriptCore/
ChangeLog-2003-10-25 454 (PropertyMap::put): Don't bother setting the index for _singleEntry, since there's
456 (PropertyMap::expand): Don't use the index (uninitialized now) out of a _singleEntry
474 (PropertyMap::put): Set an index for new map entries to an ever-increasing number based on a global.
475 (PropertyMap::insert): Take an index parameter.
476 (PropertyMap::expand): Preserve the indices as we rehash the table.
478 (PropertyMap::addEnumerablesToReferenceList): Sort the proprty map entries by index before adding
540 - fixed 3254063 - REGRESSION: hang in KJS PropertyMap with many items in iDisk pictures folder
543 (PropertyMap::expand): Fixed to maintain key count properly - otherwise the hashtable
545 (PropertyMap::checkConsistency): Fixed compilation. Fixed to know about deleted
    [all...]
ChangeLog-2002-12-03 70 (PropertyMap::save): Look at the attributes the same way in the single hash entry
331 - reduced the size of PropertyMap by storing sizes and such in the
    [all...]
ChangeLog-2007-10-14 199 page load causes a crash in PropertyMap::put
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java 122 Map<String,List<String>> propertyMap = u.getRequestProperties();
125 propertyMap.put("test", null);
131 List<String> valuesList = propertyMap.get("key");
  /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 551 typedef llvm::DenseMap<IdentifierInfo*, ObjCPropertyDecl*> PropertyMap;
558 virtual void collectPropertiesToImplement(PropertyMap &PM,
    [all...]
  /external/libmtp/src/
libmtp.c 92 static propertymap_t *propertymap = NULL; variable
419 propertymap_t *propertymap; local
421 propertymap = (propertymap_t *)malloc(sizeof(propertymap_t));
423 if( propertymap != NULL ) {
424 propertymap->description = NULL;
425 propertymap->id = LIBMTP_PROPERTY_UNKNOWN;
426 propertymap->ptp_id = 0;
427 propertymap->next = NULL;
430 return propertymap;
447 current = propertymap;
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
Structure.cpp 621 printf("\nJSC::PropertyMap statistics\n\n");
  /external/clang/lib/AST/
DeclObjC.cpp 220 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) {
475 virtual void getConfiguration(int32_t deviceId, PropertyMap* outConfiguration) const {
979 const PropertyMap* configuration) {
993 const PropertyMap* configuration) {
    [all...]
  /libcore/benchmarks/libs/
caliper.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar 

Completed in 1957 milliseconds

1 2 3