Searched defs:properties (Results 1 - 25 of 222) sorted by relevance

123456789

/external/v8/test/intl/break-iterator/
H A Dproperty-override.js41 // list of properties.
43 // First get supported properties.
44 var properties = []; variable
48 properties.push(prop);
56 assertEquals(expectedProperties.length, properties.length);
58 properties.forEach(function(prop) {
62 taintProperties(properties);
/external/v8/test/intl/collator/
H A Dproperty-override.js41 // properties.
43 // First get supported properties.
44 var properties = []; variable
48 properties.push(prop);
57 assertEquals(expectedProperties.length, properties.length);
59 properties.forEach(function(prop) {
63 taintProperties(properties);
/external/v8/test/intl/date-format/
H A Dproperty-override.js41 // properties.
43 // First get supported properties.
44 // Some of the properties are optional, so we request them.
45 var properties = []; variable
52 properties.push(prop);
62 assertEquals(expectedProperties.length, properties.length);
64 properties.forEach(function(prop) {
68 taintProperties(properties);
/external/v8/test/intl/number-format/
H A Dproperty-override.js41 // list of properties.
43 // First get supported properties.
44 var properties = []; variable
45 // Some properties are optional and won't show up in resolvedOptions if
54 properties.push(prop);
66 assertEquals(expectedProperties.length, properties.length);
68 properties.forEach(function(prop) {
72 taintProperties(properties);
/external/emma/core/java12/com/vladium/emma/data/
H A DCoverageOptionsFactory.java26 public static CoverageOptions create (final Properties properties) argument
29 Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_EXCLUDE_SYNTHETIC_METHODS,
33 Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_EXCLUDE_BRIDGE_METHODS,
37 Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_DO_SUID_COMPENSATION,
43 public static CoverageOptions create (final IProperties properties) argument
46 Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_EXCLUDE_SYNTHETIC_METHODS,
50 Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_EXCLUDE_BRIDGE_METHODS,
54 Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_DO_SUID_COMPENSATION,
/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
H A DPropertiesHelper.java10 public static String doSingleSubstitution(String originalValue, Properties properties) { argument
22 if (properties != null) {
23 propertyValue = properties.getProperty(propertyName);
41 public static void doSubstitutions(Properties properties) { argument
42 Enumeration<?> propertyNames = properties.propertyNames();
45 String propertyValue = properties.getProperty(propertyName);
46 String expandedPropertyValue = doSingleSubstitution(propertyValue, properties);
47 properties.setProperty(propertyName, expandedPropertyValue);
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/properties/
H A DXMPAliasInfo.java10 package com.adobe.xmp.properties;
H A DXMPProperty.java10 package com.adobe.xmp.properties;
H A DXMPPropertyInfo.java10 package com.adobe.xmp.properties;
17 * It is returned when properties are iterated with the <code>XMPIterator</code>.
/external/easymock/src/org/easymock/internal/
H A DEasyMockProperties.java25 * Contains properties used by EasyMock to change its default behavior. The
26 * loading order is (any step being able to overload the properties of the
29 * <li>easymock.properties in classpath default package</li>
30 * <li>System properties</li>
41 private final Properties properties = new Properties(); field in class:EasyMockProperties
57 // Load the easymock.properties file
59 "easymock.properties");
63 properties.load(in);
66 "Failed to read easymock.properties file");
75 // Then overload it with system properties
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
H A Druntests.bat13 set properties= variable
55 if x%1==x-properties set properties=-propertyfile %2 && shift && shift && goto processcmdlineargs variable
85 %antRunner% -file test.xml %tests% -Dws=%ws% -Dos=%os% -Darch=%arch% %properties% "-D%installmode%=true" -logger org.apache.tools.ant.DefaultLogger
/external/emma/core/java12/com/vladium/emma/
H A DAppLoggers.java36 public static Logger create (final String appName, final IProperties properties, final Logger base) argument
38 if (properties == null)
39 throw new IllegalArgumentException ("null input: properties");
45 final String _level = properties.getProperty (PROPERTY_VERBOSITY_LEVEL,
54 final String _filter = properties.getProperty (PROPERTY_VERBOSITY_FILTER);
/external/jetty/src/java/org/eclipse/jetty/servlet/listener/
H A DELContextCleaner.java57 //Get a reference via reflection to the properties field which is holding class references
84 LOG.info("Not cleaning cached beans: no such field javax.el.BeanELResolver.properties");
96 return beanELResolver.getDeclaredField("properties");
99 protected void purgeEntries (Field properties) argument
102 if (properties == null)
105 if (!properties.isAccessible())
106 properties.setAccessible(true);
108 ConcurrentHashMap map = (ConcurrentHashMap) properties.get(null);
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
H A DKvmSerializable.java30 * Provides get and set methods for properties. Can be used to replace
43 * @return the number of serializable properties
62 * @param properties
68 void getPropertyInfo(int index, Hashtable properties, PropertyInfo info); argument
/external/lzma/CPP/7zip/UI/Common/
H A DSetProperties.cpp29 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties) argument
31 if (properties.IsEmpty())
39 CPropVariant *values = new CPropVariant[properties.Size()];
43 for(i = 0; i < properties.Size(); i++)
45 const CProperty &property = properties[i];
/external/nist-sip/java/javax/sip/
H A DSipFactory.java33 public synchronized SipStack createSipStack(Properties properties) argument
37 String name = properties.getProperty(IP_ADDRESS_PROP);
39 name = properties.getProperty(STACK_NAME_PROP);
54 .newInstance(new Object[] {properties});
/external/oauth/core/src/main/java/net/oauth/
H A DOAuthConsumer.java48 private final Map<String, Object> properties = new HashMap<String, Object>(); field in class:OAuthConsumer
51 return properties.get(name);
55 properties.put(name, value);
H A DOAuthAccessor.java50 private final Map<String, Object> properties = new HashMap<String, Object>(); field in class:OAuthAccessor
53 return properties.get(name);
57 properties.put(name, value);
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
H A DPropertyConfigurator.java29 public static void configure(Properties properties) { argument
44 public void doConfigure(Properties properties, LoggerRepository hierarchy) { argument
/external/v8/src/compiler/
H A Doperator.cc14 SimpleOperator::SimpleOperator(Opcode opcode, Properties properties, argument
17 : Operator(opcode, properties, mnemonic),
H A Dsimplified-operator-unittest.cc7 #include "src/compiler/operator-properties-inl.h"
31 Operator::Properties properties; member in struct:v8::internal::compiler::__anon14826::PureOperator
42 #define PURE(Name, properties, input_count) \
45 Operator::kPure | properties, input_count \
117 EXPECT_EQ(pop.properties, op->properties() & pop.properties);
182 EXPECT_EQ(Operator::kNoThrow | Operator::kNoWrite, op->properties());
202 EXPECT_EQ(Operator::kNoRead | Operator::kNoThrow, op->properties());
/external/vogar/src/vogar/tasks/
H A DBuildActionTask.java120 Properties properties = new Properties();
121 fillInProperties(properties, action);
122 properties.store(propertiesOut, "generated by " + Mode.class.getName());
127 * Fill in properties for running in this mode
129 private void fillInProperties(Properties properties, Action action) { argument
130 properties.setProperty(TestProperties.TEST_CLASS_OR_PACKAGE, action.getTargetClass());
131 properties.setProperty(TestProperties.QUALIFIED_NAME, action.getName());
132 properties.setProperty(TestProperties.MONITOR_PORT, Integer.toString(run.firstMonitorPort));
133 properties.setProperty(TestProperties.TIMEOUT, Integer.toString(run.timeoutSeconds));
134 properties
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.views_3.5.0.I20100527-0800.jar ... defs= " () } org/eclipse/ui/internal/views/contentoutline/messages.properties org/eclipse/ui/internal/views/properties/ org/eclipse/ui/internal ...
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/property/
H A DPropertyListIntersector.java38 public void intersect(Property[] properties) { argument
41 for (int i = 0; i < properties.length; i++) {
42 Property property = properties[i];
48 if (!propertyGroup.add(properties)) {
59 List<Property> properties = Lists.newArrayList();
63 properties.add(compositeProperty);
67 return properties.toArray(new Property[properties.size()]);
98 public boolean add(Property[] properties) { argument
99 for (Property property : properties) {
[all...]
/external/lldb/source/Commands/
H A DCommandObjectApropos.cpp128 std::vector<const Property *> properties; local
129 const size_t num_properties = m_interpreter.GetDebugger().Apropos(search_word, properties);
135 properties[i]->DumpDescription (m_interpreter, result.GetOutputStream(), 0, dump_qualified_name);

Completed in 3532 milliseconds

123456789