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

1 2 3 4 5 6 7 8 910

  /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 32 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/base/core/java/android/animation/
PropertyValuesHolder.java     [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/beans/
BeanMapEmitter.java 88 private String[] getNames(Map propertyMap) {
89 return (String[])propertyMap.keySet().toArray(new String[propertyMap.size()]);
  /frameworks/native/libs/input/
Keyboard.cpp 42 const PropertyMap* deviceConfiguration) {
152 const PropertyMap* deviceConfiguration, const KeyMap* keyMap) {
  /external/chromium_org/content/browser/resources/media/
client_renderer.js 205 drawProperties_: function(propertyMap) {
207 var sortedKeys = Object.keys(propertyMap).sort();
213 var value = propertyMap[key];
  /frameworks/native/services/inputflinger/
EventHub.h 33 #include <utils/PropertyMap.h>
185 virtual void getConfiguration(int32_t deviceId, PropertyMap* outConfiguration) const = 0;
273 virtual void getConfiguration(int32_t deviceId, PropertyMap* outConfiguration) const;
343 PropertyMap* configuration;
InputReader.h 584 inline const PropertyMap& getConfiguration() { return mConfiguration; }
625 PropertyMap mConfiguration;
    [all...]
EventHub.cpp 264 void EventHub::getConfiguration(int32_t deviceId, PropertyMap* outConfiguration) const {
    [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 =
  /external/chromium_org/tools/gn/
scope.h 346 typedef std::map<const void*, void*> PropertyMap;
347 PropertyMap properties_;
scope.cc 455 PropertyMap::const_iterator found = properties_.find(key);
  /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 386 ObjCInterfaceDecl::PropertyMap PropMap;
390 for (ObjCInterfaceDecl::PropertyMap::iterator
  /external/clang/include/clang/AST/
DeclObjC.h 596 typedef llvm::DenseMap<IdentifierInfo*, ObjCPropertyDecl*> PropertyMap;
606 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/clang/lib/AST/
DeclObjC.cpp 267 void ObjCInterfaceDecl::collectPropertiesToImplement(PropertyMap &PM,
    [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 317 PropertyMap configuration;
372 void addConfigurationMap(int32_t deviceId, const PropertyMap* configuration) {
489 virtual void getConfiguration(int32_t deviceId, PropertyMap* outConfiguration) const {
995 const PropertyMap* configuration) {
1009 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 2361 milliseconds

1 2 3 4 5 6 7 8 910