/external/chromium_org/chrome/test/functional/ |
special_tabs.py | 222 if self.GetBrowserInfo()['properties']['branding'] == 'Google Chrome': 263 for url, properties in tabs.iteritems(): 266 expected_title = 'title' in properties and properties['title'] or url 274 no_csp = 'CSP' in properties and not properties['CSP'] 280 if 'includes' in properties: 281 include_list.extend(properties['includes']) 282 if 'excludes' in properties: 283 exclude_list.extend(properties['exlcudes'] [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
DebuggerScript.js | 84 var properties = ObjectMirror.GetInternalProperties(value); 86 for (var i = 0; i < properties.length; i++) { 87 var mirror = properties[i]; 415 // the same properties. 417 // Reset scope object prototype to null so that the proto properties 421 var properties = scopeObjectMirror.properties(); 422 for (var j = 0; j < properties.length; j++) { 423 var name = properties[j].name(); 426 scopeObject[name] = properties[j].value_ [all...] |
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new.c | 126 * @properties: Whether to add second argument with object properties 131 const char *sig_name, int properties) 153 if (properties) { 235 * @properties: Whether to add second argument with object properties 241 const char *sig_name, int properties) 264 if (properties) { 377 * @properties: determines if add second argument with object properties [all...] |
/libcore/luni/src/main/java/java/util/prefs/ |
XMLParser.java | 31 import java.util.Properties; 441 * Returns the preferences from {@code xmlFile}. Returns empty properties if 444 static Properties readXmlPreferences(File xmlFile) { 445 Properties result = new Properties(); 476 static void writeXmlPreferences(File xmlFile, Properties properties) throws IOException { 488 String[] keys = properties.keySet().toArray(new String[properties.size()]); 492 values[i] = properties.getProperty(keys[i]) [all...] |
/external/chromium_org/chrome/common/extensions/api/ |
browsing_data.json | 14 "properties": { 23 "description": "An object whose properties specify which origin types ought to be cleared. If this object isn't specified, it defaults to clearing only \"unprotected\" origins. Please ensure that you <em>really</em> want to remove application data before adding 'protectedWeb' or 'extensions'.", 24 "properties": { 48 "properties": { 130 "properties": {
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
StylePropertySet.h | 153 static PassRefPtr<ImmutableStylePropertySet> create(const CSSProperty* properties, unsigned count, CSSParserMode); 187 static PassRefPtr<MutableStylePropertySet> create(const CSSProperty* properties, unsigned count); 195 // These expand shorthand properties into multiple properties. 251 MutableStylePropertySet(const CSSProperty* properties, unsigned count);
|
StyleRule.h | 104 const StylePropertySet* properties() const { return m_properties.get(); } function in class:WebCore::StyleRule 129 const StylePropertySet* properties() const { return m_properties.get(); } function in class:WebCore::StyleRuleFontFace 150 const StylePropertySet* properties() const { return m_properties.get(); } function in class:WebCore::StyleRulePage 243 const StylePropertySet* properties() const { return m_properties.get(); } function in class:WebCore::StyleRuleViewport 265 const StylePropertySet* properties() const { return m_properties.get(); } function in class:WebCore::StyleRuleFilter
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
SVGRenderStyle.cpp | 143 // All text related properties influence layout. 153 // Text related properties influence layout. 158 // These properties affect the cached stroke bounding box rects. 163 // Some stroke properties, requires relayouts, as the cached stroke boundaries need to be recalculated. 188 // Painting related properties only need repaints.
|
/external/chromium_org/ui/compositor/ |
layer_animation_element.h | 59 LayerAnimationElement(const AnimatableProperties& properties, 124 // Creates an element that pauses the given properties. The caller owns the 127 const AnimatableProperties& properties, 180 // The properties that the element modifies. 181 const AnimatableProperties& properties() const { return properties_; } function in class:ui::LayerAnimationElement
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
DirectIvarAssignment.cpp | 1 //=- DirectIvarAssignment.cpp - Check rules on ObjC properties -*- C++ ----*-==// 10 // Check that Objective C properties are set with the setter, not though a 20 // checker. The annotation is allowed on properties and Ivars. 130 // Find all properties for this class. 197 // annotation is allowed on properties and ivars.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/ |
readme.html | 44 <architecture>] [-noclean] [<testTarget>][-properties <path>][-vm 79 <td>-properties</td> 80 <td>Used to reference a properties file containing additional Ant properties 83 args to pass to the vm>" to the specified properties file.</td>
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/ |
ComponentResultsElement.java | 27 import org.eclipse.ui.views.properties.IPropertyDescriptor; 28 import org.eclipse.ui.views.properties.PropertyDescriptor; 29 import org.eclipse.ui.views.properties.TextPropertyDescriptor; 106 * @see org.eclipse.ui.views.properties.IPropertySource#getPropertyDescriptors() 124 * @see org.eclipse.ui.views.properties.IPropertySource#getPropertyValue(java.lang.Object)
|
/external/harfbuzz/src/ |
harfbuzz-khmer.c | 362 unsigned char properties[16]; local 379 memset(properties, 0, 16*sizeof(unsigned char)); 401 properties[len] = PreForm; 408 properties[len] = PreForm; 425 properties[len] = PreForm; 428 properties[len] = PreForm; 463 properties[len] = AboveForm; 469 properties[len] = PostForm; 475 properties[len] = BelowForm; 486 properties[len] = property [all...] |
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-khmer.c | 362 unsigned char properties[16]; local 379 memset(properties, 0, 16*sizeof(unsigned char)); 401 properties[len] = PreForm; 408 properties[len] = PreForm; 425 properties[len] = PreForm; 428 properties[len] = PreForm; 463 properties[len] = AboveForm; 469 properties[len] = PostForm; 475 properties[len] = BelowForm; 486 properties[len] = property [all...] |
/external/openfst/src/test/ |
algo_test.h | 42 uint64 Properties(uint64 props) const { 60 // This class tests a variety of identities and properties that must 197 if (Weight::Properties() & kLeftSemiring) { 216 if (Weight::Properties() & kRightSemiring) { 234 if (Weight::Properties() & kLeftSemiring) { 246 if (Weight::Properties() & kRightSemiring) { 259 if (Weight::Properties() & kLeftSemiring) { 273 if (Weight::Properties() & kRightSemiring) { 286 if (Weight::Properties() & kLeftSemiring) { 296 if (Weight::Properties() & kRightSemiring) [all...] |
/external/qemu/docs/ |
ANDROID-QEMUD-SERVICES.TXT | 158 "boot-properties" service: 161 This service is used to set system properties in the emulated system at 168 2/ Service answers by listing all system properties to set. One per 176 3/ After sending all the properties, the service force-closes the 179 Implementation: android/boot-properties.c
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
equivalent.h | 115 // Check properties first: 117 if (fst1.Properties(props, true) != props) { 121 if (fst2.Properties(props, true) != props) { 126 if ((fst1.Properties(kUnweighted , true) != kUnweighted) 127 || (fst2.Properties(kUnweighted , true) != kUnweighted)) {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
Macintosh_Connectivity_Clas.py | 22 """<inheritance> - inherits some of its properties from this class """ 40 """properties - property that allows getting and setting of multiple properties """ 171 'properties' : _Prop_properties, 196 'properties' : _Prop_properties,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/ |
Terminal_Suite.py | 68 """<Inheritance> - All of the properties of the superclass. """ 73 """properties - every property of the Terminal program """ 76 properties = _Prop_properties() variable 179 'properties' : _Prop_properties, 204 'properties' : _Prop_properties,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
ImportedProject.java | 193 // First try to find the one requested by project.properties 195 ProjectProperties properties = ProjectProperties.load(mLocation.getPath(), local 197 if (properties != null) { 198 String targetProperty = properties.getProperty(ProjectProperties.PROPERTY_TARGET); 239 // project (in project.properties) that is still >= the minSdk version
|
/external/apache-http/src/org/apache/commons/logging/impl/ |
SimpleLog.java | 29 import java.util.Properties; 36 * for all defined loggers, to System.err. The following system properties 64 * <p>In addition to looking for system properties with the names specified 66 * <code>"simplelog.properties"</code>, and includes any matching definitions 80 /** All system properties used by <code>SimpleLog</code> start with this */ 84 /** Properties loaded from simplelog.properties */ 85 static protected final Properties simpleLogProps = new Properties(); 150 // Load properties file, if found [all...] |
/external/chromium/chrome/common/extensions/docs/ |
themes.html | 74 <!-- OBJECT PROPERTIES --> 268 <a href="#properties">properties</a> 285 <a href="#properties">Properties</a> 379 "<a href="#properties">properties</a>" : { 410 <h3 id="properties">properties</h3> 414 properties such as background alignment [all...] |
/external/chromium/chrome/common/ |
json_schema_validator_unittest_base.cc | 186 schema->SetString("properties.foo.type", "string"); 187 schema->SetString("properties.bar.type", "integer"); 229 DictionaryValue* properties = NULL; local 231 ASSERT_TRUE(schema->GetDictionary("properties", &properties)); 232 ASSERT_TRUE(properties->GetDictionary("bar", &bar_property)); 255 schema->SetString("properties.foo.type", "string"); 256 schema->SetString("properties.bar.$ref", "Max10Int"); 257 schema->SetString("properties.baz.$ref", "MinLengthString"); 261 schema_inline->SetString("properties.foo.type", "string") [all...] |
/external/chromium_org/chrome/installer/setup/ |
install.cc | 56 const ShellUtil::ShortcutProperties& properties, 71 message.append((properties.level == ShellUtil::CURRENT_USER) ? "per-user " : 97 if (properties.has_shortcut_name()) 98 message.append(UTF16ToUTF8(properties.shortcut_name)); 104 message.append(UTF16ToUTF8(properties.target.value())); 105 if (properties.has_arguments()) 106 message.append(UTF16ToUTF8(properties.arguments)); 108 if (properties.pin_to_taskbar && 124 const ShellUtil::ShortcutProperties& properties, 126 LogShortcutOperation(location, dist, properties, operation, false) [all...] |
/external/llvm/utils/TableGen/ |
CodeGenTarget.cpp | 354 /// properties instead of raising an error. 371 // Parse the properties. 372 Properties = 0; 373 std::vector<Record*> PropList = R->getValueAsListOfDefs("Properties"); 376 Properties |= 1 << SDNPHasChain; 378 Properties |= 1 << SDNPOptInGlue; 380 Properties |= 1 << SDNPMayStore; 382 Properties |= 1 << SDNPMayLoad; 384 Properties |= 1 << SDNPSideEffect; 386 Properties |= 1 << SDNPMemOperand [all...] |