Searched defs:properties (Results 151 - 175 of 412) sorted by relevance

1234567891011>>

/external/chromium_org/v8/src/compiler/
H A Dcommon-operator.cc22 ControlOperator(IrOpcode::Value opcode, Properties properties, int inputs, argument
24 : Operator1<int>(opcode, properties, inputs, outputs, mnemonic,
67 #define SHARED(Name, properties, value_input_count, control_input_count) \
70 : ControlOperator(IrOpcode::k##Name, properties, value_input_count, 0, \
94 #define SHARED(Name, properties, value_input_count, control_input_count) \
231 IrOpcode::kCall, descriptor->properties(),
H A Doperator.h50 Operator(Opcode opcode, Properties properties, const char* mnemonic) argument
51 : opcode_(opcode), properties_(properties), mnemonic_(mnemonic) {}
75 return (properties() & property) == property;
84 Properties properties() const { return properties_; } function in class:v8::internal::compiler::Operator
110 SimpleOperator(Opcode opcode, Properties properties, int input_count,
217 Operator1(Opcode opcode, Properties properties, int input_count, argument
219 : Operator(opcode, properties, mnemonic),
/external/chromium_org/v8/src/
H A Dpreparse-data.h29 int properties,
56 int properties,
62 properties_ = properties;
91 int properties() const { function in class:v8::internal::SingletonLogger
137 int properties,
142 function_store_.Add(properties);
53 LogFunction(int start, int end, int literals, int properties, StrictMode strict_mode) argument
134 LogFunction(int start, int end, int literals, int properties, StrictMode strict_mode) argument
/external/emma/core/java12/com/vladium/emma/report/
H A DReportProperties.java214 // public static String getReportProperty (final String type, final Map properties, final String key)
216 // if (properties == null) throw new IllegalArgumentException ("null input: properties");
227 // if (! properties.containsKey (fullKey)) // default to type-neutral lookup
231 // return (String) properties.get (fullKey);
234 // public static String getReportParameter (final String type, final Map properties, final String key, final String def)
236 // final String value = getReportProperty (type, properties, key);
242 public static ParsedProperties parseProperties (final IProperties properties, final String type) argument
244 if ($assert.ENABLED) $assert.ASSERT (properties != null, "properties
538 getReportProperty(final IProperties properties, final String type, final String key, final boolean allowBlank) argument
543 getReportProperty(final IProperties properties, final String type, final String key, final boolean allowBlank, final String dflt) argument
[all...]
/external/emma/core/java12/com/vladium/emma/report/xml/
H A DReportGenerator.java61 final SourcePathCache cache, final IProperties properties)
64 initialize (mdata, cdata, cache, properties);
60 process(final IMetaData mdata, final ICoverageData cdata, final SourcePathCache cache, final IProperties properties) argument
/external/freetype/src/autofit/
H A Dafblue.h184 FT_UShort properties; member in struct:AF_Blue_StringRec_
/external/lzma/Java/SevenZip/Compression/LZMA/
H A DDecoder.java313 public boolean SetDecoderProperties(byte[] properties) argument
315 if (properties.length < 5)
317 int val = properties[0] & 0xFF;
324 dictionarySize += ((int)(properties[1 + i]) & 0xFF) << (i * 8);
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DReflectUtils.java280 public static Method[] getPropertyMethods(PropertyDescriptor[] properties, boolean read, boolean write) { argument
282 for (int i = 0; i < properties.length; i++) {
283 PropertyDescriptor pd = properties[i];
314 List properties = new ArrayList(all.length);
319 properties.add(pd);
322 return (PropertyDescriptor[])properties.toArray(new PropertyDescriptor[properties.size()]);
/external/proguard/src/proguard/
H A DConfigurationParser.java35 * in file names ('<...>') can be resolved against a given set of properties.
42 private final Properties properties; field in class:ConfigurationParser
53 Properties properties) throws IOException
55 this(args, null, properties);
65 Properties properties) throws IOException
67 this(new ArgumentWordReader(args, baseDir), properties);
78 Properties properties) throws IOException
83 properties);
103 Properties properties) throws IOException
105 this(new FileWordReader(file), properties);
52 ConfigurationParser(String[] args, Properties properties) argument
63 ConfigurationParser(String[] args, File baseDir, Properties properties) argument
75 ConfigurationParser(String lines, String description, File baseDir, Properties properties) argument
102 ConfigurationParser(File file, Properties properties) argument
113 ConfigurationParser(URL url, Properties properties) argument
124 ConfigurationParser(WordReader reader, Properties properties) argument
[all...]
/external/qemu/include/qom/
H A Dobject.h386 QTAILQ_HEAD(, ObjectProperty) properties; member in struct:Object
774 * underscores '_' when naming properties.
990 * link<> properties. Since they can follow link<> properties, they can be
1046 * Child properties form the composition tree. All objects need to be a child
/external/smack/src/org/jivesoftware/smack/packet/
H A DPacket.java43 * as well as an arbitrary number of properties.
113 private final Map<String,Object> properties = new HashMap<String, Object>(); field in class:Packet
327 if (properties == null) {
330 return properties.get(name);
344 properties.put(name, value);
353 if (properties == null) {
356 properties.remove(name);
365 if (properties == null) {
368 return Collections.unmodifiableSet(new HashSet<String>(properties.keySet()));
381 * Returns the extension sub-packets (including properties dat
[all...]
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_helpers.h27 /* list of methods, properties and signals registered with object */
30 const struct wpa_dbus_property_desc *properties; member in struct:wpa_dbus_object_desc
35 /* argument for method handlers and properties
H A Ddbus_new_introspect.c123 struct dl_list *list, const struct wpa_dbus_property_desc *properties)
127 for (dsc = properties; dsc && dsc->dbus_property; dsc++) {
140 * Iterates over all methods, signals, and properties registered with an
150 extract_interfaces_properties(list, obj_dsc->properties);
244 * Iterates over all methods, signals and properties registered with
122 extract_interfaces_properties( struct dl_list *list, const struct wpa_dbus_property_desc *properties) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jar ... 0_r1/s?defs= " (java.util.Properties) java.util.Properties options public void " href= ...
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DTestHelper_Connection1.java238 public void setClientInfo(Properties properties) argument
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_gatt_server.c103 uint8_t properties; member in struct:__anon1073
464 p_cb->permissions, p_cb->properties);
588 bt_uuid_t *uuid, int properties,
595 btif_cb.properties = (uint8_t) properties;
587 btif_gatts_add_characteristic(int server_if, int service_handle, bt_uuid_t *uuid, int properties, int permissions) argument
/external/chromium_org/chrome/browser/chromeos/display/
H A Ddisplay_preferences.cc140 const base::DictionaryValue* properties = local_state->GetDictionary( local
142 for (base::DictionaryValue::Iterator it(*properties);
194 const base::DictionaryValue* properties = local
198 if (!properties->GetBoolean("lock", &rotation_lock))
202 if (!properties->GetInteger("orientation", &rotation))
/external/chromium_org/chrome/browser/chromeos/imageburner/
H A Dburn_manager.h64 // Config file properties.
113 // properties for two reasons:
115 // * we will retieve properties by hwid.
120 PropertyMap properties; member in struct:chromeos::imageburner::ConfigFile::ConfigFileBlock
/external/chromium_org/chrome/browser/extensions/api/input_ime/
H A Dinput_ime_api.cc611 properties = params.properties; local
613 if (properties.visible &&
614 !engine->SetCandidateWindowVisible(*properties.visible, &error_)) {
623 if (properties.cursor_visible) {
624 properties_out.is_cursor_visible = *properties.cursor_visible;
628 if (properties.vertical) {
629 properties_out.is_vertical = *properties.vertical;
633 if (properties.page_size) {
634 properties_out.page_size = *properties
[all...]
/external/chromium_org/chrome/browser/extensions/api/networking_private/
H A Dnetworking_private_chromeos.cc199 scoped_ptr<base::DictionaryValue> properties,
210 *properties,
217 scoped_ptr<base::DictionaryValue> properties,
229 *properties,
197 SetProperties( const std::string& guid, scoped_ptr<base::DictionaryValue> properties, const VoidCallback& success_callback, const FailureCallback& failure_callback) argument
215 CreateNetwork( bool shared, scoped_ptr<base::DictionaryValue> properties, const StringCallback& success_callback, const FailureCallback& failure_callback) argument
/external/chromium_org/chrome/browser/importer/
H A Die_importer_browsertest_win.cc188 PROPSPEC properties[] = {{PRSPEC_PROPID, PID_IS_ICONFILE}}; local
194 FAILED(property_storage->WriteMultiple(1, properties, &pv_icon, 0))) {
/external/chromium_org/chrome/browser/local_discovery/wifi/
H A Dwifi_manager_nonchromeos.cc31 scoped_ptr<base::DictionaryValue> properties(new base::DictionaryValue);
33 properties->SetString(onc::network_config::kType, onc::network_type::kWiFi);
35 properties->Set(onc::network_config::kWiFi, wifi);
47 return properties.Pass();
179 scoped_ptr<base::DictionaryValue> properties = MakeProperties(ssid, password); local
185 false, properties.Pass(), &network_guid, &error_string);
425 scoped_ptr<base::DictionaryValue> properties = MakeProperties(ssid, password);
429 provisional_network_guid, properties.Pass(), &error_string);
432 LOG(ERROR) << "Could not set properties on network: " << error_string;
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dbluetooth_options_handler.cc557 base::DictionaryValue properties; local
558 properties.SetString("message", error);
559 properties.SetString("address", address);
562 properties);
/external/chromium_org/chromeos/dbus/
H A Dcros_disks_client.cc761 base::DictionaryValue* properties = NULL; local
762 if (!value || !value->GetAsDictionary(&properties))
765 properties->GetBooleanWithoutPathExpansion(
767 properties->GetBooleanWithoutPathExpansion(
769 properties->GetBooleanWithoutPathExpansion(
771 properties->GetBooleanWithoutPathExpansion(
773 properties->GetBooleanWithoutPathExpansion(
775 properties->GetBooleanWithoutPathExpansion(
777 properties->GetStringWithoutPathExpansion(
779 properties
[all...]
H A Dfake_shill_device_client.cc279 base::DictionaryValue* properties = GetDeviceProperties(device_path); local
280 properties->SetStringWithoutPathExpansion(shill::kTypeProperty, type);
281 properties->SetStringWithoutPathExpansion(shill::kNameProperty, name);
282 properties->SetStringWithoutPathExpansion(shill::kDBusObjectProperty,
284 properties->SetStringWithoutPathExpansion(
287 properties->SetBooleanWithoutPathExpansion(
320 const base::DictionaryValue* properties = NULL; local
321 if (!iter.value().GetAsDictionary(&properties))
324 if (!properties->GetStringWithoutPathExpansion(
376 base::DictionaryValue* properties local
[all...]

Completed in 4868 milliseconds

1234567891011>>