HomeSort by relevance Sort by last modified time
    Searched refs:properties (Results 76 - 100 of 769) sorted by null

1 2 34 5 6 7 8 91011>>

  /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/
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 78 "project.properties file now refers to a path, so you can reference both " +
83 "any customizations you have made, then update your project.properties file " +
112 // Only complain if project.properties actually references this file;
120 String properties = context.getClient().readFile(propertyFile); local
121 int i = properties.indexOf(PROGUARD_CONFIG);
129 char c = properties.charAt(i);
137 if (properties.contains(PROGUARD_CONFIG)) {
143 "Modify project.properties to define " +
  /external/chromium/chrome/browser/parsers/
metadata_parser_filebase.cc 49 PropertyMap& properties) : properties_(properties) {
metadata_parser_filebase.h 19 // properties associated with files.
42 explicit FileMetadataPropertyIterator(PropertyMap& 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
  /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...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/
AvdInfo.java 73 * @param properties The property map. Cannot be null.
81 Map<String, String> properties) {
82 this(name, iniFile, folderPath, targetHash, target, abiType, properties, AvdStatus.OK);
97 * @param properties The property map. Can be null.
106 Map<String, String> properties,
114 mProperties = properties == null ? null : Collections.unmodifiableMap(properties);
241 * Returns an unmodifiable map of properties for the AVD. This can be null.
263 return String.format("Failed to parse properties from %1$s",
  /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...]
enumeration-order.js 44 // Validate the enumeration order for object up to 100 named properties.
58 // properties.
61 // We enumerate indexed properties in numerical order followed by
62 // named properties in insertion order, followed by indexed properties
64 // properties of the prototype object in insertion order, and so on.
  /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)
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdDetailsDialog.java 81 Map<String, String> properties = mAvdInfo.getProperties(); local
82 if (properties != null) {
83 String skin = properties.get(AvdManager.AVD_INI_SKIN_NAME);
88 String sdcard = properties.get(AvdManager.AVD_INI_SDCARD_SIZE);
90 sdcard = properties.get(AvdManager.AVD_INI_SDCARD_PATH);
96 String snapshot = properties.get(AvdManager.AVD_INI_SNAPSHOT_PRESENT);
102 HashMap<String, String> copy = new HashMap<String, String>(properties);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ST.stg 38 @returnScopeInterface.properties() ::= <<
39 <@super.properties()>
40 /* ST returnScope.properties */
57 <returnScopeInterface.properties()>
97 @genericParserHeaderFile.properties() ::= <<
98 <@super.properties()>
99 /* ST genericParser.properties */
181 /* <@STAttrMap.properties()> */
212 @STAttrMap.properties() ::= <<
213 /* -------- ST start STAttrMap.properties ------------ *
    [all...]
  /frameworks/wilhelm/src/itf/
IEnvironmentalReverb.c 643 // note that it's unnecessary to verify that any level stored inside the "properties" struct
650 SLEnvironmentalReverbSettings properties = *pProperties; local
651 if (!(properties.roomLevel <= 0))
653 if (!(properties.roomHFLevel <= 0))
655 if (!(100 <= properties.decayTime && properties.decayTime <= 20000))
657 if (!(100 <= properties.decayHFRatio && properties.decayHFRatio <= 2000))
659 if (!(properties.reflectionsLevel <= 1000))
661 if (!(/* 0 <= properties.reflectionsDelay && */ properties.reflectionsDelay <= 300)
    [all...]
  /development/tools/emulator/system/camera/
EmulatedFakeCamera.cpp 25 #include <cutils/properties.h>
  /development/tools/emulator/system/qemu-props/
qemu-props.c 17 /* this program is used to read a set of system properties and their values
19 * system. It does so by connecting to the 'boot-properties' qemud service.
36 #include <cutils/properties.h>
42 #define QEMUD_SERVICE "boot-properties"
55 qemud_fd = qemud_channel_open( "boot-properties" );
88 /* lone NUL-byte signals end of properties */
114 DD("exiting (%d properties set).", count);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
BuildMachineManager.java 25 import java.util.Properties;
129 Properties properties = null; local
134 properties = new Properties();
137 properties.load(in);
139 if (properties.containsValue(machineName)){
165 Properties cfgProperties = new Properties();

Completed in 955 milliseconds

1 2 34 5 6 7 8 91011>>