Searched refs:properties (Results 201 - 225 of 886) sorted by relevance

1234567891011>>

/external/chromium_org/v8/tools/
H A Ddetect-builtins.js42 property.properties = GetProperties(name, value);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DBuildMachineManager.java129 Properties properties = null;
134 properties = new Properties();
137 properties.load(in);
139 if (properties.containsValue(machineName)){
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
H A DFetchBaseTask.java51 Properties properties=new Properties();
53 properties.load(new FileInputStream(file));
54 Enumeration keys=properties.keys();
57 String script=getScript(key,properties.get(key).toString());
/external/proguard/examples/
H A Dproguardall.pro38 -adaptresourcefilenames **.properties,**.gif,**.jpg
39 -adaptresourcefilecontents proguard/ant/task.properties
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dwpas-dbus-new.py36 def propertiesChanged(properties):
37 if properties.has_key("State"):
38 print "PropertiesChanged: State: %s" % (properties["State"])
89 def bssAdded(bss, properties):
/external/chromium_org/device/nfc/
H A Dnfc_adapter_chromeos.cc154 NfcAdapterClient::Properties* properties =
157 if (property_name == properties->powered.name())
158 PoweredChanged(properties->powered.value());
159 else if (property_name == properties->polling.name())
160 PollingChanged(properties->polling.value());
256 NfcAdapterClient::Properties* properties = local
260 if (properties->powered.value())
262 if (properties->polling.value())
300 NfcAdapterClient::Properties* properties = local
303 if (properties
[all...]
/external/chromium_org/base/win/
H A Dshortcut.h24 // Update specified properties only on an existing shortcut.
118 // information given through |properties|.
125 const ShortcutProperties& properties,
129 // This methods tries to resolve selected properties of a shortcut .LNK file.
132 // properties to read. It should be non-0. The resulting data are read into
133 // |properties|, which must not be NULL. Note: PROPERTIES_TARGET will retrieve
136 // properties are successfully read. Otherwise some reads have failed and
137 // intermediate values written to |properties| should be ignored.
140 ShortcutProperties* properties);
/external/chromium_org/chromeos/dbus/
H A Dshill_profile_client.h58 const base::DictionaryValue& properties) = 0;
60 // Adds a service to the profile, copying properties from the
67 // Copies properties from the ShillServiceClient entry matching
76 // Sets |properties| to the entry for |service_path|, sets |profile_path|
81 base::DictionaryValue* properties) = 0;
H A Dfake_bluetooth_gatt_descriptor_client.cc91 return iter->second->properties.get();
144 Properties* properties = new Properties(base::Bind( local
148 properties->uuid.ReplaceValue(uuid);
149 properties->characteristic.ReplaceValue(characteristic_path);
152 data->properties.reset(properties);
H A Dfake_shill_manager_client.h56 const base::DictionaryValue& properties,
61 const base::DictionaryValue& properties,
65 const base::DictionaryValue& properties,
68 virtual void VerifyDestination(const VerificationProperties& properties,
72 const VerificationProperties& properties,
77 const VerificationProperties& properties,
/external/chromium_org/third_party/skia/src/gpu/
H A DGrTextContext.cpp15 GrTextContext::GrTextContext(GrContext* context, const SkDeviceProperties& properties) : argument
16 fContext(context), fDeviceProperties(properties), fDrawTarget(NULL) {
/external/chromium_org/v8/src/compiler/
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());
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(),
/external/chromium_org/v8/src/compiler/x64/
H A Dlinkage-x64.cc59 Operator::Properties properties, Zone* zone) {
61 properties);
57 GetRuntimeCallDescriptor( Runtime::FunctionId function, int parameter_count, Operator::Properties properties, Zone* zone) argument
/external/chromium_org/v8/test/mjsunit/
H A Dmirror-error.js57 // Check the mirror properties.
69 for (var i in fromJSON.properties) {
70 var p = fromJSON.properties[i];
/external/freetype/src/autofit/
H A Dafblue.hin126 FT_UShort properties;
/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/skia/src/gpu/
H A DGrTextContext.cpp15 GrTextContext::GrTextContext(GrContext* context, const SkDeviceProperties& properties) : argument
16 fContext(context), fDeviceProperties(properties), fDrawTarget(NULL) {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DRuntimeModel.js219 // There is no expression, so the completion should happen against global properties.
363 * @param {!Array.<string>} properties
365 _reportCompletions: function(completionsReadyCallback, dotNotation, bracketNotation, expressionString, prefix, properties) {
378 properties = properties.concat(keywords);
381 properties.sort();
383 for (var i = 0; i < properties.length; ++i) {
384 var property = properties[i];
H A DRemoteObject.js332 var properties = JSON.parse(arrayStr); variable
333 for (var i = 0, n = properties.length; i < n; ++i)
334 result = result[properties[i]];
356 * @param {!Array.<!RuntimeAgent.PropertyDescriptor>} properties
360 function remoteObjectBinder(error, properties, internalProperties)
367 for (var i = 0; properties && i < properties.length; ++i) {
368 var property = properties[i];
682 * @param {?Array.<!WebInspector.RemoteObjectProperty>} properties
685 function allAccessorPropertiesCallback(properties, internalPropertie
[all...]
/external/smali/baksmali/
H A DAndroid.mk47 #create a new baksmali.properties file using the correct version
48 $(intermediates)/resources/baksmali.properties:
52 LOCAL_JAVA_RESOURCE_FILES := $(intermediates)/resources/baksmali.properties
/external/smali/smali/
H A DAndroid.mk53 #create a new smali.properties file using the correct version
54 $(intermediates)/resources/smali.properties:
58 LOCAL_JAVA_RESOURCE_FILES := $(intermediates)/resources/smali.properties
/external/chromium_org/chromeos/network/
H A Dnetwork_cert_migrator_unittest.cc185 const base::DictionaryValue* properties = local
187 properties->GetStringWithoutPathExpansion(shill::kEapCertIdProperty,
219 const base::DictionaryValue* properties = local
221 ASSERT_TRUE(properties);
223 properties->GetDictionaryWithoutPathExpansion(shill::kProviderProperty,
241 const base::DictionaryValue* properties = local
243 properties->GetStringWithoutPathExpansion(shill::kEapCaCertNssProperty,
246 properties->GetListWithoutPathExpansion(shill::kEapCaCertPemProperty,
267 const base::DictionaryValue* properties = local
270 properties
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DWatchExpressionsSidebarPane.js160 // In the outer function, we calculate the number of properties
165 // method to get all the properties refreshed at once.
166 properties.push(property);
168 if (properties.length == propertyCount) {
169 this.updateProperties(properties);
189 var properties = []; variable
191 // Count the properties, so we known when to call this.updateProperties()
229 * @param {!Array.<!WebInspector.RemoteObjectProperty>} properties
231 updateProperties: function(properties)
234 WebInspector.ObjectPropertyTreeElement.populateWithProperties(this.propertiesTreeOutline, properties, [],
[all...]
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_drive.cc60 // Copies properties from |entry_proto| to |properties|. |shared_with_me| is
64 EntryProperties* properties) {
65 properties->shared_with_me.reset(new bool(shared_with_me));
66 properties->shared.reset(new bool(entry_proto.shared()));
69 properties->file_size.reset(new double(file_info.size()));
70 properties->last_modified_time.reset(new double(
80 properties->thumbnail_url.reset(
85 properties->image_width.reset(
89 properties
62 FillEntryPropertiesValueForDrive(const drive::ResourceEntry& entry_proto, bool shared_with_me, EntryProperties* properties) argument
499 CompleteGetEntryProperties( size_t index, scoped_ptr<EntryProperties> properties, base::File::Error error) argument
[all...]

Completed in 2069 milliseconds

1234567891011>>