/external/webkit/LayoutTests/fast/dom/CSSStyleDeclaration/script-tests/ |
css-properties-case-sensitive.js | 2 'This test checks that access to CSS properties via JavaScript properties on DOM elements is case sensitive.'
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
XMPSchemaRegistry.java | 14 import com.adobe.xmp.properties.XMPAliasInfo;
|
/frameworks/base/cmds/bugreport/ |
bugreport.c | 21 #include <cutils/properties.h>
|
/libcore/luni/src/test/java/tests/api/org/xml/sax/support/ |
MockReader.java | 53 private Map<String, Object> properties = new HashMap<String, Object>(); field in class:MockReader 84 return properties.get(name); 122 properties.remove(name); 124 properties.put(name, value);
|
/prebuilts/tools/common/proguard/proguard4.7/examples/ |
proguardall.pro | 34 -adaptresourcefilenames **.properties,**.gif,**.jpg 35 -adaptresourcefilecontents proguard/ant/task.properties
|
proguardgui.pro | 41 # class names. Notably, in this case, the GUI resource properties file will 44 -adaptresourcefilenames **.properties,**.gif,**.jpg
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
PropertyValueCompleter.java | 16 package com.android.ide.eclipse.adt.internal.editors.layout.properties;
|
StringXmlPropertyDialog.java | 16 package com.android.ide.eclipse.adt.internal.editors.layout.properties;
|
PropertyFactory.java | 16 package com.android.ide.eclipse.adt.internal.editors.layout.properties; 64 * TODO: For any properties that are *set* in XML, they should NOT be labeled as 87 /** Sorting orders for the properties */ 105 * Get the properties for the given list of selection items. 109 * @return the properties for the given items 122 // intersect properties 143 Property[] properties = mCache.get(node); local 145 properties = null; 147 if (properties == null) { 150 properties = new Property[0] 167 List<XmlProperty> properties = new ArrayList<XmlProperty>(attributeDescriptors.length); local [all...] |
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/ |
ProguardDetector.java | 79 "`project.properties` file now refers to a path, so you can reference both " + 84 "any customizations you have made, then update your project.properties file " + 113 // Only complain if project.properties actually references this file; 121 String properties = context.getClient().readFile(propertyFile); local 122 int i = properties.indexOf(PROGUARD_CONFIG); 130 char c = properties.charAt(i); 138 if (properties.contains(PROGUARD_CONFIG)) { 144 "Modify project.properties to define " +
|
/tools/motodev/src/plugins/common/src/com/motorola/studio/android/model/manifest/dom/ |
ActivityAliasNode.java | 87 properties.put(PROP_TARGETACTIVITY, propTargetActivity); 91 properties.put(PROP_ENABLED, propEnabled.toString()); 96 properties.put(PROP_EXPORTED, propExported.toString()); 101 properties.put(PROP_PERMISSION, propPermission);
|
CommentNode.java | 48 properties.clear(); 50 return properties; 88 // Comments do not have properties 98 // Comments do not have properties
|
IntentFilterNode.java | 67 properties.clear(); 71 properties.put(PROP_ICON, propIcon); 76 properties.put(PROP_LABEL, propLabel); 81 properties.put(PROP_PRIORITY, propPriority.toString()); 84 return properties; 366 //an intent-filter node may have action nodes, category nodes, data nodes or attributes (properties).
|
/external/emma/core/java12/com/vladium/util/ |
IProperties.java | 18 import java.util.Properties; 49 Iterator /* String */ properties (); method in interface:IProperties 50 Properties toProperties (); 76 * Converts a java.util.Properties instance to an IProperties instance, 77 * with an optional property mapper. Note that 'properties' content is 81 * @param properties [may not be null] 83 * @return a property set based on 'properties' [never null] 85 public static IProperties wrap (final Properties properties, final IMapper mapper) 89 // always use propertyNames() for traversing java.util.Properties 208 public Iterator \/* String *\/ properties () method in class:IProperties.Factory.PropertiesImpl [all...] |
/tools/motodev/src/plugins/certmanager/src/com/motorolamobility/studio/android/certmanager/core/ |
SaveStateManager.java | 26 import java.util.Properties;
43 private static final String STATE_FILENAME = "state.properties";
150 store(new Properties());
175 Properties properties = load();
local 176 Enumeration<Object> enumeration = properties.keys();
198 Properties properties = load();
local 199 Object v = properties.get(keystoreFile.getAbsolutePath());
235 Properties properties = load(); local 265 Properties properties = load(); local [all...] |
/external/chromium/chrome/browser/parsers/ |
metadata_parser_filebase.cc | 49 PropertyMap& properties) : properties_(properties) {
|
/external/harfbuzz/src/ |
harfbuzz-buffer.c | 174 HB_UInt properties, 186 glyph->properties = properties; 262 The properties for all replacement glyphs are taken 277 HB_UInt properties; local 291 properties = buffer->in_string[buffer->in_pos].properties; 303 item->properties = properties;
|
harfbuzz-buffer.h | 41 HB_UInt properties; member in struct:HB_GlyphItemRec_ 93 HB_UInt properties,
|
/external/proguard/examples/ |
proguardgui.pro | 46 # class names. Notably, in this case, the GUI resource properties file will 49 -adaptresourcefilenames **.properties,**.gif,**.jpg
|
/tools/motodev/src/plugins/handset/ |
plugin.properties | 3 # Android Handset Plugin properties 13 android.handset.device.property.page.name=Android Handset Properties 14 android.handset.device.properties.page.name=Device Properties
|
/external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
NetscapePluginHostManager.mm | 220 RetainPtr<NSMutableDictionary> properties(AdoptNS, [[NSMutableDictionary alloc] init]); 223 [properties.get() setObject:mimeType forKey:@"mimeType"]; 226 [properties.get() setObject:userAgent forKey:@"userAgent"]; 229 [properties.get() setObject:attributeKeys forKey:@"attributeKeys"]; 232 [properties.get() setObject:attributeValues forKey:@"attributeValues"]; 235 [properties.get() setObject:[sourceURL absoluteString] forKey:@"sourceURL"]; 237 [properties.get() setObject:[NSNumber numberWithBool:fullFrame] forKey:@"fullFrame"]; 238 [properties.get() setObject:[NSNumber numberWithBool:isPrivateBrowsingEnabled] forKey:@"privateBrowsingEnabled"]; 239 [properties.get() setObject:[NSNumber numberWithBool:isAcceleratedCompositingEnabled] forKey:@"acceleratedCompositingEnabled"]; 241 NSData *data = [NSPropertyListSerialization dataFromPropertyList:properties.get() format:NSPropertyListBinaryFormat_v1_0 errorDescription:nil] [all...] |
/external/v8/test/mjsunit/ |
debug-handle.js | 120 for (i in obj.properties) { 121 switch (obj.properties[i].name) { 123 obj.properties[i].ref = handle_o; 127 obj.properties[i].ref = handle_p; 151 for (i in obj.properties) { 152 var ref = obj.properties[i].ref; 154 switch (obj.properties[i].name) { 170 assertEquals(handle_g, obj.properties[i].ref); 180 for (i in obj.properties) { 181 refs.push(obj.properties[i].ref) [all...] |
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/ |
Properties.java | 18 * The blender object's custom properties. 22 public class Properties implements Cloneable, Savable { 23 private static final Logger LOGGER = Logger.getLogger(Properties.class.getName()); 127 List<Properties> subProperties = new ArrayList<Properties>(len); 129 Properties properties = new Properties(); local 130 properties.load(d, blenderContext); 131 subProperties.add(properties); [all...] |
/external/openfst/src/include/fst/ |
cache.h | 111 using FstImpl<Arc>::Properties; 247 SetProperties(AddArcProperties(Properties(), s, arc, parc)); 304 SetProperties(DeleteArcsProperties(Properties())); 313 SetProperties(DeleteArcsProperties(Properties())); 319 if (!cache_start_ && Properties(kError)) 666 uint64 properties = impl_->Properties(); local 669 properties &= ~kNotAcceptor; 672 properties &= ~kIEpsilons; 674 properties &= ~kEpsilons [all...] |
/external/v8/test/mjsunit/harmony/ |
proxies-for.js | 41 function TestForIn(properties, handler) { 42 TestWithProxies(TestForIn2, properties, handler) 45 function TestForIn2(create, properties, handler) { 49 assertArrayEquals(properties, found) 84 function TestForInDerived(properties, handler) { 85 TestWithProxies(TestForInDerived2, properties, handler) 88 function TestForInDerived2(create, properties, handler) { 94 assertArrayEquals(["z"].concat(properties), found) 100 assertArrayEquals(["y", "z"].concat(properties), found)
|