Searched defs:properties (Results 26 - 50 of 412) sorted by relevance

1234567891011>>

/external/chromium_org/tools/gyp/tools/emacs/
H A Dgyp-tests.el37 (defun text-face-properties (s)
38 "Extract the text properties from s"
51 (should (equal (text-face-properties golden)
52 (text-face-properties fontified))))))
56 representation of the fontified buffer (with text properties) to the
/external/chromium_org/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::__anon17279::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/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/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/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/bluetooth/bluedroid/test/suite/support/
H A Dcallbacks.c25 bt_property_t *properties);
34 bt_property_t *properties) {
31 remote_device_properties(bt_status_t status, bt_bdaddr_t *bd_addr, int num_properties, bt_property_t *properties) argument
H A Dproperty.c22 bt_property_t *property_copy_array(const bt_property_t *properties, size_t count) { argument
28 memcpy(&clone[0], &properties[0], sizeof(bt_property_t) * count);
31 memcpy(clone[i].val, properties[i].val, clone[i].len);
77 // Two null properties are not the same. May need to revisit that
107 void property_free_array(bt_property_t *properties, size_t count) { argument
109 free(properties[i].val);
112 free(properties);
/external/chromium_org/chromeos/network/
H A Ddevice_state.cc118 const base::DictionaryValue& properties) {
129 const base::DictionaryValue& properties) {
140 ip_config->MergeDictionary(&properties);
117 InitialPropertiesReceived( const base::DictionaryValue& properties) argument
127 IPConfigPropertiesChanged( const std::string& ip_config_path, const base::DictionaryValue& properties) argument
/external/chromium_org/content/common/gpu/
H A Dgpu_memory_buffer_factory_io_surface.cc43 base::ScopedCFTypeRef<CFMutableDictionaryRef> properties; local
44 properties.reset(CFDictionaryCreateMutable(kCFAllocatorDefault,
48 AddIntegerValue(properties, kIOSurfaceWidth, size.width());
49 AddIntegerValue(properties, kIOSurfaceHeight, size.height());
50 AddIntegerValue(properties,
53 AddIntegerValue(properties,
58 AddBooleanValue(properties, kIOSurfaceIsGlobal, true);
60 base::ScopedCFTypeRef<IOSurfaceRef> io_surface(IOSurfaceCreate(properties));
/external/chromium_org/third_party/skia/tools/flags/
H A DSkCommonFlags.h31 DECLARE_string(properties); variable
/external/chromium_org/ui/compositor/
H A Dlayer_animation_element_unittest.cc317 LayerAnimationElement::AnimatableProperties properties = local
326 LayerAnimationElement::CreatePauseElement(properties, delta));
/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);
/external/protobuf/gtest/test/
H A Dgtest_stress_test.cc67 void ExpectKeyAndValueWereRecordedForId(const Vector<TestProperty>& properties, argument
71 const TestProperty* property = properties.FindIf(matches_key);
/external/chromium_org/base/test/
H A Dtest_shortcut_win.cc51 const ShortcutProperties& properties) {
81 if (properties.options & ShortcutProperties::PROPERTIES_TARGET) {
84 ValidatePathsAreEqual(properties.target, base::FilePath(read_target));
87 if (properties.options & ShortcutProperties::PROPERTIES_WORKING_DIR) {
90 ValidatePathsAreEqual(properties.working_dir,
94 if (properties.options & ShortcutProperties::PROPERTIES_ARGUMENTS) {
97 EXPECT_EQ(properties.arguments, read_arguments);
100 if (properties.options & ShortcutProperties::PROPERTIES_DESCRIPTION) {
103 EXPECT_EQ(properties.description, read_description);
106 if (properties
50 ValidateShortcut(const base::FilePath& shortcut_path, const ShortcutProperties& properties) argument
[all...]
/external/chromium_org/chromeos/dbus/
H A Dbluetooth_gatt_service_client.cc82 Properties* properties = new Properties( variable
88 return static_cast<dbus::PropertySet*>(properties);
H A Dbluetooth_input_client.cc63 Properties* properties = new Properties( variable
69 return static_cast<dbus::PropertySet*>(properties);
H A Dfake_shill_ipconfig_client.cc66 // Update existing ip config stub object's properties.
69 // Create a new stub ipconfig object, and update its properties.
102 const base::DictionaryValue& properties) {
103 ipconfigs_.SetWithoutPathExpansion(ip_config_path, properties.DeepCopy());
100 AddIPConfig( const std::string& ip_config_path, const base::DictionaryValue& properties) argument

Completed in 8442 milliseconds

1234567891011>>